Skip to content

Commit 0ae8e53

Browse files
committed
Allow v3 contracts where possible
1 parent 39b56b7 commit 0ae8e53

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,9 @@
1717
],
1818
"require": {
1919
"php": ">=7.2.5",
20-
"symfony/deprecation-contracts": "^2.1",
20+
"symfony/deprecation-contracts": "^2.1|^3",
2121
"symfony/error-handler": "^4.4|^5.0|^6.0",
2222
"symfony/event-dispatcher": "^5.0|^6.0",
23-
"symfony/http-client-contracts": "^1.1|^2",
2423
"symfony/http-foundation": "^5.3.7|^6.0",
2524
"symfony/polyfill-ctype": "^1.8",
2625
"symfony/polyfill-php73": "^1.9",
@@ -36,11 +35,12 @@
3635
"symfony/dom-crawler": "^4.4|^5.0|^6.0",
3736
"symfony/expression-language": "^4.4|^5.0|^6.0",
3837
"symfony/finder": "^4.4|^5.0|^6.0",
38+
"symfony/http-client-contracts": "^1.1|^2|^3",
3939
"symfony/process": "^4.4|^5.0|^6.0",
4040
"symfony/routing": "^4.4|^5.0|^6.0",
4141
"symfony/stopwatch": "^4.4|^5.0|^6.0",
4242
"symfony/translation": "^4.4|^5.0|^6.0",
43-
"symfony/translation-contracts": "^1.1|^2",
43+
"symfony/translation-contracts": "^1.1|^2|^3",
4444
"psr/cache": "^1.0|^2.0|^3.0",
4545
"twig/twig": "^2.13|^3.0.4"
4646
},

0 commit comments

Comments
 (0)