Closed ScreamingDev closed 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.
Already solved in #7
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.