From 9138b853dd786e1646870c409cc26f379e2b0b8a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Damian=20Po=C5=82a=C4=87?= Date: Wed, 6 Jun 2018 18:44:04 +0200 Subject: [PATCH] fix php version, fix #6 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 93fee72..56b0471 100644 --- a/composer.json +++ b/composer.json @@ -21,7 +21,7 @@ } ], "require": { - "php": "^5.4 || ^7.0", + "php": "^5.6 || ^7.0", "twig/twig": "^1.0 || ^2.0", "dpolac/dictionary": "^1.0" },