Skip to content

Commit

Permalink
Laravel 11 support (#30)
Browse files Browse the repository at this point in the history
  • Loading branch information
indykoning authored Aug 23, 2024
1 parent 1e95f5c commit 5cfe26f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@
"prefer-stable": true,
"require": {
"php": "^8.1|^8.2",
"illuminate/database": "^10.0",
"illuminate/support": "^10.0",
"illuminate/view": "^10.0",
"illuminate/database": "^10.0|^11.0",
"illuminate/support": "^10.0|^11.0",
"illuminate/view": "^10.0|^11.0",
"rapidez/core": "^2.1",
"blade-ui-kit/blade-heroicons": "^2.0"
},
Expand Down

0 comments on commit 5cfe26f

Please sign in to comment.