Skip to content

Commit daef873

Browse files
committed
Fix mongo-ext requirements condition to support both ^1.13 and ^2.0 version
1 parent 3835977 commit daef873

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Instrumentation/MongoDB/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"license": "Apache-2.0",
99
"require": {
1010
"php": ">=8.1",
11-
"ext-mongodb": "^1.13 | ^2.0",
11+
"ext-mongodb": "^1.13 || ^2.0",
1212
"ext-json": "*",
1313
"mongodb/mongodb": "^1.15 || ^2.0",
1414
"open-telemetry/api": "^1.0",

0 commit comments

Comments
 (0)