From 990a9de7713fd5c1b51acbd30c9eb681394a374e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Sep 2021 18:12:14 +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 8b8bb49..39a7c0c 100644 --- a/composer.json +++ b/composer.json @@ -30,7 +30,7 @@ "nepada/phpstan-nette-tester": "0.3.1", "spaze/phpstan-disallowed-calls": "1.9.0", "phpstan/phpstan-mockery": "0.12.14", - "php-parallel-lint/php-parallel-lint": "1.3.0", + "php-parallel-lint/php-parallel-lint": "1.3.1", "nepada/coding-standard": "7.4.0", "nette/bootstrap": "^3.0@dev", "nette/di": "^3.0.5@dev",