From 04c4d434eb628a122748dc8b060f9c0d8f32cc31 Mon Sep 17 00:00:00 2001 From: Graham Campbell Date: Sat, 14 Oct 2017 09:53:16 +0100 Subject: [PATCH] Fixed targetting of php 5.6.4 --- composer.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/composer.json b/composer.json index c4e4f5ef..7b628fa6 100644 --- a/composer.json +++ b/composer.json @@ -105,6 +105,9 @@ ] }, "config": { + "platform": { + "php": "5.6.4" + }, "preferred-install": "dist", "sort-packages": true, "optimize-autoloader": true