We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 520ad92 commit 38a5af2Copy full SHA for 38a5af2
composer.json
@@ -1,5 +1,5 @@
1
{
2
- "name": "php-http/socket-client",
+ "name": "code-tool/socket-client",
3
"description": "Socket client for PHP-HTTP",
4
"license": "MIT",
5
"authors": [
@@ -26,6 +26,9 @@
26
"php-http/client-implementation": "1.0",
27
"psr/http-client-implementation": "1.0"
28
},
29
+ "replace": {
30
+ "php-http/socket-client": "*"
31
+ },
32
"autoload": {
33
"psr-4": {
34
"Http\\Client\\Socket\\": "src/"
0 commit comments