From 6e12295adf9c1f28d14615ecec1c4a07cb3881b2 Mon Sep 17 00:00:00 2001 From: patrickakk Date: Mon, 9 Oct 2023 18:16:38 +0200 Subject: [PATCH 1/3] move php.ini rel configuration to composer.json --- composer.json | 7 ++++++- entrypoint.sh | 7 ------- 2 files changed, 6 insertions(+), 8 deletions(-) diff --git a/composer.json b/composer.json index 8eecc292..e599cadb 100644 --- a/composer.json +++ b/composer.json @@ -47,7 +47,12 @@ "cp composer.phar api/v1/", "cp composer.phar api/v2/", "cd api/v1/ && php composer.phar update", - "cd api/v2/ && php composer.phar update" + "cd api/v2/ && php composer.phar update", + "mkdir -p /app/.heroku/php/etc/php/conf.d", + "cp /layers/heroku_php/platform/etc/php/php.ini /app/.heroku/php/etc/php/", + "sed -i 's|;user_ini.filename|user_ini.filename|g' /app/.heroku/php/etc/php/php.ini", + "cp .user.ini /app/.heroku/php/etc/php/conf.d/", + "chown -R 1000:1000 /app/.heroku" ], "post-install-cmd": [ "App\\Console\\Installer::postInstall" diff --git a/entrypoint.sh b/entrypoint.sh index 642ac95b..60ae2eaf 100755 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -1,12 +1,5 @@ #!/bin/bash -mkdir -p /app/.heroku/php/etc/php/conf.d -cp /layers/heroku_php/platform/etc/php/php.ini /app/.heroku/php/etc/php/ -sed -i 's|;user_ini.filename|user_ini.filename|g' /app/.heroku/php/etc/php/php.ini -cp .user.ini /app/.heroku/php/etc/php/conf.d/ - -chown -R 1000:1000 /app/.heroku - # Set PHP path export PATH="/layers/heroku_php/platform/bin:${PATH}" From 6c97f815b993c9cb2d2dbb9f1400126fb5bd5f7c Mon Sep 17 00:00:00 2001 From: patrickakk Date: Mon, 9 Oct 2023 18:17:39 +0200 Subject: [PATCH 2/3] composer update --- composer.lock | 176 ++++++++++++++++++++++++++------------------------ 1 file changed, 90 insertions(+), 86 deletions(-) diff --git a/composer.lock b/composer.lock index 9acd5996..070f4004 100644 --- a/composer.lock +++ b/composer.lock @@ -76,16 +76,16 @@ }, { "name": "cakephp/authorization", - "version": "2.3.0", + "version": "2.3.1", "source": { "type": "git", "url": "https://github.com/cakephp/authorization.git", - "reference": "3f9b514cba1cc588e04ee04286bd7a0228e83bb2" + "reference": "b6a05f8b8b39c32e9460c5e61f2c4abeea2f0df3" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/cakephp/authorization/zipball/3f9b514cba1cc588e04ee04286bd7a0228e83bb2", - "reference": "3f9b514cba1cc588e04ee04286bd7a0228e83bb2", + "url": "https://api.github.com/repos/cakephp/authorization/zipball/b6a05f8b8b39c32e9460c5e61f2c4abeea2f0df3", + "reference": "b6a05f8b8b39c32e9460c5e61f2c4abeea2f0df3", "shasum": "" }, "require": { @@ -138,20 +138,20 @@ "issues": "https://github.com/cakephp/authorization/issues", "source": "https://github.com/cakephp/authorization" }, - "time": "2022-12-27T20:26:50+00:00" + "time": "2023-09-04T21:19:41+00:00" }, { "name": "cakephp/cakephp", - "version": "4.4.17", + "version": "4.4.18", "source": { "type": "git", "url": "https://github.com/cakephp/cakephp.git", - "reference": "9ff254d6d60720089dec1e10aa1907e24e39a98e" + "reference": "34b4920bc8c13f8897434003e8aaaa605153d051" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/cakephp/cakephp/zipball/9ff254d6d60720089dec1e10aa1907e24e39a98e", - "reference": "9ff254d6d60720089dec1e10aa1907e24e39a98e", + "url": "https://api.github.com/repos/cakephp/cakephp/zipball/34b4920bc8c13f8897434003e8aaaa605153d051", + "reference": "34b4920bc8c13f8897434003e8aaaa605153d051", "shasum": "" }, "require": { @@ -250,7 +250,7 @@ "issues": "https://github.com/cakephp/cakephp/issues", "source": "https://github.com/cakephp/cakephp" }, - "time": "2023-08-20T02:36:22+00:00" + "time": "2023-09-22T07:53:48+00:00" }, { "name": "cakephp/chronos", @@ -312,16 +312,16 @@ }, { "name": "cakephp/migrations", - "version": "3.8.3", + "version": "3.9.0", "source": { "type": "git", "url": "https://github.com/cakephp/migrations.git", - "reference": "5fad3fe9503924d24152770d067ae7ffe03dc83e" + "reference": "58446fdd096087ddf7752c0317731b8725d1dc28" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/cakephp/migrations/zipball/5fad3fe9503924d24152770d067ae7ffe03dc83e", - "reference": "5fad3fe9503924d24152770d067ae7ffe03dc83e", + "url": "https://api.github.com/repos/cakephp/migrations/zipball/58446fdd096087ddf7752c0317731b8725d1dc28", + "reference": "58446fdd096087ddf7752c0317731b8725d1dc28", "shasum": "" }, "require": { @@ -368,7 +368,7 @@ "issues": "https://github.com/cakephp/migrations/issues", "source": "https://github.com/cakephp/migrations" }, - "time": "2023-09-14T18:10:15+00:00" + "time": "2023-09-22T08:39:18+00:00" }, { "name": "cakephp/plugin-installer", @@ -895,16 +895,16 @@ }, { "name": "psr/http-client", - "version": "1.0.2", + "version": "1.0.3", "source": { "type": "git", "url": "https://github.com/php-fig/http-client.git", - "reference": "0955afe48220520692d2d09f7ab7e0f93ffd6a31" + "reference": "bb5906edc1c324c9a05aa0873d40117941e5fa90" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/php-fig/http-client/zipball/0955afe48220520692d2d09f7ab7e0f93ffd6a31", - "reference": "0955afe48220520692d2d09f7ab7e0f93ffd6a31", + "url": "https://api.github.com/repos/php-fig/http-client/zipball/bb5906edc1c324c9a05aa0873d40117941e5fa90", + "reference": "bb5906edc1c324c9a05aa0873d40117941e5fa90", "shasum": "" }, "require": { @@ -941,9 +941,9 @@ "psr-18" ], "support": { - "source": "https://github.com/php-fig/http-client/tree/1.0.2" + "source": "https://github.com/php-fig/http-client" }, - "time": "2023-04-10T20:12:12+00:00" + "time": "2023-09-23T14:17:50+00:00" }, { "name": "psr/http-factory", @@ -2062,16 +2062,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": { @@ -2128,7 +2128,7 @@ "utf8" ], "support": { - "source": "https://github.com/symfony/string/tree/v6.3.2" + "source": "https://github.com/symfony/string/tree/v6.3.5" }, "funding": [ { @@ -2144,7 +2144,7 @@ "type": "tidelift" } ], - "time": "2023-07-05T08:41:27+00:00" + "time": "2023-09-18T10:38:32+00:00" } ], "packages-dev": [ @@ -2510,16 +2510,16 @@ }, { "name": "composer/composer", - "version": "2.6.3", + "version": "2.6.5", "source": { "type": "git", "url": "https://github.com/composer/composer.git", - "reference": "ff477832e6d838a736556d4a39a3b80f4412abfd" + "reference": "4b0fe89db9e65b1e64df633a992e70a7a215ab33" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/composer/composer/zipball/ff477832e6d838a736556d4a39a3b80f4412abfd", - "reference": "ff477832e6d838a736556d4a39a3b80f4412abfd", + "url": "https://api.github.com/repos/composer/composer/zipball/4b0fe89db9e65b1e64df633a992e70a7a215ab33", + "reference": "4b0fe89db9e65b1e64df633a992e70a7a215ab33", "shasum": "" }, "require": { @@ -2604,7 +2604,7 @@ "irc": "ircs://irc.libera.chat:6697/composer", "issues": "https://github.com/composer/composer/issues", "security": "https://github.com/composer/composer/security/policy", - "source": "https://github.com/composer/composer/tree/2.6.3" + "source": "https://github.com/composer/composer/tree/2.6.5" }, "funding": [ { @@ -2620,7 +2620,7 @@ "type": "tidelift" } ], - "time": "2023-09-15T07:38:22+00:00" + "time": "2023-10-06T08:11:52+00:00" }, { "name": "composer/metadata-minifier", @@ -3314,16 +3314,16 @@ }, { "name": "justinrainbow/json-schema", - "version": "5.2.12", + "version": "v5.2.13", "source": { "type": "git", "url": "https://github.com/justinrainbow/json-schema.git", - "reference": "ad87d5a5ca981228e0e205c2bc7dfb8e24559b60" + "reference": "fbbe7e5d79f618997bc3332a6f49246036c45793" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/justinrainbow/json-schema/zipball/ad87d5a5ca981228e0e205c2bc7dfb8e24559b60", - "reference": "ad87d5a5ca981228e0e205c2bc7dfb8e24559b60", + "url": "https://api.github.com/repos/justinrainbow/json-schema/zipball/fbbe7e5d79f618997bc3332a6f49246036c45793", + "reference": "fbbe7e5d79f618997bc3332a6f49246036c45793", "shasum": "" }, "require": { @@ -3378,9 +3378,9 @@ ], "support": { "issues": "https://github.com/justinrainbow/json-schema/issues", - "source": "https://github.com/justinrainbow/json-schema/tree/5.2.12" + "source": "https://github.com/justinrainbow/json-schema/tree/v5.2.13" }, - "time": "2022-04-13T08:02:27+00:00" + "time": "2023-09-26T02:20:38+00:00" }, { "name": "m1/env", @@ -3672,16 +3672,16 @@ }, { "name": "phpstan/phpdoc-parser", - "version": "1.24.0", + "version": "1.24.2", "source": { "type": "git", "url": "https://github.com/phpstan/phpdoc-parser.git", - "reference": "3510b0a6274cc42f7219367cb3abfc123ffa09d6" + "reference": "bcad8d995980440892759db0c32acae7c8e79442" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpstan/phpdoc-parser/zipball/3510b0a6274cc42f7219367cb3abfc123ffa09d6", - "reference": "3510b0a6274cc42f7219367cb3abfc123ffa09d6", + "url": "https://api.github.com/repos/phpstan/phpdoc-parser/zipball/bcad8d995980440892759db0c32acae7c8e79442", + "reference": "bcad8d995980440892759db0c32acae7c8e79442", "shasum": "" }, "require": { @@ -3713,22 +3713,22 @@ "description": "PHPDoc parser with support for nullable, intersection and generic types", "support": { "issues": "https://github.com/phpstan/phpdoc-parser/issues", - "source": "https://github.com/phpstan/phpdoc-parser/tree/1.24.0" + "source": "https://github.com/phpstan/phpdoc-parser/tree/1.24.2" }, - "time": "2023-09-07T20:46:32+00:00" + "time": "2023-09-26T12:28:12+00:00" }, { "name": "phpunit/php-code-coverage", - "version": "9.2.28", + "version": "9.2.29", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/php-code-coverage.git", - "reference": "7134a5ccaaf0f1c92a4f5501a6c9f98ac4dcc0ef" + "reference": "6a3a87ac2bbe33b25042753df8195ba4aa534c76" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/7134a5ccaaf0f1c92a4f5501a6c9f98ac4dcc0ef", - "reference": "7134a5ccaaf0f1c92a4f5501a6c9f98ac4dcc0ef", + "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/6a3a87ac2bbe33b25042753df8195ba4aa534c76", + "reference": "6a3a87ac2bbe33b25042753df8195ba4aa534c76", "shasum": "" }, "require": { @@ -3785,7 +3785,7 @@ "support": { "issues": "https://github.com/sebastianbergmann/php-code-coverage/issues", "security": "https://github.com/sebastianbergmann/php-code-coverage/security/policy", - "source": "https://github.com/sebastianbergmann/php-code-coverage/tree/9.2.28" + "source": "https://github.com/sebastianbergmann/php-code-coverage/tree/9.2.29" }, "funding": [ { @@ -3793,7 +3793,7 @@ "type": "github" } ], - "time": "2023-09-12T14:36:20+00:00" + "time": "2023-09-19T04:57:46+00:00" }, { "name": "phpunit/php-file-iterator", @@ -4038,16 +4038,16 @@ }, { "name": "phpunit/phpunit", - "version": "9.6.12", + "version": "9.6.13", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/phpunit.git", - "reference": "a122c2ebd469b751d774aa0f613dc0d67697653f" + "reference": "f3d767f7f9e191eab4189abe41ab37797e30b1be" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/a122c2ebd469b751d774aa0f613dc0d67697653f", - "reference": "a122c2ebd469b751d774aa0f613dc0d67697653f", + "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/f3d767f7f9e191eab4189abe41ab37797e30b1be", + "reference": "f3d767f7f9e191eab4189abe41ab37797e30b1be", "shasum": "" }, "require": { @@ -4121,7 +4121,7 @@ "support": { "issues": "https://github.com/sebastianbergmann/phpunit/issues", "security": "https://github.com/sebastianbergmann/phpunit/security/policy", - "source": "https://github.com/sebastianbergmann/phpunit/tree/9.6.12" + "source": "https://github.com/sebastianbergmann/phpunit/tree/9.6.13" }, "funding": [ { @@ -4137,20 +4137,20 @@ "type": "tidelift" } ], - "time": "2023-09-12T14:39:31+00:00" + "time": "2023-09-19T05:39:22+00:00" }, { "name": "psy/psysh", - "version": "v0.11.20", + "version": "v0.11.21", "source": { "type": "git", "url": "https://github.com/bobthecow/psysh.git", - "reference": "0fa27040553d1d280a67a4393194df5228afea5b" + "reference": "bcb22101107f3bf770523b65630c9d547f60c540" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/bobthecow/psysh/zipball/0fa27040553d1d280a67a4393194df5228afea5b", - "reference": "0fa27040553d1d280a67a4393194df5228afea5b", + "url": "https://api.github.com/repos/bobthecow/psysh/zipball/bcb22101107f3bf770523b65630c9d547f60c540", + "reference": "bcb22101107f3bf770523b65630c9d547f60c540", "shasum": "" }, "require": { @@ -4180,6 +4180,10 @@ "extra": { "branch-alias": { "dev-main": "0.11.x-dev" + }, + "bamarni-bin": { + "bin-links": false, + "forward-command": false } }, "autoload": { @@ -4211,9 +4215,9 @@ ], "support": { "issues": "https://github.com/bobthecow/psysh/issues", - "source": "https://github.com/bobthecow/psysh/tree/v0.11.20" + "source": "https://github.com/bobthecow/psysh/tree/v0.11.21" }, - "time": "2023-07-31T14:32:22+00:00" + "time": "2023-09-17T21:15:54+00:00" }, { "name": "react/promise", @@ -5427,32 +5431,32 @@ }, { "name": "slevomat/coding-standard", - "version": "8.13.4", + "version": "8.14.1", "source": { "type": "git", "url": "https://github.com/slevomat/coding-standard.git", - "reference": "4b2af2fb17773656d02fbfb5d18024ebd19fe322" + "reference": "fea1fd6f137cc84f9cba0ae30d549615dbc6a926" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/slevomat/coding-standard/zipball/4b2af2fb17773656d02fbfb5d18024ebd19fe322", - "reference": "4b2af2fb17773656d02fbfb5d18024ebd19fe322", + "url": "https://api.github.com/repos/slevomat/coding-standard/zipball/fea1fd6f137cc84f9cba0ae30d549615dbc6a926", + "reference": "fea1fd6f137cc84f9cba0ae30d549615dbc6a926", "shasum": "" }, "require": { "dealerdirect/phpcodesniffer-composer-installer": "^0.6.2 || ^0.7 || ^1.0", "php": "^7.2 || ^8.0", - "phpstan/phpdoc-parser": "^1.23.0", + "phpstan/phpdoc-parser": "^1.23.1", "squizlabs/php_codesniffer": "^3.7.1" }, "require-dev": { "phing/phing": "2.17.4", "php-parallel-lint/php-parallel-lint": "1.3.2", - "phpstan/phpstan": "1.10.26", - "phpstan/phpstan-deprecation-rules": "1.1.3", - "phpstan/phpstan-phpunit": "1.3.13", + "phpstan/phpstan": "1.10.37", + "phpstan/phpstan-deprecation-rules": "1.1.4", + "phpstan/phpstan-phpunit": "1.3.14", "phpstan/phpstan-strict-rules": "1.5.1", - "phpunit/phpunit": "7.5.20|8.5.21|9.6.8|10.2.6" + "phpunit/phpunit": "8.5.21|9.6.8|10.3.5" }, "type": "phpcodesniffer-standard", "extra": { @@ -5476,7 +5480,7 @@ ], "support": { "issues": "https://github.com/slevomat/coding-standard/issues", - "source": "https://github.com/slevomat/coding-standard/tree/8.13.4" + "source": "https://github.com/slevomat/coding-standard/tree/8.14.1" }, "funding": [ { @@ -5488,7 +5492,7 @@ "type": "tidelift" } ], - "time": "2023-07-25T10:28:55+00:00" + "time": "2023-10-08T07:28:08+00:00" }, { "name": "squizlabs/php_codesniffer", @@ -5549,16 +5553,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": { @@ -5593,7 +5597,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": [ { @@ -5609,7 +5613,7 @@ "type": "tidelift" } ], - "time": "2023-07-31T08:31:44+00:00" + "time": "2023-09-26T12:56:25+00:00" }, { "name": "symfony/polyfill-php73", @@ -5915,16 +5919,16 @@ }, { "name": "symfony/var-dumper", - "version": "v6.3.4", + "version": "v6.3.5", "source": { "type": "git", "url": "https://github.com/symfony/var-dumper.git", - "reference": "2027be14f8ae8eae999ceadebcda5b4909b81d45" + "reference": "3d9999376be5fea8de47752837a3e1d1c5f69ef5" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/var-dumper/zipball/2027be14f8ae8eae999ceadebcda5b4909b81d45", - "reference": "2027be14f8ae8eae999ceadebcda5b4909b81d45", + "url": "https://api.github.com/repos/symfony/var-dumper/zipball/3d9999376be5fea8de47752837a3e1d1c5f69ef5", + "reference": "3d9999376be5fea8de47752837a3e1d1c5f69ef5", "shasum": "" }, "require": { @@ -5979,7 +5983,7 @@ "dump" ], "support": { - "source": "https://github.com/symfony/var-dumper/tree/v6.3.4" + "source": "https://github.com/symfony/var-dumper/tree/v6.3.5" }, "funding": [ { @@ -5995,7 +5999,7 @@ "type": "tidelift" } ], - "time": "2023-08-24T14:51:05+00:00" + "time": "2023-09-12T10:11:35+00:00" }, { "name": "theseer/tokenizer", From b6b95e79b04638ec9729d7abd952c243f4e89f76 Mon Sep 17 00:00:00 2001 From: patrickakk Date: Tue, 10 Oct 2023 13:40:53 +0200 Subject: [PATCH 3/3] moved to post-create-project-cmd --- composer.json | 12 ++++++------ composer.lock | 10 +++++----- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/composer.json b/composer.json index e599cadb..366ac470 100644 --- a/composer.json +++ b/composer.json @@ -47,17 +47,17 @@ "cp composer.phar api/v1/", "cp composer.phar api/v2/", "cd api/v1/ && php composer.phar update", - "cd api/v2/ && php composer.phar update", - "mkdir -p /app/.heroku/php/etc/php/conf.d", - "cp /layers/heroku_php/platform/etc/php/php.ini /app/.heroku/php/etc/php/", - "sed -i 's|;user_ini.filename|user_ini.filename|g' /app/.heroku/php/etc/php/php.ini", - "cp .user.ini /app/.heroku/php/etc/php/conf.d/", - "chown -R 1000:1000 /app/.heroku" + "cd api/v2/ && php composer.phar update" ], "post-install-cmd": [ "App\\Console\\Installer::postInstall" ], "post-create-project-cmd": [ + "mkdir -p /app/.heroku/php/etc/php/conf.d", + "cp /layers/heroku_php/platform/etc/php/php.ini /app/.heroku/php/etc/php/", + "sed -i 's|;user_ini.filename|user_ini.filename|g' /app/.heroku/php/etc/php/php.ini", + "cp .user.ini /app/.heroku/php/etc/php/conf.d/", + "chown -R 1000:1000 /app/.heroku", "App\\Console\\Installer::postInstall" ], "check": [ diff --git a/composer.lock b/composer.lock index 070f4004..d0a30e3a 100644 --- a/composer.lock +++ b/composer.lock @@ -8,16 +8,16 @@ "packages": [ { "name": "cakephp/authentication", - "version": "2.10.1", + "version": "2.10.2", "source": { "type": "git", "url": "https://github.com/cakephp/authentication.git", - "reference": "643e17bcbbe2c5a01a5aaaa10d56df1a609ca6ab" + "reference": "64964e5a503a7d2a5560dfabc1b5d4439f61cdae" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/cakephp/authentication/zipball/643e17bcbbe2c5a01a5aaaa10d56df1a609ca6ab", - "reference": "643e17bcbbe2c5a01a5aaaa10d56df1a609ca6ab", + "url": "https://api.github.com/repos/cakephp/authentication/zipball/64964e5a503a7d2a5560dfabc1b5d4439f61cdae", + "reference": "64964e5a503a7d2a5560dfabc1b5d4439f61cdae", "shasum": "" }, "require": { @@ -72,7 +72,7 @@ "issues": "https://github.com/cakephp/authentication/issues", "source": "https://github.com/cakephp/authentication" }, - "time": "2023-03-17T16:13:23+00:00" + "time": "2023-10-01T18:57:13+00:00" }, { "name": "cakephp/authorization",