39 Star 238 Fork 54

微擎 / 软擎应用空项目

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
composer.json 918 Bytes
一键复制 编辑 原始数据 按行查看 历史
非同寻常 提交于 2022-03-16 18:24 . update composer.json
{
"name": "w7/rangine-demo",
"type": "project",
"description": "基于 Swoole 的常驻内存型 PHP 高性能框架",
"license": "Apache-2.0",
"keywords": [
"we7",
"swoole"
],
"homepage": "https://www.rangine.com/",
"authors": [
{
"name": "we7team",
"email": "donknap@gmail.com"
}
],
"autoload": {
"psr-4": {
"W7\\App\\": "app/",
"W7\\Tests\\": "tests/"
},
"files": [
"app/Helper/Functions.php"
],
"classmap": [
"database/seeds",
"database/migrations"
]
},
"autoload-dev": {
"psr-4": {
"W7\\Tests\\" : "tests/"
}
},
"require": {
"w7/rangine": "~2.5.0",
"w7/rangine-crontab": "~2.5.0"
},
"require-dev": {
"w7/rangine-debugger": "~2.5.0",
"phpunit/phpunit": "^7.0",
"w7/php-cs-fixer": "*"
},
"config": {
"allow-plugins": {
"w7/php-cs-fixer": true,
"funkjedi/composer-include-files": true,
"w7/rangine-package-plugin": true
}
}
}
PHP
1
https://gitee.com/we7coreteam/w7-rangine-empty.git
git@gitee.com:we7coreteam/w7-rangine-empty.git
we7coreteam
w7-rangine-empty
软擎应用空项目
master

搜索帮助