9 Star 6 Fork 0

RockYang / herosphp-app

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
composer.prod.json 851 Bytes
一键复制 编辑 原始数据 按行查看 历史
{
"name": "herosphp/app",
"description": "skeleton project for herosphp framework",
"type": "project",
"keywords": [
"php framework",
"herosphp",
"lightweight"
],
"homepage": "https://github.com/yangjian102621/herosphp",
"license": "MIT",
"authors": [
{
"name": "blackfox",
"email": "yangjian102621@gmail.com"
}
],
"require": {
"herosphp/framework": "^4.0"
},
"autoload": {
"psr-4": {
"app\\": "./app",
"script\\": "script/"
}
},
"require-dev": {
"friendsofphp/php-cs-fixer": "^3.4"
},
"minimum-stability": "dev",
"suggest": {
"ext-event": "For better performance. "
},
"scripts": {
"post-install-cmd": "script\\Installer::install"
}
}
1
https://gitee.com/blackfox/herosphp-app.git
git@gitee.com:blackfox/herosphp-app.git
blackfox
herosphp-app
herosphp-app
master

搜索帮助