Mercurial > hg > isophonics-drupal-site
comparison vendor/symfony/http-foundation/composer.json @ 0:4c8ae668cc8c
Initial import (non-working)
author | Chris Cannam |
---|---|
date | Wed, 29 Nov 2017 16:09:58 +0000 |
parents | |
children | 1fec387a4317 |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:4c8ae668cc8c |
---|---|
1 { | |
2 "name": "symfony/http-foundation", | |
3 "type": "library", | |
4 "description": "Symfony HttpFoundation Component", | |
5 "keywords": [], | |
6 "homepage": "https://symfony.com", | |
7 "license": "MIT", | |
8 "authors": [ | |
9 { | |
10 "name": "Fabien Potencier", | |
11 "email": "fabien@symfony.com" | |
12 }, | |
13 { | |
14 "name": "Symfony Community", | |
15 "homepage": "https://symfony.com/contributors" | |
16 } | |
17 ], | |
18 "require": { | |
19 "php": ">=5.5.9", | |
20 "symfony/polyfill-mbstring": "~1.1" | |
21 }, | |
22 "require-dev": { | |
23 "symfony/expression-language": "~2.8|~3.0" | |
24 }, | |
25 "autoload": { | |
26 "psr-4": { "Symfony\\Component\\HttpFoundation\\": "" }, | |
27 "exclude-from-classmap": [ | |
28 "/Tests/" | |
29 ] | |
30 }, | |
31 "minimum-stability": "dev", | |
32 "extra": { | |
33 "branch-alias": { | |
34 "dev-master": "3.2-dev" | |
35 } | |
36 } | |
37 } |