Skip to content

Commit

Permalink
Added dependencies for fuelviews/laravel-forms and livewire/livewire …
Browse files Browse the repository at this point in the history
…in composer.json to enhance functionality and improve user experience.
  • Loading branch information
thejmitchener committed Jun 12, 2024
1 parent a5e8b04 commit 707c555
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,9 @@
"pestphp/pest": "^2.34",
"pestphp/pest-plugin-arch": "^2.7",
"pestphp/pest-plugin-laravel": "^2.3",
"ralphjsmit/laravel-glide": "^1.2.1"
"ralphjsmit/laravel-glide": "^1.2.1",
"fuelviews/laravel-forms": "^3.5",
"livewire/livewire": "^3.5"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 707c555

Please sign in to comment.