Skip to content

Commit c100365

Browse files
Merge pull request #103 from patriziotomato/laravel12
Support for Laravel 12
2 parents 060cd1a + ed537f7 commit c100365

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

composer.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -31,15 +31,15 @@
3131
],
3232
"require": {
3333
"php": "^8.1",
34-
"illuminate/console": "^9.0|^10.0|^11.0",
35-
"illuminate/database": "^9.0|^10.0|^11.0",
36-
"illuminate/http": "^9.0|^10.0|^11.0",
37-
"illuminate/support": "^9.0|^10.0|^11.0",
38-
"illuminate/validation": "^9.0|^10.0|^11.0"
34+
"illuminate/console": "^9.0|^10.0|^11.0|^12.0",
35+
"illuminate/database": "^9.0|^10.0|^11.0|^12.0",
36+
"illuminate/http": "^9.0|^10.0|^11.0|^12.0",
37+
"illuminate/support": "^9.0|^10.0|^11.0|^12.0",
38+
"illuminate/validation": "^9.0|^10.0|^11.0|^12.0"
3939
},
4040
"require-dev": {
4141
"laravel/pint": "^1.14",
42-
"orchestra/testbench": "^7.0|^8.0|^9.0",
42+
"orchestra/testbench": "^7.0|^8.0|^9.0|^10.0",
4343
"pestphp/pest": "^1.20|^2.0",
4444
"pestphp/pest-plugin-faker": "^1.0|^2.0"
4545
},

0 commit comments

Comments
 (0)