Updated Gii module to 2.2.2

This commit is contained in:
Lucas Bartholemy 2023-01-31 09:43:57 +01:00
parent 6494d2123c
commit 7f29f4eb5b
2 changed files with 33 additions and 8 deletions

View File

@ -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": [
{

39
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": "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": [],