From eab2d5d8fcbd759c4ae109b6060b7d90d4269952 Mon Sep 17 00:00:00 2001 From: Javier Spagnoletti Date: Sun, 19 Feb 2017 02:14:31 -0300 Subject: [PATCH] Bumping to PHP 5.4 since the current codebase is already using features introduced in that version --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 4ce4226..54fb90d 100644 --- a/composer.json +++ b/composer.json @@ -15,7 +15,7 @@ } ], "require": { - "php": ">=5.3", + "php": ">=5.4", "symfony/twig-bundle": "~2.3|~3.0", "symfony/framework-bundle": "~2.3|~3.0", "symfony/console": "~2.3|~3.0",