Skip to content

Commit 8e70f74

Browse files
committed
Allow v3 contracts where possible
1 parent 8cb5db6 commit 8e70f74

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
@@ -23,11 +23,11 @@
2323
"require": {
2424
"php": ">=7.2.5",
2525
"psr/log": "^1|^2|^3",
26-
"symfony/deprecation-contracts": "^2.1",
26+
"symfony/deprecation-contracts": "^2.1|^3",
2727
"symfony/http-client-contracts": "^2.4",
2828
"symfony/polyfill-php73": "^1.11",
2929
"symfony/polyfill-php80": "^1.16",
30-
"symfony/service-contracts": "^1.0|^2"
30+
"symfony/service-contracts": "^1.0|^2|^3"
3131
},
3232
"require-dev": {
3333
"amphp/amp": "^2.5",

0 commit comments

Comments
 (0)