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=128458f9caa61b568b385c44a632c2c46ff458fc;hb=6713940b691ec27bcf8f9f0a142674c9bfbd4d21;hpb=4a6a815ebe88acf570e2b6cd86162a2cb80d0160 diff --git a/production/example_apps/shared_calendar/composer.json b/production/example_apps/shared_calendar/composer.json index 128458f9..b49a8f6a 100644 --- a/production/example_apps/shared_calendar/composer.json +++ b/production/example_apps/shared_calendar/composer.json @@ -45,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 + } + } }