1
0
mirror of https://github.com/guzzle/guzzle.git synced 2025-02-25 02:22:57 +01:00

Loosening event dispatcher requirement. Closes #103

This commit is contained in:
Michael Dowling 2012-07-16 09:58:47 -07:00
parent c669aa0c7a
commit c750e259fb

View File

@ -27,9 +27,11 @@
"require": { "require": {
"php": ">=5.3.2", "php": ">=5.3.2",
"ext-curl": "*", "ext-curl": "*",
"symfony/event-dispatcher": "2.1.0-beta2" "symfony/event-dispatcher": "2.1.*"
}, },
"minimum-stability": "beta",
"autoload": { "autoload": {
"psr-0": { "psr-0": {
"Guzzle\\Tests": "tests/", "Guzzle\\Tests": "tests/",