Update composer.json

This commit is contained in:
Daniel Hensby 2015-07-01 14:30:57 +01:00 committed by Daniel Hensby
parent 0514605cdc
commit 6b3ce8c546

View File

@ -17,13 +17,12 @@
],
"require": {
"php": ">=5.3.3",
"composer/installers": "*"
"composer/installers": "~1.0"
},
"require-dev": {
"phpunit/PHPUnit": "~3.7@stable"
"phpunit/PHPUnit": "~3.7"
},
"autoload": {
"classmap": ["tests/behat/features/bootstrap"]
},
"minimum-stability": "dev"
}
}