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

Laravel 10 compatibility issue #48

Open
wahid09 opened this issue Apr 4, 2023 · 4 comments
Open

Laravel 10 compatibility issue #48

wahid09 opened this issue Apr 4, 2023 · 4 comments

Comments

@wahid09
Copy link

wahid09 commented Apr 4, 2023

This package is not compatible with laravel 10.

@TheCodingBantu
Copy link

I am also facing the same issue:

Method 'App\Http\Livewire\ActivitySelect::options()' is not compatible with method 'Asantibanez\LivewireSelect\LivewireSelect::options()'

@nightcoding
Copy link

+1 I can't even install it on a fresh laravel 10.10 application:

❯ composer require asantibanez/livewire-select
Using version ^2.1 for asantibanez/livewire-select
./composer.json has been updated
Running composer update asantibanez/livewire-select
Loading composer repositories with package information
Updating dependencies
Your requirements could not be resolved to an installable set of packages.

  Problem 1
    - Root composer.json requires asantibanez/livewire-select ^2.1 -> satisfiable by asantibanez/livewire-select[v2.1.0].
    - asantibanez/livewire-select v2.1.0 requires illuminate/support ^6.0|^7.0|^8.0|^9.0 -> found illuminate/support[v6.0.0, ..., v6.20.44, v7.0.0, ..., v7.30.6, v8.0.0, ..., v8.83.27, v9.0.0, ..., v9.52.10] but these were not loaded, likely because it conflicts with another require.

You can also try re-running composer require with an explicit version constraint, e.g. "composer require asantibanez/livewire-select:*" to figure out if any version is installable, or "composer require asantibanez/livewire-select:^2.1" if you know which you need.

Installation failed, reverting ./composer.json and ./composer.lock to their original content.

Would be nice to have it running with laravel 10! Thanks 👏🏻

@domthomas-dev
Copy link

Do you try this ?
https://github.com/laravel-shift/livewire-select

@sinarahmany
Copy link

Since there's been no update. I've created a fork and applied the changes there to be compatible with Livewire v3. Feel free to use my fork as a temporary solution till the main one gets updated.

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

5 participants