X-Git-Url: https://feistymeow.org/gitweb/?p=feisty_meow.git;a=blobdiff_plain;f=production%2Fexample_apps%2Fshared_calendar%2Fcomposer.json;fp=production%2Fexample_apps%2Fshared_calendar%2Fcomposer.json;h=3db754a6945f0160e8331cd3da6b9a268a87c16f;hp=b49a8f6ae90fe616eceda99ed59603b7b5cfd0bd;hb=de0da7f2f7958d4ba652ff2ef5c79991700141ac;hpb=a4c99c6006b3aa20b5f65f02c2d30db7e790083a diff --git a/production/example_apps/shared_calendar/composer.json b/production/example_apps/shared_calendar/composer.json index b49a8f6a..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": {