Skip to content

Commit 634832a

Browse files
committed
drop support for phpunit 8.0
1 parent a4e4cdb commit 634832a

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
@@ -25,7 +25,7 @@
2525
},
2626
"require-dev": {
2727
"orchestra/testbench": "^7.0",
28-
"phpunit/phpunit": "^8.0|^9.0"
28+
"phpunit/phpunit": "^9.0"
2929
},
3030
"autoload": {
3131
"psr-4": {

0 commit comments

Comments
 (0)