Skip to content

Commit

Permalink
Laravel 11 support (#504)
Browse files Browse the repository at this point in the history
  • Loading branch information
indykoning authored May 28, 2024
1 parent 8753a26 commit 8111bd9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@
"php": "^8.1|^8.2",
"blade-ui-kit/blade-heroicons": "^2.0",
"mailerlite/laravel-elasticsearch": "^11.0",
"illuminate/database": "^10.0",
"illuminate/events": "^10.0",
"illuminate/queue": "^10.0",
"illuminate/support": "^10.0",
"illuminate/database": "^10.0|^11.0",
"illuminate/events": "^10.0|^11.0",
"illuminate/queue": "^10.0|^11.0",
"illuminate/support": "^10.0|^11.0",
"lcobucci/clock": "^2.0|^3.0",
"lcobucci/jwt": "^4.0|^5.0",
"rapidez/blade-directives": "~0.1",
Expand Down

0 comments on commit 8111bd9

Please sign in to comment.