Skip to content

Commit

Permalink
Merge pull request #40 from dcblogdev/main
Browse files Browse the repository at this point in the history
Add support for Laravel 11
  • Loading branch information
mhmiton authored Mar 12, 2024
2 parents 0466f40 + fae598f commit 4f4e97f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"type": "library",
"require": {
"php": ">=8.1",
"laravel/framework": "^10.0",
"laravel/framework": "^10.0|^11.0",
"livewire/livewire": "^3.0"
},
"extra": {
Expand Down

0 comments on commit 4f4e97f

Please sign in to comment.