From 1053c07441c93bf87e37ef8487b4ac98e7fe1d64 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=C3=A1rio=20Lucas?= Date: Wed, 12 Feb 2025 20:16:53 -0300 Subject: [PATCH] fix(composer): autoload dev --- composer.json | 17 ++++++----------- 1 file changed, 6 insertions(+), 11 deletions(-) diff --git a/composer.json b/composer.json index 11ca5a8..0573535 100644 --- a/composer.json +++ b/composer.json @@ -10,23 +10,12 @@ "AsaasCustomer\\": "src/Gateways/Asaas/Resources/Customer/" } }, - "autoload-dev": { - "psr-4": { - "Tests\\": "tests/" - } - }, "authors": [ { "name": "Mário Lucas", "email": "mariolucasdev@gmail.com" } ], - "require-dev": { - "pestphp/pest": "3.5", - "laravel/pint": "^1.18", - "phpstan/phpstan": "^2.0", - "nunomaduro/termwind": "^2.3" - }, "config": { "allow-plugins": { "pestphp/pest-plugin": true @@ -37,6 +26,12 @@ "ext-curl": "*", "guzzlehttp/guzzle": "^7.0" }, + "require-dev": { + "pestphp/pest": "3.5", + "laravel/pint": "^1.18", + "phpstan/phpstan": "^2.0", + "nunomaduro/termwind": "^2.3" + }, "scripts": { "lint": "pint -v", "test:lint": "pint --test -v",