5 Star 3 Fork 1

世界不可能那么远 / ypf

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
config.json 2.19 KB
一键复制 编辑 原始数据 按行查看 历史
xuan 提交于 2016-12-19 12:23 . init
{
"stubs": {
"path": "ide\/%version%\/%namespace%\/",
"stubs-run-after-generate": false
},
"api": {
"path": "doc\/%version%",
"theme": {
"name": "zephir",
"options": {
"github": null,
"analytics": null,
"main_color": "#3E6496",
"link_color": "#3E6496",
"link_hover_color": "#5F9AE7"
}
}
},
"warnings": {
"unused-variable": true,
"unused-variable-external": false,
"possible-wrong-parameter": true,
"possible-wrong-parameter-undefined": false,
"nonexistent-function": true,
"nonexistent-class": true,
"non-valid-isset": true,
"non-array-update": true,
"non-valid-objectupdate": true,
"non-valid-fetch": true,
"invalid-array-index": true,
"non-array-append": true,
"invalid-return-type": true,
"unreachable-code": true,
"nonexistent-constant": true,
"not-supported-magic-constant": true,
"non-valid-decrement": true,
"non-valid-increment": true,
"non-valid-clone": true,
"non-valid-new": true,
"non-array-access": true,
"invalid-reference": true,
"invalid-typeof-comparison": true,
"conditional-initialization": true
},
"optimizations": {
"static-type-inference": true,
"static-type-inference-second-pass": true,
"local-context-pass": true,
"constant-folding": true,
"static-constant-class-folding": true,
"call-gatherer-pass": true,
"check-invalid-reads": false,
"internal-call-transformation": false
},
"namespace": "ypf",
"name": "ypf",
"description": "<strong>ypf</strong> : yet php framework written in zephir and built as a PHP extension",
"author": "xuanskyer<furthestworld@icloud.com>",
"version": "0.0.1",
"verbose": false,
"requires": {
"extensions": []
},
"info": [
{
"header": ["Directive", "Value"],
"rows": [
["github", "https://github.com/xuanskyer/zephir-ypf.git"]
]
}
]
}
C
1
https://gitee.com/xuanskyer/ypf.git
git@gitee.com:xuanskyer/ypf.git
xuanskyer
ypf
ypf
master

搜索帮助