Skip to content

Commit

Permalink
feat: criar projeto demo e corrigir composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexandreBellas committed Jan 8, 2024
1 parent 7a48aa8 commit 3ff67bb
Show file tree
Hide file tree
Showing 5 changed files with 727 additions and 1 deletion.
10 changes: 10 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,15 @@
"laravel/laravel": "^10.2",
"phpunit/phpunit": "^10.5",
"fakerphp/faker": "^1.23"
},
"archive": {
"exclude": [
"./typescript",
"./.github",
"./.vscode",
"./.editorconfig",
"./.gitignore",
"./CONTRIBUTING.md"
]
}
}
19 changes: 19 additions & 0 deletions php/demo/composer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
{
"name": "alebatistella/bling-erp-api-demo",
"type": "project",
"minimum-stability": "dev",
"autoload": {
"psr-4": {
"Alebatistella\\BlingErpApiDemo\\": "src/"
}
},
"authors": [
{
"name": "Alexandre Batistella Bellas",
"email": "alexandre.bellas@gmail.com"
}
],
"require": {
"alebatistella/bling-erp-api": "dev-main"
}
}
Loading

0 comments on commit 3ff67bb

Please sign in to comment.