X-Git-Url: https://feistymeow.org/gitweb/?a=blobdiff_plain;f=production%2Fexample_apps%2Fshared_calendar%2Fcomposer.json;h=3db754a6945f0160e8331cd3da6b9a268a87c16f;hb=5698d238d5ac2ebd92e5f485bc382591f084a0b3;hp=a2542550a3c8ec161766ed9ef7525dcb37b10742;hpb=b5e24d8166d31a5d68810f83d94819d9e7da4c78;p=feisty_meow.git diff --git a/production/example_apps/shared_calendar/composer.json b/production/example_apps/shared_calendar/composer.json index a2542550..3db754a6 100644 --- a/production/example_apps/shared_calendar/composer.json +++ b/production/example_apps/shared_calendar/composer.json @@ -6,15 +6,15 @@ "license": "MIT", "require": { "php": ">=5.6", - "cakephp/cakephp": "3.8.*", + "cakephp/cakephp": "4.0.*", "mobiledetect/mobiledetectlib": "2.*", - "cakephp/migrations": "~1.0", + "cakephp/migrations": "~3.0", "cakephp/plugin-installer": "~1.0", "google/apiclient": "^2.0" }, "require-dev": { "psy/psysh": "@stable", - "cakephp/debug_kit": "~3.0", + "cakephp/debug_kit": "~4.0", "cakephp/bake": "~1.1" }, "suggest": { @@ -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 + } + } }