Security update for Core, with self-updated composer
[yaffs-website] / web / core / lib / Drupal / Component / Discovery / composer.json
1 {
2   "name": "drupal/core-discovery",
3   "description": "Discovery.",
4   "keywords": ["drupal"],
5   "homepage": "https://www.drupal.org/project/drupal",
6   "license": "GPL-2.0+",
7   "require": {
8     "php": ">=5.5.9",
9     "drupal/core-file-cache": "^8.2",
10     "drupal/core-serialization": "^8.2"
11   },
12   "autoload": {
13     "psr-4": {
14       "Drupal\\Component\\Discovery\\": ""
15     }
16   }
17 }