[composer] Require symfony 2.1.* instead of dev-master
This allows using ratchet with a forked version of symfony.
This commit is contained in:
parent
f1499ffb0e
commit
efa0ed327d
@ -22,6 +22,6 @@
|
||||
, "require": {
|
||||
"php": ">=5.3.2"
|
||||
, "guzzle/guzzle": "v2.0.2"
|
||||
, "symfony/http-foundation": "dev-master"
|
||||
, "symfony/http-foundation": "2.1.*"
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user