From 78cdd4da36412b8293631f357c821ed451c4b196 Mon Sep 17 00:00:00 2001 From: Nuno Maduro Date: Fri, 29 May 2020 21:15:51 +0200 Subject: [PATCH] Update composer.json --- composer.json | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/composer.json b/composer.json index a8c085a4..ff0c912e 100644 --- a/composer.json +++ b/composer.json @@ -19,7 +19,7 @@ "require": { "php": "^7.3", "nunomaduro/collision": "^5.0", - "pestphp/pest-plugin": "@dev", + "pestphp/pest-plugin": "dev-master", "phpunit/phpunit": "^9.1.4", "sebastian/environment": "^5.1" }, @@ -82,11 +82,5 @@ "Pest\\Laravel\\PestServiceProvider" ] } - }, - "repositories": [ - { - "type": "vcs", - "url": "https://github.com/fetzi/pest-plugin.git" - } - ] + } }