The problem is when i execute:
- Code: Select all
php composer.phar update
the total size of the vendor directory is over 100 MB. Is this right?
I've noticed that .git directory is the cause of this. How can I copy just the code, not the repository?
My point is I need to make the size of my site as minimal as possible.
Note: I'm using the standard composer.json comes from symfony installation.
Please help. Thanks before.
