asantibanez / laravel-blade-sortable

Custom Blade components to add sortable/drag-and-drop HTML elements in your apps.
MIT License
409 stars 79 forks source link

Laravel 9 support #22

Open Hesesses opened 2 years ago

Hesesses commented 2 years ago

Hello,

I'm getting this when trying to update/install on laravel 9 project:


composer require asantibanez/laravel-blade-sortable
Using version ^1.3 for asantibanez/laravel-blade-sortable
./composer.json has been updated
Running composer update asantibanez/laravel-blade-sortable
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/laravel-blade-sortable ^1.3 -> satisfiable by asantibanez/laravel-blade-sortable[v1.3.0].
    - asantibanez/laravel-blade-sortable v1.3.0 requires illuminate/support ^7.0|^8.0 -> found illuminate/support[v7.0.0, ..., 7.x-dev, v8.0.0, ..., 8.x-dev] 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/laravel-blade-sortable:*" to figure out if any version is installable, or "composer require asantibanez/laravel-blade-sortable:^2.1" if you know which you need.

Installation failed, reverting ./composer.json and ./composer.lock to their original content.
asantibanez commented 2 years ago

Resolved by #18

tiznull commented 2 years ago

I am still getting this error despite the merge. Am I missing something?

nick-massie commented 1 year ago

I am still getting this error too

manolismax commented 1 year ago

I am still getting this error too! @asantibanez you never released a new version. The v1.3 has the old version of the composer.json

bigenergy commented 1 year ago

I am still getting this error too! @asantibanez you never released a new version. The v1.3 has the old version of the composer.json

use my fork https://github.com/bigenergy/laravel-blade-sortable