当前仓库属于暂停状态,部分功能使用受限,详情请查阅 仓库状态说明
8 Star 19 Fork 5

悠悠山雨 / ComBlog
暂停

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
composer.json 670 Bytes
一键复制 编辑 原始数据 按行查看 历史
xcxxkj 提交于 2018-12-16 00:48 . new
{
"name": "shanyu/comblog",
"type": "project",
"description": "shanyu-project is a PHP micro framework that helps you quickly write simple yet powerful web applications and APIs",
"keywords": ["framework","mvc"],
"homepage": "https://gitee.com/shanyu/comblog",
"license": "MIT",
"require":{
"php": ">=5.5.0",
"pimple/pimple": "^3.0",
"nikic/fast-route": "^1.0",
"erusev/parsedown": "^1.6",
"tracy/tracy": "^2.4",
"vlucas/phpdotenv": "^2.5"
},
"require-dev": {
},
"autoload": {
"psr-4": {
"App\\": "application",
"Kernel\\": "kernel"
}
}
}
PHP
1
https://gitee.com/shanyu/comblog.git
git@gitee.com:shanyu/comblog.git
shanyu
comblog
ComBlog
master

搜索帮助