From a724dc7117b536c6796bc84ea03551b7b04c6ffa Mon Sep 17 00:00:00 2001 From: Robbie Averill Date: Mon, 12 Aug 2019 16:47:30 +1200 Subject: [PATCH] FIX Restore PHP 5.6 support --- composer.json | 1 - 1 file changed, 1 deletion(-) diff --git a/composer.json b/composer.json index 9f30587..8031856 100644 --- a/composer.json +++ b/composer.json @@ -20,7 +20,6 @@ } ], "require": { - "php": "^7.1", "silverstripe/framework": "~3.7", "monolog/monolog": "~1.15" },