If you run into memory limit issues while trying to use composer, you can disable(or limit to a higher limit e.g. 1024M) with via the method below.
1 |
php -d memory_limit=-1 `which composer` require composer/modulename |
If you run into memory limit issues while trying to use composer, you can disable(or limit to a higher limit e.g. 1024M) with via the method below.
1 |
php -d memory_limit=-1 `which composer` require composer/modulename |