From 1a7222ccfb98b48ba60ac7388cfe9c86c75d3434 Mon Sep 17 00:00:00 2001 From: Reedy Date: Thu, 30 Apr 2020 13:13:39 +0100 Subject: [PATCH] Use php-parallel-lint/php-parallel-lint instead of jakub-onderka/php-parallel-lint --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index fb900ec2..2d1021ca 100644 --- a/composer.json +++ b/composer.json @@ -4,7 +4,7 @@ "license": "GPL-3.0", "keywords": ["raspberrypi"], "require-dev": { - "jakub-onderka/php-parallel-lint": "1.0.0", + "php-parallel-lint/php-parallel-lint": "^1.2.0", "phpcompatibility/php-compatibility": "^9.3.5", "squizlabs/php_codesniffer": "^3.5.5" },