Added the Search API Synonym module to deal specifically with licence and license...
[yaffs-website] / vendor / symfony / psr-http-message-bridge / composer.json
1 {
2     "name": "symfony/psr-http-message-bridge",
3     "type": "symfony-bridge",
4     "description": "PSR HTTP message bridge",
5     "keywords": ["http", "psr-7", "http-message"],
6     "homepage": "http://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": "http://symfony.com/contributors"
16         }
17     ],
18     "require": {
19         "php": "^5.3.3 || ^7.0",
20         "psr/http-message": "^1.0",
21         "symfony/http-foundation": "^2.3.42 || ^3.4 || ^4.0"
22     },
23     "require-dev": {
24         "symfony/phpunit-bridge": "^3.4 || 4.0"
25     },
26     "suggest": {
27         "psr/http-message-implementation": "To use the HttpFoundation factory",
28         "zendframework/zend-diactoros": "To use the Zend Diactoros factory",
29         "psr/http-factory-implementation": "To use the PSR-17 factory"
30     },
31     "autoload": {
32         "psr-4": { "Symfony\\Bridge\\PsrHttpMessage\\": "" }
33     },
34     "extra": {
35         "branch-alias": {
36             "dev-master": "1.1-dev"
37         }
38     }
39 }