Skip to content

Commit

Permalink
Adicionado composer.lock no gitignore e corrigido a versão do guzzle (#4
Browse files Browse the repository at this point in the history
)
  • Loading branch information
malf88 committed May 30, 2022
1 parent 158782c commit 4396173
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
/public/storage
/storage/*.key
/vendor
composer.lock
.env
.env.backup
.phpunit.result.cache
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"php": "^8.1",
"dompdf/dompdf": "^1.2",
"fruitcake/laravel-cors": "^2.0",
"guzzlehttp/guzzle": "^7.4.2",
"guzzlehttp/guzzle": "^7.4.3",
"laravel/framework": "^9.3.3",
"laravel/sanctum": "^2.11",
"laravel/tinker": "^2.5",
Expand Down

0 comments on commit 4396173

Please sign in to comment.