We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5270e55 commit 4a6489eCopy full SHA for 4a6489e
3 files changed
.gitignore
@@ -7,5 +7,4 @@ intermediate/
7
8
# don't force consumers of the library to use
9
# dev time dependencies
10
-composer.lock
11
package-lock.json
composer.json
@@ -3,7 +3,7 @@
3
"description": "LightStep instrumentation API",
4
"license": "MIT",
5
"require": {
6
- "ruafozy/mersenne-twister": "^1.3",
+ "ruafozy/mersenne-twister": "^1.3 || ^2.0",
"google/protobuf": ">=3.6.1",
"ext-bcmath": "*",
"psr/log": "^1.0"
0 commit comments