Skip to content

Instantly share code, notes, and snippets.

@cesarmiquel
Created October 6, 2021 18:05
Show Gist options
  • Save cesarmiquel/8388b4065c033daa67901412c62d29da to your computer and use it in GitHub Desktop.
Save cesarmiquel/8388b4065c033daa67901412c62d29da to your computer and use it in GitHub Desktop.
Execute composer without memory limits
```
php -d memory_limit=-1 composer.phar <command>
```
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment