JakubOnderka / PHP-Parallel-Lint

This tool check syntax of PHP files faster than serial check with fancier output.
Other
647 stars 62 forks source link

Script: allow running from git clone #149

Closed jrfnl closed 4 years ago

jrfnl commented 5 years ago

If you git clone the repo and run composer install and then call the program like so:

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.

jrfnl commented 4 years ago

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