846034affae87fcb386b4f11aeacf7e2b186f961
[yaffs-website] / web / core / lib / Drupal / Component / DependencyInjection / composer.json
1 {
2   "name": "drupal/core-dependency-injection",
3   "description": "Dependency Injection container optimized for Drupal's needs.",
4   "keywords": ["drupal", "dependency injection"],
5   "type": "library",
6   "homepage": "https://www.drupal.org/project/drupal",
7   "license": "GPL-2.0-or-later",
8   "support": {
9     "issues": "https://www.drupal.org/project/issues/drupal",
10     "irc": "irc://irc.freenode.net/drupal-contribute",
11     "source": "https://www.drupal.org/project/drupal/git-instructions"
12   },
13   "require": {
14     "php": ">=5.5.9",
15     "symfony/dependency-injection": ">=2.8 <4.0.0"
16   },
17   "suggest": {
18     "symfony/expression-language": "For using expressions in service container configuration"
19   },
20   "autoload": {
21     "psr-4": {
22       "Drupal\\Component\\DependencyInjection\\": ""
23     }
24   }
25 }