Skip to content

Commit 1e1cbef

Browse files
committed
Allow symfony/deprecation-contracts ^2.1|^3.0
1 parent 7fd2604 commit 1e1cbef

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
@@ -7,7 +7,7 @@
77
"license": "GPL-2.0-or-later",
88
"require": {
99
"php": "~8.1.0",
10-
"symfony/deprecation-contracts": "^2.1"
10+
"symfony/deprecation-contracts": "^2.1|^3.0"
1111
},
1212
"require-dev": {
1313
"doctrine/inflector": "^1.2",

0 commit comments

Comments
 (0)