[composer] Require symfony 2.1.* instead of dev-master

This allows using ratchet with a forked version of symfony.
This commit is contained in:
Igor Wiedler 2012-05-01 20:03:02 +03:00
parent f1499ffb0e
commit efa0ed327d

View File

@ -22,6 +22,6 @@
, "require": {
"php": ">=5.3.2"
, "guzzle/guzzle": "v2.0.2"
, "symfony/http-foundation": "dev-master"
, "symfony/http-foundation": "2.1.*"
}
}