Skip to content

Commit ab1622f

Browse files
authored
Merge pull request #10 from Orclyx/master
Support PHPUnit 9.x
2 parents a0741da + a6747b1 commit ab1622f

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|^8.0"
6+
"phpunit/phpunit": "^6.4|^7.0|^8.0|^9.0"
77
},
88
"license": "MIT",
99
"autoload": {

0 commit comments

Comments
 (0)