X-Git-Url: https://feistymeow.org/gitweb/?p=feisty_meow.git;a=blobdiff_plain;f=production%2Fexample_apps%2Fshared_calendar%2Fcomposer.json;h=b49a8f6ae90fe616eceda99ed59603b7b5cfd0bd;hp=221cae16a146e43f96ebf3aca7c74a5dc64b3200;hb=6713940b691ec27bcf8f9f0a142674c9bfbd4d21;hpb=a311833fce168b970195f8e34415619c26bc0226 diff --git a/production/example_apps/shared_calendar/composer.json b/production/example_apps/shared_calendar/composer.json index 221cae16..b49a8f6a 100644 --- a/production/example_apps/shared_calendar/composer.json +++ b/production/example_apps/shared_calendar/composer.json @@ -6,7 +6,7 @@ "license": "MIT", "require": { "php": ">=5.6", - "cakephp/cakephp": "3.4.*", + "cakephp/cakephp": "3.8.*", "mobiledetect/mobiledetectlib": "2.*", "cakephp/migrations": "~1.0", "cakephp/plugin-installer": "~1.0", @@ -37,7 +37,6 @@ "scripts": { "post-install-cmd": "App\\Console\\Installer::postInstall", "post-create-project-cmd": "App\\Console\\Installer::postInstall", - "post-autoload-dump": "Cake\\Composer\\Installer\\PluginInstaller::postAutoloadDump", "check": [ "@test", "@cs-check" @@ -46,5 +45,10 @@ "cs-fix": "phpcbf --colors --standard=vendor/cakephp/cakephp-codesniffer/CakePHP ./src ./tests", "test": "phpunit --colors=always" }, - "prefer-stable": true + "prefer-stable": true, + "config": { + "allow-plugins": { + "cakephp/plugin-installer": true + } + } }