1 Star 0 Fork 79

带刀医生/hyperf-iot

forked from 孟帅/hyperf-iot 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
composer.json 3.22 KB
一键复制 编辑 原始数据 按行查看 历史
孟帅 提交于 2021-01-19 23:19 . Tue Jan 19 23:19:23 CST 2021
{
"name": "hyperf/hyperf-skeleton",
"type": "project",
"keywords": [
"php",
"swoole",
"framework",
"hyperf",
"microservice",
"middleware"
],
"description": "A coroutine framework that focuses on hyperspeed and flexible, specifically use for build microservices and middlewares.",
"license": "Apache-2.0",
"require": {
"php": ">=7.2",
"ext-swoole": ">=4.5",
"hyperf-libraries/sms": "^2.0",
"hyperf/amqp": "^2.1",
"hyperf/async-queue": "2.1.*",
"hyperf/cache": "2.1.*",
"hyperf/command": "2.1.*",
"hyperf/config": "2.1.*",
"hyperf/constants": "2.1.*",
"hyperf/database": "2.1.*",
"hyperf/db-connection": "2.1.*",
"hyperf/elasticsearch": "2.1.*",
"hyperf/filesystem": "^2.1",
"hyperf/framework": "2.1.*",
"hyperf/guzzle": "2.1.*",
"hyperf/http-message": "^2.1",
"hyperf/http-server": "2.1.*",
"hyperf/logger": "2.1.*",
"hyperf/memory": "2.1.*",
"hyperf/model-cache": "2.1.*",
"hyperf/process": "2.1.*",
"hyperf/redis": "2.1.*",
"hyperf/session": "^2.1",
"hyperf/tracer": "2.1.*",
"hyperf/translation": "^2.1",
"hyperf/validation": "^2.1",
"hyperf/view-engine": "^2.1",
"hyperf/websocket-server": "^2.1",
"jenssegers/agent": "^2.6",
"league/flysystem": "2.0",
"naixiaoxin/hyperf-wechat": "^1.1",
"phpmailer/phpmailer": "^6.2",
"yurunsoft/phpmailer-swoole": "1.0.2"
},
"require-dev": {
"filp/whoops": "^2.9",
"friendsofphp/php-cs-fixer": "^2.14",
"hyperf/devtool": "2.1.*",
"hyperf/testing": "2.1.*",
"hyperf/watcher": "^2.1",
"mockery/mockery": "^1.0",
"phpstan/phpstan": "^0.12",
"swoole/ide-helper": "^4.5"
},
"suggest": {
"ext-openssl": "Required to use HTTPS.",
"ext-json": "Required to use JSON.",
"ext-pdo": "Required to use MySQL Client.",
"ext-pdo_mysql": "Required to use MySQL Client.",
"ext-redis": "Required to use Redis Client."
},
"autoload": {
"psr-4": {
"App\\": "app/",
"Core\\": "app/Core/"
},
"files": [
"app/Core/Common/Container/Functions.php"
]
},
"autoload-dev": {
"psr-4": {
"HyperfTest\\": "./test/"
}
},
"minimum-stability": "dev",
"prefer-stable": true,
"extra": [],
"scripts": {
"post-root-package-install": [
"@php -r \"file_exists('.env') || copy('.env.example', '.env');\""
],
"post-autoload-dump": [
"rm -rf runtime/container"
],
"test": "co-phpunit -c phpunit.xml --colors=always",
"cs-fix": "php-cs-fixer fix $1",
"analyse": "phpstan analyse --memory-limit 300M -l 0 -c phpstan.neon ./app ./config",
"start": "php ./bin/hyperf.php start"
},
"repositories": {
"packagist": {
"type": "composer",
"url": "https://mirrors.aliyun.com/composer/"
}
},
"config": {
"optimize-autoloader": true,
"sort-packages": true
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
PHP
1
https://gitee.com/mycharm/hyperf-iot.git
[email protected]:mycharm/hyperf-iot.git
mycharm
hyperf-iot
hyperf-iot
master

搜索帮助

23e8dbc6 1850385 7e0993f3 1850385