diff --git a/app/composer.json b/app/composer.json index 2dbfb71..f0b35aa 100644 --- a/app/composer.json +++ b/app/composer.json @@ -6,9 +6,12 @@ "license": "MIT", "require": { "php": ">=7.2", + "cakephp/authentication": "^2.0", + "cakephp/authorization": "^2.0", "cakephp/cakephp": "^4.0", "cakephp/migrations": "^3.0", "cakephp/plugin-installer": "^1.2", + "erusev/parsedown": "^1.7", "mobiledetect/mobiledetectlib": "^2.8" }, "require-dev": {