Chg: Updated Yii2 Queue Extension to v2.3.0

This commit is contained in:
Lucas Bartholemy 2020-04-02 11:56:24 +02:00
parent e0425cc74e
commit ae48b1fb08
3 changed files with 18 additions and 14 deletions

View File

@ -56,7 +56,7 @@
"yiisoft/yii2-httpclient": "~2.0.0",
"yiisoft/yii2-imagine": "~2.1.0",
"yiisoft/yii2-jui": "~2.0.0",
"yiisoft/yii2-queue": "~2.1.0",
"yiisoft/yii2-queue": "~2.3.0",
"yiisoft/yii2-redis": "~2.0.0",
"yiisoft/yii2-swiftmailer": "~2.0.0",
"zendframework/zend-http": "*",

29
composer.lock generated
View File

@ -4,7 +4,7 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically"
],
"content-hash": "87c30ea4a11d01d133685899f694e30c",
"content-hash": "0087af13b7e83c25f14c84ac3a32aee6",
"packages": [
{
"name": "bower-asset/bootstrap",
@ -3710,28 +3710,29 @@
},
{
"name": "yiisoft/yii2-queue",
"version": "2.1.0",
"version": "2.3.0",
"source": {
"type": "git",
"url": "https://github.com/yiisoft/yii2-queue.git",
"reference": "d04b4b3c932081200876a351cc6c3502e89e11b8"
"reference": "25c1142558768ec0e835171c972a4edc2fb59cf0"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/yiisoft/yii2-queue/zipball/d04b4b3c932081200876a351cc6c3502e89e11b8",
"reference": "d04b4b3c932081200876a351cc6c3502e89e11b8",
"url": "https://api.github.com/repos/yiisoft/yii2-queue/zipball/25c1142558768ec0e835171c972a4edc2fb59cf0",
"reference": "25c1142558768ec0e835171c972a4edc2fb59cf0",
"shasum": ""
},
"require": {
"php": ">=5.5.0",
"symfony/process": "*",
"symfony/process": "^3.3||^4.0",
"yiisoft/yii2": "~2.0.14"
},
"require-dev": {
"aws/aws-sdk-php": ">=2.4",
"enqueue/amqp-lib": "^0.8",
"enqueue/amqp-lib": "^0.8||^0.9.10",
"enqueue/stomp": "^0.8.39",
"jeremeamia/superclosure": "*",
"pda/pheanstalk": "*",
"pda/pheanstalk": "v3.*",
"php-amqplib/php-amqplib": "*",
"phpunit/phpunit": "~4.4",
"yiisoft/yii2-debug": "*",
@ -3741,6 +3742,7 @@
"suggest": {
"aws/aws-sdk-php": "Need for aws SQS.",
"enqueue/amqp-lib": "Need for AMQP interop queue.",
"enqueue/stomp": "Need for Stomp queue.",
"ext-gearman": "Need for Gearman queue.",
"ext-pcntl": "Need for process signals.",
"pda/pheanstalk": "Need for Beanstalk queue.",
@ -3750,7 +3752,7 @@
"type": "yii2-extension",
"extra": {
"branch-alias": {
"dev-master": "2.0.x-dev"
"dev-master": "2.x-dev"
}
},
"autoload": {
@ -3764,7 +3766,8 @@
"yii\\queue\\gearman\\": "src/drivers/gearman",
"yii\\queue\\redis\\": "src/drivers/redis",
"yii\\queue\\sync\\": "src/drivers/sync",
"yii\\queue\\sqs\\": "src/drivers/sqs"
"yii\\queue\\sqs\\": "src/drivers/sqs",
"yii\\queue\\stomp\\": "src/drivers/stomp"
}
},
"notification-url": "https://packagist.org/downloads/",
@ -3790,7 +3793,7 @@
"sqs",
"yii"
],
"time": "2018-05-23T21:04:57+00:00"
"time": "2019-06-04T18:58:40+00:00"
},
{
"name": "yiisoft/yii2-redis",
@ -4722,12 +4725,12 @@
"version": "1.7.1",
"source": {
"type": "git",
"url": "https://github.com/facebook/php-webdriver.git",
"url": "https://github.com/php-webdriver/php-webdriver-archive.git",
"reference": "e43de70f3c7166169d0f14a374505392734160e5"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/facebook/php-webdriver/zipball/e43de70f3c7166169d0f14a374505392734160e5",
"url": "https://api.github.com/repos/php-webdriver/php-webdriver-archive/zipball/e43de70f3c7166169d0f14a374505392734160e5",
"reference": "e43de70f3c7166169d0f14a374505392734160e5",
"shasum": ""
},

View File

@ -47,5 +47,6 @@ HumHub Change Log (DEVELOP)
- Chg: Deprecated `humhub\modules\ui\form\widgets\MarkdownField` in order to favor `humhub\modules\content\widgets\richtext\RichTextField`
- Chg: Use lazy js module fallback for `humhub.require()` by default
- Chg: Only register live push asset and `SocketIoAsset` on demand
- Chg: Updated Yii2 Queue Extension to v2.3.0
- Enh #3916: Rework profile field administration overview
- Fix #3635: Search rebuild job timeout