From 3d2426d8dfd7482047c521b5549d620def8bb045 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julien=20Fastr=C3=A9?= Date: Mon, 28 Dec 2015 20:59:19 +0100 Subject: [PATCH] allow php7 and upgrade to symfony 2.8 --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 9c1240b5a..21ae7284d 100644 --- a/composer.json +++ b/composer.json @@ -16,8 +16,8 @@ } ], "require": { - "php": "~5.5", - "symfony/symfony": "~2.7", + "php": "~5.5|~7.0", + "symfony/symfony": "~2.8", "doctrine/orm": "~2.4", "doctrine/dbal" : "~2.5", "doctrine/common": "~2.4",