Skip to content

Commit f200f20

Browse files
authored
Allow more recent symfony/deprecation-contracts
To prevent conflicts with newer libraries.
1 parent 40c2744 commit f200f20

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)