omnia-digital / livewire-calendar

Laravel Livewire component to show Events in a good looking monthly calendar
MIT License
68 stars 7 forks source link

Could not find a matching version of package omnia-digital/livewire-calendar #5

Closed joshtorres closed 1 year ago

joshtorres commented 1 year ago

Reported by @yamakrane composer require omnia-digital/livewire-calendar

Could not find a matching version of package omnia-digital/livewire-calendar. Check the package spelling, your version constraint an d that the package is available in a stability which matches your minimum-stability (stable).

joshtorres commented 1 year ago

Oh, it looks like I forgot to merge in Dev, which has the updates to the namespacing.

yamakrane commented 1 year ago

This is actually thrown by composer when I enter composer require omnia-digital/livewire-calendar

Still the case

joshtorres commented 1 year ago

Ok, I've found the issue. Working on fixing it.

joshtorres commented 1 year ago

Ok fixed in release https://github.com/omnia-digital/livewire-calendar/releases/tag/2.2.1 You should be able to run this now composer require omnia-digital/livewire-calendar Let me know if you still have any issues.