Skip to content

Commit f7367ae

Browse files
authored
added phpunit 10
1 parent 1fff0e3 commit f7367ae

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@
2222
"laravel/framework": "^9.0|^10.0"
2323
},
2424
"require-dev": {
25-
"phpunit/phpunit": "^9.5",
26-
"orchestra/testbench": "^7.4|^8.0"
25+
"orchestra/testbench": "^7.4|^8.0",
26+
"phpunit/phpunit": "^9.5|^10.0"
2727
},
2828
"autoload": {
2929
"psr-4": {

0 commit comments

Comments
 (0)