Skip to content

Instantly share code, notes, and snippets.

@szeidler
Created March 18, 2019 15:35
Show Gist options
  • Save szeidler/e880105ac3b1db9284d0cff7ba2153db to your computer and use it in GitHub Desktop.
Save szeidler/e880105ac3b1db9284d0cff7ba2153db to your computer and use it in GitHub Desktop.
Runs a composer command without PHP memory limitations
#!/bin/bash
php -d memory_limit=-1 /usr/local/bin/composer
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment