-
-
Notifications
You must be signed in to change notification settings - Fork 3
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
Installation fails with CI Version 4.5.6 #2
Comments
Hi! Thank you for reporting. I'll look into your issue. |
@corrosive4354 when i do that i get the following: Loading composer repositories with package information |
This is due to outdated dependencies of this project which is over 3 years old since the last release. To fix this we need to bump the PHP version and some dependencies and update as well the codebase. This is a major overhaul and would need to release v2. I'm currently on a fix. |
Ok please advise when ready. Thank you. |
I tried to install the package in CI version 4.5.6 and it fails with following error. Please help.
Your requirements could not be resolved to an installable set of packages.
Problem 1
- Root composer.json requires liaison/revision * -> satisfiable by liaison/revision[v1.0.0, ..., v1.1.0].
- liaison/revision[v1.0.0, ..., v1.1.0] require sebastian/diff ^4.0 -> found sebastian/diff[4.0.0, ..., 4.0.6] but the package is fixed to 5.1.1 (lock file version) by a partial update and that version does not match. Make sure you list it as an argument for the update command.
Use the option --with-all-dependencies (-W) to allow upgrades, downgrades and removals for packages currently locked to specific versions.
You can also try re-running composer require with an explicit version constraint, e.g. "composer require liaison/revision:*" to figure out if any version is installable, or "composer require liaison/revision:^2.1" if you know which you need.
Installation failed, reverting ./composer.json and ./composer.lock to their original content.
PS C:\xampp\htdocs\MyCourses\ci4\courses\CI4-Hollingworth\ciapp> composer require liaison/revision
./composer.json has been updated
Running composer update liaison/revision
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 liaison/revision * -> satisfiable by liaison/revision[v1.0.0, ..., v1.1.0].
- liaison/revision[v1.0.0, ..., v1.1.0] require sebastian/diff ^4.0 -> found sebastian/diff[4.0.0, ..., 4.0.6] but the package is fixed to 5.1.1 (lock file version) by a partial update and that version does not match. Make sure you list it as an argument for the update command.
Use the option --with-all-dependencies (-W) to allow upgrades, downgrades and removals for packages currently locked to specific versions.
You can also try re-running composer require with an explicit version constraint, e.g. "composer require liaison/revision:*" to figure out if any version is installable, or "composer require liaison/revision:^2.1" if you know which you need.ing the package in CI version 4.5.6 and it fails
The text was updated successfully, but these errors were encountered: