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

Last version of php-http/discovery dependency causes composer to loop #6

Closed
LeonidasJP opened this issue Feb 9, 2023 · 3 comments
Closed

Comments

@LeonidasJP
Copy link

The php-http/discovery dependency has been updated today to v1.15.0. This version contains a bug that causes composer update to end up in an endless loop. See php-http/discovery#211, php-http/discovery#212, php-http/discovery#213

Is it possible to block php-http/discovery@1.15.0?

"conflicts": {
    "php-http/discovery": "1.15.0"
}
@nicolas-grekas
Copy link

Wrong call. The right solution is described here: php-http/discovery#213 (comment)

@danielcivit
Copy link
Member

danielcivit commented Feb 9, 2023

Hi @LeonidasJP, thank you for the report.

We have been monitoring this issue closely and it seems a fix is on the way. For now you can use the solution that @nicolas-grekas mentioned temporarily, until it is fixed in the php-http/discovery module.

  "config": {
    "allow-plugins": {
      "php-http/discovery": false
    }
  }

Also, thank you @nicolas-grekas for the quick response and quick PR to solve this issue.

@danielcivit
Copy link
Member

Hi @LeonidasJP.

It seems the issue about the endless loop is fixed in the php-http/discovery package at this moment. There is no reason in our side to declare a conflict with that version in the MultiSafepay php-sdk package.

Please, if there is any other feedback on your side, feel free to reopen this issue.

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

3 participants