mirror of
https://github.com/elyby/accounts.git
synced 2025-05-31 14:11:46 +05:30
Update Yii2 framework to the latest version
This commit is contained in:
34
composer.lock
generated
34
composer.lock
generated
@@ -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": "752322170e3433ba42cb90c1dd6122a2",
|
||||
"content-hash": "80ccf8b828493911307a9daa95021dfc",
|
||||
"packages": [
|
||||
{
|
||||
"name": "bacon/bacon-qr-code",
|
||||
@@ -1988,24 +1988,24 @@
|
||||
},
|
||||
{
|
||||
"name": "yiisoft/yii2",
|
||||
"version": "2.0.15.1",
|
||||
"version": "2.0.20",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/yiisoft/yii2-framework.git",
|
||||
"reference": "ed3a9e1c4abe206e1c3ce48a6b3624119b79850d"
|
||||
"reference": "bd05e0e0ac353cb239997da78f459d0960a1fe9f"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/yiisoft/yii2-framework/zipball/ed3a9e1c4abe206e1c3ce48a6b3624119b79850d",
|
||||
"reference": "ed3a9e1c4abe206e1c3ce48a6b3624119b79850d",
|
||||
"url": "https://api.github.com/repos/yiisoft/yii2-framework/zipball/bd05e0e0ac353cb239997da78f459d0960a1fe9f",
|
||||
"reference": "bd05e0e0ac353cb239997da78f459d0960a1fe9f",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
"bower-asset/inputmask": "~3.2.2 | ~3.3.5",
|
||||
"bower-asset/jquery": "3.2.*@stable | 3.1.*@stable | 2.2.*@stable | 2.1.*@stable | 1.11.*@stable | 1.12.*@stable",
|
||||
"bower-asset/jquery": "3.4.*@stable | 3.3.*@stable | 3.2.*@stable | 3.1.*@stable | 2.2.*@stable | 2.1.*@stable | 1.11.*@stable | 1.12.*@stable",
|
||||
"bower-asset/punycode": "1.3.*",
|
||||
"bower-asset/yii2-pjax": "~2.0.1",
|
||||
"cebe/markdown": "~1.0.0 | ~1.1.0",
|
||||
"cebe/markdown": "~1.0.0 | ~1.1.0 | ~1.2.0",
|
||||
"ext-ctype": "*",
|
||||
"ext-mbstring": "*",
|
||||
"ezyang/htmlpurifier": "~4.6",
|
||||
@@ -2084,7 +2084,7 @@
|
||||
"framework",
|
||||
"yii2"
|
||||
],
|
||||
"time": "2018-03-21T18:36:53+00:00"
|
||||
"time": "2019-06-04T19:10:59+00:00"
|
||||
},
|
||||
{
|
||||
"name": "yiisoft/yii2-composer",
|
||||
@@ -2142,16 +2142,16 @@
|
||||
},
|
||||
{
|
||||
"name": "yiisoft/yii2-queue",
|
||||
"version": "2.2.0",
|
||||
"version": "2.3.0",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/yiisoft/yii2-queue.git",
|
||||
"reference": "d365e6f3222a0fdb150b1ea9f17bda2a4ddac61d"
|
||||
"reference": "25c1142558768ec0e835171c972a4edc2fb59cf0"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/yiisoft/yii2-queue/zipball/d365e6f3222a0fdb150b1ea9f17bda2a4ddac61d",
|
||||
"reference": "d365e6f3222a0fdb150b1ea9f17bda2a4ddac61d",
|
||||
"url": "https://api.github.com/repos/yiisoft/yii2-queue/zipball/25c1142558768ec0e835171c972a4edc2fb59cf0",
|
||||
"reference": "25c1142558768ec0e835171c972a4edc2fb59cf0",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
@@ -2161,7 +2161,8 @@
|
||||
},
|
||||
"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": "v3.*",
|
||||
"php-amqplib/php-amqplib": "*",
|
||||
@@ -2173,6 +2174,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.",
|
||||
@@ -2196,7 +2198,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/",
|
||||
@@ -2222,7 +2225,7 @@
|
||||
"sqs",
|
||||
"yii"
|
||||
],
|
||||
"time": "2019-03-19T22:36:41+00:00"
|
||||
"time": "2019-06-04T18:58:40+00:00"
|
||||
},
|
||||
{
|
||||
"name": "yiisoft/yii2-redis",
|
||||
@@ -6146,6 +6149,7 @@
|
||||
"prefer-lowest": false,
|
||||
"platform": {
|
||||
"php": "^7.2",
|
||||
"ext-intl": "*",
|
||||
"ext-json": "*",
|
||||
"ext-libxml": "*",
|
||||
"ext-mbstring": "*",
|
||||
|
||||
Reference in New Issue
Block a user