9 Star 6 Fork 0

RockYang / herosphp-app

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
composer.json 1.35 KB
一键复制 编辑 原始数据 按行查看 历史
RockYang 提交于 2023-09-18 16:11 . feat: add jwt auth tests
{
"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": "*@dev",
"herosphp/orm": "dev-master",
"herosphp/validate": "*@dev",
"firebase/php-jwt": "dev-main"
},
"repositories": [
{
"type": "path",
"url": "../herosphp"
},
{
"type": "path",
"url": "../herosphp-orm"
},
{
"type": "path",
"url": "../herosphp-validate"
},
{
"type": "path",
"url": "../herosphp-storage"
}
],
"autoload": {
"psr-4": {
"app\\": "./app",
"process\\":"./process",
"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",
"vendor:publish": "herosphp\\utils\\Plugin::publish"
}
}
1
https://gitee.com/blackfox/herosphp-app.git
git@gitee.com:blackfox/herosphp-app.git
blackfox
herosphp-app
herosphp-app
master

搜索帮助