Skip to content

Commit 6fe2860

Browse files
authored
Allow Symfony 6 (#1014)
1 parent 2440f6f commit 6fe2860

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
@@ -18,7 +18,7 @@
1818
"psr/cache": "^1.0 || ^2.0 || ^3.0",
1919
"psr/log": "^1.0",
2020
"symfony/deprecation-contracts": "^2.1",
21-
"symfony/http-client": "^4.4.16 || ^5.1.7,!=5.2.0",
21+
"symfony/http-client": "^4.4.16 || ^5.1.7,!=5.2.0 || ^6.0",
2222
"symfony/http-client-contracts": "^1.1.8 || ^2.0",
2323
"symfony/service-contracts": "^1.0 || ^2.0"
2424
},

0 commit comments

Comments
 (0)