Skip to content

Commit 38a5af2

Browse files
author
drewblin
committed
Change vendor name & add replace tag (in hope that php-http/socket-client will be maintained)
1 parent 520ad92 commit 38a5af2

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

composer.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "php-http/socket-client",
2+
"name": "code-tool/socket-client",
33
"description": "Socket client for PHP-HTTP",
44
"license": "MIT",
55
"authors": [
@@ -26,6 +26,9 @@
2626
"php-http/client-implementation": "1.0",
2727
"psr/http-client-implementation": "1.0"
2828
},
29+
"replace": {
30+
"php-http/socket-client": "*"
31+
},
2932
"autoload": {
3033
"psr-4": {
3134
"Http\\Client\\Socket\\": "src/"

0 commit comments

Comments
 (0)