Skip to content

Commit 74fcc1a

Browse files
committed
use latest version of phpunit/phpunit based on PHP version
1 parent b0779f8 commit 74fcc1a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
},
2626
"require-dev": {
2727
"friendsofphp/php-cs-fixer": "~2.0",
28-
"phpunit/phpunit": "~4.0"
28+
"phpunit/phpunit": "^4.8 || ^6.0"
2929
},
3030
"autoload": {
3131
"psr-4": {

0 commit comments

Comments
 (0)