1 Star 0 Fork 0

ch4o5/Dphp

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
composer.json 717 Bytes
一键复制 编辑 原始数据 按行查看 历史
zc 提交于 2017-08-31 18:34 +08:00 . a bug
{
"name": "doylee/dphp",
"description": "DoyleafPHP,A Framework for PHP,By Doylee and Leaf",
"type": "project",
"require": {
"php": ">=7.0",
"nikic/fast-route": "^1.2"
},
"license": "MPL-2.0",
"authors": [{
"name": "doylee",
"email": "dongyunli619@gmail.com"
}],
"repositories": {
"packagist": {
"type": "composer",
"url": "https://packagist.phpcomposer.com"
}
},
"autoload": {
"psr-4": {
"Controllers\\": "core/Dphp/controllers/",
"Models\\": "core/Dphp/models/",
"App\\": "app/"
}
},
"config": {
"vendor-dir": "core/vendor"
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
PHP
1
https://gitee.com/ch4o5/Dphp.git
git@gitee.com:ch4o5/Dphp.git
ch4o5
Dphp
Dphp
master

搜索帮助