Skip to content

Commit ed5c051

Browse files
authored
Support PhpUnit 8
1 parent 384d0cf commit ed5c051

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
@@ -3,7 +3,7 @@
33
"description": "Assert exception was thrown without stopping a test",
44
"type": "library",
55
"require": {
6-
"phpunit/phpunit": "^6.4|^7.0"
6+
"phpunit/phpunit": "^6.4|^7.0|^8.0"
77
},
88
"license": "MIT",
99
"autoload": {

0 commit comments

Comments
 (0)