### PHP composer memory limits ###

# Setting up memory limits for PHP composer:
# - use PHP_PARAMETERS in the php CLI command line, if it set here,
# - use default parameters with PHP_MEMORY_LIMIT, if it set here,
# - use memory_limit parameter from PHP CLI php.ini, if it is greater than 512M,
# - or use default 512M memory limit as a minimal requirements to run composer

### PHP CLI memory limit for composer -should be greater than 512M:
#PHP_MEMORY_LIMIT=512M

### PHP CLI custom command line, default value:
#PHP_PARAMETERS="-d suhosin.executor.include.whitelist=phar -d memory_limit=$PHP_MEMORY_LIMIT"

