1 |
cb15593b
|
Cajova-Houba
|
{
|
2 |
|
|
"name": "symfony/finder",
|
3 |
|
|
"type": "library",
|
4 |
|
|
"description": "Symfony Finder Component",
|
5 |
|
|
"keywords": [],
|
6 |
|
|
"homepage": "https://symfony.com",
|
7 |
|
|
"license": "MIT",
|
8 |
|
|
"authors": [
|
9 |
|
|
{
|
10 |
|
|
"name": "Fabien Potencier",
|
11 |
|
|
"email": "fabien@symfony.com"
|
12 |
|
|
},
|
13 |
|
|
{
|
14 |
|
|
"name": "Symfony Community",
|
15 |
|
|
"homepage": "https://symfony.com/contributors"
|
16 |
|
|
}
|
17 |
|
|
],
|
18 |
|
|
"require": {
|
19 |
|
|
"php": ">=5.5.9"
|
20 |
|
|
},
|
21 |
|
|
"autoload": {
|
22 |
|
|
"psr-4": { "Symfony\\Component\\Finder\\": "" },
|
23 |
|
|
"exclude-from-classmap": [
|
24 |
|
|
"/Tests/"
|
25 |
|
|
]
|
26 |
|
|
},
|
27 |
|
|
"minimum-stability": "dev",
|
28 |
|
|
"extra": {
|
29 |
|
|
"branch-alias": {
|
30 |
|
|
"dev-master": "3.0-dev"
|
31 |
|
|
}
|
32 |
|
|
}
|
33 |
|
|
}
|