1
0
mirror of https://github.com/guzzle/guzzle.git synced 2025-02-24 18:13:00 +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": {
"php": ">=5.3.2",
"ext-curl": "*",
"symfony/event-dispatcher": "2.1.0-beta2"
"symfony/event-dispatcher": "2.1.*"
},
"minimum-stability": "beta",
"autoload": {
"psr-0": {
"Guzzle\\Tests": "tests/",