Answer the question
In order to leave comments, you need to log in
Disable cloning of git repositories when initializing a project with composer?
I was interested in composer, but a question arose.
Installing Symfony 2 using it
php composer.phar create-project symfony/framework-standard-edition path/<br>
Answer the question
In order to leave comments, you need to log in
On a good note, the entire contents of the vendors folder should be ignored, in the same way you can ignore the .git directory in the project roots.
php composer.phar create-project symfony/framework-standard-edition
cd framework-standard-edition
rm -r .git
php composer.phar create-project symfony/framework-standard-edition
cd framework-standard-edition
rm -r .git
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question