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" 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 @@ +