Skip to content

Commit 4268ae4

Browse files
committed
Allow v3 contracts where possible
1 parent 0ba89e4 commit 4268ae4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
],
2626
"require": {
2727
"php": ">=7.2.5",
28-
"symfony/deprecation-contracts": "^2.1",
28+
"symfony/deprecation-contracts": "^2.1|^3",
2929
"symfony/polyfill-php80": "^1.16"
3030
},
3131
"require-dev": {

0 commit comments

Comments
 (0)