Jordi Boggiano
Jordi Boggiano
Just a few thoughts here: - If people remove lock file or composer.json, then a native/built-in Composer SBOM solution would stop working. That's on them and I will not waste...
Can you give some details as per the issue template? What composer.json looks like, what command are you running and what output do you see with `-vvv`?
The problem is CURLE_COULDNT_CONNECT can happen due to many reasons I think.. And some of those we'd rather retry and let it work through things, and some like this probably...
If you can, please check with https://github.com/composer/composer/pull/9360 applied to see if it fixes it. It hopefully does.
Ok, might be another bug of the same kind then /cc @naderman @joachim-n just to get you out of your pickle here, have you tried a full `composer update`? Does...
I can't repro this anymore with the latest snapshot, unsure if something changed in the package landscape or if we did actually fix the issue, but anyway closing.
@jrobens I am not sure what command you are running, when I run an install I get this which clearly explains the lock file is outdated and incompatible with the...
Yeah sorry I have no clue what's going on there. It's quite a pain as I cannot easily navigate the drupal packages' dependencies as with those that are on packagist.org.....
Ok I got this far: ``` # works fine without optimizer COMPOSER_POOL_OPTIMIZER=0 composer update 'drupal/core*' drupal/viewsreference -W --dry-run # fails with optimizer, somehow drupal/core v10 gets removed composer update 'drupal/core*'...
cc @driskell as it's a drupal issue maybe you'll have an easier time reasoning about this.. I am so unfamiliar with the dependencies that it does not help :)