Skip to content

Commit 98b68eb

Browse files
authored
Merge pull request #45 from Taluu/patch-1
This package also provides a PSR-18 client implementation
2 parents ac3d749 + e258fb4 commit 98b68eb

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
@@ -23,7 +23,8 @@
2323
},
2424
"provide": {
2525
"php-http/async-client-implementation": "1.0",
26-
"php-http/client-implementation": "1.0"
26+
"php-http/client-implementation": "1.0",
27+
"psr/http-client-implementation": "1.0"
2728
},
2829
"autoload": {
2930
"psr-4": {

0 commit comments

Comments
 (0)