From 9be23de8979839d3af5bcf1fa7824ad0b4bf8649 Mon Sep 17 00:00:00 2001 From: Daniel Rudolf Date: Fri, 2 Oct 2015 16:53:29 +0200 Subject: [PATCH] Require PHP >= 5.3.6 until erusev/parsedown-extra#75 is solved --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index faf8901..926e41d 100644 --- a/composer.json +++ b/composer.json @@ -12,7 +12,7 @@ } ], "require": { - "php": ">=5.3.2", + "php": ">=5.3.6", "twig/twig": "1.18.*", "erusev/parsedown-extra": "0.7.*", "symfony/yaml" : "2.3"