Files
barryvdh_ReflectionDocBlock/composer.json
T
Mike van Riel 2c18f0e883 Work towards stabilizing the API.
- Changed Tag to an interface and flattened hierarchy
- Changed Description to accept a list of tags and a template
- Allow auto-wiring when constructing tags
2015-06-13 14:30:43 +02:00

32 lines
748 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": "^1.0@dev"
},
"autoload": {
"psr-4": {"phpDocumentor\\Reflection\\": ["src/"]}
},
"autoload-dev": {
"psr-4": {"phpDocumentor\\Reflection\\": ["tests/unit"]}
},
"require-dev": {
"phpunit/phpunit": "^4.6",
"mockery/mockery": "^0.9.4"
},
"extra": {
"branch-alias": {
"dev-master": "2.0.x-dev"
}
}
}