Skip to content

Commit dc0ebc6

Browse files
authored
Async methods (#155)
* feature: awaitFetch closes #153 * tweak: param typehint * feature: await methods, closes #153 * build: php 8.1 compatibility
1 parent 44df571 commit dc0ebc6

File tree

5 files changed

+281
-213
lines changed

5 files changed

+281
-213
lines changed

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"ext-json": "*",
1111
"phpgt/async": "^1.0",
1212
"phpgt/promise": "^2.2.3",
13-
"phpgt/http": "^1.2.1",
13+
"phpgt/http": "^1.3",
1414
"phpgt/curl": "^3.1.1",
1515
"phpgt/json": "^1.2",
1616
"phpgt/propfunc": "^1.0"

0 commit comments

Comments
 (0)