jonassiewertsen / statamic-livewire

A Laravel Livewire integration for Statamics antlers engine
83 stars 14 forks source link

Allow Laravel 9 #35

Closed aerni closed 11 months ago

aerni commented 11 months ago

I think it's generally a good idea to follow Statamic's version constraints regarding Laravel. Statamic is compatible with both Laravel 9 and 10. I don't believe this addon uses any Laravel 10-only features. So it's a small thing to add while allowing anyone on Statamic 4+ to use this addon.

marcorieser commented 11 months ago

Seems like Livewire requires Illuminate 10. https://github.com/livewire/livewire/blob/main/composer.json

aerni commented 11 months ago

Ha! Good point. Didn’t even check that 😅