Update composer.json (version and requirements)
Showing
... | ... | @@ -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": { | ||
... | ... |
Please register or sign in to comment