1 Star 0 Fork 33

fuckc/herosphp

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
composer.json 682 Bytes
一键复制 编辑 原始数据 按行查看 历史
RockYang 提交于 2021-11-29 19:19 . upgrade php version to 7.2
{
"name": "herosphp/framework",
"description": "a lightweight PHP development framework - herosphp Framework",
"type": "framework",
"keywords": ["php framework","herosphp","lightweight"],
"homepage": "https://github.com/yangjian102621/herosphp",
"license": "MIT",
"authors": [
{
"name": "blackfox",
"email": "yangjian102621@gmail.com"
}
],
"require": {
"php": "~7.2"
},
"autoload": {
"files": [
"src/functions.core.php",
"src/Heros.const.php"
],
"psr-4": {
"herosphp\\" : "src"
}
},
"minimum-stability": "dev"
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/actcms/herosphp.git
git@gitee.com:actcms/herosphp.git
actcms
herosphp
herosphp
master

搜索帮助