Skip to content

Commit

Permalink
add required php extentions
Browse files Browse the repository at this point in the history
  • Loading branch information
Mohammad-Alavi committed Dec 15, 2021
1 parent 3dc2343 commit 30eb7ac
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 28 deletions.
3 changes: 3 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,13 @@
"type": "project",
"require": {
"php": "^8.0",
"ext-curl": "*",
"ext-mbstring": "*",
"ext-openssl": "*",
"ext-pdo": "*",
"ext-sodium": "*",
"ext-tokenizer": "*",
"ext-gettext": "*",
"fruitcake/laravel-cors": "^2.0.4",
"guzzlehttp/guzzle": "^7.3.0",
"laravel/framework": "^8.61.0",
Expand Down
60 changes: 32 additions & 28 deletions composer.lock

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

0 comments on commit 30eb7ac

Please sign in to comment.