Skip to content

Commit

Permalink
laravel 12 support (#27)
Browse files Browse the repository at this point in the history
  • Loading branch information
daikazu authored Mar 6, 2025
1 parent 2be4833 commit d5c910f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@
],
"require": {
"php": "^8.1",
"illuminate/contracts": "^10.0|^11.0",
"illuminate/support": "^10.0|^11.0",
"illuminate/contracts": "^10.0|^11.0|^12.0",
"illuminate/support": "^10.0|^11.0|^12.0",
"filament/filament": "^3.0",
"filament/forms": "^3.0",
"filament/tables": "^3.0",
Expand Down

0 comments on commit d5c910f

Please sign in to comment.