trying to upgrade past cakephp problem
[feisty_meow.git] / production / example_apps / shared_calendar / composer.json
index 128458f9caa61b568b385c44a632c2c46ff458fc..3db754a6945f0160e8331cd3da6b9a268a87c16f 100644 (file)
@@ -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": {
         "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
+        }
+    }
 }