dxw/phar-install

Run `composer install --no-dev` before creating phar file

Closed this issue · 0 comments

With phpunit and other test dependencies the phar files are getting rather large.

Let's also run composer install afterwards.

(We could also make a temporary directory and run composer install --no-dev in there, and then move the phar file back into the main directory. That may be beneficial in that any tests that are currently running won't get broken.)