910a648a2115d212691fbd5ebc7ed50fa4a53c4c
[yaffs-website] / web / core / lib / Drupal / Component / HttpFoundation / composer.json
1 {
2   "name": "drupal/core-http-foundation",
3   "description": "HttpFoundation.",
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/http-foundation": ">=2.7 <4.0.0"
10   },
11   "autoload": {
12     "psr-4": {
13       "Drupal\\Component\\HttpFoundation\\": ""
14     }
15   }
16 }