Skip to content

Commit 22c56be

Browse files
authoredFeb 17, 2025··
Update dev requirements
1 parent 8a50ee9 commit 22c56be

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed
 

‎composer.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@
2020
"illuminate/contracts": "^9.0 || ^10.0 || ^11.0 || ^12.0"
2121
},
2222
"require-dev": {
23-
"nunomaduro/collision": "^6.0 || ^7.0 || ^8.0",
24-
"orchestra/testbench": "^7.0 || ^8.0 || ^9.0 || ^10.0",
25-
"phpunit/phpunit": "^9.0 || ^10.0 || ^11.0"
23+
"nunomaduro/collision": "^7.0 || ^8.0",
24+
"orchestra/testbench": "^8.0 || ^9.0 || ^10.0",
25+
"phpunit/phpunit": "^10.0 || ^11.0"
2626
},
2727
"autoload": {
2828
"psr-4": {

0 commit comments

Comments
 (0)
Please sign in to comment.