Skip to content

Commit 18b462c

Browse files
authored
Remove broken provide rule
This package provides the client implementation. But it does not provide the interfaces from psr/http-client
1 parent 3db137a commit 18b462c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

composer.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,7 @@
2222
"php-http/client-common": "^2.0"
2323
},
2424
"provide": {
25-
"php-http/client-implementation": "1.0",
26-
"psr/http-client": "1.0"
25+
"php-http/client-implementation": "1.0"
2726
},
2827
"autoload": {
2928
"psr-4": {

0 commit comments

Comments
 (0)