From 11054401345c5f2f0ae9528ecc6e289795df15f0 Mon Sep 17 00:00:00 2001 From: Craig Duncan Date: Mon, 29 May 2017 14:28:44 +0100 Subject: [PATCH] Update composer to match the minimum supported version --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 744707b..62b5cf4 100644 --- a/composer.json +++ b/composer.json @@ -12,7 +12,7 @@ } ], "require": { - "php": "^5.3|^7.0" + "php": "^5.6|^7.0" }, "require-dev": { "phpunit/phpunit": "4.0.*",