From f7604138efa0f53c125ea63268f9e927ac7034d2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Apr 2024 04:14:11 +0000 Subject: [PATCH] Update php-parallel-lint/php-parallel-lint requirement Updates the requirements on [php-parallel-lint/php-parallel-lint](https://github.com/php-parallel-lint/PHP-Parallel-Lint) to permit the latest version. - [Release notes](https://github.com/php-parallel-lint/PHP-Parallel-Lint/releases) - [Changelog](https://github.com/php-parallel-lint/PHP-Parallel-Lint/blob/v1.4.0/CHANGELOG.md) - [Commits](https://github.com/php-parallel-lint/PHP-Parallel-Lint/compare/v1.3.2...v1.4.0) --- 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 929e39b..9029649 100644 --- a/composer.json +++ b/composer.json @@ -35,7 +35,7 @@ "spaze/phpstan-disallowed-calls": "3.1.2", "shipmonk/phpstan-rules": "2.11.2", "phpstan/phpstan-mockery": "1.1.2", - "php-parallel-lint/php-parallel-lint": "1.3.2", + "php-parallel-lint/php-parallel-lint": "1.4.0", "nepada/coding-standard": "7.14.0", "nette/di": "^3.0.6@dev", "nette/bootstrap": ">=3.1@dev",