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
This commit is contained in:
Mike van Riel
2015-06-13 14:30:43 +02:00
committed by Mike van Riel
parent 2054338d51
commit 2c18f0e883
17 changed files with 1463 additions and 230 deletions
+2 -1
View File
@@ -10,7 +10,8 @@
],
"require": {
"php": ">=5.5",
"phpdocumentor/reflection-common": "dev-master@dev"
"phpdocumentor/reflection-common": "^0.1",
"phpdocumentor/type-resolver": "^1.0@dev"
},
"autoload": {
"psr-4": {"phpDocumentor\\Reflection\\": ["src/"]}