From 16a4c78e1f0b331ff149921ece8c2be07fda0b23 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Mar 2022 18:01:37 +0000 Subject: [PATCH] build(deps-dev): 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 2cc790e..75c09e2 100644 --- a/composer.json +++ b/composer.json @@ -29,7 +29,7 @@ "nepada/phpstan-nette-tester": "0.4.0", "spaze/phpstan-disallowed-calls": "2.2.0", "phpstan/phpstan-mockery": "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", "nette/di": "^3.0.6@dev", "nette/schema": "^1.0.3@dev",