Chris@0: { Chris@0: "name": "symfony/psr-http-message-bridge", Chris@0: "type": "symfony-bridge", Chris@0: "description": "PSR HTTP message bridge", Chris@0: "keywords": ["http", "psr-7", "http-message"], Chris@0: "homepage": "http://symfony.com", Chris@0: "license": "MIT", Chris@0: "authors": [ Chris@0: { Chris@0: "name": "Fabien Potencier", Chris@0: "email": "fabien@symfony.com" Chris@0: }, Chris@0: { Chris@0: "name": "Symfony Community", Chris@0: "homepage": "http://symfony.com/contributors" Chris@0: } Chris@0: ], Chris@0: "require": { Chris@4: "php": "^5.3.3 || ^7.0", Chris@4: "psr/http-message": "^1.0", Chris@4: "symfony/http-foundation": "^2.3.42 || ^3.4 || ^4.0" Chris@0: }, Chris@0: "require-dev": { Chris@4: "symfony/phpunit-bridge": "^3.4 || 4.0" Chris@0: }, Chris@0: "suggest": { Chris@0: "psr/http-message-implementation": "To use the HttpFoundation factory", Chris@4: "zendframework/zend-diactoros": "To use the Zend Diactoros factory", Chris@4: "psr/http-factory-implementation": "To use the PSR-17 factory" Chris@0: }, Chris@0: "autoload": { Chris@0: "psr-4": { "Symfony\\Bridge\\PsrHttpMessage\\": "" } Chris@0: }, Chris@0: "extra": { Chris@0: "branch-alias": { Chris@4: "dev-master": "1.1-dev" Chris@0: } Chris@0: } Chris@0: }