Installing older versions of Laravel via SSH
Is there a way to install older versions of Laravel through inMotion? I have sites that are older and running 4.2 and I wish to install a new copy of 4.2 inside of the directory. I am getting the following error when I try to run an install through composer.phar via SSH:
Fatal error: Out of memory (allocated 127664128) (tried to allocate 32 bytes) in phar:///home/circat5/public_html/composer.phar/src/Composer/Package/Version/VersionParser.php on line 121
I have messed with the PHP.ini and I still get this error. Can someone help?
Fatal error: Out of memory (allocated 127664128) (tried to allocate 32 bytes) in phar:///home/circat5/public_html/composer.phar/src/Composer/Package/Version/VersionParser.php on line 121
I have messed with the PHP.ini and I still get this error. Can someone help?