mirror of
https://github.com/stan220/WildcardEventDispatcher.git
synced 2026-09-08 16:28:35 +00:00
Allow compatibility with Symfony 2.x
This commit is contained in:
+1
-1
@@ -11,7 +11,7 @@
|
||||
"minimum-stability": "dev",
|
||||
"require": {
|
||||
"php": ">=5.3.2",
|
||||
"symfony/event-dispatcher": ">=2.0.0,<2.3-dev"
|
||||
"symfony/event-dispatcher": "~2.0"
|
||||
},
|
||||
"autoload": {
|
||||
"psr-0": { "Jmikola": "src/" }
|
||||
|
||||
Reference in New Issue
Block a user