From b24f1cdf845519c975d20a819a030921a5d85bc2 Mon Sep 17 00:00:00 2001 From: Shota Aratono Date: Sun, 24 May 2015 07:21:52 +0900 Subject: [PATCH] Symfony/yaml requirements updated to 2.6.* --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 043e2b7..4c8b1d3 100644 --- a/composer.json +++ b/composer.json @@ -13,7 +13,7 @@ "require": { "php": ">=5.2.0", "illuminate/support": "~5.0", - "symfony/yaml": "2.4.*" + "symfony/yaml": "2.6.*" }, "require-dev": { "phpunit/phpunit": "4.*",