Skip to content

Commit

Permalink
adicionando pacote polyfill
Browse files Browse the repository at this point in the history
  • Loading branch information
diegolinkk committed Jun 17, 2022
1 parent a98ac80 commit 13d5889
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 12 deletions.
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,12 @@
"license": "MIT",
"require": {
"php": "^8.0.2",
"ext-pdo_sqlite": "*",
"guzzlehttp/guzzle": "^7.2",
"laravel/framework": "^9.11",
"laravel/sanctum": "^2.14.1",
"laravel/tinker": "^2.7",
"ext-pdo_sqlite": "*"
"symfony/polyfill-mbstring": "~1.23.1"
},
"require-dev": {
"fakerphp/faker": "^1.9.1",
Expand Down
19 changes: 8 additions & 11 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 13d5889

Please sign in to comment.