Unittest fixes for the event dispatcher. Updated event dispatcher to allow for unittest fixes.
Showing
... | ... | @@ -13,7 +13,7 @@ |
], | ||
"require": { | ||
"php": ">=5.3.2", | ||
"symfony/event-dispatcher": "2.*" | ||
"symfony/event-dispatcher": "2.1.4" | ||
}, | ||
"autoload": { | ||
"psr-0": { "Solarium": "library/" } | ||
... | ... |
Please register or sign in to comment