Skip to content

Commit

Permalink
feat: Update for Laravel 12
Browse files Browse the repository at this point in the history
  • Loading branch information
dshafik committed Feb 25, 2025
1 parent 061360a commit 524a590
Show file tree
Hide file tree
Showing 2 changed files with 487 additions and 377 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@
"minimum-stability": "stable",
"require": {
"php": "^8.2",
"illuminate/database": "^11.4",
"illuminate/support": "^11.4",
"nesbot/carbon": "^3.3"
"illuminate/database": "^11.4 || ^12",
"illuminate/support": "^11.4 || ^12",
"nesbot/carbon": "^3.8"
},
"require-dev": {
"laravel/pint": "^1.15",
Expand Down
Loading

0 comments on commit 524a590

Please sign in to comment.