From 6c15541f24552fbd75e5c0a31826b2c58798f60d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=C3=A1rio=20Lucas?= Date: Wed, 12 Feb 2025 19:58:51 -0300 Subject: [PATCH] fix(composer): autoload dev --- composer.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/composer.json b/composer.json index a799faa..11ca5a8 100644 --- a/composer.json +++ b/composer.json @@ -8,11 +8,11 @@ "PHPay\\Efi\\": "src/Gateways/Efi/", "Efi\\": "src/Gateways/Efi/", "AsaasCustomer\\": "src/Gateways/Asaas/Resources/Customer/" - }, - "autoload-dev": { - "psr-4": { - "Tests\\": "tests/" - } + } + }, + "autoload-dev": { + "psr-4": { + "Tests\\": "tests/" } }, "authors": [ @@ -48,4 +48,4 @@ "@test:types" ] } -} +} \ No newline at end of file