Skip to content

Commit c926d0b

Browse files
committed
Allow PHPUnit 7.0 in composer.json
1 parent 81c901f commit c926d0b

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
@@ -31,7 +31,7 @@
3131
"ext-simplexml": "*"
3232
},
3333
"require-dev": {
34-
"phpunit/phpunit": "^4.0 || ^5.0 || ^6.0"
34+
"phpunit/phpunit": "^4.0 || ^5.0 || ^6.0 || ^7.0"
3535
},
3636
"bin": [
3737
"bin/phpcs",

0 commit comments

Comments
 (0)