rector/vendor/symfony/finder/composer.json
Tomas Votruba f010267a7c Updated Rector to commit 6b69971dfc740a58aed918782d02710e42004e9d
6b69971dfc [NodeTypeCorrector] Directly use StringType on Intersection of strings on AccessoryNonEmptyStringTypeCorrector (#5933)
2024-06-01 09:25:16 +00:00

33 lines
814 B
JSON

{
"name": "symfony\/finder",
"type": "library",
"description": "Finds files and directories via an intuitive fluent interface",
"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"
},
"require-dev": {
"symfony\/filesystem": "^6.0|^7.0"
},
"autoload": {
"psr-4": {
"RectorPrefix202406\\Symfony\\Component\\Finder\\": ""
},
"exclude-from-classmap": [
"\/Tests\/"
]
},
"minimum-stability": "dev"
}