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:
parent
c669aa0c7a
commit
c750e259fb
@ -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/",
|
||||
|
Loading…
x
Reference in New Issue
Block a user