Merge pull request #388 from onigoetz/patch-2
Allow symfony/class-loader 3.0 to be installed
Showing
... | @@ -13,7 +13,7 @@ | ... | @@ -13,7 +13,7 @@ |
], | ], | ||
"require": { | "require": { | ||
"php": ">=5.3.2", | "php": ">=5.3.2", | ||
"symfony/event-dispatcher": "~2.3" | "symfony/event-dispatcher": "~2.3|~3.0" | ||
}, | }, | ||
"require-dev": { | "require-dev": { | ||
"phpunit/phpunit": "~3.7", | "phpunit/phpunit": "~3.7", | ||
... | ... |
Please register or sign in to comment