This repository has been archived on 2025-01-19. You can view files and clone it, but cannot push or open issues or pull requests.
drupalcampbristol/vendor/symfony/finder/composer.json

34 lines
762 B
JSON
Raw Normal View History

{
2018-11-23 12:29:20 +00:00
"name": "symfony/finder",
"type": "library",
2018-11-23 12:29:20 +00:00
"description": "Symfony Finder Component",
"keywords": [],
"homepage": "https://symfony.com",
"license": "MIT",
"authors": [
{
"name": "Fabien Potencier",
"email": "fabien@symfony.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
"require": {
2018-11-23 12:29:20 +00:00
"php": "^5.5.9|>=7.0.8"
},
"autoload": {
2018-11-23 12:29:20 +00:00
"psr-4": { "Symfony\\Component\\Finder\\": "" },
"exclude-from-classmap": [
"/Tests/"
]
},
"minimum-stability": "dev",
"extra": {
"branch-alias": {
2018-11-23 12:29:20 +00:00
"dev-master": "3.4-dev"
}
}
}