Skip to content

Commit ae8499d

Browse files
[Contracts] add return types and bump to v3
1 parent 8f814f2 commit ae8499d

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
@@ -19,7 +19,7 @@
1919
"php": ">=8.0.2",
2020
"symfony/error-handler": "^5.4|^6.0",
2121
"symfony/event-dispatcher": "^5.4|^6.0",
22-
"symfony/http-client-contracts": "^1.1|^2",
22+
"symfony/http-client-contracts": "^1.1|^2.0|^3.0",
2323
"symfony/http-foundation": "^5.4|^6.0",
2424
"symfony/polyfill-ctype": "^1.8",
2525
"psr/log": "~1.0"
@@ -37,7 +37,7 @@
3737
"symfony/routing": "^5.4|^6.0",
3838
"symfony/stopwatch": "^5.4|^6.0",
3939
"symfony/translation": "^5.4|^6.0",
40-
"symfony/translation-contracts": "^1.1|^2",
40+
"symfony/translation-contracts": "^1.1|^2.0|^3.0",
4141
"psr/cache": "^1.0|^2.0|^3.0",
4242
"twig/twig": "^2.13|^3.0.4"
4343
},

0 commit comments

Comments
 (0)