3 Star 31 Fork 3

宇润/Guzzle-Swoole

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
composer.json 1.27 KB
一键复制 编辑 原始数据 按行查看 历史
宇润 提交于 2020-10-26 14:06 . 修复 Composer v2.x 问题
{
"name": "yurunsoft/guzzle-swoole",
"type": "composer-plugin",
"license": "MIT",
"description": "让 Guzzle 支持 Swoole 协程,可以用于 ElasticSearch、AWS 等 SDK 当中",
"require": {
"php": ">=7.1",
"composer-plugin-api": "^1.0|^2.0",
"yurunsoft/composer-include-files": "^1.0|^2.0",
"yurunsoft/yurun-http": "^4.0",
"guzzlehttp/guzzle": "~6.0|~7.0",
"guzzlehttp/ringphp": "~1.0"
},
"require-dev": {
"swoole/ide-helper": "*",
"composer/composer": "^1.0|^2.0",
"phpunit/phpunit": ">=7"
},
"autoload": {
"psr-4": {
"Yurun\\Util\\Swoole\\Guzzle\\": "src/",
"GuzzleHttp\\": "src/GuzzleHttp/"
}
},
"autoload-dev": {
"psr-4": {
"Yurun\\Util\\Swoole\\Guzzle\\Test\\": "tests/test/"
}
},
"prefer-stable": true,
"extra": {
"class": "Yurun\\Util\\Swoole\\Guzzle\\Plugin\\Plugin",
"include_files": [
"src/load_include.php",
"src/functions.php"
]
},
"scripts": {
"post-autoload-dump": [
"Yurun\\Util\\Swoole\\Guzzle\\Plugin\\Plugin::dev"
],
"test": "./tests/run",
"test-guzzle": "./tests/test-guzzle"
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
PHP
1
https://gitee.com/yurunsoft/Guzzle-Swoole.git
git@gitee.com:yurunsoft/Guzzle-Swoole.git
yurunsoft
Guzzle-Swoole
Guzzle-Swoole
master

搜索帮助