Upgrade the minimum version of php-amqplib to v2.9.2. (#2930)

* Upgrade the minimum version of amqplib to 2.9.2

* Update CHANGELOG-2.0.md
This commit is contained in:
李铭昕 2020-12-06 14:58:12 +08:00 committed by GitHub
parent 1d4474fde8
commit 2f3151d7ce
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 7 additions and 6 deletions

View File

@ -14,6 +14,7 @@
## Changed ## Changed
- [#2918](https://github.com/hyperf/hyperf/pull/2918) Disable the `daemonize` when use watcher. - [#2918](https://github.com/hyperf/hyperf/pull/2918) Disable the `daemonize` when use watcher.
- [#2930](https://github.com/hyperf/hyperf/pull/2930) Upgrade the minimum version of `php-amqplib` to `v2.9.2`.
# v2.0.21 - 2020-11-30 # v2.0.21 - 2020-11-30

View File

@ -64,7 +64,7 @@
"nikic/php-parser": "^4.1", "nikic/php-parser": "^4.1",
"overtrue/flysystem-cos": "^2.0", "overtrue/flysystem-cos": "^2.0",
"overtrue/flysystem-qiniu": "^1.0", "overtrue/flysystem-qiniu": "^1.0",
"php-amqplib/php-amqplib": "^2.7", "php-amqplib/php-amqplib": "^2.9.2",
"php-di/php-di": "^6.0", "php-di/php-di": "^6.0",
"phpstan/phpstan": "^0.12.52", "phpstan/phpstan": "^0.12.52",
"phpunit/phpunit": "^7.0.0", "phpunit/phpunit": "^7.0.0",

View File

@ -16,15 +16,15 @@
}, },
"require": { "require": {
"php": ">=7.2", "php": ">=7.2",
"doctrine/instantiator": "^1.2.0",
"hyperf/contract": "~2.0.0", "hyperf/contract": "~2.0.0",
"hyperf/utils": "~2.0.0",
"hyperf/process": "~2.0.0",
"hyperf/pool": "~2.0.0", "hyperf/pool": "~2.0.0",
"hyperf/process": "~2.0.0",
"hyperf/utils": "~2.0.0",
"php-amqplib/php-amqplib": "^2.9.2",
"psr/container": "^1.0", "psr/container": "^1.0",
"psr/event-dispatcher": "^1.0", "psr/event-dispatcher": "^1.0",
"psr/log": "^1.0", "psr/log": "^1.0"
"php-amqplib/php-amqplib": "^2.7",
"doctrine/instantiator": "^1.2.0"
}, },
"require-dev": { "require-dev": {
"hyperf/di": "~2.0.0", "hyperf/di": "~2.0.0",