Skip to content

Commit 5f37f60

Browse files
committed
Allow symfony/deprecation-contracts ^2|^3
1 parent 5029002 commit 5f37f60

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|^3.0"
10+
"symfony/deprecation-contracts": "^2|^3"
1111
},
1212
"require-dev": {
1313
"doctrine/inflector": "^1.2",

0 commit comments

Comments
 (0)