Commit 9a67bc05 by Carsten Brandt

updated apidoc composer.json

to require newly released stable version of phpdoc reflection library
parent 5558fa12
...@@ -21,7 +21,7 @@ ...@@ -21,7 +21,7 @@
"require": { "require": {
"yiisoft/yii2": "*", "yiisoft/yii2": "*",
"yiisoft/yii2-bootstrap": "*", "yiisoft/yii2-bootstrap": "*",
"phpdocumentor/reflection": "dev-master | >1.0.2", "phpdocumentor/reflection": ">=1.0.3",
"erusev/parsedown": "0.9.*" "erusev/parsedown": "0.9.*"
}, },
"autoload": { "autoload": {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment