mirror of
https://github.com/barryvdh/ReflectionDocBlock.git
synced 2026-08-17 17:47:13 +00:00
Markdown is only used once and a check is in place to see if the markdown classes exists. So perhaps it is better to move this to suggest instead of require, so the people who don't need it, don't have to download it.
26 lines
543 B
JSON
26 lines
543 B
JSON
{
|
|
"name": "phpdocumentor/reflection-docblock",
|
|
"type": "library",
|
|
"license": "MIT",
|
|
"authors": [
|
|
{"name": "Mike van Riel", "email": "[email protected]"}
|
|
],
|
|
"require": {
|
|
"php": ">=5.3.3"
|
|
},
|
|
"autoload": {
|
|
"psr-0": {"phpDocumentor": ["src/"]}
|
|
},
|
|
"require-dev": {
|
|
"phpunit/phpunit": "3.7.*@stable"
|
|
},
|
|
"suggest": {
|
|
"dflydev/markdown": "1.0.*"
|
|
},
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "2.0.x-dev"
|
|
}
|
|
}
|
|
}
|