Commit 073db74d authored by Bas de Nooijer's avatar Bas de Nooijer

Merge pull request #119 from igorw/composer-eventdispatcher

[composer] Loosen symfony/event-dispatcher constraint
parents 2b3e7315 b2ba21a2
......@@ -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