Added composer.json requirement for symfony/http-foundation at version 3.0

This commit is contained in:
thpl 2015-12-22 00:14:54 +01:00
parent cf2da8631e
commit 1e6c6946ac

View File

@ -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"
}
}