Skip to content

Commit

Permalink
fix: Remove Livewire as a Required Dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
cjmellor authored Mar 3, 2024
1 parent ad05db6 commit a7d3e9d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,7 @@
],
"require": {
"php": "^8.1",
"illuminate/contracts": "^10.0|^11.0",
"livewire/livewire": "^2.12"
"illuminate/contracts": "^10.0|^11.0"
},
"require-dev": {
"laravel/pint": "^1.0",
Expand Down

0 comments on commit a7d3e9d

Please sign in to comment.