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

A dependency breaks CI on projects including sentry-php #1460

Closed
frsmoray opened this issue Feb 9, 2023 · 2 comments
Closed

A dependency breaks CI on projects including sentry-php #1460

frsmoray opened this issue Feb 9, 2023 · 2 comments

Comments

@frsmoray
Copy link

frsmoray commented Feb 9, 2023

How do you use Sentry?

Sentry Saas (sentry.io)

Version

3.13.0

Steps to Reproduce

  1. Add sentry-php to a project
  2. Run composer install

Expected Result

Get sentry installed

Actual Result

Dependency with php-http/discovery makes composer go in loop

Issue 213 reported for that dependency.

Fixing php-http/discovery to v1.14.3 seems to solve the issue, as well as keeping the plugin deactivated with:

"allow-plugins": {
    "php-http/discovery": false
 },
@nicolas-grekas
Copy link
Contributor

There is nothing to do in this repo, you figured out the correct solution.

@frsmoray
Copy link
Author

frsmoray commented Feb 9, 2023

For me is ok. Thanks a lot @nicolas-grekas

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