annotate vendor/symfony/psr-http-message-bridge/composer.json @ 17:129ea1e6d783

Update, including to Drupal core 8.6.10
author Chris Cannam
date Thu, 28 Feb 2019 13:21:36 +0000
parents 7a779792577d
children af1871eacc83
rev   line source
Chris@0 1 {
Chris@0 2 "name": "symfony/psr-http-message-bridge",
Chris@0 3 "type": "symfony-bridge",
Chris@0 4 "description": "PSR HTTP message bridge",
Chris@0 5 "keywords": ["http", "psr-7", "http-message"],
Chris@0 6 "homepage": "http://symfony.com",
Chris@0 7 "license": "MIT",
Chris@0 8 "authors": [
Chris@0 9 {
Chris@0 10 "name": "Fabien Potencier",
Chris@0 11 "email": "fabien@symfony.com"
Chris@0 12 },
Chris@0 13 {
Chris@0 14 "name": "Symfony Community",
Chris@0 15 "homepage": "http://symfony.com/contributors"
Chris@0 16 }
Chris@0 17 ],
Chris@0 18 "require": {
Chris@17 19 "php": "^5.3.3 || ^7.0",
Chris@17 20 "psr/http-message": "^1.0",
Chris@17 21 "symfony/http-foundation": "^2.3.42 || ^3.4 || ^4.0"
Chris@0 22 },
Chris@0 23 "require-dev": {
Chris@17 24 "symfony/phpunit-bridge": "^3.4 || 4.0"
Chris@0 25 },
Chris@0 26 "suggest": {
Chris@0 27 "psr/http-message-implementation": "To use the HttpFoundation factory",
Chris@17 28 "zendframework/zend-diactoros": "To use the Zend Diactoros factory",
Chris@17 29 "psr/http-factory-implementation": "To use the PSR-17 factory"
Chris@0 30 },
Chris@0 31 "autoload": {
Chris@0 32 "psr-4": { "Symfony\\Bridge\\PsrHttpMessage\\": "" }
Chris@0 33 },
Chris@0 34 "extra": {
Chris@0 35 "branch-alias": {
Chris@17 36 "dev-master": "1.1-dev"
Chris@0 37 }
Chris@0 38 }
Chris@0 39 }