Skip to content

Commit da2b013

Browse files
authored
Allow "symfony/deprecation-contracts": "^2.2.0|^3.0" (#43)
1 parent fde0642 commit da2b013

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
@@ -28,7 +28,7 @@
2828
"ext-json": "*",
2929
"ext-simplexml": "*",
3030
"symfony/process": "^3.4 || ^4.0 || ^5.0 || ^6.0 || ^7.0",
31-
"symfony/deprecation-contracts": "^2.2.0"
31+
"symfony/deprecation-contracts": "^2.2.0 || ^3.0"
3232
},
3333
"require-dev": {
3434
"wikimedia/less.php": "^3.0 || ^5.0",

0 commit comments

Comments
 (0)