Skip to content

Commit feb7b0b

Browse files
authored
Fix broken provide rule (#50)
This package provides the client implementation. But it does not provide the interfaces from psr/http-client
1 parent 3db137a commit feb7b0b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
},
2424
"provide": {
2525
"php-http/client-implementation": "1.0",
26-
"psr/http-client": "1.0"
26+
"psr/http-client-implementation": "1.0"
2727
},
2828
"autoload": {
2929
"psr-4": {

0 commit comments

Comments
 (0)