1php -d memory_limit=-1 composer.phar require hwi/oauth-bundle php-http/guzzle6-adapter php-http/httplug-bundle
2
1On Windows 10;
2
3Goto C:\ProgramData\ComposerSetup\bin
4
5Edit: composer.bat and add memory_limit=-1 in the last line as shown below.
6
7@echo OFF
8:: in case DelayedExpansion is on and a path contains !
9setlocal DISABLEDELAYEDEXPANSION
10php -d memory_limit=-1 "%~dp0composer.phar" %*