Skip to content
This repository was archived by the owner on Jan 6, 2024. It is now read-only.

Commit daa9b27

Browse files
committed
Use httplug-async
1 parent 70f24df commit daa9b27

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

composer.json

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,18 +16,15 @@
1616
],
1717
"require": {
1818
"php": ">=5.5.0",
19-
"php-http/httplug": "dev-feature/async as 1.0.1",
19+
"php-http/httplug": "dev-master",
20+
"php-http/httplug-async": "^0.1",
2021
"guzzlehttp/guzzle": "^6.0"
2122
},
2223
"require-dev": {
2324
"ext-curl": "*",
2425
"php-http/adapter-integration-tests": "dev-feature/async-test"
2526
},
2627
"repositories": [
27-
{
28-
"type": "vcs",
29-
"url": "https://github.com/joelwurtz/httplug"
30-
},
3128
{
3229
"type": "vcs",
3330
"url": "https://github.com/joelwurtz/adapter-integration-tests"

0 commit comments

Comments
 (0)