diff --git a/composer.json b/composer.json index a876b15..03c6567 100644 --- a/composer.json +++ b/composer.json @@ -1,5 +1,5 @@ { - "name": "php-http/socket-client", + "name": "code-tool/socket-client", "description": "Socket client for PHP-HTTP", "license": "MIT", "authors": [ @@ -13,7 +13,8 @@ "nyholm/psr7": "^1.3", "php-http/httplug": "^2.0", "psr/http-client": "^1.0", - "symfony/options-resolver": "^2.6 || ^3.4 || ^4.4 || ^5.0" + "psr/http-message": "^1.0", + "symfony/options-resolver": "^2.6 || ^3.4 || ^4.4 || ^5.0 || ^6.0 || ^7.0" }, "require-dev": { "friendsofphp/php-cs-fixer": "^2.2", @@ -26,6 +27,9 @@ "php-http/client-implementation": "1.0", "psr/http-client-implementation": "1.0" }, + "replace": { + "php-http/socket-client": "2.1.0" + }, "autoload": { "psr-4": { "Http\\Client\\Socket\\": "src/"