Skip to content

Commit cc25fb1

Browse files
authored
Update composer.json
1 parent 2a8b0e1 commit cc25fb1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,11 @@
2121
],
2222
"require": {
2323
"php": "^8.0",
24-
"illuminate/support": "^8.0 || ^9.0|^10.0 || ^11.0",
25-
"illuminate/database": "^8.53 || ^9.0|^10.0 || ^11.0"
24+
"illuminate/support": "^8.0 || ^9.0|^10.0 || ^11.0 || ^12.0",
25+
"illuminate/database": "^8.53 || ^9.0|^10.0 || ^11.0 || ^12.0"
2626
},
2727
"require-dev": {
28-
"orchestra/testbench": "^6.23 || ^7.0|^8.0 || ^9.0",
28+
"orchestra/testbench": "^6.23 || ^7.0|^8.0 || ^9.0 || ^10.0",
2929
"phpunit/phpunit": "^9.5 || ^10.5"
3030
},
3131
"autoload": {

0 commit comments

Comments
 (0)