mirror of
https://github.com/barryvdh/ReflectionDocBlock.git
synced 2026-08-17 17:47:13 +00:00
19 lines
420 B
JSON
19 lines
420 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": ["src/"]}
|
|
},
|
|
"require-dev": {
|
|
"phpunit/phpunit": "*@stable"
|
|
}
|
|
}
|