Chris Smith
Chris Smith
Thanks for the detailed response @johnstevenson. Could you please explain how I can configure Composer to use a proxy for HTTP and not HTTPS? I have a proxy which purposefully...
> Is there a reason for not using HTTP_CONNECT? Quite simply nginx doesn't support it. > By default, Composer uses https (unless config `disable-tls` is set) so you don't actually...
> #11915 prepares the terrain to get this fixed in 2.8. :+1: Brilliant, thanks both.
Yes I've worked around it using a combination of identifier (these are a brilliant improvement BTW @ondrejmirtes) and regex for anyone else with the same problem: ```yaml parameters: ignoreErrors: -...
> The command has a `-f` / `--force` option, with this intent That appears to *force* me through the login process again which makes sense to me. I don't want...
> Currently each command is supposed to prompt the user to log in when necessary. That it does, but I find if the first call to `platform` is inside some...
I came to the conclusion a bespoke test was needed but I might have missed something.
Great to see some activity here again, I've rebased this to pickup the CI changes.
FWIW https://github.com/platformsh/platformsh-docs/pull/980
These notices don't come from PHP but Symfony's [DebugClassLoader](https://github.com/symfony/symfony/blob/6.4/src/Symfony/Component/ErrorHandler/DebugClassLoader.php), per the message this PR should just add docblocks so the code remains compatible with PHP 5.4.