From e7840117dc20beebdb2c6a8fc9d1c721b70a0ade Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 May 2021 05:45:13 +0000 Subject: [PATCH] Update php-parallel-lint/php-parallel-lint requirement from 1.2 to 1.3.0 Updates the requirements on [php-parallel-lint/php-parallel-lint](https://github.com/JakubOnderka/PHP-Parallel-Lint) to permit the latest version. - [Release notes](https://github.com/JakubOnderka/PHP-Parallel-Lint/releases) - [Commits](https://github.com/JakubOnderka/PHP-Parallel-Lint/commits) Signed-off-by: dependabot[bot] --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 73b2a04..a86b865 100644 --- a/composer.json +++ b/composer.json @@ -25,7 +25,7 @@ }, "require-dev": { "nepada/coding-standard": "6.4.0", - "php-parallel-lint/php-parallel-lint": "1.2", + "php-parallel-lint/php-parallel-lint": "1.3.0", "nette/tester": "2.4.0", "phpstan/phpstan-phpunit": "0.12.18", "phpstan/phpstan-strict-rules": "0.12.9",