Skip to content

Commit 25f1faf

Browse files
Added Laravel 12 support
1 parent 5f1f6e2 commit 25f1faf

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
@@ -35,12 +35,12 @@
3535
"require": {
3636
"php": "^8.2",
3737
"dragon-code/support": "^6.13",
38-
"illuminate/http": "^10.0 || ^11.0",
39-
"illuminate/support": "^10.0 || ^11.0"
38+
"illuminate/http": "^10.0 || ^11.0 || ^12.0",
39+
"illuminate/support": "^10.0 || ^11.0 || ^12.0"
4040
},
4141
"require-dev": {
4242
"guzzlehttp/guzzle": "^7.8",
43-
"orchestra/testbench": "^8.0 || ^9.0",
43+
"orchestra/testbench": "^8.0 || ^9.0 || ^10.0",
4444
"pestphp/pest": "^2.34 || ^3.0",
4545
"pestphp/pest-plugin-laravel": "^2.4 || ^3.0",
4646
"spatie/laravel-data": "^4.8"

0 commit comments

Comments
 (0)