You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Problem 1
- Root composer.json requires plank/laravel-checkpoint ^2.1 -> satisfiable by plank/laravel-checkpoint[v2.1.0].
- plank/laravel-checkpoint v2.1.0 requires illuminate/support 5.8.*|^6.0|^7.0|^8.0|^9.0 -> found illuminate/support[v5.8.0, ..., v5.8.36, v6.0.0, ..., v6.20.44, v7.0.0, ..., v7.30.6, v8.0.0, ..., v8.83.27, v9.0.0, ..., v9.52.7] 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 plank/laravel-checkpoint:*" to figure out if any version is installable, or "composer require plank/laravel-checkpoint:^2.1" if you know which you need.
The text was updated successfully, but these errors were encountered:
Hey @polodev, it looks like this is happening because we haven't expanded support for this package to Laravel 10.
We can schedule that to get done as soon as possible. Generally speaking it should be a simple job, but we'd need to ensure all our functionality works as intended on 10.x
Problem 1
- Root composer.json requires plank/laravel-checkpoint ^2.1 -> satisfiable by plank/laravel-checkpoint[v2.1.0].
- plank/laravel-checkpoint v2.1.0 requires illuminate/support 5.8.*|^6.0|^7.0|^8.0|^9.0 -> found illuminate/support[v5.8.0, ..., v5.8.36, v6.0.0, ..., v6.20.44, v7.0.0, ..., v7.30.6, v8.0.0, ..., v8.83.27, v9.0.0, ..., v9.52.7] 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 plank/laravel-checkpoint:*" to figure out if any version is installable, or "composer require plank/laravel-checkpoint:^2.1" if you know which you need.
The text was updated successfully, but these errors were encountered: