From a32059a8f337dbf29b7d0243b01d132faa939906 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 7 May 2021 15:36:16 +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) Signed-off-by: dependabot[bot] --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 60f9b74..01a9104 100644 --- a/composer.json +++ b/composer.json @@ -27,7 +27,7 @@ "phpunit/phpunit": "^5.0", "squizlabs/php_codesniffer": "^2.0", "friendsofphp/php-cs-fixer": "~1.0", - "jakub-onderka/php-parallel-lint": "~0.9" + "jakub-onderka/php-parallel-lint": "~1.0" }, "autoload": { "psr-4": {