Skip to content

Commit 50629db

Browse files
committed
fix(tests): Pin symfony/http-client to 5.4.21||6.2.7
1 parent 53b201c commit 50629db

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,8 @@
5656
"symfony/cache": "^4.4.20||^5.0.11||^6.0",
5757
"symfony/dom-crawler": "^4.4.20||^5.0.11||^6.0",
5858
"symfony/framework-bundle": "^4.4.20||^5.0.11||^6.0",
59-
"symfony/http-client": "^4.4.20||^5.0.11||^6.0",
60-
"symfony/messenger": "^4.4.20||^5.0.11||^6.0",
59+
"symfony/http-client": "^4.4.20||5.0.11||6.2.7",
60+
"symfony/messenger": "^4.4.20||^5.0.11 <5.4.22||^6.0 <6.2.8",
6161
"symfony/monolog-bundle": "^3.4",
6262
"symfony/phpunit-bridge": "^5.2.6||^6.0",
6363
"symfony/process": "^4.4.20||^5.0.11||^6.0",

0 commit comments

Comments
 (0)