mirror of
https://github.com/barryvdh/ReflectionDocBlock.git
synced 2026-08-18 10:07:12 +00:00
39 lines
1021 B
JSON
39 lines
1021 B
JSON
{
|
|
"name": "phpdocumentor/reflection-docblock",
|
|
"description": "With this component, a library can provide support for annotations via DocBlocks or otherwise retrieve information that is embedded in a DocBlock.",
|
|
"type": "library",
|
|
"license": "MIT",
|
|
"authors": [
|
|
{
|
|
"name": "Mike van Riel",
|
|
"email": "[email protected]"
|
|
}
|
|
],
|
|
"require": {
|
|
"php": "^7.1",
|
|
"phpdocumentor/reflection-common": "^1.0",
|
|
"phpdocumentor/type-resolver": "^0.4",
|
|
"webmozart/assert": "^1.0"
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"phpDocumentor\\Reflection\\": "src"
|
|
}
|
|
},
|
|
"autoload-dev": {
|
|
"psr-4": {
|
|
"phpDocumentor\\Reflection\\": "tests/unit"
|
|
}
|
|
},
|
|
"require-dev": {
|
|
"mockery/mockery": "^1.0",
|
|
"phpunit/phpunit": "^6.4",
|
|
"doctrine/instantiator": "^1.0"
|
|
},
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "4.x-dev"
|
|
}
|
|
}
|
|
}
|