networkteam / sentry_client

TYPO3 Extension for exception logging with sentry, see http://www.getsentry.com
33 stars 35 forks source link

php-http/discovery modifies composer.json #77

Closed steffenf14 closed 1 year ago

steffenf14 commented 1 year ago

php-http/discovery upgraded to version 1.15.0 and brings a new feature that modifies your existing composer.json. I consider this very harmful, please consider to remove this package.

Also 1.15.0 is broken and loops endlessly. https://github.com/php-http/discovery/issues/213

christophlehmann commented 1 year ago

It's not a direct dependency.

jpmschuler commented 1 year ago

I agree with both, current hotfix for project root composer.json

"conflict": {
   "php-http/discovery": "1.15.0"
},

seems the best solution for the situation, while still allowing to not block future repairs. And allowing to update sentry/sentry to ^3.13.0

christophlehmann commented 1 year ago

Is fixed upstream