From 9e7c08bac7860f2c81bce8c7e7764d55c7c420fe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jorge=20Gonz=C3=A1lez?= Date: Sat, 10 Jan 2026 15:44:28 +0000 Subject: [PATCH 1/2] add Plugin class for BC --- src/Plugin.php | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 src/Plugin.php diff --git a/src/Plugin.php b/src/Plugin.php new file mode 100644 index 00000000..1caa83a7 --- /dev/null +++ b/src/Plugin.php @@ -0,0 +1,21 @@ + Date: Sat, 10 Jan 2026 15:47:27 +0000 Subject: [PATCH 2/2] update to 5.3 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 88bb6b32..0d195dfa 100644 --- a/composer.json +++ b/composer.json @@ -29,7 +29,7 @@ "prefer-stable": true, "require": { "php": ">=8.1", - "cakephp/cakephp": "5.3.0-RC2", + "cakephp/cakephp": "^5.3", "cakedc/auth": "^10.1", "cakephp/authorization": "^3.0", "cakephp/authentication": "^3.0"