Skip to content

Commit 3de7173

Browse files
authored
Merge pull request #23 from php-http/Nyholm-patch-1
We do also provide async client
2 parents 535383b + 86bea52 commit 3de7173

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

composer.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,8 @@
4141
}
4242
},
4343
"provide": {
44-
"php-http/client-implementation": "1.0"
44+
"php-http/client-implementation": "1.0",
45+
"php-http/async-client-implementation": "1.0"
4546
},
4647
"scripts": {
4748
"test": "vendor/bin/phpunit",

0 commit comments

Comments
 (0)