Skip to content

Commit 6b5ee6e

Browse files
authored
Merge pull request #92 from Muetze42/development
feat: add laravel 12 support
2 parents 6fae6bf + f20e2d8 commit 6b5ee6e

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
@@ -16,14 +16,14 @@
1616
],
1717
"require": {
1818
"php": "^8.2",
19-
"illuminate/support": "^10.0|^11.0"
19+
"illuminate/support": "^10.0|^11.0|^12.0"
2020
},
2121
"require-dev": {
2222
"laravel/pint": "^1.15",
2323
"nesbot/carbon": "^2.5|^3.0",
2424
"symfony/console": "^6.0|^7.0",
25-
"illuminate/console": "^10.0|^11.0",
26-
"illuminate/database": "^10.0|^11.0",
25+
"illuminate/console": "^10.0|^11.0|^12.0",
26+
"illuminate/database": "^10.0|^11.0|^12.0",
2727
"orchestra/testbench": "^9.3",
2828
"larastan/larastan": "^2.9"
2929
},

0 commit comments

Comments
 (0)