Commit b2ba21a2 authored by Igor Wiedler's avatar Igor Wiedler

[composer] Loosen symfony/event-dispatcher constraint

parent 2b3e7315
......@@ -13,7 +13,7 @@
],
"require": {
"php": ">=5.3.0",
"symfony/event-dispatcher": "v2.0.15"
"symfony/event-dispatcher": "2.*"
},
"autoload": {
"psr-0": { "Solarium": "library/" }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment