mirror of
https://github.com/barryvdh/ReflectionDocBlock.git
synced 2026-08-17 17:47:13 +00:00
18 lines
382 B
JSON
18 lines
382 B
JSON
{
|
|
"name": "barryvdh/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"
|
|
}
|
|
}
|