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 @@ ...@@ -12,14 +12,14 @@
} }
], ],
"require": { "require": {
"php": ">=5.3.2", "php": ">=5.3.9",
"symfony/event-dispatcher": "~2.3|~3.0" "symfony/event-dispatcher": "^2.7 || ^3.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": {
...@@ -27,7 +27,7 @@ ...@@ -27,7 +27,7 @@
}, },
"extra": { "extra": {
"branch-alias": { "branch-alias": {
"dev-develop": "3.3.x-dev" "dev-develop": "3.3-dev"
} }
}, },
"autoload": { "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