修正reflection-docblock版本号

This commit is contained in:
yunwuxin
2016-06-15 12:37:36 +08:00
parent bc58cd765b
commit 30764fe702

View File

@@ -20,12 +20,12 @@
"topthink/think-installer": "*"
},
"require-dev": {
"phpunit/phpunit": "4.8.*",
"johnkary/phpunit-speedtrap": "^1.0",
"mikey179/vfsStream": "~1.6",
"phploc/phploc": "2.*",
"phpunit/phpunit": "4.8.*",
"sebastian/phpcpd": "2.*",
"squizlabs/php_codesniffer": "2.*"
},
"minimum-stability": "dev"
"squizlabs/php_codesniffer": "2.*",
"phpdocumentor/reflection-docblock": "^2.0"
}
}