Skip to content

Commit 0947820

Browse files
authored
Merge pull request #2403 from quentint/patch-1
Allow more recent symfony/deprecation-contracts
2 parents 40c2744 + f200f20 commit 0947820

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
@@ -35,7 +35,7 @@
3535
"mongodb/mongodb": "^1.2.0",
3636
"psr/cache": "^1.0 || ^2.0 || ^3.0",
3737
"symfony/console": "^3.4 || ^4.1 || ^5.0 || ^6.0",
38-
"symfony/deprecation-contracts": "^2.2",
38+
"symfony/deprecation-contracts": "^2.2 || ^3.0",
3939
"symfony/var-dumper": "^3.4 || ^4.1 || ^5.0 || ^6.0"
4040
},
4141
"require-dev": {

0 commit comments

Comments
 (0)