Skip to content

Commit 3c02945

Browse files
authored
Add support for symfony/http-client 7.0 (#19)
1 parent cd91b75 commit 3c02945

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"require": {
2323
"sentry/sentry": "^3.19",
2424
"http-interop/http-factory-guzzle": "^1.0",
25-
"symfony/http-client": "^4.3|^5.0|^6.0"
25+
"symfony/http-client": "^4.3|^5.0|^6.0|^7.0"
2626
},
2727
"config": {
2828
"sort-packages": true,

0 commit comments

Comments
 (0)