Skip to content

Commit 99221e7

Browse files
authored
⬆ Bump dependencies for Laravel 12 (#70)
1 parent 1eaceac commit 99221e7

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
@@ -24,9 +24,9 @@
2424
},
2525
"require": {
2626
"php": "^8.0",
27-
"illuminate/console": "^9.0|^10.0|^11.0",
28-
"illuminate/support": "^9.0|^10.0|^11.0",
29-
"illuminate/http": "^9.0|^10.0|^11.0",
27+
"illuminate/console": "^9.0|^10.0|^11.0|^12.0",
28+
"illuminate/support": "^9.0|^10.0|^11.0|^12.0",
29+
"illuminate/http": "^9.0|^10.0|^11.0|^12.0",
3030
"guzzlehttp/guzzle": "^7.0"
3131
},
3232
"require-dev": {

0 commit comments

Comments
 (0)