1 Star 0 Fork 54

也许先生 / w7Swoole

forked from 微擎 / 软擎应用空项目 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
composer.json 599 Bytes
一键复制 编辑 原始数据 按行查看 历史
非同寻常 提交于 2019-07-10 17:57 . 移动 phpunit到dev
{
"name": "w7/rangine",
"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": [
"config/define.php",
"app/Helper/Functions.php"
]
},
"require": {
"w7/swoole": "^1.0"
},
"require-dev": {
"eaglewu/swoole-ide-helper": "dev-master",
"phpunit/phpunit": "^7.0"
}
}
PHP
1
https://gitee.com/icorecool/w7swoole_empty.git
git@gitee.com:icorecool/w7swoole_empty.git
icorecool
w7swoole_empty
w7Swoole
master

搜索帮助