Merge pull request #4361 from dhensby/pulls/stable-composer

Amending composer.json constraints
This commit is contained in:
Damian Mooyman 2015-07-07 11:51:26 +12:00
commit 1dbffed388

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"
}
}