Skip to content

Commit b9f6750

Browse files
committed
Allow v3 contracts where possible
1 parent 1e2abaa commit b9f6750

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
@@ -17,7 +17,7 @@
1717
],
1818
"require": {
1919
"php": ">=7.2.5",
20-
"symfony/deprecation-contracts": "^2.1",
20+
"symfony/deprecation-contracts": "^2.1|^3",
2121
"symfony/event-dispatcher": "^4.4|^5.0|^6.0",
2222
"symfony/options-resolver": "^5.1|^6.0",
2323
"symfony/polyfill-ctype": "~1.8",
@@ -26,7 +26,7 @@
2626
"symfony/polyfill-php80": "^1.16",
2727
"symfony/polyfill-php81": "^1.23",
2828
"symfony/property-access": "^5.0.8|^6.0",
29-
"symfony/service-contracts": "^1.1|^2"
29+
"symfony/service-contracts": "^1.1|^2|^3"
3030
},
3131
"require-dev": {
3232
"doctrine/collections": "~1.0",

0 commit comments

Comments
 (0)