Skip to content

Commit 1819931

Browse files
authored
Merge pull request #58 from Taluu/patch-1
State that the curl-client provides a http client
2 parents d023430 + a2385c0 commit 1819931

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Diff for: composer.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,8 @@
4444
},
4545
"provide": {
4646
"php-http/client-implementation": "1.0",
47-
"php-http/async-client-implementation": "1.0"
47+
"php-http/async-client-implementation": "1.0",
48+
"psr/http-client-implementation": "1.0"
4849
},
4950
"scripts": {
5051
"test": "vendor/bin/phpunit",

0 commit comments

Comments
 (0)