From 7764d751a472695377ade9447e67c04b9d6e7608 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 10 Feb 2026 00:26:26 +0000 Subject: [PATCH] Update cakephp/authentication requirement from ^3.0 to ^4.0 Updates the requirements on [cakephp/authentication](https://github.com/cakephp/authentication) to permit the latest version. - [Release notes](https://github.com/cakephp/authentication/releases) - [Commits](https://github.com/cakephp/authentication/compare/3.0.0...4.0.0) --- updated-dependencies: - dependency-name: cakephp/authentication dependency-version: 4.0.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 8b10a6f..1f1d752 100644 --- a/composer.json +++ b/composer.json @@ -31,7 +31,7 @@ "psr/http-server-middleware": "^1.0" }, "require-dev": { - "cakephp/authentication": "^3.0", + "cakephp/authentication": "^4.0", "cakephp/bake": "^3.2", "cakephp/cakephp": "^5.1", "cakephp/cakephp-codesniffer": "^5.1",