Skip to content

Commit 3e5b1bb

Browse files
authored
Merge pull request #1 from drewblin/symfony6
Add support for Symfony 6
2 parents 47e68ca + e0132db commit 3e5b1bb

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

composer.json

Lines changed: 5 additions & 2 deletions
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": [
@@ -13,7 +13,7 @@
1313
"nyholm/psr7": "^1.3",
1414
"php-http/httplug": "^2.0",
1515
"psr/http-client": "^1.0",
16-
"symfony/options-resolver": "^2.6 || ^3.4 || ^4.4 || ^5.0"
16+
"symfony/options-resolver": "^2.6 || ^3.4 || ^4.4 || ^5.0 || ^6.0"
1717
},
1818
"require-dev": {
1919
"friendsofphp/php-cs-fixer": "^2.2",
@@ -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": "2.1.0"
31+
},
2932
"autoload": {
3033
"psr-4": {
3134
"Http\\Client\\Socket\\": "src/"

0 commit comments

Comments
 (0)