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.
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 avendor
dir with all dev dependencies (notablyphpunit
and all it needs), which should not be the case for a release binary.(PS: Thank you for creating this project!)