From eee01977d66dd71bff5bb0dbb345e83e552c1129 Mon Sep 17 00:00:00 2001 From: Matthieu Napoli Date: Fri, 7 Sep 2018 20:25:52 +0200 Subject: [PATCH] #223 Force releases to support the lowest PHP version --- composer.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/composer.json b/composer.json index b50ba2dd..190d2996 100644 --- a/composer.json +++ b/composer.json @@ -33,5 +33,10 @@ "require-dev": { "phpunit/phpunit": "~4.5", "squizlabs/php_codesniffer": "^3.3" + }, + "config": { + "platform": { + "php": "5.4" + } } }