16 lines
473 B
JSON
16 lines
473 B
JSON
{
|
|
"name": "phpdocumentor/fileset",
|
|
"description": "Fileset component for collecting a set of files given directories and file paths",
|
|
"keywords": ["phpdoc", "files", "fileset"],
|
|
"homepage": "http://www.phpdoc.org",
|
|
"license": "MIT",
|
|
"autoload": { "psr-0":{ "phpDocumentor": ["src/", "tests/unit/"] } },
|
|
"require": {
|
|
"php": ">=5.3.3",
|
|
"symfony/finder": "~2.1"
|
|
},
|
|
"require-dev": {
|
|
"phpunit/phpunit": "~3.7"
|
|
}
|
|
}
|