From 490b2d66e5e285a8e0ee15e0c20804314691b2f5 Mon Sep 17 00:00:00 2001 From: luke Date: Fri, 13 Aug 2021 13:41:00 +0100 Subject: [PATCH] Fix --- composer.json | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/composer.json b/composer.json index 3309bcf3..29a20f31 100644 --- a/composer.json +++ b/composer.json @@ -87,11 +87,5 @@ "Pest\\Laravel\\PestServiceProvider" ] } - }, - "repositories": [ - { - "type": "path", - "url": "../pest-plugin-parallel" - } - ] + } }