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

Compatibility with psr/log 3.0 #109

Closed
hubertnnn opened this issue Apr 25, 2022 · 2 comments
Closed

Compatibility with psr/log 3.0 #109

hubertnnn opened this issue Apr 25, 2022 · 2 comments
Labels
dependencies Upgrade or downgrade of project dependencies.

Comments

@hubertnnn
Copy link

Describe the bug
This package depends on psr/log ^1.0 but current version is 3.0.
Installing will cause this error:

  Problem 1
    - Root composer.json requires exonet/powerdns-php ^4.1 -> satisfiable by exonet/powerdns-php[v4.1.0].
    - exonet/powerdns-php v4.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.

To Reproduce

# Install latest psr/log or a package that depends on it.
composer require psr/log 3.0.0
composer require exonet/powerdns-php

Expected behavior
Package installs

@robbinjanssen
Copy link
Member

Hi @hubertnnn,

Feel free to submit a PR, when we have time we'll see if we can easily update this to support v1 || v2 || v3 :)

@robbinjanssen robbinjanssen added the dependencies Upgrade or downgrade of project dependencies. label Apr 25, 2022
trizz added a commit that referenced this issue Jun 7, 2022
@trizz
Copy link
Member

trizz commented Jun 7, 2022

Hi @hubertnnn,

I've just released version 4.1.1 that will fix this.

@trizz trizz closed this as completed Jun 7, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Upgrade or downgrade of project dependencies.
Projects
None yet
Development

No branches or pull requests

3 participants