Files
barryvdh_ReflectionDocBlock/composer.json
T

33 lines
782 B
JSON

{
"name": "phpdocumentor/reflection-docblock",
"type": "library",
"license": "MIT",
"authors": [
{
"name": "Mike van Riel",
"email": "[email protected]"
}
],
"require": {
"php": ">=5.5",
"phpdocumentor/reflection-common": "^0.1",
"phpdocumentor/type-resolver": "^0.1.1",
"webmozart/assert": "^1.0"
},
"autoload": {
"psr-4": {"phpDocumentor\\Reflection\\": ["src/"]}
},
"autoload-dev": {
"psr-4": {"phpDocumentor\\Reflection\\": ["tests/unit"]}
},
"require-dev": {
"mockery/mockery": "^0.9.4",
"phpunit/phpunit": "^4.4"
},
"extra": {
"branch-alias": {
"dev-master": "3.0.x-dev"
}
}
}