1 Star 0 Fork 0

阿债 / code-refactor

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
composer.json 640 Bytes
一键复制 编辑 原始数据 按行查看 历史
阿债 提交于 2018-03-13 19:22 . 修复TraitUse和美化数组输出
{
"name" : "azhai/code-refactor",
"description" : "Toolset for generating PHP code",
"type" : "library",
"license" : "MIT",
"authors" : [{
"name" : "Ryan Liu",
"homepage" : "http://azhai.surge.sh/"
}
],
"keywords" : [
"code generation"
],
"autoload" : {
"psr-4" : {
"CodeRefactor\\" : "src/"
}
},
"repositories": {
"packagist": {
"type": "composer",
"url": "https://packagist.phpcomposer.com"
}
},
"require" : {
"php" : ">=5.5",
"nikic/php-parser" : "3.*"
}
}
1
https://gitee.com/azhai/code-refactor.git
git@gitee.com:azhai/code-refactor.git
azhai
code-refactor
code-refactor
master

搜索帮助