From c396a50509b13d081a0d8f04ce92f379a57b619c Mon Sep 17 00:00:00 2001 From: Jeremy Benoist Date: Sun, 20 Nov 2016 22:30:37 +0100 Subject: [PATCH] Force composer to run as PHP 5.5.9 --- composer.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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 -- 2.41.0