From e0a001081a09d7795628be1ab5cd2b149dca8d7e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Votruba?= Date: Fri, 23 Oct 2015 15:21:03 +0200 Subject: [PATCH] composer: allow min PHP 5.4 According to Travis, the min supported version is 5.4 --- composer.json | 1 + 1 file changed, 1 insertion(+) diff --git a/composer.json b/composer.json index e792bfd..b90664f 100644 --- a/composer.json +++ b/composer.json @@ -15,6 +15,7 @@ } ], "require": { + "php": ">=5.4", "symfony/twig-bundle": "~2.3", "symfony/framework-bundle": "~2.3", "symfony/console": "~2.3",