Мелкое исправление вывода ошибок и удаление старых файлов

This commit is contained in:
Arsen Mirzaev Tatyano-Muradovich 2021-10-07 09:18:28 +10:00
parent 43272d051e
commit 2a90f36f0c
6 changed files with 242 additions and 244 deletions

397
composer.lock generated
View File

@ -11,7 +11,7 @@
"version": "v3.4.1", "version": "v3.4.1",
"source": { "source": {
"type": "git", "type": "git",
"url": "git@github.com:twbs/bootstrap.git", "url": "https://github.com/twbs/bootstrap.git",
"reference": "68b0d231a13201eb14acd3dc84e51543d16e5f7e" "reference": "68b0d231a13201eb14acd3dc84e51543d16e5f7e"
}, },
"dist": { "dist": {
@ -32,7 +32,7 @@
"version": "3.3.11", "version": "3.3.11",
"source": { "source": {
"type": "git", "type": "git",
"url": "git@github.com:RobinHerbots/Inputmask.git", "url": "https://github.com/RobinHerbots/Inputmask.git",
"reference": "5e670ad62f50c738388d4dcec78d2888505ad77b" "reference": "5e670ad62f50c738388d4dcec78d2888505ad77b"
}, },
"dist": { "dist": {
@ -50,16 +50,16 @@
}, },
{ {
"name": "bower-asset/jquery", "name": "bower-asset/jquery",
"version": "3.5.1", "version": "3.6.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "git@github.com:jquery/jquery-dist.git", "url": "git@github.com:jquery/jquery-dist.git",
"reference": "4c0e4becb8263bb5b3e6dadc448d8e7305ef8215" "reference": "e786e3d9707ffd9b0dd330ca135b66344dcef85a"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/jquery/jquery-dist/zipball/4c0e4becb8263bb5b3e6dadc448d8e7305ef8215", "url": "https://api.github.com/repos/jquery/jquery-dist/zipball/e786e3d9707ffd9b0dd330ca135b66344dcef85a",
"reference": "4c0e4becb8263bb5b3e6dadc448d8e7305ef8215" "reference": "e786e3d9707ffd9b0dd330ca135b66344dcef85a"
}, },
"type": "bower-asset", "type": "bower-asset",
"license": [ "license": [
@ -631,29 +631,32 @@
}, },
{ {
"name": "guzzlehttp/psr7", "name": "guzzlehttp/psr7",
"version": "1.8.2", "version": "2.0.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/guzzle/psr7.git", "url": "https://github.com/guzzle/psr7.git",
"reference": "dc960a912984efb74d0a90222870c72c87f10c91" "reference": "1dc8d9cba3897165e16d12bb13d813afb1eb3fe7"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/guzzle/psr7/zipball/dc960a912984efb74d0a90222870c72c87f10c91", "url": "https://api.github.com/repos/guzzle/psr7/zipball/1dc8d9cba3897165e16d12bb13d813afb1eb3fe7",
"reference": "dc960a912984efb74d0a90222870c72c87f10c91", "reference": "1dc8d9cba3897165e16d12bb13d813afb1eb3fe7",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"php": ">=5.4.0", "php": "^7.2.5 || ^8.0",
"psr/http-message": "~1.0", "psr/http-factory": "^1.0",
"ralouphie/getallheaders": "^2.0.5 || ^3.0.0" "psr/http-message": "^1.0",
"ralouphie/getallheaders": "^3.0"
}, },
"provide": { "provide": {
"psr/http-factory-implementation": "1.0",
"psr/http-message-implementation": "1.0" "psr/http-message-implementation": "1.0"
}, },
"require-dev": { "require-dev": {
"ext-zlib": "*", "bamarni/composer-bin-plugin": "^1.4.1",
"phpunit/phpunit": "~4.8.36 || ^5.7.27 || ^6.5.14 || ^7.5.20 || ^8.5.8 || ^9.3.10" "http-interop/http-factory-tests": "^0.9",
"phpunit/phpunit": "^8.5.8 || ^9.3.10"
}, },
"suggest": { "suggest": {
"laminas/laminas-httphandlerrunner": "Emit PSR-7 responses" "laminas/laminas-httphandlerrunner": "Emit PSR-7 responses"
@ -661,16 +664,13 @@
"type": "library", "type": "library",
"extra": { "extra": {
"branch-alias": { "branch-alias": {
"dev-master": "1.7-dev" "dev-master": "2.0-dev"
} }
}, },
"autoload": { "autoload": {
"psr-4": { "psr-4": {
"GuzzleHttp\\Psr7\\": "src/" "GuzzleHttp\\Psr7\\": "src/"
}, }
"files": [
"src/functions_include.php"
]
}, },
"notification-url": "https://packagist.org/downloads/", "notification-url": "https://packagist.org/downloads/",
"license": [ "license": [
@ -685,6 +685,11 @@
{ {
"name": "Tobias Schultze", "name": "Tobias Schultze",
"homepage": "https://github.com/Tobion" "homepage": "https://github.com/Tobion"
},
{
"name": "Márk Sági-Kazár",
"email": "mark.sagikazar@gmail.com",
"homepage": "https://sagikazarmark.hu"
} }
], ],
"description": "PSR-7 message implementation that also provides common utility methods", "description": "PSR-7 message implementation that also provides common utility methods",
@ -700,9 +705,9 @@
], ],
"support": { "support": {
"issues": "https://github.com/guzzle/psr7/issues", "issues": "https://github.com/guzzle/psr7/issues",
"source": "https://github.com/guzzle/psr7/tree/1.8.2" "source": "https://github.com/guzzle/psr7/tree/2.0.0"
}, },
"time": "2021-04-26T09:17:50+00:00" "time": "2021-06-30T20:03:07+00:00"
}, },
{ {
"name": "hflabs/dadata", "name": "hflabs/dadata",
@ -760,12 +765,12 @@
"version": "1.2.4", "version": "1.2.4",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/avalanche123/Imagine.git", "url": "https://github.com/php-imagine/Imagine.git",
"reference": "d2e18be6e930ca169e4f921ef73ebfc061bf55d8" "reference": "d2e18be6e930ca169e4f921ef73ebfc061bf55d8"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/avalanche123/Imagine/zipball/d2e18be6e930ca169e4f921ef73ebfc061bf55d8", "url": "https://api.github.com/repos/php-imagine/Imagine/zipball/d2e18be6e930ca169e4f921ef73ebfc061bf55d8",
"reference": "d2e18be6e930ca169e4f921ef73ebfc061bf55d8", "reference": "d2e18be6e930ca169e4f921ef73ebfc061bf55d8",
"shasum": "" "shasum": ""
}, },
@ -812,8 +817,8 @@
"image processing" "image processing"
], ],
"support": { "support": {
"issues": "https://github.com/avalanche123/Imagine/issues", "issues": "https://github.com/php-imagine/Imagine/issues",
"source": "https://github.com/avalanche123/Imagine/tree/1.2.4" "source": "https://github.com/php-imagine/Imagine/tree/1.2.4"
}, },
"time": "2020-11-03T22:35:03+00:00" "time": "2020-11-03T22:35:03+00:00"
}, },
@ -1272,6 +1277,56 @@
"MIT" "MIT"
] ]
}, },
{
"name": "paragonie/random_compat",
"version": "v9.99.100",
"source": {
"type": "git",
"url": "https://github.com/paragonie/random_compat.git",
"reference": "996434e5492cb4c3edcb9168db6fbb1359ef965a"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/paragonie/random_compat/zipball/996434e5492cb4c3edcb9168db6fbb1359ef965a",
"reference": "996434e5492cb4c3edcb9168db6fbb1359ef965a",
"shasum": ""
},
"require": {
"php": ">= 7"
},
"require-dev": {
"phpunit/phpunit": "4.*|5.*",
"vimeo/psalm": "^1"
},
"suggest": {
"ext-libsodium": "Provides a modern crypto API that can be used to generate random bytes."
},
"type": "library",
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Paragon Initiative Enterprises",
"email": "security@paragonie.com",
"homepage": "https://paragonie.com"
}
],
"description": "PHP 5.x polyfill for random_bytes() and random_int() from PHP 7",
"keywords": [
"csprng",
"polyfill",
"pseudorandom",
"random"
],
"support": {
"email": "info@paragonie.com",
"issues": "https://github.com/paragonie/random_compat/issues",
"source": "https://github.com/paragonie/random_compat"
},
"time": "2020-10-15T08:29:30+00:00"
},
{ {
"name": "phpoffice/phpspreadsheet", "name": "phpoffice/phpspreadsheet",
"version": "1.18.0", "version": "1.18.0",
@ -2237,21 +2292,21 @@
}, },
{ {
"name": "yiisoft/yii2", "name": "yiisoft/yii2",
"version": "2.0.42.1", "version": "2.0.43",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/yiisoft/yii2-framework.git", "url": "https://github.com/yiisoft/yii2-framework.git",
"reference": "976e2e892af4df933831b5e0a05d0acf4b173d98" "reference": "f370955faa3067d9b27879aaf14b0978a805cd59"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/yiisoft/yii2-framework/zipball/976e2e892af4df933831b5e0a05d0acf4b173d98", "url": "https://api.github.com/repos/yiisoft/yii2-framework/zipball/f370955faa3067d9b27879aaf14b0978a805cd59",
"reference": "976e2e892af4df933831b5e0a05d0acf4b173d98", "reference": "f370955faa3067d9b27879aaf14b0978a805cd59",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"bower-asset/inputmask": "~3.2.2 | ~3.3.5", "bower-asset/inputmask": "~3.2.2 | ~3.3.5",
"bower-asset/jquery": "3.5.*@stable | 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/jquery": "3.6.*@stable | 3.5.*@stable | 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/punycode": "1.3.*",
"bower-asset/yii2-pjax": "~2.0.1", "bower-asset/yii2-pjax": "~2.0.1",
"cebe/markdown": "~1.0.0 | ~1.1.0 | ~1.2.0", "cebe/markdown": "~1.0.0 | ~1.1.0 | ~1.2.0",
@ -2259,6 +2314,7 @@
"ext-mbstring": "*", "ext-mbstring": "*",
"ezyang/htmlpurifier": "~4.6", "ezyang/htmlpurifier": "~4.6",
"lib-pcre": "*", "lib-pcre": "*",
"paragonie/random_compat": ">=1",
"php": ">=5.4.0", "php": ">=5.4.0",
"yiisoft/yii2-composer": "~2.0.4" "yiisoft/yii2-composer": "~2.0.4"
}, },
@ -2284,13 +2340,13 @@
{ {
"name": "Qiang Xue", "name": "Qiang Xue",
"email": "qiang.xue@gmail.com", "email": "qiang.xue@gmail.com",
"homepage": "http://www.yiiframework.com/", "homepage": "https://www.yiiframework.com/",
"role": "Founder and project lead" "role": "Founder and project lead"
}, },
{ {
"name": "Alexander Makarov", "name": "Alexander Makarov",
"email": "sam@rmcreative.ru", "email": "sam@rmcreative.ru",
"homepage": "http://rmcreative.ru/", "homepage": "https://rmcreative.ru/",
"role": "Core framework development" "role": "Core framework development"
}, },
{ {
@ -2301,7 +2357,7 @@
{ {
"name": "Carsten Brandt", "name": "Carsten Brandt",
"email": "mail@cebe.cc", "email": "mail@cebe.cc",
"homepage": "http://cebe.cc/", "homepage": "https://cebe.cc/",
"role": "Core framework development" "role": "Core framework development"
}, },
{ {
@ -2328,14 +2384,14 @@
} }
], ],
"description": "Yii PHP Framework Version 2", "description": "Yii PHP Framework Version 2",
"homepage": "http://www.yiiframework.com/", "homepage": "https://www.yiiframework.com/",
"keywords": [ "keywords": [
"framework", "framework",
"yii2" "yii2"
], ],
"support": { "support": {
"forum": "http://www.yiiframework.com/forum/", "forum": "http://www.yiiframework.com/forum/",
"irc": "irc://irc.freenode.net/yii", "irc": "irc://irc.libera.chat:6697/yii",
"issues": "https://github.com/yiisoft/yii2/issues?state=open", "issues": "https://github.com/yiisoft/yii2/issues?state=open",
"source": "https://github.com/yiisoft/yii2", "source": "https://github.com/yiisoft/yii2",
"wiki": "http://www.yiiframework.com/wiki/" "wiki": "http://www.yiiframework.com/wiki/"
@ -2354,20 +2410,20 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2021-05-06T11:44:35+00:00" "time": "2021-08-09T17:38:43+00:00"
}, },
{ {
"name": "yiisoft/yii2-bootstrap", "name": "yiisoft/yii2-bootstrap",
"version": "2.0.10", "version": "2.0.11",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/yiisoft/yii2-bootstrap.git", "url": "https://github.com/yiisoft/yii2-bootstrap.git",
"reference": "073c9ab0a4eb71f2485d84c96a1967130300d8fc" "reference": "83d144f4089adaa7064ad60dc4c1436daa2eb30e"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/yiisoft/yii2-bootstrap/zipball/073c9ab0a4eb71f2485d84c96a1967130300d8fc", "url": "https://api.github.com/repos/yiisoft/yii2-bootstrap/zipball/83d144f4089adaa7064ad60dc4c1436daa2eb30e",
"reference": "073c9ab0a4eb71f2485d84c96a1967130300d8fc", "reference": "83d144f4089adaa7064ad60dc4c1436daa2eb30e",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -2375,12 +2431,22 @@
"yiisoft/yii2": "~2.0.6" "yiisoft/yii2": "~2.0.6"
}, },
"require-dev": { "require-dev": {
"phpunit/phpunit": "<7" "cweagans/composer-patches": "^1.7",
"phpunit/phpunit": "4.8.34"
}, },
"type": "yii2-extension", "type": "yii2-extension",
"extra": { "extra": {
"branch-alias": { "branch-alias": {
"dev-master": "2.0.x-dev" "dev-master": "2.0.x-dev"
},
"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": { "autoload": {
@ -2394,8 +2460,9 @@
], ],
"authors": [ "authors": [
{ {
"name": "Paul Klimov", "name": "Qiang Xue",
"email": "klimov.paul@gmail.com" "email": "qiang.xue@gmail.com",
"homepage": "http://www.yiiframework.com/"
}, },
{ {
"name": "Alexander Makarov", "name": "Alexander Makarov",
@ -2407,9 +2474,8 @@
"email": "amigo.cobos@gmail.com" "email": "amigo.cobos@gmail.com"
}, },
{ {
"name": "Qiang Xue", "name": "Paul Klimov",
"email": "qiang.xue@gmail.com", "email": "klimov.paul@gmail.com"
"homepage": "http://www.yiiframework.com/"
} }
], ],
"description": "The Twitter Bootstrap extension for the Yii framework", "description": "The Twitter Bootstrap extension for the Yii framework",
@ -2424,7 +2490,21 @@
"source": "https://github.com/yiisoft/yii2-bootstrap", "source": "https://github.com/yiisoft/yii2-bootstrap",
"wiki": "http://www.yiiframework.com/wiki/" "wiki": "http://www.yiiframework.com/wiki/"
}, },
"time": "2019-04-23T13:18:43+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-bootstrap",
"type": "tidelift"
}
],
"time": "2021-08-09T20:54:06+00:00"
}, },
{ {
"name": "yiisoft/yii2-composer", "name": "yiisoft/yii2-composer",
@ -2710,16 +2790,16 @@
}, },
{ {
"name": "codeception/codeception", "name": "codeception/codeception",
"version": "4.1.21", "version": "4.1.22",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/Codeception/Codeception.git", "url": "https://github.com/Codeception/Codeception.git",
"reference": "c25f20d842a7e3fa0a8e6abf0828f102c914d419" "reference": "9777ec3690ceedc4bce2ed13af7af4ca4ee3088f"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/Codeception/Codeception/zipball/c25f20d842a7e3fa0a8e6abf0828f102c914d419", "url": "https://api.github.com/repos/Codeception/Codeception/zipball/9777ec3690ceedc4bce2ed13af7af4ca4ee3088f",
"reference": "c25f20d842a7e3fa0a8e6abf0828f102c914d419", "reference": "9777ec3690ceedc4bce2ed13af7af4ca4ee3088f",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -2730,7 +2810,7 @@
"ext-curl": "*", "ext-curl": "*",
"ext-json": "*", "ext-json": "*",
"ext-mbstring": "*", "ext-mbstring": "*",
"guzzlehttp/psr7": "~1.4", "guzzlehttp/psr7": "^1.4 | ^2.0",
"php": ">=5.6.0 <9.0", "php": ">=5.6.0 <9.0",
"symfony/console": ">=2.7 <6.0", "symfony/console": ">=2.7 <6.0",
"symfony/css-selector": ">=2.7 <6.0", "symfony/css-selector": ">=2.7 <6.0",
@ -2793,7 +2873,7 @@
], ],
"support": { "support": {
"issues": "https://github.com/Codeception/Codeception/issues", "issues": "https://github.com/Codeception/Codeception/issues",
"source": "https://github.com/Codeception/Codeception/tree/4.1.21" "source": "https://github.com/Codeception/Codeception/tree/4.1.22"
}, },
"funding": [ "funding": [
{ {
@ -2801,7 +2881,7 @@
"type": "open_collective" "type": "open_collective"
} }
], ],
"time": "2021-05-28T17:43:39+00:00" "time": "2021-08-06T17:15:34+00:00"
}, },
{ {
"name": "codeception/lib-asserts", "name": "codeception/lib-asserts",
@ -2859,20 +2939,20 @@
}, },
{ {
"name": "codeception/lib-innerbrowser", "name": "codeception/lib-innerbrowser",
"version": "1.5.0", "version": "1.5.1",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/Codeception/lib-innerbrowser.git", "url": "https://github.com/Codeception/lib-innerbrowser.git",
"reference": "4b0d89b37fe454e060a610a85280a87ab4f534f1" "reference": "31b4b56ad53c3464fcb2c0a14d55a51a201bd3c2"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/Codeception/lib-innerbrowser/zipball/4b0d89b37fe454e060a610a85280a87ab4f534f1", "url": "https://api.github.com/repos/Codeception/lib-innerbrowser/zipball/31b4b56ad53c3464fcb2c0a14d55a51a201bd3c2",
"reference": "4b0d89b37fe454e060a610a85280a87ab4f534f1", "reference": "31b4b56ad53c3464fcb2c0a14d55a51a201bd3c2",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"codeception/codeception": "*@dev", "codeception/codeception": "4.*@dev",
"ext-dom": "*", "ext-dom": "*",
"ext-json": "*", "ext-json": "*",
"ext-mbstring": "*", "ext-mbstring": "*",
@ -2913,9 +2993,9 @@
], ],
"support": { "support": {
"issues": "https://github.com/Codeception/lib-innerbrowser/issues", "issues": "https://github.com/Codeception/lib-innerbrowser/issues",
"source": "https://github.com/Codeception/lib-innerbrowser/tree/1.5.0" "source": "https://github.com/Codeception/lib-innerbrowser/tree/1.5.1"
}, },
"time": "2021-04-23T06:18:29+00:00" "time": "2021-08-30T15:21:42+00:00"
}, },
{ {
"name": "codeception/module-asserts", "name": "codeception/module-asserts",
@ -3028,16 +3108,16 @@
}, },
{ {
"name": "codeception/module-webdriver", "name": "codeception/module-webdriver",
"version": "1.2.1", "version": "1.4.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/Codeception/module-webdriver.git", "url": "https://github.com/Codeception/module-webdriver.git",
"reference": "ebbe729c630415e8caf6b0087e457906f0c6c0c6" "reference": "baa18b7bf70aa024012f967b5ce5021e1faa9151"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/Codeception/module-webdriver/zipball/ebbe729c630415e8caf6b0087e457906f0c6c0c6", "url": "https://api.github.com/repos/Codeception/module-webdriver/zipball/baa18b7bf70aa024012f967b5ce5021e1faa9151",
"reference": "ebbe729c630415e8caf6b0087e457906f0c6c0c6", "reference": "baa18b7bf70aa024012f967b5ce5021e1faa9151",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -3078,9 +3158,9 @@
], ],
"support": { "support": {
"issues": "https://github.com/Codeception/module-webdriver/issues", "issues": "https://github.com/Codeception/module-webdriver/issues",
"source": "https://github.com/Codeception/module-webdriver/tree/1.2.1" "source": "https://github.com/Codeception/module-webdriver/tree/1.4.0"
}, },
"time": "2021-04-23T17:30:57+00:00" "time": "2021-09-02T12:01:02+00:00"
}, },
{ {
"name": "codeception/module-yii2", "name": "codeception/module-yii2",
@ -3383,21 +3463,21 @@
}, },
{ {
"name": "fakerphp/faker", "name": "fakerphp/faker",
"version": "v1.15.0", "version": "v1.16.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/FakerPHP/Faker.git", "url": "https://github.com/FakerPHP/Faker.git",
"reference": "89c6201c74db25fa759ff16e78a4d8f32547770e" "reference": "271d384d216e5e5c468a6b28feedf95d49f83b35"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/FakerPHP/Faker/zipball/89c6201c74db25fa759ff16e78a4d8f32547770e", "url": "https://api.github.com/repos/FakerPHP/Faker/zipball/271d384d216e5e5c468a6b28feedf95d49f83b35",
"reference": "89c6201c74db25fa759ff16e78a4d8f32547770e", "reference": "271d384d216e5e5c468a6b28feedf95d49f83b35",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"php": "^7.1 || ^8.0", "php": "^7.1 || ^8.0",
"psr/container": "^1.0", "psr/container": "^1.0 || ^2.0",
"symfony/deprecation-contracts": "^2.2" "symfony/deprecation-contracts": "^2.2"
}, },
"conflict": { "conflict": {
@ -3417,7 +3497,7 @@
"type": "library", "type": "library",
"extra": { "extra": {
"branch-alias": { "branch-alias": {
"dev-main": "v1.15-dev" "dev-main": "v1.16-dev"
} }
}, },
"autoload": { "autoload": {
@ -3442,9 +3522,9 @@
], ],
"support": { "support": {
"issues": "https://github.com/FakerPHP/Faker/issues", "issues": "https://github.com/FakerPHP/Faker/issues",
"source": "https://github.com/FakerPHP/Faker/tree/v1.15.0" "source": "https://github.com/FakerPHP/Faker/tree/v1.16.0"
}, },
"time": "2021-07-06T20:39:40+00:00" "time": "2021-09-06T14:53:37+00:00"
}, },
{ {
"name": "myclabs/deep-copy", "name": "myclabs/deep-copy",
@ -3506,16 +3586,16 @@
}, },
{ {
"name": "nikic/php-parser", "name": "nikic/php-parser",
"version": "v4.12.0", "version": "v4.13.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/nikic/PHP-Parser.git", "url": "https://github.com/nikic/PHP-Parser.git",
"reference": "6608f01670c3cc5079e18c1dab1104e002579143" "reference": "50953a2691a922aa1769461637869a0a2faa3f53"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/6608f01670c3cc5079e18c1dab1104e002579143", "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/50953a2691a922aa1769461637869a0a2faa3f53",
"reference": "6608f01670c3cc5079e18c1dab1104e002579143", "reference": "50953a2691a922aa1769461637869a0a2faa3f53",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -3556,9 +3636,9 @@
], ],
"support": { "support": {
"issues": "https://github.com/nikic/PHP-Parser/issues", "issues": "https://github.com/nikic/PHP-Parser/issues",
"source": "https://github.com/nikic/PHP-Parser/tree/v4.12.0" "source": "https://github.com/nikic/PHP-Parser/tree/v4.13.0"
}, },
"time": "2021-07-21T10:44:31+00:00" "time": "2021-09-20T12:20:58+00:00"
}, },
{ {
"name": "opis/closure", "name": "opis/closure",
@ -3913,16 +3993,16 @@
}, },
{ {
"name": "phpdocumentor/type-resolver", "name": "phpdocumentor/type-resolver",
"version": "1.4.0", "version": "1.5.1",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/phpDocumentor/TypeResolver.git", "url": "https://github.com/phpDocumentor/TypeResolver.git",
"reference": "6a467b8989322d92aa1c8bf2bebcc6e5c2ba55c0" "reference": "a12f7e301eb7258bb68acd89d4aefa05c2906cae"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/6a467b8989322d92aa1c8bf2bebcc6e5c2ba55c0", "url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/a12f7e301eb7258bb68acd89d4aefa05c2906cae",
"reference": "6a467b8989322d92aa1c8bf2bebcc6e5c2ba55c0", "reference": "a12f7e301eb7258bb68acd89d4aefa05c2906cae",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -3930,7 +4010,8 @@
"phpdocumentor/reflection-common": "^2.0" "phpdocumentor/reflection-common": "^2.0"
}, },
"require-dev": { "require-dev": {
"ext-tokenizer": "*" "ext-tokenizer": "*",
"psalm/phar": "^4.8"
}, },
"type": "library", "type": "library",
"extra": { "extra": {
@ -3956,9 +4037,9 @@
"description": "A PSR-5 based resolver of Class names, Types and Structural Element Names", "description": "A PSR-5 based resolver of Class names, Types and Structural Element Names",
"support": { "support": {
"issues": "https://github.com/phpDocumentor/TypeResolver/issues", "issues": "https://github.com/phpDocumentor/TypeResolver/issues",
"source": "https://github.com/phpDocumentor/TypeResolver/tree/1.4.0" "source": "https://github.com/phpDocumentor/TypeResolver/tree/1.5.1"
}, },
"time": "2020-09-17T18:55:26+00:00" "time": "2021-10-02T14:08:47+00:00"
}, },
{ {
"name": "phpspec/php-diff", "name": "phpspec/php-diff",
@ -4003,33 +4084,33 @@
}, },
{ {
"name": "phpspec/prophecy", "name": "phpspec/prophecy",
"version": "1.13.0", "version": "1.14.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/phpspec/prophecy.git", "url": "https://github.com/phpspec/prophecy.git",
"reference": "be1996ed8adc35c3fd795488a653f4b518be70ea" "reference": "d86dfc2e2a3cd366cee475e52c6bb3bbc371aa0e"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/phpspec/prophecy/zipball/be1996ed8adc35c3fd795488a653f4b518be70ea", "url": "https://api.github.com/repos/phpspec/prophecy/zipball/d86dfc2e2a3cd366cee475e52c6bb3bbc371aa0e",
"reference": "be1996ed8adc35c3fd795488a653f4b518be70ea", "reference": "d86dfc2e2a3cd366cee475e52c6bb3bbc371aa0e",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"doctrine/instantiator": "^1.2", "doctrine/instantiator": "^1.2",
"php": "^7.2 || ~8.0, <8.1", "php": "^7.2 || ~8.0, <8.2",
"phpdocumentor/reflection-docblock": "^5.2", "phpdocumentor/reflection-docblock": "^5.2",
"sebastian/comparator": "^3.0 || ^4.0", "sebastian/comparator": "^3.0 || ^4.0",
"sebastian/recursion-context": "^3.0 || ^4.0" "sebastian/recursion-context": "^3.0 || ^4.0"
}, },
"require-dev": { "require-dev": {
"phpspec/phpspec": "^6.0", "phpspec/phpspec": "^6.0 || ^7.0",
"phpunit/phpunit": "^8.0 || ^9.0" "phpunit/phpunit": "^8.0 || ^9.0"
}, },
"type": "library", "type": "library",
"extra": { "extra": {
"branch-alias": { "branch-alias": {
"dev-master": "1.11.x-dev" "dev-master": "1.x-dev"
} }
}, },
"autoload": { "autoload": {
@ -4064,29 +4145,29 @@
], ],
"support": { "support": {
"issues": "https://github.com/phpspec/prophecy/issues", "issues": "https://github.com/phpspec/prophecy/issues",
"source": "https://github.com/phpspec/prophecy/tree/1.13.0" "source": "https://github.com/phpspec/prophecy/tree/1.14.0"
}, },
"time": "2021-03-17T13:42:18+00:00" "time": "2021-09-10T09:02:12+00:00"
}, },
{ {
"name": "phpunit/php-code-coverage", "name": "phpunit/php-code-coverage",
"version": "9.2.6", "version": "9.2.7",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/sebastianbergmann/php-code-coverage.git", "url": "https://github.com/sebastianbergmann/php-code-coverage.git",
"reference": "f6293e1b30a2354e8428e004689671b83871edde" "reference": "d4c798ed8d51506800b441f7a13ecb0f76f12218"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/f6293e1b30a2354e8428e004689671b83871edde", "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/d4c798ed8d51506800b441f7a13ecb0f76f12218",
"reference": "f6293e1b30a2354e8428e004689671b83871edde", "reference": "d4c798ed8d51506800b441f7a13ecb0f76f12218",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"ext-dom": "*", "ext-dom": "*",
"ext-libxml": "*", "ext-libxml": "*",
"ext-xmlwriter": "*", "ext-xmlwriter": "*",
"nikic/php-parser": "^4.10.2", "nikic/php-parser": "^4.12.0",
"php": ">=7.3", "php": ">=7.3",
"phpunit/php-file-iterator": "^3.0.3", "phpunit/php-file-iterator": "^3.0.3",
"phpunit/php-text-template": "^2.0.2", "phpunit/php-text-template": "^2.0.2",
@ -4135,7 +4216,7 @@
], ],
"support": { "support": {
"issues": "https://github.com/sebastianbergmann/php-code-coverage/issues", "issues": "https://github.com/sebastianbergmann/php-code-coverage/issues",
"source": "https://github.com/sebastianbergmann/php-code-coverage/tree/9.2.6" "source": "https://github.com/sebastianbergmann/php-code-coverage/tree/9.2.7"
}, },
"funding": [ "funding": [
{ {
@ -4143,7 +4224,7 @@
"type": "github" "type": "github"
} }
], ],
"time": "2021-03-28T07:26:59+00:00" "time": "2021-09-17T05:39:03+00:00"
}, },
{ {
"name": "phpunit/php-file-iterator", "name": "phpunit/php-file-iterator",
@ -4388,16 +4469,16 @@
}, },
{ {
"name": "phpunit/phpunit", "name": "phpunit/phpunit",
"version": "9.5.8", "version": "9.5.10",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/sebastianbergmann/phpunit.git", "url": "https://github.com/sebastianbergmann/phpunit.git",
"reference": "191768ccd5c85513b4068bdbe99bb6390c7d54fb" "reference": "c814a05837f2edb0d1471d6e3f4ab3501ca3899a"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/191768ccd5c85513b4068bdbe99bb6390c7d54fb", "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/c814a05837f2edb0d1471d6e3f4ab3501ca3899a",
"reference": "191768ccd5c85513b4068bdbe99bb6390c7d54fb", "reference": "c814a05837f2edb0d1471d6e3f4ab3501ca3899a",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -4413,7 +4494,7 @@
"phar-io/version": "^3.0.2", "phar-io/version": "^3.0.2",
"php": ">=7.3", "php": ">=7.3",
"phpspec/prophecy": "^1.12.1", "phpspec/prophecy": "^1.12.1",
"phpunit/php-code-coverage": "^9.2.3", "phpunit/php-code-coverage": "^9.2.7",
"phpunit/php-file-iterator": "^3.0.5", "phpunit/php-file-iterator": "^3.0.5",
"phpunit/php-invoker": "^3.1.1", "phpunit/php-invoker": "^3.1.1",
"phpunit/php-text-template": "^2.0.3", "phpunit/php-text-template": "^2.0.3",
@ -4475,7 +4556,7 @@
], ],
"support": { "support": {
"issues": "https://github.com/sebastianbergmann/phpunit/issues", "issues": "https://github.com/sebastianbergmann/phpunit/issues",
"source": "https://github.com/sebastianbergmann/phpunit/tree/9.5.8" "source": "https://github.com/sebastianbergmann/phpunit/tree/9.5.10"
}, },
"funding": [ "funding": [
{ {
@ -4487,7 +4568,7 @@
"type": "github" "type": "github"
} }
], ],
"time": "2021-07-31T15:17:34+00:00" "time": "2021-09-25T07:38:51+00:00"
}, },
{ {
"name": "psr/container", "name": "psr/container",
@ -5625,16 +5706,16 @@
}, },
{ {
"name": "symfony/console", "name": "symfony/console",
"version": "v5.3.6", "version": "v5.3.7",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/console.git", "url": "https://github.com/symfony/console.git",
"reference": "51b71afd6d2dc8f5063199357b9880cea8d8bfe2" "reference": "8b1008344647462ae6ec57559da166c2bfa5e16a"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/console/zipball/51b71afd6d2dc8f5063199357b9880cea8d8bfe2", "url": "https://api.github.com/repos/symfony/console/zipball/8b1008344647462ae6ec57559da166c2bfa5e16a",
"reference": "51b71afd6d2dc8f5063199357b9880cea8d8bfe2", "reference": "8b1008344647462ae6ec57559da166c2bfa5e16a",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -5704,7 +5785,7 @@
"terminal" "terminal"
], ],
"support": { "support": {
"source": "https://github.com/symfony/console/tree/v5.3.6" "source": "https://github.com/symfony/console/tree/v5.3.7"
}, },
"funding": [ "funding": [
{ {
@ -5720,7 +5801,7 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2021-07-27T19:10:22+00:00" "time": "2021-08-25T20:02:16+00:00"
}, },
{ {
"name": "symfony/css-selector", "name": "symfony/css-selector",
@ -5857,16 +5938,16 @@
}, },
{ {
"name": "symfony/dom-crawler", "name": "symfony/dom-crawler",
"version": "v5.3.4", "version": "v5.3.7",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/dom-crawler.git", "url": "https://github.com/symfony/dom-crawler.git",
"reference": "2dd8890bd01be59a5221999c05ccf0fcafcb354f" "reference": "c7eef3a60ccfdd8eafe07f81652e769ac9c7146c"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/dom-crawler/zipball/2dd8890bd01be59a5221999c05ccf0fcafcb354f", "url": "https://api.github.com/repos/symfony/dom-crawler/zipball/c7eef3a60ccfdd8eafe07f81652e769ac9c7146c",
"reference": "2dd8890bd01be59a5221999c05ccf0fcafcb354f", "reference": "c7eef3a60ccfdd8eafe07f81652e769ac9c7146c",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -5912,7 +5993,7 @@
"description": "Eases DOM navigation for HTML and XML documents", "description": "Eases DOM navigation for HTML and XML documents",
"homepage": "https://symfony.com", "homepage": "https://symfony.com",
"support": { "support": {
"source": "https://github.com/symfony/dom-crawler/tree/v5.3.4" "source": "https://github.com/symfony/dom-crawler/tree/v5.3.7"
}, },
"funding": [ "funding": [
{ {
@ -5928,20 +6009,20 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2021-07-23T15:55:36+00:00" "time": "2021-08-29T19:32:13+00:00"
}, },
{ {
"name": "symfony/event-dispatcher", "name": "symfony/event-dispatcher",
"version": "v5.3.4", "version": "v5.3.7",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/event-dispatcher.git", "url": "https://github.com/symfony/event-dispatcher.git",
"reference": "f2fd2208157553874560f3645d4594303058c4bd" "reference": "ce7b20d69c66a20939d8952b617506a44d102130"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/f2fd2208157553874560f3645d4594303058c4bd", "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/ce7b20d69c66a20939d8952b617506a44d102130",
"reference": "f2fd2208157553874560f3645d4594303058c4bd", "reference": "ce7b20d69c66a20939d8952b617506a44d102130",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -5997,7 +6078,7 @@
"description": "Provides tools that allow your application components to communicate with each other by dispatching events and listening to them", "description": "Provides tools that allow your application components to communicate with each other by dispatching events and listening to them",
"homepage": "https://symfony.com", "homepage": "https://symfony.com",
"support": { "support": {
"source": "https://github.com/symfony/event-dispatcher/tree/v5.3.4" "source": "https://github.com/symfony/event-dispatcher/tree/v5.3.7"
}, },
"funding": [ "funding": [
{ {
@ -6013,7 +6094,7 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2021-07-23T15:55:36+00:00" "time": "2021-08-04T21:20:46+00:00"
}, },
{ {
"name": "symfony/event-dispatcher-contracts", "name": "symfony/event-dispatcher-contracts",
@ -6096,16 +6177,16 @@
}, },
{ {
"name": "symfony/finder", "name": "symfony/finder",
"version": "v5.3.4", "version": "v5.3.7",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/finder.git", "url": "https://github.com/symfony/finder.git",
"reference": "17f50e06018baec41551a71a15731287dbaab186" "reference": "a10000ada1e600d109a6c7632e9ac42e8bf2fb93"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/finder/zipball/17f50e06018baec41551a71a15731287dbaab186", "url": "https://api.github.com/repos/symfony/finder/zipball/a10000ada1e600d109a6c7632e9ac42e8bf2fb93",
"reference": "17f50e06018baec41551a71a15731287dbaab186", "reference": "a10000ada1e600d109a6c7632e9ac42e8bf2fb93",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -6138,7 +6219,7 @@
"description": "Finds files and directories via an intuitive fluent interface", "description": "Finds files and directories via an intuitive fluent interface",
"homepage": "https://symfony.com", "homepage": "https://symfony.com",
"support": { "support": {
"source": "https://github.com/symfony/finder/tree/v5.3.4" "source": "https://github.com/symfony/finder/tree/v5.3.7"
}, },
"funding": [ "funding": [
{ {
@ -6154,7 +6235,7 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2021-07-23T15:54:19+00:00" "time": "2021-08-04T21:20:46+00:00"
}, },
{ {
"name": "symfony/polyfill-ctype", "name": "symfony/polyfill-ctype",
@ -6480,16 +6561,16 @@
}, },
{ {
"name": "symfony/process", "name": "symfony/process",
"version": "v5.3.4", "version": "v5.3.7",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/process.git", "url": "https://github.com/symfony/process.git",
"reference": "d16634ee55b895bd85ec714dadc58e4428ecf030" "reference": "38f26c7d6ed535217ea393e05634cb0b244a1967"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/process/zipball/d16634ee55b895bd85ec714dadc58e4428ecf030", "url": "https://api.github.com/repos/symfony/process/zipball/38f26c7d6ed535217ea393e05634cb0b244a1967",
"reference": "d16634ee55b895bd85ec714dadc58e4428ecf030", "reference": "38f26c7d6ed535217ea393e05634cb0b244a1967",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -6522,7 +6603,7 @@
"description": "Executes commands in sub-processes", "description": "Executes commands in sub-processes",
"homepage": "https://symfony.com", "homepage": "https://symfony.com",
"support": { "support": {
"source": "https://github.com/symfony/process/tree/v5.3.4" "source": "https://github.com/symfony/process/tree/v5.3.7"
}, },
"funding": [ "funding": [
{ {
@ -6538,7 +6619,7 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2021-07-23T15:54:19+00:00" "time": "2021-08-04T21:20:46+00:00"
}, },
{ {
"name": "symfony/service-contracts", "name": "symfony/service-contracts",
@ -6621,16 +6702,16 @@
}, },
{ {
"name": "symfony/string", "name": "symfony/string",
"version": "v5.3.3", "version": "v5.3.7",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/string.git", "url": "https://github.com/symfony/string.git",
"reference": "bd53358e3eccec6a670b5f33ab680d8dbe1d4ae1" "reference": "8d224396e28d30f81969f083a58763b8b9ceb0a5"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/string/zipball/bd53358e3eccec6a670b5f33ab680d8dbe1d4ae1", "url": "https://api.github.com/repos/symfony/string/zipball/8d224396e28d30f81969f083a58763b8b9ceb0a5",
"reference": "bd53358e3eccec6a670b5f33ab680d8dbe1d4ae1", "reference": "8d224396e28d30f81969f083a58763b8b9ceb0a5",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -6684,7 +6765,7 @@
"utf8" "utf8"
], ],
"support": { "support": {
"source": "https://github.com/symfony/string/tree/v5.3.3" "source": "https://github.com/symfony/string/tree/v5.3.7"
}, },
"funding": [ "funding": [
{ {
@ -6700,7 +6781,7 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2021-06-27T11:44:38+00:00" "time": "2021-08-26T08:00:08+00:00"
}, },
{ {
"name": "symfony/yaml", "name": "symfony/yaml",
@ -6887,16 +6968,16 @@
}, },
{ {
"name": "yiisoft/yii2-debug", "name": "yiisoft/yii2-debug",
"version": "2.1.17", "version": "2.1.18",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/yiisoft/yii2-debug.git", "url": "https://github.com/yiisoft/yii2-debug.git",
"reference": "21a259c27dacedf19ac1e00d4a7180e3043d7859" "reference": "45bc5d2ef4e3b0ef6f638190d42f04a77ab1df6c"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/yiisoft/yii2-debug/zipball/21a259c27dacedf19ac1e00d4a7180e3043d7859", "url": "https://api.github.com/repos/yiisoft/yii2-debug/zipball/45bc5d2ef4e3b0ef6f638190d42f04a77ab1df6c",
"reference": "21a259c27dacedf19ac1e00d4a7180e3043d7859", "reference": "45bc5d2ef4e3b0ef6f638190d42f04a77ab1df6c",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -6973,7 +7054,7 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2021-05-05T22:02:36+00:00" "time": "2021-08-09T20:57:58+00:00"
}, },
{ {
"name": "yiisoft/yii2-faker", "name": "yiisoft/yii2-faker",
@ -7059,16 +7140,16 @@
}, },
{ {
"name": "yiisoft/yii2-gii", "name": "yiisoft/yii2-gii",
"version": "2.2.2", "version": "2.2.3",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/yiisoft/yii2-gii.git", "url": "https://github.com/yiisoft/yii2-gii.git",
"reference": "68efc6fb830feccfaa43354817b5bcd36c7bd5a8" "reference": "eb14e9cc4c9d80a59e1252e5200600b42aa2bfbf"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/yiisoft/yii2-gii/zipball/68efc6fb830feccfaa43354817b5bcd36c7bd5a8", "url": "https://api.github.com/repos/yiisoft/yii2-gii/zipball/eb14e9cc4c9d80a59e1252e5200600b42aa2bfbf",
"reference": "68efc6fb830feccfaa43354817b5bcd36c7bd5a8", "reference": "eb14e9cc4c9d80a59e1252e5200600b42aa2bfbf",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -7138,7 +7219,7 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2021-05-06T08:11:09+00:00" "time": "2021-08-09T21:07:34+00:00"
} }
], ],
"aliases": [], "aliases": [],

View File

@ -1,37 +0,0 @@
<?php
declare(strict_types=1);
return [
'id' => 'skillparts-console',
'basePath' => dirname(__DIR__),
'bootstrap' => ['log'],
'controllerNamespace' => 'app\commands',
'aliases' => [
'@vendor' => dirname(__DIR__) . '/../../../vendor',
'@bower' => '@vendor/bower-asset',
'@npm' => '@vendor/npm-asset',
'@tests' => '@app/tests',
],
'components' => [
'cache' => [
'class' => 'yii\caching\FileCache',
],
'log' => [
'targets' => [
[
'class' => 'yii\log\FileTarget',
'levels' => ['error', 'warning'],
],
],
],
'arangodb' => require __DIR__ . '/db.php'
],
'params' => require __DIR__ . '/params.php',
'controllerMap' => [
'arangodb-migrate' => 'mirzaev\yii2\arangodb\console\controllers\MigrateController',
'fixture' => [
'class' => 'yii\faker\FixtureController',
],
]
];

View File

@ -1,40 +0,0 @@
<?php
/**
* Application configuration shared by all test types
*/
return [
'id' => 'skillparts-tests',
'basePath' => dirname(__DIR__),
'aliases' => [
'@bower' => '@vendor/bower-asset',
'@npm' => '@vendor/npm-asset',
],
'language' => 'en-US',
'components' => [
'db' => require __DIR__ . '/test_db.php',
'mailer' => [
'useFileTransport' => true,
],
'assetManager' => [
'basePath' => __DIR__ . '/../web/assets',
],
'urlManager' => [
'showScriptName' => true,
],
'user' => [
'identityClass' => 'app\models\Account',
],
'request' => [
'cookieValidationKey' => 'test',
'enableCsrfValidation' => false,
// but if you absolutely need it set cookie domain to localhost
/*
'csrfCookie' => [
'domain' => 'localhost',
],
*/
],
],
'params' => require __DIR__ . '/params.php',
];

View File

@ -1,6 +0,0 @@
<?php
$db = require __DIR__ . '/db.php';
// test database! Important not to run tests on production or development databases
$db['dsn'] = 'mysql:host=localhost;dbname=yii2basic_test';
return $db;

View File

@ -20,7 +20,7 @@ class ErrorController extends Controller
// Запись названия ошибки // Запись названия ошибки
$title = match ($code) { $title = match ($code) {
404 => '404 (Не найдено)', 404 => '404 (Не найдено)',
default => $exception->getName() default => '500 (Ошибка сервера)'
}; };
// Запись сообщения об ошибке // Запись сообщения об ошибке

View File

@ -118,10 +118,10 @@ use app\models\Product;
&& yii::$app->user->identity->type === 'administrator' && yii::$app->user->identity->type === 'administrator'
) : ?> ) : ?>
<nav class="row my-2 py-2 px-3 rounded product_admin_menu"> <nav class="row my-2 py-2 px-3 rounded product_admin_menu">
<a id="product_info_admin_connect" class="mr-2 h-100 text-dark d-flex" title="Подключить аналог" role="button" onclick="return product_panel_connect('<?= $model['catn'] ?>');"> <a id="product_info_admin_connect" class="mr-2 h-100 text-dark d-flex" title="Подсоединить аналог" role="button" onclick="return product_panel_connect('<?= $model['catn'] ?>');">
<i class="fas fa-plus-square my-auto"></i> <i class="fas fa-plus-square my-auto"></i>
</a> </a>
<a id="product_info_admin_connect" class="mr-2 h-100 text-dark d-flex" title="Отключить аналог" role="button" onclick="return product_panel_disconnect('<?= $model['catn'] ?>');"> <a id="product_info_admin_connect" class="mr-2 h-100 text-dark d-flex" title="Отсоединить аналог" role="button" onclick="return product_panel_disconnect('<?= $model['catn'] ?>');">
<i class="fas fa-minus-square my-auto"></i> <i class="fas fa-minus-square my-auto"></i>
</a> </a>
<a id="product_info_admin_connect" class="ml-auto h-100 text-dark d-flex" title="Удалить" role="button" onclick="return product_panel_delete('<?= $model['catn'] ?>');"> <a id="product_info_admin_connect" class="ml-auto h-100 text-dark d-flex" title="Удалить" role="button" onclick="return product_panel_delete('<?= $model['catn'] ?>');">