mattlibera / livewire-flash

A Laravel Livewire-based Flash message component
MIT License
118 stars 17 forks source link

Livewire 2.x #6

Closed jjrohrer closed 4 years ago

jjrohrer commented 4 years ago

(I was trying composer require mattlibera/livewire-flash

Using version ^0.3.1 for mattlibera/livewire-flash ./composer.json has been updated Loading composer repositories with package information Updating dependencies (including require-dev) Your requirements could not be resolved to an installable set of packages.

Problem 1

Installation failed, reverting ./composer.json to its original content.

mattlibera commented 4 years ago

Sorry about this. I will see what I can do today to get Livewire 2.0 support. Don't think it'll be a tough lift.

mattlibera commented 4 years ago

@jjrohrer Should be set via #7 . Just update your requirement for this package to be ^0.4 and then composer update mattlibera/livewire-flash should pull it in. Let me know if that doesn't work for some reason.

jjrohrer commented 4 years ago

Nice!