comparison vendor/symfony/psr-http-message-bridge/composer.json @ 0:4c8ae668cc8c

Initial import (non-working)
author Chris Cannam
date Wed, 29 Nov 2017 16:09:58 +0000
parents
children 7a779792577d
comparison
equal deleted inserted replaced
-1:000000000000 0:4c8ae668cc8c
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",
20 "psr/http-message": "~1.0",
21 "symfony/http-foundation": "~2.3|~3.0"
22 },
23 "require-dev": {
24 "symfony/phpunit-bridge": "~2.7|~3.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 },
30 "autoload": {
31 "psr-4": { "Symfony\\Bridge\\PsrHttpMessage\\": "" }
32 },
33 "minimum-stability": "dev",
34 "extra": {
35 "branch-alias": {
36 "dev-master": "1.0-dev"
37 }
38 }
39 }