Closed jrfnl closed 4 years ago
If you git clone the repo and run composer install and then call the program like so:
composer install
php path/to/gitclone/parallel-lint/parallel-lint .
PHP-Parallel-Lint would fail with the following message:
You must set up the project dependencies, run the following commands: curl -s http://getcomposer.org/installer | php php composer.phar install
This small change allows the application to work correctly in that situation.
Closing. This repo is now abandoned and replaced by https://github.com/php-parallel-lint/PHP-Parallel-Lint
This PR has been pulled there as https://github.com/php-parallel-lint/PHP-Parallel-Lint/pull/9
If you git clone the repo and run
composer install
and then call the program like so:PHP-Parallel-Lint would fail with the following message:
This small change allows the application to work correctly in that situation.