From ba7cd6404353b4fa8043630b7b196e15ea56917a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Votruba?= Date: Sat, 7 Mar 2015 20:42:16 +0100 Subject: [PATCH] composer: min PHP 5.3 added Ref: https://github.com/wallabag/wallabag/pull/1150 --- composer.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/composer.json b/composer.json index a63f2893f..f48e5dfcb 100644 --- a/composer.json +++ b/composer.json @@ -23,8 +23,9 @@ "issues": "https://github.com/wallabag/wallabag/issues" }, "require": { + "php": ">=5.3.3", "twig/twig": "1.*", "twig/extensions": "1.0.*", "umpirsky/twig-gettext-extractor": "1.1.*" } -} \ No newline at end of file +}