rector/vendor/symfony/yaml/composer.json
Tomas Votruba 69e22c50fb Updated Rector to commit df8d2b78edd46542e6426fec606c3ea98d712532
df8d2b78ed Copy subtype phpdoc on ClassPropertyAssignToConstructorPromotionRector (#8438) (#5603)
2024-02-11 20:35:45 +00:00

41 lines
989 B
JSON

{
"name": "symfony\/yaml",
"type": "library",
"description": "Loads and dumps YAML files",
"keywords": [],
"homepage": "https:\/\/symfony.com",
"license": "MIT",
"authors": [
{
"name": "Fabien Potencier",
"email": "fabien@symfony.com"
},
{
"name": "Symfony Community",
"homepage": "https:\/\/symfony.com\/contributors"
}
],
"require": {
"php": ">=8.1",
"symfony\/deprecation-contracts": "^2.5|^3",
"symfony\/polyfill-ctype": "^1.8"
},
"require-dev": {
"symfony\/console": "^5.4|^6.0|^7.0"
},
"conflict": {
"symfony\/console": "<5.4"
},
"autoload": {
"psr-4": {
"RectorPrefix202402\\Symfony\\Component\\Yaml\\": ""
},
"exclude-from-classmap": [
"\/Tests\/"
]
},
"bin": [
"Resources\/bin\/yaml-lint"
],
"minimum-stability": "dev"
}