Skip to content

[BUG] Using the "Aws\Handler\GuzzleV6\GuzzleHandler" class is deprecated, use "Aws\Handler\Guzzle\GuzzleHandler" instead. #7322

@233cy

Description

@233cy

{
"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": ">=8.3",
"ext-bcmath": "",
"ext-gd": "
",
"ext-iconv": "",
"ext-openssl": "
",
"ext-redis": "",
"ext-zip": "
",
"233cy/hyperf-mqtt-client": "^1.0.1",
"233cy/hyperf-tenant": "3.0.*",
"chillerlan/php-qrcode": "^5.0",
"h4cc/wkhtmltopdf-amd64": "^0.12.4",
"hyperf/amqp": "^3.1",
"hyperf/cache": "~3.1.0",
"hyperf/command": "~3.1.0",
"hyperf/config": "~3.1.0",
"hyperf/config-nacos": "~3.1.0",
"hyperf/constants": "^3.1",
"hyperf/database": "~3.1.0",
"hyperf/db-connection": "~3.1.0",
"hyperf/engine": "^2.10",
"hyperf/filesystem": "^3.1",
"hyperf/framework": "~3.1.0",
"hyperf/guzzle": "^3.1",
"hyperf/http-server": "~3.1.0",
"hyperf/logger": "~3.1.0",
"hyperf/memory": "~3.1.0",
"hyperf/model-cache": "~3.1.0",
"hyperf/process": "~3.1.0",
"hyperf/rate-limit": "^3.1",
"hyperf/redis": "~3.1.0",
"hyperf/resource": "^3.1",
"hyperf/snowflake": "^3.1",
"hyperf/swagger": "^3.1",
"hyperf/translation": "^3.1",
"hyperf/validation": "^3.1",
"hyperf/view": "^3.1",
"hyperf/view-engine": "^3.1",
"hyperf/xxl-job-incubator": "^0.4.2",
"jakeasmith/http_build_url": "^1.0",
"knplabs/knp-snappy": "^1.5",
"league/flysystem-aws-s3-v3": "^3.29",
"mikehaertl/php-pdftk": "^0.13.1"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "^3.0",
"hyperf/devtool": "~3.1.0",
"hyperf/testing": "~3.1.0",
"hyperf/watcher": "^3.1",
"mockery/mockery": "^1.0",
"phpstan/phpstan": "^1.0",
"swoole/ide-helper": "^5.0"
},
"suggest": {
"ext-json": "Required to use JSON.",
"ext-pdo": "Required to use MySQL Client.",
"ext-pdo_mysql": "Required to use MySQL Client."
},
"autoload": {
"psr-4": {
"App\": "app/"
},
"files": [
"app/Functions.php"
]
},
"autoload-dev": {
"psr-4": {
"HyperfTest\": "./test/"
}
},
"minimum-stability": "dev",
"prefer-stable": true,
"config": {
"optimize-autoloader": true,
"sort-packages": 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 --prepend test/bootstrap.php -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": [
"Composer\Config::disableProcessTimeout",
"php ./bin/hyperf.php start"
]
}
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions