X-Git-Url: https://feistymeow.org/gitweb/?a=blobdiff_plain;f=production%2Fexample_apps%2Fzippy_maps%2Fcomposer.json;h=271e2d6a700fdf8ba1a503b98a68a4603ab6b1b3;hb=964acff97baa11795e21826d7821c61c8b5acc0a;hp=024cf9675785b8e516145a9db713127e0f4e04fc;hpb=cd2fef5988b511703a2cb287cb8dd735c2c0e9e8;p=feisty_meow.git diff --git a/production/example_apps/zippy_maps/composer.json b/production/example_apps/zippy_maps/composer.json index 024cf967..271e2d6a 100644 --- a/production/example_apps/zippy_maps/composer.json +++ b/production/example_apps/zippy_maps/composer.json @@ -6,7 +6,7 @@ "license": "MIT", "require": { "php": ">=5.6", - "cakephp/cakephp": "3.8.*", + "cakephp/cakephp": "3.9.*", "mobiledetect/mobiledetectlib": "2.*", "cakephp/migrations": "@stable", "cakephp/plugin-installer": "*", @@ -39,7 +39,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"