From 373c69f8735b4bd43b6acc6309751fa37fb03ea0 Mon Sep 17 00:00:00 2001 From: Giacomo Masseroni Date: Fri, 22 Nov 2024 17:15:14 +0100 Subject: [PATCH] feat: add pest and remove phpunit --- composer.json | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 97ba251..c99e2f9 100644 --- a/composer.json +++ b/composer.json @@ -24,7 +24,8 @@ "phpunit/phpunit": "^10.1", "larastan/larastan": "^3.0", "laravel/pint": "^1.14", - "orchestra/testbench": "^9.0.0||^8.22.0" + "orchestra/testbench": "^9.0.0||^8.22.0", + "pestphp/pest": "^2.36" }, "autoload": { "psr-4": { @@ -66,5 +67,10 @@ "@test:types", "@test:unit" ] + }, + "config": { + "allow-plugins": { + "pestphp/pest-plugin": true + } } }