Skip to content
This repository was archived by the owner on Jan 6, 2024. It is now read-only.

Commit 45c4195

Browse files
committed
Provide PSR-18 implementation
1 parent e537c52 commit 45c4195

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,8 @@
2626
"guzzlehttp/ringphp": "^1.1"
2727
},
2828
"provide": {
29-
"php-http/client-implementation": "1.0"
29+
"php-http/client-implementation": "1.0",
30+
"psr/http-client-implementation": "1.0"
3031
},
3132
"autoload": {
3233
"psr-4": {

0 commit comments

Comments
 (0)