Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Compatibility Issue with Livewire v3.x #149

Open
filoor opened this issue Sep 30, 2023 · 3 comments
Open

Compatibility Issue with Livewire v3.x #149

filoor opened this issue Sep 30, 2023 · 3 comments

Comments

@filoor
Copy link

filoor commented Sep 30, 2023

Description:
When attempting to install okipa/laravel-table in a project using Livewire version 3.x, I encountered a compatibility issue. The current version of okipa/laravel-table requires Livewire version 2.x, resulting in a conflict with my installed Livewire version 3.x.

Error Message:

- okipa/laravel-table[5.3.0, ..., 5.3.1] require livewire/livewire ^2.0 -> found livewire/livewire[v2.0.0, ..., v2.12.6] but it conflicts with your root composer.json require (^3.0).

Environment:

  • Laravel version: 10.25.2
  • Livewire version: 3.x
  • PHP version: 8.2.6

Steps to Reproduce:

  1. Install a new Laravel project with Livewire v3.x.
  2. Attempt to install okipa/laravel-table via Composer.
  3. The above error message appears.

Would it be possible to add support for Livewire v3.x in okipa/laravel-table?

@sakacyber
Copy link

same issue

@Claudiocia
Copy link

Hi,

I managed to work around the problem as follows:
When installing Jetstream in the Laravel project I set the jetstream version to ^3.0 then automatically when bringing the livewire it comes in version ^2.11 which is compatible with Okipa and so I was able to install it in Laravel 10.
However, I'm waiting for a Plugin update to be compatible with Jetstream ^4.0 and Livewire ^3.0. As soon as it is released I will update the project via composer.

@HetIsJoey
Copy link

+1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants