Skip to content

Commit 2823212

Browse files
committed
Allow v3 contracts where possible
1 parent 0c374e3 commit 2823212

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
@@ -20,14 +20,14 @@
2020
"egulias/email-validator": "^2.1.10|^3",
2121
"psr/event-dispatcher": "^1",
2222
"psr/log": "^1|^2|^3",
23-
"symfony/deprecation-contracts": "^2.1",
23+
"symfony/deprecation-contracts": "^2.1|^3",
2424
"symfony/event-dispatcher": "^4.4|^5.0|^6.0",
2525
"symfony/mime": "^5.2.6|^6.0",
2626
"symfony/polyfill-php80": "^1.16",
27-
"symfony/service-contracts": "^1.1|^2"
27+
"symfony/service-contracts": "^1.1|^2|^3"
2828
},
2929
"require-dev": {
30-
"symfony/http-client-contracts": "^1.1|^2",
30+
"symfony/http-client-contracts": "^1.1|^2|^3",
3131
"symfony/messenger": "^4.4|^5.0|^6.0"
3232
},
3333
"conflict": {

0 commit comments

Comments
 (0)