i want to import a new bundle to my symfony project but i got this error :
Fatal error: Allowed memory size of 1073741824 bytes exhausted (tried to allocate 64 bytes) in phar://C:/ProgramData/ComposerSetup/bin/composer.phar/src/Composer/DependencyResolver/Rule.php on line 60
i've tried to update the memory_limits to -1
php -d memory_limit=-1 composer.phar update
message:
Nothing to install or update
i modified my composer.phar manually same error.
"vich/uploader-bundle": "^0.14.0"
– Rooneyl