Mercurial > hg > cmmr2012-drupal-site
diff vendor/symfony/psr-http-message-bridge/composer.json @ 5:12f9dff5fda9 tip
Update to Drupal core 8.7.1
author | Chris Cannam |
---|---|
date | Thu, 09 May 2019 15:34:47 +0100 |
parents | a9cd425dd02b |
children |
line wrap: on
line diff
--- a/vendor/symfony/psr-http-message-bridge/composer.json Thu Feb 28 13:11:55 2019 +0000 +++ b/vendor/symfony/psr-http-message-bridge/composer.json Thu May 09 15:34:47 2019 +0100 @@ -2,7 +2,7 @@ "name": "symfony/psr-http-message-bridge", "type": "symfony-bridge", "description": "PSR HTTP message bridge", - "keywords": ["http", "psr-7", "http-message"], + "keywords": ["http", "psr-7", "psr-17", "http-message"], "homepage": "http://symfony.com", "license": "MIT", "authors": [ @@ -21,15 +21,16 @@ "symfony/http-foundation": "^2.3.42 || ^3.4 || ^4.0" }, "require-dev": { - "symfony/phpunit-bridge": "^3.4 || 4.0" + "symfony/phpunit-bridge": "^3.4 || ^4.0" }, "suggest": { - "psr/http-message-implementation": "To use the HttpFoundation factory", - "zendframework/zend-diactoros": "To use the Zend Diactoros factory", - "psr/http-factory-implementation": "To use the PSR-17 factory" + "nyholm/psr7": "For a super lightweight PSR-7/17 implementation" }, "autoload": { - "psr-4": { "Symfony\\Bridge\\PsrHttpMessage\\": "" } + "psr-4": { "Symfony\\Bridge\\PsrHttpMessage\\": "" }, + "exclude-from-classmap": [ + "/Tests/" + ] }, "extra": { "branch-alias": {