Updated Drupal to 8.6. This goes with the following updates because it's possible...
[yaffs-website] / web / core / lib / Drupal / Component / Render / composer.json
1 {
2   "name": "drupal/core-render",
3   "description": "Renders placeholder variables for HTML and plain-text display.",
4   "keywords": ["drupal"],
5   "homepage": "https://www.drupal.org/project/drupal",
6   "license": "GPL-2.0-or-later",
7   "require": {
8     "php": ">=5.5.9",
9     "drupal/core-utility": "^8.2"
10   },
11   "autoload": {
12     "psr-4": {
13       "Drupal\\Component\\Render\\": ""
14     }
15   }
16 }