Skip to content

Commit 851a560

Browse files
committed
Allow ext-mongodb 1.1.0
While 1.1.1 is required for PHP 7 support, we technically only depend on the 1.1.0 API (this is more relevant for HHVM).
1 parent 4a310fc commit 851a560

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
],
1212
"require": {
1313
"php": ">=5.4",
14-
"ext-mongodb": "^1.1.1"
14+
"ext-mongodb": "^1.1.0"
1515
},
1616
"autoload": {
1717
"psr-4": { "MongoDB\\": "src/" },

0 commit comments

Comments
 (0)