Askedio/laravel-soft-cascade

Laravel 9 support

Closed this issue ยท 4 comments

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!

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

When do you plan to release for L9 please ?

Would love to see Laravel 9 support for this package!