mirror of
https://github.com/barryvdh/ReflectionDocBlock.git
synced 2026-08-18 01:57:13 +00:00
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:
committed by
Mike van Riel
parent
2054338d51
commit
2c18f0e883
+2
-1
@@ -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/"]}
|
||||
|
||||
Reference in New Issue
Block a user