PHP Composer update “cannot allocate memory” error (using Laravel 4)
I just can’t solve this one. I’m on Linode 1G RAM basic plan. Trying to install a package via Composer and it’s not … Read more
I just can’t solve this one. I’m on Linode 1G RAM basic plan. Trying to install a package via Composer and it’s not … Read more
This is my composer.json, I want to use Nodge’s fork of lessphp project on Github “repositories”: [{ “type”: “package”, “package”: { “version”: “dev-master”, … Read more
Composer has the option to load several dependencies only while being in development, so the tools will not be installed in production (on … Read more
What are the differences between composer update and composer install? 5 Answers 5
I know that this issue has been posted many times, but for me it seems to be a different problem. Indeed, this error … Read more
I have a project with a few dependencies and I’d like to install another one, but I’d like to keep the others the … Read more
I’m trying to install Facebook PHP SDK with Composer. This is what I get $ composer install Loading composer repositories with package information … Read more
I am new to symfony2 and reading symblog. In third chapter while trying with data-fixtures I tried the command: php composer.phar update but … Read more
Recently I’ve read about namespaces and how they are beneficial. I’m currently creating a project in Laravel and trying to move from class … Read more
I installed a package with composer, and it installed many other packages as dependencies. Now I uninstalled the main package with composer remove … Read more