Home
Strip Tags
Colour Manager
Password Generator
Text Formatter
Pixel Converter
Snippets
Buy Me A Coffee
Home
/
Snippets
/
Run Composer without a memory limit
Run Composer without a memory limit
Code
php -d memory_limit=-1 /usr/local/bin/composer install
Copy
https://devools.com