Skip to content

Commit

Permalink
Merge pull request #12 from joelwmale/feature/laravel-11-support
Browse files Browse the repository at this point in the history
Laravel 11
  • Loading branch information
joelwmale authored Sep 3, 2024
2 parents 690a208 + bc603be commit 80d3b2d
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "joelwmale/livewire-quill",
"version": "2.0.0",
"version": "3.0.0",
"description": "Easily add QuillJS with image support to any Laravel Livewire component.",
"keywords": [
"joelwmale",
Expand All @@ -17,10 +17,10 @@
}
],
"require": {
"php": "^8.1|8.2",
"illuminate/support": "^9.0|^10.0",
"illuminate/contracts": "^9.0|^10.0",
"livewire/livewire": "^3.2"
"php": "^8.1|^8.2|^8.3|^8.4",
"illuminate/support": "^9.0|^10.0|^11.0",
"illuminate/contracts": "^9.0|^10.0|^11.0",
"livewire/livewire": "^3.3|^3.4"
},
"require-dev": {
"laravel/pint": "^1.10",
Expand Down

0 comments on commit 80d3b2d

Please sign in to comment.