From 3356747edd1e2b5203f21770cf8d27492f29f29c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Apr 2024 06:56:15 +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 727852ad..8e49419c 100644 --- a/composer.json +++ b/composer.json @@ -4,7 +4,7 @@ "mediawiki/mediawiki-phan-config": "0.12.0", "mediawiki/minus-x": "1.1.1", "php-parallel-lint/php-console-highlighter": "1.0.0", - "php-parallel-lint/php-parallel-lint": "1.3.2", + "php-parallel-lint/php-parallel-lint": "1.4.0", "phpcompatibility/php-compatibility": "9.3.5", "dealerdirect/phpcodesniffer-composer-installer": "1.0.0" },