mirror of
https://github.com/barryvdh/ReflectionDocBlock.git
synced 2026-08-17 17:47:13 +00:00
14 lines
326 B
JSON
14 lines
326 B
JSON
{
|
|
"name": "phpdocumentor/reflection-docblock",
|
|
"type": "library",
|
|
"license": "MIT",
|
|
"authors": [
|
|
{"name": "Mike van Riel", "email": "[email protected]"}
|
|
],
|
|
"require": {
|
|
"php": ">=5.3.2"
|
|
},
|
|
"autoload": {
|
|
"psr-0": {"phpDocumentor\\Reflection": "src/"}
|
|
}
|
|
} |