Commit 6c157b43 authored by Ema Panz's avatar Ema Panz Committed by thePanz

Update composer.json (version and requirements)

parent 5f61e63a
......@@ -12,14 +12,14 @@
}
],
"require": {
"php": ">=5.3.2",
"symfony/event-dispatcher": "~2.3|~3.0"
"php": ">=5.3.9",
"symfony/event-dispatcher": "^2.7 || ^3.0"
},
"require-dev": {
"phpunit/phpunit": "~3.7",
"squizlabs/php_codesniffer": "~1.4",
"zendframework/zendframework1": "~1.12",
"satooshi/php-coveralls": "~1.0",
"phpunit/phpunit": "^3.7",
"squizlabs/php_codesniffer": "^1.4",
"zendframework/zendframework1": "^1.12",
"satooshi/php-coveralls": "^1.0",
"guzzlehttp/guzzle": "^3.8 || ^6.2"
},
"suggest": {
......@@ -27,7 +27,7 @@
},
"extra": {
"branch-alias": {
"dev-develop": "3.3.x-dev"
"dev-develop": "3.3-dev"
}
},
"autoload": {
......
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