From a2fadb35a6da242c8f7b3d0a43e7aba29aec8b99 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 17 Jun 2021 19:21:57 +0000 Subject: [PATCH] Update jakub-onderka/php-parallel-lint requirement from ~0.9 to ~1.0 Updates the requirements on [jakub-onderka/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/compare/v0.9...v1.0.0) --- updated-dependencies: - dependency-name: jakub-onderka/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 bd5111b..6937e3b 100644 --- a/composer.json +++ b/composer.json @@ -26,7 +26,7 @@ "phpunit/phpunit": "^5.0", "squizlabs/php_codesniffer": "^3.6", "friendsofphp/php-cs-fixer": "~2.19", - "jakub-onderka/php-parallel-lint": "~0.9", + "jakub-onderka/php-parallel-lint": "~1.0", "phpstan/phpstan": "^0.12.89" }, "autoload": {