Added composer.json requirement for symfony/routing at version 3.0

This commit is contained in:
thpl 2015-12-22 00:14:36 +01:00
parent 6b247c0525
commit cf2da8631e

View File

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