Skip to content

Commit 19f1cd0

Browse files
authored
⬆ Bump dependencies for Laravel 12 (#44)
1 parent 128a20a commit 19f1cd0

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
@@ -22,9 +22,9 @@
2222
},
2323
"require-dev": {
2424
"laravel/pint": "^1.13",
25-
"illuminate/support": "^10.0|^11.0",
26-
"illuminate/console": "^10.0|^11.0",
27-
"illuminate/http": "^10.0|^11.0"
25+
"illuminate/support": "^10.0|^11.0|^12.0",
26+
"illuminate/console": "^10.0|^11.0|^12.0",
27+
"illuminate/http": "^10.0|^11.0|^12.0"
2828
},
2929
"extra": {
3030
"laravel": {

0 commit comments

Comments
 (0)