Skip to content

Commit 85b7eed

Browse files
authored
Merge pull request #84 from php-http/allow_sf7
allow symfony 7
2 parents 64d26af + 09994be commit 85b7eed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"php-http/message": "^1.2",
2323
"psr/http-client": "^1.0",
2424
"psr/http-factory-implementation": "^1.0",
25-
"symfony/options-resolver": "^3.4 || ^4.0 || ^5.0 || ^6.0"
25+
"symfony/options-resolver": "^3.4 || ^4.0 || ^5.0 || ^6.0 || ^7.0"
2626
},
2727
"require-dev": {
2828
"guzzlehttp/psr7": "^1.0",

0 commit comments

Comments
 (0)