Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Change vendor name & add replace tag (in hope that php-http/socket-cl…
…ient will be maintained)
  • Loading branch information
drewblin committed May 10, 2022
commit 38a5af22077e61e45725acf43cda059c2c236d28
5 changes: 4 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "php-http/socket-client",
"name": "code-tool/socket-client",
"description": "Socket client for PHP-HTTP",
"license": "MIT",
"authors": [
Expand All @@ -26,6 +26,9 @@
"php-http/client-implementation": "1.0",
"psr/http-client-implementation": "1.0"
},
"replace": {
"php-http/socket-client": "*"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Better to fix to the latest version of the original library (2.1.0): placeholders here have implication for the dependency resolving issue inside the composer

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

done, thx

},
"autoload": {
"psr-4": {
"Http\\Client\\Socket\\": "src/"
Expand Down