From ed44884bbb895fee07a4b867d8c752c4bb92c456 Mon Sep 17 00:00:00 2001 From: rwifeng Date: Thu, 11 Jun 2015 16:08:48 +0800 Subject: [PATCH] add apigen --- composer.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/composer.json b/composer.json index f988fd9e..9da3f417 100644 --- a/composer.json +++ b/composer.json @@ -17,7 +17,8 @@ "squizlabs/php_codesniffer": "~2.3" }, "require-dev": { - "phpunit/phpunit": "~4.0" + "phpunit/phpunit": "~4.0", + "apigen/apigen": "~4.1.1" }, "autoload": { "psr-4": {"Qiniu\\": "src/Qiniu"},