From 108fe451645746d3725d1dd5eb01bbefa02ca933 Mon Sep 17 00:00:00 2001 From: Nuno Maduro Date: Mon, 10 Jan 2022 17:20:12 +0000 Subject: [PATCH] chore: uses collision `v5.11.0` --- composer.json | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 4be59682..7251a708 100644 --- a/composer.json +++ b/composer.json @@ -18,7 +18,7 @@ ], "require": { "php": "^8.0", - "nunomaduro/collision": "^5.10.0|^6.0", + "nunomaduro/collision": "^5.11.0|^6.0.0", "pestphp/pest-plugin": "^1.0.0", "phpunit/phpunit": "10.0.x-dev" }, @@ -54,7 +54,10 @@ "prefer-stable": true, "config": { "sort-packages": true, - "preferred-install": "dist" + "preferred-install": "dist", + "allow-plugins": { + "pestphp/pest-plugin": true + } }, "bin": [ "bin/pest"