From 651963e11a8ecf924e667c6bd27b2a01a51281a3 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 21 Jun 2019 10:31:45 +0200 Subject: v0.12.0 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'composer.json') diff --git a/composer.json b/composer.json index bf1495f..c05d2c2 100644 --- a/composer.json +++ b/composer.json @@ -21,7 +21,7 @@ } ], "require": { - "php": ">=5.6.0 <8.0", + "php": ">=7.0.0 <8.0", "ext-SPL": "*", "ext-ctype": "*", "ext-hash": "*", -- cgit