composer memory limit error

COMPOSER_MEMORY_LIMIT=-1 composer update

I need to run composer update at my hosting so I log in with ssh and try to run the following command inside /www folder where I have Laravel and composer installation: composer update

I get this ...

BETA Snippet explanation automatically generated by OpenAI:

Here is what the above code is doing:
1. Run a composer command with a custom memory limit
2. The composer command is update, which updates all the dependencies for the project
3. The --no-interaction flag tells composer not to ask for any input
4. The --no-dev flag tells composer not

Snippet By Tony Lea

·

Created October 27th, 2021

·

Report Snippet