We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 40b46ac commit f2e50b8Copy full SHA for f2e50b8
2 files changed
composer.json
@@ -4,8 +4,6 @@
4
"type": "library",
5
"license": "MIT",
6
7
- "minimum-stability": "dev",
8
-
9
"provide": {
10
"php-http/client-implementation": "1.0",
11
"php-http/async-client-implementation": "1.0"
@@ -15,8 +13,8 @@
15
13
"php": ">=7.2",
16
14
"ext-curl": "*",
17
"ext-json": "*",
18
- "phpgt/http": "dev-master",
19
- "phpgt/curl": "dev-master",
+ "phpgt/http": "dev-master@dev",
+ "phpgt/curl": "dev-master@dev",
20
21
"php-http/httplug": "^2.0",
22
"react/promise": "2.*",
0 commit comments