Jordi Boggiano
Jordi Boggiano
Yes please report to PHPStorm because I have no idea.. Nothing changed on that front as far as I know. https://github.com/composer/composer/compare/2.6.6...2.7.0 is the full diff. symfony/console was upgraded from 5.4.28...
oof, thanks but I am afraid that's gonna take me a while to digest :D
Yeah I haven't looked yet at the implementation but this absolutely should be update-time only, you select which features you want when you update dependencies, these are then included in...
I'm currently trying to wrap up 2.9, then I think I probably should look at this.. Sorry it's been so long. It's too big to sneak into 2.9 on a...
What I do when I need local packages is I define the version in the package's composer.json, like `"version": "1.0.0"`, or this can be done in the [path repo](https://getcomposer.org/doc/05-repositories.md#path) too...
Sorry but no clue what is causing it, nor what "randomly" means exactly, nor what triggered it? Do you have a backtrace? A full error message?
It really should not no.. as there is no parallelism involved here? Unless you do run this whole script in parallel?
Probably some firewall or similar doing packet inspection and causing issues as it does SSL termination and composer cannot validate the certificate anymore.
Weird.. works for me with your composer.json: ``` - Installing neos/neos (8.3.20): Cloning 9701631714 from cache - Installing enshrined/svg-sanitize (0.17.0): Extracting archive - Installing neos/neos-ui-compiled (8.3.x-dev e5bcc0e): Extracting archive -...
Also make sure to try with --no-plugins perhaps to make sure the behavior isn't caused by a global plugin you have?