upgraded dependencies

This commit is contained in:
RafficMohammed
2023-01-08 01:59:16 +05:30
parent 51056e3aad
commit f9ae387337
6895 changed files with 133617 additions and 178680 deletions

View File

@@ -16,14 +16,15 @@
}
],
"require": {
"php": ">=7.1.3",
"symfony/polyfill-ctype": "~1.8"
"php": ">=7.2.5",
"symfony/deprecation-contracts": "^2.1|^3",
"symfony/polyfill-ctype": "^1.8"
},
"require-dev": {
"symfony/console": "^3.4|^4.0|^5.0"
"symfony/console": "^5.3|^6.0"
},
"conflict": {
"symfony/console": "<3.4"
"symfony/console": "<5.3"
},
"suggest": {
"symfony/console": "For validating YAML files using the lint command"
@@ -34,5 +35,8 @@
"/Tests/"
]
},
"bin": [
"Resources/bin/yaml-lint"
],
"minimum-stability": "dev"
}