Mercurial > hg > cmmr2012-drupal-site
comparison 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 |
comparison
equal
deleted
inserted
replaced
4:a9cd425dd02b | 5:12f9dff5fda9 |
---|---|
1 { | 1 { |
2 "name": "symfony/psr-http-message-bridge", | 2 "name": "symfony/psr-http-message-bridge", |
3 "type": "symfony-bridge", | 3 "type": "symfony-bridge", |
4 "description": "PSR HTTP message bridge", | 4 "description": "PSR HTTP message bridge", |
5 "keywords": ["http", "psr-7", "http-message"], | 5 "keywords": ["http", "psr-7", "psr-17", "http-message"], |
6 "homepage": "http://symfony.com", | 6 "homepage": "http://symfony.com", |
7 "license": "MIT", | 7 "license": "MIT", |
8 "authors": [ | 8 "authors": [ |
9 { | 9 { |
10 "name": "Fabien Potencier", | 10 "name": "Fabien Potencier", |
19 "php": "^5.3.3 || ^7.0", | 19 "php": "^5.3.3 || ^7.0", |
20 "psr/http-message": "^1.0", | 20 "psr/http-message": "^1.0", |
21 "symfony/http-foundation": "^2.3.42 || ^3.4 || ^4.0" | 21 "symfony/http-foundation": "^2.3.42 || ^3.4 || ^4.0" |
22 }, | 22 }, |
23 "require-dev": { | 23 "require-dev": { |
24 "symfony/phpunit-bridge": "^3.4 || 4.0" | 24 "symfony/phpunit-bridge": "^3.4 || ^4.0" |
25 }, | 25 }, |
26 "suggest": { | 26 "suggest": { |
27 "psr/http-message-implementation": "To use the HttpFoundation factory", | 27 "nyholm/psr7": "For a super lightweight PSR-7/17 implementation" |
28 "zendframework/zend-diactoros": "To use the Zend Diactoros factory", | |
29 "psr/http-factory-implementation": "To use the PSR-17 factory" | |
30 }, | 28 }, |
31 "autoload": { | 29 "autoload": { |
32 "psr-4": { "Symfony\\Bridge\\PsrHttpMessage\\": "" } | 30 "psr-4": { "Symfony\\Bridge\\PsrHttpMessage\\": "" }, |
31 "exclude-from-classmap": [ | |
32 "/Tests/" | |
33 ] | |
33 }, | 34 }, |
34 "extra": { | 35 "extra": { |
35 "branch-alias": { | 36 "branch-alias": { |
36 "dev-master": "1.1-dev" | 37 "dev-master": "1.1-dev" |
37 } | 38 } |