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.
2 parents 47e68ca + e0132db commit 3e5b1bbCopy full SHA for 3e5b1bb
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": [
@@ -13,7 +13,7 @@
13
"nyholm/psr7": "^1.3",
14
"php-http/httplug": "^2.0",
15
"psr/http-client": "^1.0",
16
- "symfony/options-resolver": "^2.6 || ^3.4 || ^4.4 || ^5.0"
+ "symfony/options-resolver": "^2.6 || ^3.4 || ^4.4 || ^5.0 || ^6.0"
17
},
18
"require-dev": {
19
"friendsofphp/php-cs-fixer": "^2.2",
@@ -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": "2.1.0"
31
+ },
32
"autoload": {
33
"psr-4": {
34
"Http\\Client\\Socket\\": "src/"
0 commit comments