Skip to content

Commit

Permalink
Try to fix dependency versions for PHP 7.2 compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
kylekatarnls committed Aug 9, 2017
1 parent a64c15e commit fc0163e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@
"minimum-stability": "stable",
"require": {
"php": ">=5.5.0",
"phpunit/phpunit": ">=4.8 <6.0",
"phpunit/php-code-coverage": ">=2.2 <4.0",
"phpunit/phpunit": "^4.8 || ^5.7",
"phpunit/php-code-coverage": "^2.2 || ^4.0 || ^5.2",
"squizlabs/php_codesniffer": "^2.8",
"symfony/console": "^3.2",
"codeclimate/php-test-reporter": "^0.4.0"
Expand Down

0 comments on commit fc0163e

Please sign in to comment.