From a26f03cc9397bcefa9f8d4bf40fbe6cfab5b9fda Mon Sep 17 00:00:00 2001 From: Gregwar Date: Mon, 7 Dec 2015 14:25:06 +0100 Subject: [PATCH] Using php 5.5 as a dependency because of ::class (see #148) --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 6171717..d1e81e6 100644 --- a/composer.json +++ b/composer.json @@ -17,7 +17,7 @@ } ], "require": { - "php": ">=5.3.0", + "php": ">=5.5.0", "gregwar/captcha": "~1.1", "symfony/framework-bundle": "~2.1", "symfony/form": "~2.1"