Files
barryvdh_ReflectionDocBlock/composer.json
T

15 lines
363 B
JSON

{
"name": "phpdocumentor/reflection-docblock",
"type": "library",
"license": "MIT",
"authors": [
{"name": "Mike van Riel", "email": "[email protected]"}
],
"require": {
"php": ">=5.3.2",
"dflydev/markdown": "1.0.*"
},
"autoload": {
"psr-0": {"phpDocumentor\\Reflection": "src/"}
}
}