Security update for Core, with self-updated composer
[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+",
7   "require": {
8     "php": ">=5.5.9",
9     "symfony/dependency-injection": "^2.8",
10     "symfony/event-dispatcher": "^2.7"
11   },
12   "autoload": {
13     "psr-4": {
14       "Drupal\\Component\\EventDispatcher\\": ""
15     }
16   }
17 }