mirror of
https://github.com/stan220/WildcardEventDispatcher.git
synced 2026-09-08 17:28:37 +00:00
Allow for greater Symfony2 compatibility (2.0 through 2.2)
This commit is contained in:
+2
-1
@@ -8,9 +8,10 @@
|
||||
"authors": [
|
||||
{ "name": "Jeremy Mikola", "email": "jmikola@gmail.com" }
|
||||
],
|
||||
"minimum-stability": "dev",
|
||||
"require": {
|
||||
"php": ">=5.3.2",
|
||||
"symfony/event-dispatcher": ">=2.0-dev,<2.2-dev"
|
||||
"symfony/event-dispatcher": ">=2.0.0,<2.3-dev"
|
||||
},
|
||||
"autoload": {
|
||||
"psr-0": { "Jmikola": "src/" }
|
||||
|
||||
Reference in New Issue
Block a user