From 822cc1aaa52b2a9d2b750b991001589cf2c7030e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Fri, 11 May 2018 15:58:23 +0000 Subject: [PATCH] Update jakub-onderka/php-parallel-lint requirement to ^1.0.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/commits/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 61cfe6569..73377ab9a 100644 --- a/composer.json +++ b/composer.json @@ -11,6 +11,6 @@ "require": {}, "require-dev": { "christophwurst/nextcloud": "^13.0", - "jakub-onderka/php-parallel-lint": "^0.9.2" + "jakub-onderka/php-parallel-lint": "^1.0.0" } }