Skip to content

Commit

Permalink
Added Laravel 11 support & added laravelcollective alternative package.
Browse files Browse the repository at this point in the history
  • Loading branch information
takielias committed May 2, 2024
1 parent 6baba15 commit 02d9cd3
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 @@ -17,8 +17,8 @@
"laravel package"
],
"require": {
"laravel/framework": "^9.0|^10.0",
"laravelcollective/html": "^6.0"
"laravel/framework": "^9.0|^10.0|^11.0",
"konekt/html": "^6.5"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 02d9cd3

Please sign in to comment.