From 7f29f4eb5b40a684805605ac8ef4136d8ea56b83 Mon Sep 17 00:00:00 2001 From: Lucas Bartholemy Date: Tue, 31 Jan 2023 09:43:57 +0100 Subject: [PATCH] Updated Gii module to 2.2.2 --- composer.json | 2 +- composer.lock | 39 ++++++++++++++++++++++++++++++++------- 2 files changed, 33 insertions(+), 8 deletions(-) diff --git a/composer.json b/composer.json index a231bd2945..80057a3425 100644 --- a/composer.json +++ b/composer.json @@ -98,7 +98,7 @@ "symfony/browser-kit": ">=2.7 <=4.2.4", "yiisoft/yii2-debug": "~2.1.0", "yiisoft/yii2-faker": "~2.0.0", - "yiisoft/yii2-gii": "~2.1.0" + "yiisoft/yii2-gii": "2.2.2" }, "repositories": [ { diff --git a/composer.lock b/composer.lock index 8d96200e69..e8265bc620 100644 --- a/composer.lock +++ b/composer.lock @@ -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": "e7dd82afed288c26412b305f8a7f4c22", + "content-hash": "2321a312b4b9715441c2b4de24647582", "packages": [ { "name": "async-aws/core", @@ -11449,16 +11449,16 @@ }, { "name": "yiisoft/yii2-gii", - "version": "2.1.4", + "version": "2.2.2", "source": { "type": "git", "url": "https://github.com/yiisoft/yii2-gii.git", - "reference": "d879cb186361fbc6f71a2d994d580b5a071a5642" + "reference": "68efc6fb830feccfaa43354817b5bcd36c7bd5a8" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/yiisoft/yii2-gii/zipball/d879cb186361fbc6f71a2d994d580b5a071a5642", - "reference": "d879cb186361fbc6f71a2d994d580b5a071a5642", + "url": "https://api.github.com/repos/yiisoft/yii2-gii/zipball/68efc6fb830feccfaa43354817b5bcd36c7bd5a8", + "reference": "68efc6fb830feccfaa43354817b5bcd36c7bd5a8", "shasum": "" }, "require": { @@ -11466,13 +11466,24 @@ "yiisoft/yii2": "~2.0.14" }, "require-dev": { - "phpunit/phpunit": "<7", + "cweagans/composer-patches": "^1.7", + "phpunit/phpunit": "4.8.34", "yiisoft/yii2-coding-standards": "~2.0" }, "type": "yii2-extension", "extra": { "branch-alias": { "dev-master": "2.0.x-dev" + }, + "composer-exit-on-patch-failure": true, + "patches": { + "phpunit/phpunit-mock-objects": { + "Fix PHP 7 and 8 compatibility": "https://yiisoft.github.io/phpunit-patches/phpunit_mock_objects.patch" + }, + "phpunit/phpunit": { + "Fix PHP 7 compatibility": "https://yiisoft.github.io/phpunit-patches/phpunit_php7.patch", + "Fix PHP 8 compatibility": "https://yiisoft.github.io/phpunit-patches/phpunit_php8.patch" + } } }, "autoload": { @@ -11503,7 +11514,21 @@ "source": "https://github.com/yiisoft/yii2-gii", "wiki": "http://www.yiiframework.com/wiki/" }, - "time": "2020-01-17T13:33:30+00:00" + "funding": [ + { + "url": "https://github.com/yiisoft", + "type": "github" + }, + { + "url": "https://opencollective.com/yiisoft", + "type": "open_collective" + }, + { + "url": "https://tidelift.com/funding/github/packagist/yiisoft/yii2-gii", + "type": "tidelift" + } + ], + "time": "2021-05-06T08:11:09+00:00" } ], "aliases": [],