Security update to Drupal 8.4.6 with PHP held back to 7.0.27 to match the stoneboat...
[yaffs-website] / composer.json
index 85d1a8b46b0d1d8a1446d14c25210255d06b87d3..20b845ba729e5fb3935cb1d932a18ff5eb4be42c 100644 (file)
@@ -19,7 +19,7 @@
         "composer/installers": "^1.2",
         "drupal-composer/drupal-scaffold": "^2.2",
         "cweagans/composer-patches": "~1.0",
-        "drupal/core": "^8.4.0",
+        "drupal/core": "^8.4.6",
         "drupal/console": "^1.0",
         "drupal/token": "^1.0@RC",
         "drupal/ctools": "^3.0@alpha",
                 "videojs-isapplicable": "https://www.drupal.org/files/issues/videojs-isapplicable.patch"
             }
         }
+    },
+    "config": {
+        "platform": {
+            "php": "7.0.27"
+        }
     }
 }