consolidation / cgr

Safe replacement for `composer global require`
451 stars 24 forks source link

cgr.phar is huge because of dev vendors #38

Closed guilliamxavier closed 1 year ago

guilliamxavier commented 4 years ago

I noticed on https://github.com/consolidation/cgr/releases that 2.0.5's cgr.phar is 5.48 MB, which is a lot, especially for a project with no dependencies! The PHAR actually includes a vendor dir with all dev dependencies (notably phpunit and all it needs), which should not be the case for a release binary.

(PS: Thank you for creating this project!)