From b157ce453d6d35637787dfc2959d6797978a1798 Mon Sep 17 00:00:00 2001 From: mscherer Date: Sat, 30 Sep 2023 15:07:43 +0200 Subject: [PATCH] Update meta file --- .phpstorm.meta.php/.ide-helper.meta.php | 86 +++++++++++++++---- composer.lock | 107 ++++++++++++------------ 2 files changed, 123 insertions(+), 70 deletions(-) diff --git a/.phpstorm.meta.php/.ide-helper.meta.php b/.phpstorm.meta.php/.ide-helper.meta.php index 3ad30f61..3f0695d7 100644 --- a/.phpstorm.meta.php/.ide-helper.meta.php +++ b/.phpstorm.meta.php/.ide-helper.meta.php @@ -411,7 +411,6 @@ override( \Cake\Datasource\ModelAwareTrait::fetchModel(0), map([ - 'Apples' => \App\Model\Table\ApplesTable::class, 'Captcha.Captchas' => \Captcha\Model\Table\CaptchasTable::class, 'Data.Addresses' => \Data\Model\Table\AddressesTable::class, 'Data.Cities' => \Data\Model\Table\CitiesTable::class, @@ -579,7 +578,6 @@ override( \Cake\ORM\Locator\LocatorAwareTrait::fetchTable(0), map([ - 'Apples' => \App\Model\Table\ApplesTable::class, 'Captcha.Captchas' => \Captcha\Model\Table\CaptchasTable::class, 'Data.Addresses' => \Data\Model\Table\AddressesTable::class, 'Data.Cities' => \Data\Model\Table\CitiesTable::class, @@ -631,7 +629,6 @@ override( \Cake\ORM\Locator\LocatorInterface::get(0), map([ - 'Apples' => \App\Model\Table\ApplesTable::class, 'Captcha.Captchas' => \Captcha\Model\Table\CaptchasTable::class, 'Data.Addresses' => \Data\Model\Table\AddressesTable::class, 'Data.Cities' => \Data\Model\Table\CitiesTable::class, @@ -713,7 +710,6 @@ override( \Cake\ORM\Table::belongToMany(0), map([ - 'Apples' => \Cake\ORM\Association\BelongsToMany::class, 'Captcha.Captchas' => \Cake\ORM\Association\BelongsToMany::class, 'Data.Addresses' => \Cake\ORM\Association\BelongsToMany::class, 'Data.Cities' => \Cake\ORM\Association\BelongsToMany::class, @@ -765,7 +761,6 @@ override( \Cake\ORM\Table::belongsTo(0), map([ - 'Apples' => \Cake\ORM\Association\BelongsTo::class, 'Captcha.Captchas' => \Cake\ORM\Association\BelongsTo::class, 'Data.Addresses' => \Cake\ORM\Association\BelongsTo::class, 'Data.Cities' => \Cake\ORM\Association\BelongsTo::class, @@ -839,7 +834,6 @@ override( \Cake\ORM\Table::hasMany(0), map([ - 'Apples' => \Cake\ORM\Association\HasMany::class, 'Captcha.Captchas' => \Cake\ORM\Association\HasMany::class, 'Data.Addresses' => \Cake\ORM\Association\HasMany::class, 'Data.Cities' => \Cake\ORM\Association\HasMany::class, @@ -891,7 +885,6 @@ override( \Cake\ORM\Table::hasOne(0), map([ - 'Apples' => \Cake\ORM\Association\HasOne::class, 'Captcha.Captchas' => \Cake\ORM\Association\HasOne::class, 'Data.Addresses' => \Cake\ORM\Association\HasOne::class, 'Data.Cities' => \Cake\ORM\Association\HasOne::class, @@ -979,7 +972,6 @@ expectedArguments( \Cake\TestSuite\TestCase::addFixture(), 0, - 'app.Apples', 'app.Roles', 'app.Users', 'core.Articles', @@ -1396,6 +1388,75 @@ argumentsSet('routePaths'), ); + override( + \Cake\View\View::addHelper(0), + map([ + 'App' => \App\View\Helper\AppHelper::class, + 'AssetCompress.AssetCompress' => \AssetCompress\View\Helper\AssetCompressHelper::class, + 'Bake.Bake' => \Bake\View\Helper\BakeHelper::class, + 'Bake.DocBlock' => \Bake\View\Helper\DocBlockHelper::class, + 'BootstrapUI.Breadcrumbs' => \BootstrapUI\View\Helper\BreadcrumbsHelper::class, + 'BootstrapUI.Flash' => \BootstrapUI\View\Helper\FlashHelper::class, + 'BootstrapUI.Form' => \BootstrapUI\View\Helper\FormHelper::class, + 'BootstrapUI.Html' => \BootstrapUI\View\Helper\HtmlHelper::class, + 'BootstrapUI.Paginator' => \BootstrapUI\View\Helper\PaginatorHelper::class, + 'Breadcrumbs' => \Cake\View\Helper\BreadcrumbsHelper::class, + 'CakeDto.Template' => \CakeDto\View\Helper\TemplateHelper::class, + 'Calendar.Calendar' => \Calendar\View\Helper\CalendarHelper::class, + 'Captcha.Captcha' => \Captcha\View\Helper\CaptchaHelper::class, + 'Data.Continent' => \Data\View\Helper\ContinentHelper::class, + 'Data.Data' => \Data\View\Helper\DataHelper::class, + 'Data.MimeType' => \Data\View\Helper\MimeTypeHelper::class, + 'DatabaseLog.Log' => \DatabaseLog\View\Helper\LogHelper::class, + 'Flash' => \Cake\View\Helper\FlashHelper::class, + 'Form' => \Cake\View\Helper\FormHelper::class, + 'Geo.GoogleMap' => \Geo\View\Helper\GoogleMapHelper::class, + 'Html' => \Cake\View\Helper\HtmlHelper::class, + 'Icings/Menu.Menu' => \Icings\Menu\View\Helper\MenuHelper::class, + 'IdeHelper.DocBlock' => \IdeHelper\View\Helper\DocBlockHelper::class, + 'Markup.Bbcode' => \Markup\View\Helper\BbcodeHelper::class, + 'Markup.Highlighter' => \Markup\View\Helper\HighlighterHelper::class, + 'Markup.Markdown' => \Markup\View\Helper\MarkdownHelper::class, + 'Meta.Meta' => \Meta\View\Helper\MetaHelper::class, + 'Migrations.Migration' => \Migrations\View\Helper\MigrationHelper::class, + 'Navigation' => \App\View\Helper\NavigationHelper::class, + 'Number' => \Cake\View\Helper\NumberHelper::class, + 'Paginator' => \Cake\View\Helper\PaginatorHelper::class, + 'Queue.Queue' => \Queue\View\Helper\QueueHelper::class, + 'Queue.QueueProgress' => \Queue\View\Helper\QueueProgressHelper::class, + 'Ratings.Rating' => \Ratings\View\Helper\RatingHelper::class, + 'Sandbox' => \App\View\Helper\SandboxHelper::class, + 'Sandbox.MediaEmbedBbcode' => \Sandbox\View\Helper\MediaEmbedBbcodeHelper::class, + 'Search.Search' => \Search\View\Helper\SearchHelper::class, + 'Setup.SetupBake' => \Setup\View\Helper\SetupBakeHelper::class, + 'StateMachine.StateMachine' => \StateMachine\View\Helper\StateMachineHelper::class, + 'Tags.Tag' => \Tags\View\Helper\TagHelper::class, + 'Tags.TagCloud' => \Tags\View\Helper\TagCloudHelper::class, + 'Text' => \Cake\View\Helper\TextHelper::class, + 'Time' => \Cake\View\Helper\TimeHelper::class, + 'TinyAuth.AuthUser' => \TinyAuth\View\Helper\AuthUserHelper::class, + 'TinyAuth.Authentication' => \TinyAuth\View\Helper\AuthenticationHelper::class, + 'Tools.Common' => \Tools\View\Helper\CommonHelper::class, + 'Tools.Form' => \Tools\View\Helper\FormHelper::class, + 'Tools.Format' => \Tools\View\Helper\FormatHelper::class, + 'Tools.Gravatar' => \Tools\View\Helper\GravatarHelper::class, + 'Tools.Html' => \Tools\View\Helper\HtmlHelper::class, + 'Tools.Icon' => \Tools\View\Helper\IconHelper::class, + 'Tools.Meter' => \Tools\View\Helper\MeterHelper::class, + 'Tools.Number' => \Tools\View\Helper\NumberHelper::class, + 'Tools.Obfuscate' => \Tools\View\Helper\ObfuscateHelper::class, + 'Tools.Progress' => \Tools\View\Helper\ProgressHelper::class, + 'Tools.QrCode' => \Tools\View\Helper\QrCodeHelper::class, + 'Tools.Text' => \Tools\View\Helper\TextHelper::class, + 'Tools.Time' => \Tools\View\Helper\TimeHelper::class, + 'Tools.Timeline' => \Tools\View\Helper\TimelineHelper::class, + 'Tools.Tree' => \Tools\View\Helper\TreeHelper::class, + 'Tools.Typography' => \Tools\View\Helper\TypographyHelper::class, + 'Tools.Url' => \Tools\View\Helper\UrlHelper::class, + 'Url' => \Cake\View\Helper\UrlHelper::class, + ]), + ); + expectedArguments( \Cake\View\View::element(), 0, @@ -1455,7 +1516,7 @@ 'Data.MimeType' => \Data\View\Helper\MimeTypeHelper::class, 'DatabaseLog.Log' => \DatabaseLog\View\Helper\LogHelper::class, 'Flash' => \Cake\View\Helper\FlashHelper::class, - 'Form' => \App\View\Helper\FormHelper::class, + 'Form' => \Cake\View\Helper\FormHelper::class, 'Geo.GoogleMap' => \Geo\View\Helper\GoogleMapHelper::class, 'Html' => \Cake\View\Helper\HtmlHelper::class, 'Icings/Menu.Menu' => \Icings\Menu\View\Helper\MenuHelper::class, @@ -2249,7 +2310,6 @@ expectedArguments( \Queue\Model\Table\QueuedJobsTable::createJob(), 0, - 'FooBar', 'MyTaskName', 'Queue.CostsExample', 'Queue.Email', @@ -2268,7 +2328,6 @@ expectedArguments( \Queue\Model\Table\QueuedJobsTable::isQueued(), 1, - 'FooBar', 'MyTaskName', 'Queue.CostsExample', 'Queue.Email', @@ -12465,11 +12524,6 @@ 'Admin/Users::delete', 'Admin/Users::edit', 'Admin/Users::index', - 'Apples::add', - 'Apples::delete', - 'Apples::edit', - 'Apples::index', - 'Apples::view', 'AuthSandbox.Admin/AuthSandbox::index', 'AuthSandbox.Admin/AuthSandbox::myPublicOne', 'AuthSandbox.AuthSandbox::forAll', diff --git a/composer.lock b/composer.lock index 22d49422..0e546d7a 100644 --- a/composer.lock +++ b/composer.lock @@ -223,16 +223,16 @@ "source": { "type": "git", "url": "https://github.com/cakephp/cakephp.git", - "reference": "223d268f2232bc2b0d3fc3ed01a7fbdb06b059e3" + "reference": "cf8bb380a19610265a9bb299a7a27ba13cfc9cc3" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/cakephp/cakephp/zipball/223d268f2232bc2b0d3fc3ed01a7fbdb06b059e3", - "reference": "223d268f2232bc2b0d3fc3ed01a7fbdb06b059e3", + "url": "https://api.github.com/repos/cakephp/cakephp/zipball/cf8bb380a19610265a9bb299a7a27ba13cfc9cc3", + "reference": "cf8bb380a19610265a9bb299a7a27ba13cfc9cc3", "shasum": "" }, "require": { - "cakephp/chronos": "3.x-dev", + "cakephp/chronos": "^3.0.2", "composer/ca-bundle": "^1.2", "ext-intl": "*", "ext-json": "*", @@ -333,20 +333,20 @@ "issues": "https://github.com/cakephp/cakephp/issues", "source": "https://github.com/cakephp/cakephp" }, - "time": "2023-09-24T03:43:37+00:00" + "time": "2023-09-30T03:59:48+00:00" }, { "name": "cakephp/chronos", - "version": "3.x-dev", + "version": "3.0.2", "source": { "type": "git", "url": "https://github.com/cakephp/chronos.git", - "reference": "900cfbdb4fab109b0c0f1197e3557a3138a285a4" + "reference": "635fa0cbb5c8cffcae224b8ef6d7ad2c77178382" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/cakephp/chronos/zipball/900cfbdb4fab109b0c0f1197e3557a3138a285a4", - "reference": "900cfbdb4fab109b0c0f1197e3557a3138a285a4", + "url": "https://api.github.com/repos/cakephp/chronos/zipball/635fa0cbb5c8cffcae224b8ef6d7ad2c77178382", + "reference": "635fa0cbb5c8cffcae224b8ef6d7ad2c77178382", "shasum": "" }, "require": { @@ -356,7 +356,6 @@ "cakephp/cakephp-codesniffer": "^5.0", "phpunit/phpunit": "^10.1.0" }, - "default-branch": true, "type": "library", "autoload": { "psr-4": { @@ -389,7 +388,7 @@ "issues": "https://github.com/cakephp/chronos/issues", "source": "https://github.com/cakephp/chronos" }, - "time": "2023-09-25T03:07:05+00:00" + "time": "2023-09-29T02:55:40+00:00" }, { "name": "cakephp/debug_kit", @@ -2381,12 +2380,12 @@ "source": { "type": "git", "url": "https://github.com/dereuromark/cakephp-shim.git", - "reference": "fee60c7d43a13b4b73aeca680c075a0a3a6a52c0" + "reference": "3b4edcf220cba9f939a1b61f5f40911dc4383bcf" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/dereuromark/cakephp-shim/zipball/fee60c7d43a13b4b73aeca680c075a0a3a6a52c0", - "reference": "fee60c7d43a13b4b73aeca680c075a0a3a6a52c0", + "url": "https://api.github.com/repos/dereuromark/cakephp-shim/zipball/3b4edcf220cba9f939a1b61f5f40911dc4383bcf", + "reference": "3b4edcf220cba9f939a1b61f5f40911dc4383bcf", "shasum": "" }, "require": { @@ -2429,7 +2428,7 @@ "issues": "https://github.com/dereuromark/cakephp-shim/issues", "source": "https://github.com/dereuromark/cakephp-shim" }, - "time": "2023-09-28T22:12:14+00:00" + "time": "2023-09-30T10:12:43+00:00" }, { "name": "dereuromark/cakephp-tags", @@ -2566,12 +2565,12 @@ "source": { "type": "git", "url": "https://github.com/dereuromark/cakephp-tools.git", - "reference": "af6b458398b69a9c44a65642329c0c5876714639" + "reference": "1a558aaea40483175cb6c9d682fd14bb9bd957f7" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/dereuromark/cakephp-tools/zipball/af6b458398b69a9c44a65642329c0c5876714639", - "reference": "af6b458398b69a9c44a65642329c0c5876714639", + "url": "https://api.github.com/repos/dereuromark/cakephp-tools/zipball/1a558aaea40483175cb6c9d682fd14bb9bd957f7", + "reference": "1a558aaea40483175cb6c9d682fd14bb9bd957f7", "shasum": "" }, "require": { @@ -2622,7 +2621,7 @@ "issues": "https://github.com/dereuromark/cakephp-tools/issues", "source": "https://github.com/dereuromark/cakephp-tools" }, - "time": "2023-09-28T22:34:46+00:00" + "time": "2023-09-29T01:14:16+00:00" }, { "name": "dereuromark/media-embed", @@ -3952,27 +3951,27 @@ }, { "name": "markstory/asset_compress", - "version": "5.x-dev", + "version": "5.0.0", "source": { "type": "git", "url": "https://github.com/markstory/asset_compress.git", - "reference": "384e1a737e29829e36609faaa242be002e4b7738" + "reference": "08576954528fb92fa7aa3de4d22b9196e3c6d0dc" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/markstory/asset_compress/zipball/384e1a737e29829e36609faaa242be002e4b7738", - "reference": "384e1a737e29829e36609faaa242be002e4b7738", + "url": "https://api.github.com/repos/markstory/asset_compress/zipball/08576954528fb92fa7aa3de4d22b9196e3c6d0dc", + "reference": "08576954528fb92fa7aa3de4d22b9196e3c6d0dc", "shasum": "" }, "require": { - "cakephp/cakephp": "5.x-dev", - "markstory/mini-asset": "2.x-dev", + "cakephp/cakephp": "^5.0", + "markstory/mini-asset": "^2.0", "php": ">=8.1.0", "psr/http-server-handler": "^1.0", "psr/http-server-middleware": "^1.0" }, "require-dev": { - "cakephp/cakephp-codesniffer": "5.x-dev", + "cakephp/cakephp-codesniffer": "^5.0", "phpunit/phpunit": "^10.1.0" }, "suggest": { @@ -4013,20 +4012,20 @@ "issues": "https://github.com/markstory/asset_compress/issues", "source": "https://github.com/markstory/asset_compress" }, - "time": "2023-07-16T04:32:25+00:00" + "time": "2023-09-29T22:32:56+00:00" }, { "name": "markstory/mini-asset", - "version": "2.x-dev", + "version": "2.0.0", "source": { "type": "git", "url": "https://github.com/markstory/mini-asset.git", - "reference": "c82652cafa2f037404b2e47cd8a519ce5ffa422a" + "reference": "bbca6033fb2d14fcb2ac66ba9b13fc98c7e06032" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/markstory/mini-asset/zipball/c82652cafa2f037404b2e47cd8a519ce5ffa422a", - "reference": "c82652cafa2f037404b2e47cd8a519ce5ffa422a", + "url": "https://api.github.com/repos/markstory/mini-asset/zipball/bbca6033fb2d14fcb2ac66ba9b13fc98c7e06032", + "reference": "bbca6033fb2d14fcb2ac66ba9b13fc98c7e06032", "shasum": "" }, "require": { @@ -4034,7 +4033,7 @@ "php": ">=8.1,<9" }, "require-dev": { - "cakephp/cakephp-codesniffer": "5.x-dev", + "cakephp/cakephp-codesniffer": "^5.0", "laminas/laminas-diactoros": "~2.0", "phpunit/phpunit": "^8.5 | ^9.3", "squizlabs/php_codesniffer": "*" @@ -4083,7 +4082,7 @@ "issues": "https://github.com/markstory/mini-asset/issues", "source": "https://github.com/markstory/mini-asset" }, - "time": "2022-07-22T05:43:32+00:00" + "time": "2023-09-29T22:05:27+00:00" }, { "name": "masterminds/html5", @@ -6350,16 +6349,16 @@ }, { "name": "symfony/finder", - "version": "v6.3.3", + "version": "v6.3.5", "source": { "type": "git", "url": "https://github.com/symfony/finder.git", - "reference": "9915db259f67d21eefee768c1abcf1cc61b1fc9e" + "reference": "a1b31d88c0e998168ca7792f222cbecee47428c4" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/finder/zipball/9915db259f67d21eefee768c1abcf1cc61b1fc9e", - "reference": "9915db259f67d21eefee768c1abcf1cc61b1fc9e", + "url": "https://api.github.com/repos/symfony/finder/zipball/a1b31d88c0e998168ca7792f222cbecee47428c4", + "reference": "a1b31d88c0e998168ca7792f222cbecee47428c4", "shasum": "" }, "require": { @@ -6394,7 +6393,7 @@ "description": "Finds files and directories via an intuitive fluent interface", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/finder/tree/v6.3.3" + "source": "https://github.com/symfony/finder/tree/v6.3.5" }, "funding": [ { @@ -6410,7 +6409,7 @@ "type": "tidelift" } ], - "time": "2023-07-31T08:31:44+00:00" + "time": "2023-09-26T12:56:25+00:00" }, { "name": "symfony/polyfill-ctype", @@ -7128,16 +7127,16 @@ }, { "name": "symfony/string", - "version": "v6.3.2", + "version": "v6.3.5", "source": { "type": "git", "url": "https://github.com/symfony/string.git", - "reference": "53d1a83225002635bca3482fcbf963001313fb68" + "reference": "13d76d0fb049051ed12a04bef4f9de8715bea339" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/string/zipball/53d1a83225002635bca3482fcbf963001313fb68", - "reference": "53d1a83225002635bca3482fcbf963001313fb68", + "url": "https://api.github.com/repos/symfony/string/zipball/13d76d0fb049051ed12a04bef4f9de8715bea339", + "reference": "13d76d0fb049051ed12a04bef4f9de8715bea339", "shasum": "" }, "require": { @@ -7194,7 +7193,7 @@ "utf8" ], "support": { - "source": "https://github.com/symfony/string/tree/v6.3.2" + "source": "https://github.com/symfony/string/tree/v6.3.5" }, "funding": [ { @@ -7210,7 +7209,7 @@ "type": "tidelift" } ], - "time": "2023-07-05T08:41:27+00:00" + "time": "2023-09-18T10:38:32+00:00" }, { "name": "tecnickcom/tcpdf", @@ -7830,12 +7829,12 @@ "source": { "type": "git", "url": "https://github.com/dereuromark/cakephp-test-helper.git", - "reference": "49f1aafc1b7a6a107d69fcfb1e280c843a60a3f5" + "reference": "d98b397dc33c162c2726cb138bf691c49280d46b" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/dereuromark/cakephp-test-helper/zipball/49f1aafc1b7a6a107d69fcfb1e280c843a60a3f5", - "reference": "49f1aafc1b7a6a107d69fcfb1e280c843a60a3f5", + "url": "https://api.github.com/repos/dereuromark/cakephp-test-helper/zipball/d98b397dc33c162c2726cb138bf691c49280d46b", + "reference": "d98b397dc33c162c2726cb138bf691c49280d46b", "shasum": "" }, "require": { @@ -7880,7 +7879,7 @@ "issues": "https://github.com/dereuromark/cakephp-test-helper/issues", "source": "https://github.com/dereuromark/cakephp-test-helper/tree/cake5" }, - "time": "2023-09-19T16:40:52+00:00" + "time": "2023-09-30T10:16:24+00:00" }, { "name": "fig-r/psr2r-sniffer", @@ -8157,16 +8156,16 @@ }, { "name": "phpstan/phpstan", - "version": "1.10.35", + "version": "1.10.36", "source": { "type": "git", "url": "https://github.com/phpstan/phpstan.git", - "reference": "e730e5facb75ffe09dfb229795e8c01a459f26c3" + "reference": "ffa3089511121a672e62969404e4fddc753f9b15" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpstan/phpstan/zipball/e730e5facb75ffe09dfb229795e8c01a459f26c3", - "reference": "e730e5facb75ffe09dfb229795e8c01a459f26c3", + "url": "https://api.github.com/repos/phpstan/phpstan/zipball/ffa3089511121a672e62969404e4fddc753f9b15", + "reference": "ffa3089511121a672e62969404e4fddc753f9b15", "shasum": "" }, "require": { @@ -8215,7 +8214,7 @@ "type": "tidelift" } ], - "time": "2023-09-19T15:27:56+00:00" + "time": "2023-09-29T14:07:45+00:00" }, { "name": "phpunit/php-code-coverage",