Skip to content

Commit

Permalink
fix: switch http client to GuzzleHttp (#7)
Browse files Browse the repository at this point in the history
  • Loading branch information
shahradelahi authored May 17, 2024
1 parent cd99fb2 commit 5411909
Show file tree
Hide file tree
Showing 7 changed files with 452 additions and 1,025 deletions.
17 changes: 17 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# EditorConfig is awesome: https://editorconfig.org/

# top-most EditorConfig file
root = true

# Unix-style newlines with a newline ending for every file
# Indent with 4 spaces
[*]
charset = utf-8
end_of_line = lf
indent_style = space
indent_size = 4
insert_final_newline = true
trim_trailing_whitespace = true

[Makefile]
indent_style = tab
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,11 @@
},
"require": {
"php": ">=8.0",
"ext-json": "*",
"ext-curl": "*",
"ext-json": "*",
"ext-mbstring": "*",
"symfony/dotenv": "^v6.1.0",
"shahradelahi/easy-http": "~v1.3.0"
"guzzlehttp/guzzle": "^7.8",
"symfony/dotenv": "^v6.4"
},
"require-dev": {
"fakerphp/faker": "^1.23",
Expand Down
Loading

0 comments on commit 5411909

Please sign in to comment.