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

cant install with new laravel installation #15

Open
polodev opened this issue Apr 27, 2023 · 1 comment
Open

cant install with new laravel installation #15

polodev opened this issue Apr 27, 2023 · 1 comment
Assignees
Labels
maintenance Updates or clean-up of old code

Comments

@polodev
Copy link

polodev commented Apr 27, 2023

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.

@m-triassi
Copy link
Contributor

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

@m-triassi m-triassi added the maintenance Updates or clean-up of old code label May 4, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
maintenance Updates or clean-up of old code
Projects
None yet
Development

No branches or pull requests

4 participants