X-Git-Url: https://feistymeow.org/gitweb/?a=blobdiff_plain;f=production%2Fexample_apps%2Fshared_calendar%2Fcomposer.json;h=128458f9caa61b568b385c44a632c2c46ff458fc;hb=bdad028197585398525f28ef9fbe709b3c42077b;hp=221cae16a146e43f96ebf3aca7c74a5dc64b3200;hpb=a311833fce168b970195f8e34415619c26bc0226;p=feisty_meow.git diff --git a/production/example_apps/shared_calendar/composer.json b/production/example_apps/shared_calendar/composer.json index 221cae16..128458f9 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"