Jordi Boggiano

Results 1006 comments of Jordi Boggiano

Well the proposition is you get something that works, vs staying on broken software. Apparently yes that has a cost, because this repo ended up EOL - I can only...

Yeah I am not sure how to best describe all these things in a consistent way per the docs, but this reads fairly confusing I agree.

Let me clarify: what I'm interested in is not a way to run phpstan on 32bit.. I am aware 32bit is rare and that's exactly my point, because it's so...

That's a weird one.. I wonder what causes an exception there.. I imagine it throws *after* replacing the phar and then it tries to autoload the file from the new...

Seems like the failure is this https://github.com/composer/composer/blob/2.8.12/src/Composer/Console/Application.php#L171 but for it to enter that you have to run it with `-d` / `--working-dir`, is that the case somehow? do you have...

Ok, that makes sense to me that it'd fail but it shouldn't fail like that.. Any more details you can share? What permissions do you have on the phar?

If you want to know what's available *for your constraints*, you can run `composer update --dry-run`.

Tests are failing can you please check?

@Batraz2004 if you downgrade the php version you need to downgrade monolog as well to a version that supports your PHP version..

Ok I see.. Then I'm not sure I'll find time for this right now if it gets more complex sorry but got a whole lot of other stuff on my...