Remove binary from repo

Since Composer 1.2, binaries are re-installed from vendors if there aren't found.
This avoid us to commit binaries vendors into the repo.

⚠️ You have to update your Composer to the 1.2 (`composer selfupdate`)
This commit is contained in:
Jeremy Benoist
2016-07-20 10:44:46 +02:00
parent 0dc09439ef
commit 8d8d48a2bb
10 changed files with 6 additions and 9 deletions

3
.gitignore vendored
View File

@ -10,6 +10,9 @@
/var/sessions/*
!var/sessions/.gitkeep
!var/SymfonyRequirements.php
/bin/*
!/bin/console
!/bin/symfony_requirements
# Parameters
/app/config/parameters.yml