From 3abc4f28b31ce118a6779622307ace9279da9aac Mon Sep 17 00:00:00 2001 From: Jonathan Hedstrom Date: Thu, 13 May 2021 12:50:43 -0700 Subject: [PATCH] Switch to maintained version of php parallel lint. --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 6b12eb18..d43caef4 100644 --- a/composer.json +++ b/composer.json @@ -37,7 +37,7 @@ "drupal/core-composer-scaffold": "^9.1", "drupal/core-recommended": "^9.1", "drush/drush": "^10.5", - "jakub-onderka/php-parallel-lint": "^0.9.2", + "php-parallel-lint/php-parallel-lint": "^1.3", "phpspec/phpspec": "^4.0 || ^6.0" }, "scripts": {