From fb98506d827c9bf54c9c6c341a491497a3c3d259 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Mar 2022 22:10:42 +0000 Subject: [PATCH] Update php-parallel-lint/php-parallel-lint requirement 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) --- updated-dependencies: - dependency-name: php-parallel-lint/php-parallel-lint dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index b0d8d3a..108be6f 100644 --- a/composer.json +++ b/composer.json @@ -28,7 +28,7 @@ "phpstan/phpstan-strict-rules": "1.1.0", "spaze/phpstan-disallowed-calls": "2.2.0", "phpstan/phpstan-phpunit": "1.0.0", - "php-parallel-lint/php-parallel-lint": "1.3.1", + "php-parallel-lint/php-parallel-lint": "1.3.2", "nepada/coding-standard": "7.4.2" }, "autoload": {