Commit 09b926c7 authored by Ema Panz's avatar Ema Panz Committed by Markus Kalkbrenner

Update composer version requirements (#545)

parent 7d35e58a
...@@ -13,13 +13,13 @@ ...@@ -13,13 +13,13 @@
], ],
"require": { "require": {
"php": ">=5.6", "php": ">=5.6",
"symfony/event-dispatcher": "~2.3|~3.0|~4.0" "symfony/event-dispatcher": "^2.7 || ^3.0 || ^4.0"
}, },
"require-dev": { "require-dev": {
"phpunit/phpunit": "~3.7", "phpunit/phpunit": "^3.7",
"squizlabs/php_codesniffer": "~1.4", "squizlabs/php_codesniffer": "^1.4",
"zendframework/zendframework1": "~1.12", "zendframework/zendframework1": "^1.12",
"satooshi/php-coveralls": "~1.0", "satooshi/php-coveralls": "^1.0",
"guzzlehttp/guzzle": "^3.8 || ^6.2" "guzzlehttp/guzzle": "^3.8 || ^6.2"
}, },
"suggest": { "suggest": {
......
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