diff --git a/composer.json b/composer.json index 4f7ad2915..2e87a7f17 100644 --- a/composer.json +++ b/composer.json @@ -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