Further Drupal 8.6.4 changes. Some core files were not committed before a commit...
[yaffs-website] / web / core / lib / Drupal / Component / EventDispatcher / composer.json
1 {
2   "name": "drupal/core-event-dispatcher",
3   "description": "EventDispatcher.",
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/dependency-injection": ">=2.8 <4.0.0",
10     "symfony/event-dispatcher": ">=2.7 <4.0.0"
11   },
12   "autoload": {
13     "psr-4": {
14       "Drupal\\Component\\EventDispatcher\\": ""
15     }
16   }
17 }