From cf2da8631ee0c2eb913d92ad3ada0e39a84fbe77 Mon Sep 17 00:00:00 2001 From: thpl Date: Tue, 22 Dec 2015 00:14:36 +0100 Subject: [PATCH 1/2] Added composer.json requirement for symfony/routing at version 3.0 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index c4a7809..0f25ed0 100644 --- a/composer.json +++ b/composer.json @@ -27,6 +27,6 @@ , "react/socket": "^0.3 || ^0.4" , "guzzle/http": "^3.6" , "symfony/http-foundation": "^2.2" - , "symfony/routing": "^2.2" + , "symfony/routing": "^2.2|^3.0" } } From 1e6c6946ac2633964ecb740ee76dabe39eaf3559 Mon Sep 17 00:00:00 2001 From: thpl Date: Tue, 22 Dec 2015 00:14:54 +0100 Subject: [PATCH 2/2] Added composer.json requirement for symfony/http-foundation at version 3.0 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 0f25ed0..80a3aa5 100644 --- a/composer.json +++ b/composer.json @@ -26,7 +26,7 @@ "php": ">=5.3.9" , "react/socket": "^0.3 || ^0.4" , "guzzle/http": "^3.6" - , "symfony/http-foundation": "^2.2" + , "symfony/http-foundation": "^2.2|^3.0" , "symfony/routing": "^2.2|^3.0" } }