From 04d6b4abb5f9fbb7c7214b988975f86d74224122 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mois=C3=A9s=20Kalebe?= Date: Sun, 24 Dec 2023 11:30:39 -0300 Subject: [PATCH] chore: Adding more informations about sdk package --- composer.json | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/composer.json b/composer.json index fc1a76b..ff93678 100644 --- a/composer.json +++ b/composer.json @@ -1,9 +1,16 @@ { "name": "astrotechlabs/asaas-sdk", "description": "Pacote facilitador para integrações com Asaas Pagamento", - "type": "project", - "license": "BSD-3-Clause", - "minimum-stability": "stable", + "type": "sdk", + "license": "MIT", + "minimum-stability": "dev", + "keywords": [ + "asaas", + "asaas-pix", + "asaas-payments", + "asaas-sdk", + "asaas-php" + ], "scripts": { "test": "XDEBUG_MODE=debug; phpunit --testdox --do-not-cache-result --configuration tests/phpunit.xml", "test:unit": "XDEBUG_MODE=debug; phpunit --do-not-cache-result --configuration tests/phpunit.xml --testdox --testsuite unit",