Skip to content

Commit 8f93a56

Browse files
committed
restrict ext-mongodb vertions
1 parent d63e6fa commit 8f93a56

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"license": "MIT",
66
"require": {
77
"php": "^7.2 || ^8.0",
8-
"ext-mongodb": "*",
8+
"ext-mongodb": "^1.20.0 || ^2.0.0",
99
"code-tool/jaeger-client-php": "^3"
1010
},
1111
"autoload": {

0 commit comments

Comments
 (0)