ScreamingDev / phpsemver

Check if your changes are a major change, minor change or just a patch.
MIT License
27 stars 0 forks source link

Phar needs to avoid including dev modules #9

Closed ScreamingDev closed 9 years ago

ScreamingDev commented 9 years ago

The composer json has some require-dev modules for testing purposes. Those modules are included in the generated PHAR file, which makes it very big and full of redundant files. Parse the composer.lock and gather only the needed files.

ScreamingDev commented 9 years ago

Already solved in #7