From 5c37a0ff373728bec2d663deec94a947e3beaf09 Mon Sep 17 00:00:00 2001 From: fadrian06 Date: Thu, 10 Sep 2026 21:29:10 -0400 Subject: [PATCH] chore: remove testing and static analysis dev dependencies Remove Pest, PHP-CS-Fixer, and PHPStan from composer.json to streamline the development environment. These tools are no longer required for the project's current workflow. --- composer.json | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/composer.json b/composer.json index 68e3d97..6fe612d 100644 --- a/composer.json +++ b/composer.json @@ -42,16 +42,11 @@ }, "config": { "allow-plugins": { - "pestphp/pest-plugin": true, - "phpstan/extension-installer": true + "pestphp/pest-plugin": true } }, "require-dev": { - "pestphp/pest": "*", - "friendsofphp/php-cs-fixer": "*", "leafs/alchemy": "^5.0", - "phpstan/phpstan": "*", - "phpstan/extension-installer": "*", "leafs/leaf": "^5.0", "league/oauth2-google": "*", "leafs/billing": "^5.0",