Askedio / laravel-soft-cascade

Cascade Delete & Restore when using Laravel SoftDeletes
https://medium.com/asked-io/cascading-softdeletes-with-laravel-5-a1a9335a5b4d
MIT License
705 stars 63 forks source link

Laravel 9 support #136

Closed seabasss closed 1 year ago

seabasss commented 2 years ago

I see a closed topic about Laravel 9 support, but this package is the only one not letting me update to Laravel 9.

Here's the error:

  Problem 1
    - Root composer.json requires askedio/laravel-soft-cascade ^8.1 -> satisfiable by askedio/laravel-soft-cascade[8.1.0].
    - askedio/laravel-soft-cascade 8.1.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 askedio/laravel-soft-cascade:*" to figure out if any version is installable, or "composer require askedio/laravel-soft-cascade:^2.1" if you know which you need.

Any ideas? Thanks!

RhysLees commented 2 years ago

You can use composer require askedio/laravel-soft-cascade:master for now until a release tag is made

USE AT YOUR OWN RISK

by using this any time you update it will pull the master branch which may not be stable

invaders-xx commented 2 years ago

When do you plan to release for L9 please ?

SteveSzumski commented 2 years ago

Would love to see Laravel 9 support for this package!

RhysLees commented 2 years ago

Ayy we just got a release for L9 https://github.com/Askedio/laravel-soft-cascade/releases/tag/9.0.0