Skip to content

Commit ab3f051

Browse files
committed
Require ext-mongodb ^1.0.0
1 parent a669f42 commit ab3f051

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
@@ -10,7 +10,7 @@
1010
{ "name": "Derick Rethans", "email": "github@derickrethans.nl" }
1111
],
1212
"require": {
13-
"ext-mongodb": ">=0.6.0"
13+
"ext-mongodb": "^1.0.0"
1414
},
1515
"autoload": {
1616
"psr-4": { "MongoDB\\": "src/" },

0 commit comments

Comments
 (0)