Skip to content

Commit b659a1a

Browse files
author
Greg Bowler
authored
Promise simplify (#144)
* build: add http-client to keywork for packagist * docs: update examples * build: pass tests with latest promise implementation * tidy: remove unused import
1 parent d823a30 commit b659a1a

File tree

12 files changed

+289
-506
lines changed

12 files changed

+289
-506
lines changed

composer.json

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,21 +4,15 @@
44
"type": "library",
55
"license": "MIT",
66

7-
"provide": {
8-
"php-http/client-implementation": "1.0",
9-
"php-http/async-client-implementation": "1.0"
10-
},
11-
127
"require": {
138
"php": ">=8.1",
149
"ext-curl": "*",
1510
"ext-json": "*",
1611
"phpgt/async": "dev-master",
17-
"phpgt/promise": "dev-master as v2.0.0",
12+
"phpgt/promise": "^v2.2.1",
1813
"phpgt/http": "^v1.1",
1914
"phpgt/curl": "^v3.0",
20-
"phpgt/json": "^v1.1",
21-
"php-http/httplug": "^2.3"
15+
"phpgt/json": "^v1.1"
2216
},
2317

2418
"require-dev": {
@@ -46,6 +40,7 @@
4640
],
4741

4842
"keywords": [
43+
"http-client",
4944
"http",
5045
"fetch",
5146
"async",

0 commit comments

Comments
 (0)