Skip to content

Commit c84d2c1

Browse files
authored
Merge pull request #37 from SjorsO/patch-1
Support phpunit ^7.0
2 parents f651adf + 20ca20a commit c84d2c1

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
],
2222
"require": {
2323
"php": "^7.0",
24-
"phpunit/phpunit": "^5.7|^6.0"
24+
"phpunit/phpunit": "^5.7|^6.0|^7.0"
2525
},
2626
"autoload": {
2727
"psr-4": {

0 commit comments

Comments
 (0)