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

chore: upgraded psr/log dependency version (added compatibility to ^v1|^v2|^v3) #203

Merged
merged 1 commit into from
Jan 21, 2022
Merged

chore: upgraded psr/log dependency version (added compatibility to ^v1|^v2|^v3) #203

merged 1 commit into from
Jan 21, 2022

Conversation

SVillette
Copy link
Contributor

Hey, thank you for your work, I just discovered this package.

I first used it with the cachetool.phar and saw that it can be added as a project dependency.

In a fresh SF6 app with symfony/cache, it was not possible to run composer require gordalina/cachetool as psr/log was in version 3.0 (see the above log).

I could have run composer require gordalina/cachetoo -W to downgrade psr/log but maybe this PR is usefull for you anyway.

Please feel free to give me your feedback if it was a good idea or not.

Logs:

Problem 1
- Root composer.json requires gordalina/cachetool ^8.1 -> satisfiable by gordalina/cachetool[8.1.0].
- gordalina/cachetool 8.1.0 requires psr/log ^1.0 -> found psr/log[1.0.0, ..., 1.1.4] but the package is fixed to 3.0.0 (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.

@gordalina
Copy link
Owner

This is great, thank you for contributing!

@gordalina gordalina merged commit 633f766 into gordalina:main Jan 21, 2022
@SVillette
Copy link
Contributor Author

Thank you for your feedback !

@SVillette SVillette deleted the chore-psr-log-upgrade branch January 22, 2022 18:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants