Skip to content

Commit

Permalink
Allow ext-mongodb 1.1.0
Browse files Browse the repository at this point in the history
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).
  • Loading branch information
jmikola committed Jan 21, 2016
1 parent 4a310fc commit 851a560
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
],
"require": {
"php": ">=5.4",
"ext-mongodb": "^1.1.1"
"ext-mongodb": "^1.1.0"
},
"autoload": {
"psr-4": { "MongoDB\\": "src/" },
Expand Down

0 comments on commit 851a560

Please sign in to comment.