Opigno 2 Composer install

janmarlow
Forums
I'm on Siteground, and I access with SSH from my Windows machine. I do 'composer create-project opigno/opigno-composer' and I get 'Fatal error: Out of memory (allocated 1055924224) (tried to allocate 20480 bytes) in phar:///usr/local/bin/composer.phar/src/C on line 76.' My hosting account is on PHP 7.3 and the latest release of composer is installed as standard. I've googled for help, and suggestions of 'infinite loop' has been posted. Any advice?
pat

That usually means that php

That usually means that php running composer is running out of memory. You can raise the memory_limit of php installed on your machine so composer can use more. Although, if i am correct, i think composer sets by default the memory_limit to 1.5GB, upon executing.
janmarlow

Fixed that. Now what about 'continue' vs. 'continue 2'

Siteground give you PHP 5.6 by default, so I had to specify the path. Then I got to the next point. Has anyone used composer and gotten through this: /usr/local/php73/bin/php-cli /usr/local/bin/composer.phar create-project opigno/opigno-composer Installing opigno/opigno-composer (1.0.1) - Installing opigno/opigno-composer (1.0.1): Downloading (100%) Created project in /home/slekt080/public_html/laravin.com/opigno-composer > DrupalProject\composer\ScriptHandler::checkComposerVersion Loading composer repositories with package information Updating dependencies (including require-dev) [ErrorException] "continue" targeting switch is equivalent to "break". Did you mean to use "continue 2"?