rappasoft / laravel-livewire-tables

A dynamic table component for Laravel Livewire
https://rappasoft.com/docs/laravel-livewire-tables/v2/introduction
MIT License
1.7k stars 320 forks source link

[Bug]: Composer installation fails on package requirements/Livewire3 #1422

Closed realmarkcross closed 8 months ago

realmarkcross commented 8 months ago

What happened?

When attempting to install the package into a fresh installation of Laravel with Livewire 3 (TALL stack) via: composer require rappasoft/laravel-livewire-tables I receive an error that the package isn't installable due to requirements for Livewire 2.

How to reproduce the bug

Run the composer require command on a new Laravel 10/Livewire3/TALL stack installation.

Package Version

2.15

PHP Version

8.2.x

Laravel Version

10.10

Alpine Version

3.13.1

Theme

Tailwind 3.x

Notes

No response

Error Message

Your root composer.json require (^3.0).

lrljoe commented 8 months ago

You need to use v3 of the rappasoft package too. Your minimum stability may need to be set to dev, or it won't take the pre-released versions