Force composer to run as PHP 5.5.9

This commit is contained in:
Jeremy Benoist 2016-11-20 22:30:37 +01:00
parent cb1a6590c0
commit c396a50509
No known key found for this signature in database
GPG key ID: BCA73962457ACC3C

View file

@ -125,7 +125,10 @@
"psr-4": { "Tests\\": "tests/" }
},
"config": {
"bin-dir": "bin"
"bin-dir": "bin",
"platform": {
"php": "5.5.9"
}
},
"minimum-stability": "dev",
"prefer-stable": true