Skip to content

Commit

Permalink
Update composer version requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
thePanz committed Jan 17, 2018
1 parent 7d35e58 commit e054346
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions composer.json
Expand Up @@ -13,13 +13,13 @@
],
"require": {
"php": ">=5.6",
"symfony/event-dispatcher": "~2.3|~3.0|~4.0"
"symfony/event-dispatcher": "^2.7 || ^3.0 || ^4.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": {
Expand Down

0 comments on commit e054346

Please sign in to comment.