Skip to content

Commit

Permalink
chore: Adding more informations about sdk package
Browse files Browse the repository at this point in the history
  • Loading branch information
MoisesK committed Dec 24, 2023
1 parent ea18867 commit 04d6b4a
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 04d6b4a

Please sign in to comment.