Greg Havekes
Greg Havekes
I have the same issue, it seems to come from the parsing of the GENERAL_PROVIDERS variable. The issue is not present in v1.0.6 so you can just use it as...
I am facing the same issue with a password variable in my `.env` which contains a $ sign like so : `PASSWORD="[...]$[...]"`. Had to downgrade to compose 2.6 (docker desktop...
> Don't know why I got 5 dislikes, but to resolve the issue right now you have to disable Virtualisation or restart docker once notice swap usage)) > > Without...
Having the same issue on Bitbucket pipelines. Did you try with `--parallel` as the first option?
Finally found the solution for me at least. Seems to have to do with composer not installing the scripts in version 2.7 onwards. Adding `COMPOSER_ALLOW_SUPERUSER=1` solved the issue. Seems related...
> Can someone pull request this to the documentation? https://github.com/pestphp/docs/pull/266