Updated Drupal to 8.6. This goes with the following updates because it's possible...
[yaffs-website] / web / core / lib / Drupal / Component / Diff / composer.json
1 {
2   "name": "drupal/core-diff",
3   "description": "Diff.",
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     "symfony/polyfill-mbstring": "~1.0"
10   },
11   "autoload": {
12     "psr-4": {
13       "Drupal\\Component\\Diff\\": ""
14     }
15   }
16 }