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

Loosen monolog version constraint #5

Open
Mosnar opened this issue Dec 18, 2019 · 1 comment
Open

Loosen monolog version constraint #5

Mosnar opened this issue Dec 18, 2019 · 1 comment

Comments

@Mosnar
Copy link
Contributor

Mosnar commented Dec 18, 2019

The current version constraint of monolog causes conflicts on all of my Craft projects due to commonly used plugins. For example:

❯ composer why monolog/monolog
google/cloud             v0.120.0  requires  monolog/monolog (^1.1|^2.0)     
mrclay/minify            3.0.6     requires  monolog/monolog (~1.1|~2.0)     
solspace/craft3-commons  1.0.23    requires  monolog/monolog (^1.23.0|^2.0)  

This results in monolog typically installing to ^2.0 which is incompatible with this plugin. The way around this is to delete the entire vendor folder and composer.lock file and then installing this plugin; however, this is not ideal.

My request is that the monolog requirement be changed to something more like ^1.24|^2.0

@abryrath
Copy link
Collaborator

abryrath commented Jan 3, 2020

@Mosnar Thank you for raising the issue and the related pull request. Your PR has been merged and I will release a new version shortly.

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

No branches or pull requests

2 participants