Commit 851a5608 authored by Jeremy Mikola's avatar Jeremy Mikola

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).
parent 4a310fc6
......@@ -11,7 +11,7 @@
],
"require": {
"php": ">=5.4",
"ext-mongodb": "^1.1.1"
"ext-mongodb": "^1.1.0"
},
"autoload": {
"psr-4": { "MongoDB\\": "src/" },
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment