Last Updated: February 25, 2016
·
371
· mattdharmon

Composer Install in Symfony2

I have learned that when you add a dependency to a Symfony2 project (which includes adding the file to the AppKernel.php file) and push it to your git repository, the other team will have issues with doing a composer install command. To get around most of those issues you could add the no-scripts flag. The full command is:

composer install --no-scripts