8000 Fix http-client-contracts version constraint · symfony/symfony@1cc8fc2 · GitHub
[go: up one dir, main page]

Skip to content

Commit 1cc8fc2

Browse files
committed
Fix http-client-contracts version constraint
1 parent cbbc9ca commit 1cc8fc2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Component/HttpKernel/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"php": ">=7.1.3",
2020
"symfony/error-handler": "^4.4",
2121
"symfony/event-dispatcher": "^4.4",
22-
"symfony/http-client-contracts": "^4.4",
22+
"symfony/http-client-contracts": "^1.1|^2",
2323
"symfony/http-foundation": "^4.4|^5.0",
2424
"symfony/polyfill-ctype": "^1.8",
2525
"symfony/polyfill-php73": "^1.9",

0 commit comments

Comments
 (0)
0