Skip to content

Commit

Permalink
Async methods (#155)
Browse files Browse the repository at this point in the history
* feature: awaitFetch
closes #153

* tweak: param typehint

* feature: await methods, closes #153

* build: php 8.1 compatibility
  • Loading branch information
g105b authored Jan 31, 2024
1 parent 44df571 commit dc0ebc6
Show file tree
Hide file tree
Showing 5 changed files with 281 additions and 213 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"ext-json": "*",
"phpgt/async": "^1.0",
"phpgt/promise": "^2.2.3",
"phpgt/http": "^1.2.1",
"phpgt/http": "^1.3",
"phpgt/curl": "^3.1.1",
"phpgt/json": "^1.2",
"phpgt/propfunc": "^1.0"
Expand Down
Loading

0 comments on commit dc0ebc6

Please sign in to comment.