mmoreram / php-formatter

PHP Formatter is a PHP developer friendly set of tools
MIT License
166 stars 17 forks source link

Fix building a phar #36

Closed jakzal closed 6 years ago

jakzal commented 6 years ago

box build should be run with no dev dependencies.

To reproduce the issue run:

composer install --no-dev
box build

box will throw the following exception:

  [InvalidArgumentException]
  The "/root/php-formatter/vendor/paragonie" directory does not exist.

paragonie vendor is not present when dev dependencies are not installed.

jakzal commented 6 years ago

@mmoreram are you find wite merging this? My build will depend on it and I'll have to come up with another solution if you need to build with dev dependencies for some reason.

mmoreram commented 6 years ago

@jakzal sorry. Merged.

Have a nice year

jakzal commented 6 years ago

You too! Thanks.