Commit 206ae32b authored by Fabien Villepinte's avatar Fabien Villepinte Committed by Jeremy Mikola

PHPLIB-291: Specify all extension requirements in composer.json

parent f96124f2
...@@ -11,6 +11,8 @@ ...@@ -11,6 +11,8 @@
], ],
"require": { "require": {
"php": ">=5.4", "php": ">=5.4",
"ext-hash": "*",
"ext-json": "*",
"ext-mongodb": "^1.3.0" "ext-mongodb": "^1.3.0"
}, },
"require-dev": { "require-dev": {
......
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