Skip to content

Commit fc0163e

Browse files
committed
Try to fix dependency versions for PHP 7.2 compatibility
1 parent a64c15e commit fc0163e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@
2828
"minimum-stability": "stable",
2929
"require": {
3030
"php": ">=5.5.0",
31-
"phpunit/phpunit": ">=4.8 <6.0",
32-
"phpunit/php-code-coverage": ">=2.2 <4.0",
31+
"phpunit/phpunit": "^4.8 || ^5.7",
32+
"phpunit/php-code-coverage": "^2.2 || ^4.0 || ^5.2",
3333
"squizlabs/php_codesniffer": "^2.8",
3434
"symfony/console": "^3.2",
3535
"codeclimate/php-test-reporter": "^0.4.0"

0 commit comments

Comments
 (0)