7 Star 9 Fork 0

ynwa / SWBT

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
composer.json 1001 Bytes
一键复制 编辑 原始数据 按行查看 历史
chenbo 提交于 2018-09-11 11:43 . fix ^php7.1
{
"name": "ywna/swbt",
"type": "library",
"description": "A PHP Framework of swoole with beanstalkd",
"keywords": ["swoole","beanstalkd","php","queue"],
"homepage": "https://github.com/YWNA/SWBT",
"license": "Apache-2.0",
"bin": ["bin/SWBT"],
"authors": [
{
"name": "Chen Bo",
"email": "chenbotome@163.com",
"homepage": "http://www.chenbo.site",
"role": "Web Developer"
}
],
"require": {
"php": "^7.1",
"pda/pheanstalk": "^3.1",
"monolog/monolog": "^1.23",
"docopt/docopt": "^1.0",
"pimple/pimple": "^3.0",
"vlucas/phpdotenv": "^2.4",
"phpunit/phpunit": "^7.3",
"symfony/filesystem": "^4.1"
},
"autoload": {
"psr-4": {
"SWBT\\": "src/"
}
},
"repositories": {
"packagist": {
"type": "composer",
"url": "https://packagist.laravel-china.org"
}
}
}
PHP
1
https://gitee.com/chenbotome/SWBT.git
git@gitee.com:chenbotome/SWBT.git
chenbotome
SWBT
SWBT
master

搜索帮助