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