From: Jeremy Benoist Date: Sun, 20 Nov 2016 21:30:37 +0000 (+0100) Subject: Force composer to run as PHP 5.5.9 X-Git-Tag: 2.1.5~2^2~1 X-Git-Url: https://git.immae.eu/?p=github%2Fwallabag%2Fwallabag.git;a=commitdiff_plain;h=c396a50509b13d081a0d8f04ce92f379a57b619c Force composer to run as PHP 5.5.9 --- diff --git a/composer.json b/composer.json index 4f7ad291..2e87a7f1 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