From 81dddc94cf0c8d08ec3def69a628197a4c81aea8 Mon Sep 17 00:00:00 2001 From: Daniel Rudolf Date: Mon, 20 Jun 2016 22:46:57 +0200 Subject: [PATCH] Revert "Update composer.json: Use Symfony YAML 3.1 and later" Symfony YAML >= 3.0 requires PHP >= 5.5.9 and we're currently not planning to raise Pico's PHP requirement. This reverts commit f251bc83ec995d05e0e33140df22a451c0cfe4af. --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 0a354a4..5894970 100644 --- a/composer.json +++ b/composer.json @@ -26,7 +26,7 @@ "php": ">=5.3.6", "twig/twig": "^1.18", "erusev/parsedown-extra": "^0.7", - "symfony/yaml" : "^3.1" + "symfony/yaml" : "^2.3" }, "require-dev" : { "phpdocumentor/phpdocumentor": "^2.8",