X-Git-Url: https://feistymeow.org/gitweb/?a=blobdiff_plain;ds=sidebyside;f=production%2Fexample_apps%2Fshared_calendar%2Fcomposer.json;h=3db754a6945f0160e8331cd3da6b9a268a87c16f;hb=de0da7f2f7958d4ba652ff2ef5c79991700141ac;hp=128458f9caa61b568b385c44a632c2c46ff458fc;hpb=43099b0a5606877a692b484b58c807cf8ea20bd7;p=feisty_meow.git diff --git a/production/example_apps/shared_calendar/composer.json b/production/example_apps/shared_calendar/composer.json index 128458f9..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": { @@ -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 + } + } }