Skip to content

Commit

Permalink
feat: corrigir instalação do pacote PHP (#20)
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexandreBellas authored Jan 8, 2024
2 parents c46df63 + 3ff67bb commit 23c51b8
Show file tree
Hide file tree
Showing 8 changed files with 812 additions and 4 deletions.
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"
]
}
}
2 changes: 1 addition & 1 deletion php/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,5 +91,5 @@ dd($products);
Faça o clone do projeto, instale as dependências e execute:

```bash
vendor/phpunit/phpunit/phpunit
vendor/phpunit/phpunit/phpunit -c php/phpunit.xml
```
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 23c51b8

Please sign in to comment.