From 34c5e4038fbbcf5d8b77a5821ba8144db72ad84f Mon Sep 17 00:00:00 2001 From: Jakub Zalas Date: Tue, 30 Nov 2021 14:34:48 +0000 Subject: [PATCH] Replace JakubOnderka/PHP-Parallel-Lint with php-parallel-lint/PHP-Parallel-Lint --- README.md | 3 ++- resources/linting.json | 7 +++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index e314afa6..2701a191 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,7 @@ It has been extracted as a separate project to make maintenance easier and enabl | infection | [AST based PHP Mutation Testing Framework](https://infection.github.io/) | ❌ | ✅ | ✅ | | larastan | [PHPStan extension for Laravel](https://github.com/nunomaduro/larastan) | ✅ | ✅ | ✅ | | local-php-security-checker | [Checks composer dependencies for known security vulnerabilities](https://github.com/fabpot/local-php-security-checker) | ✅ | ✅ | ✅ | -| parallel-lint | [Checks PHP file syntax](https://github.com/JakubOnderka/PHP-Parallel-Lint) | ✅ | ✅ | ❌ | +| parallel-lint | [Checks PHP file syntax](https://github.com/php-parallel-lint/PHP-Parallel-Lint) | ✅ | ✅ | ❌ | | paratest | [Parallel testing for PHPUnit](https://github.com/paratestphp/paratest) | ✅ | ✅ | ✅ | | pdepend | [Static Analysis Tool](https://pdepend.org/) | ✅ | ✅ | ✅ | | phan | [Static Analysis Tool](https://github.com/phan/phan) | ✅ | ✅ | ✅ | @@ -101,6 +101,7 @@ It has been extracted as a separate project to make maintenance easier and enabl | :--- | :------ | | composer-normalize | [Composer plugin to normalize composer.json files](https://github.com/localheinz/composer-normalize) | | design-pattern | [Detects design patterns](https://github.com/Halleck45/DesignPatternDetector) | +| parallel-lint | [Checks PHP file syntax](https://github.com/JakubOnderka/PHP-Parallel-Lint) | | phpcf | [Finds usage of deprecated features](http://wapmorgan.github.io/PhpCodeFixer/) | | phpstan-localheinz-rules | [Additional rules for PHPstan](https://github.com/localheinz/phpstan-rules) | | security-checker | [Checks composer dependencies for known security vulnerabilities](https://github.com/sensiolabs/security-checker) | diff --git a/resources/linting.json b/resources/linting.json index c191d343..e23632b7 100644 --- a/resources/linting.json +++ b/resources/linting.json @@ -3,11 +3,10 @@ { "name": "parallel-lint", "summary": "Checks PHP file syntax", - "website": "https://github.com/JakubOnderka/PHP-Parallel-Lint", + "website": "https://github.com/php-parallel-lint/PHP-Parallel-Lint", "command": { - "box-build": { - "repository": "https://github.com/JakubOnderka/PHP-Parallel-Lint.git", - "phar": "parallel-lint.phar", + "phive-install": { + "alias": "php-parallel-lint/PHP-Parallel-Lint", "bin": "%target-dir%/parallel-lint" } },