Skip to content

Commit 4cd2eae

Browse files
Allow PHPUnit 7 (#369)
1 parent 95cb0fa commit 4cd2eae

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
@@ -21,7 +21,7 @@
2121
"symfony/polyfill-ctype": "^1.9"
2222
},
2323
"require-dev": {
24-
"phpunit/phpunit": "^4.8.35 || ^5.0 || ^6.0"
24+
"phpunit/phpunit": "^4.8.35 || ^5.0 || ^6.0 || ^7.0"
2525
},
2626
"autoload": {
2727
"psr-4": {

0 commit comments

Comments
 (0)