Skip to content

Commit 27d39ae

Browse files
committed
Allow v3 contracts where possible
1 parent 9748a8d commit 27d39ae

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,8 +17,8 @@
1717
],
1818
"require": {
1919
"php": ">=7.2.5",
20-
"symfony/deprecation-contracts": "^2.1",
21-
"symfony/event-dispatcher-contracts": "^2",
20+
"symfony/deprecation-contracts": "^2.1|^3",
21+
"symfony/event-dispatcher-contracts": "^2|^3",
2222
"symfony/polyfill-php80": "^1.16"
2323
},
2424
"require-dev": {
@@ -27,7 +27,7 @@
2727
"symfony/config": "^4.4|^5.0|^6.0",
2828
"symfony/error-handler": "^4.4|^5.0|^6.0",
2929
"symfony/http-foundation": "^4.4|^5.0|^6.0",
30-
"symfony/service-contracts": "^1.1|^2",
30+
"symfony/service-contracts": "^1.1|^2|^3",
3131
"symfony/stopwatch": "^4.4|^5.0|^6.0",
3232
"psr/log": "^1|^2|^3"
3333
},

0 commit comments

Comments
 (0)