From bd34266ae1d4d32bba0fd6f89c6e04f64d4adddd Mon Sep 17 00:00:00 2001 From: Arkadiusz Kondas Date: Thu, 7 Apr 2016 23:13:50 +0200 Subject: [PATCH] change min php version to 7.0.0 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index d3569d0..340f242 100644 --- a/composer.json +++ b/composer.json @@ -20,7 +20,7 @@ "bin-dir": "bin" }, "require": { - "php": ">=7.0.5" + "php": ">=7.0.0" }, "require-dev": { "phpunit/phpunit": "^5.2"