comparison 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
comparison
equal deleted inserted replaced
16:c2387f117808 17:129ea1e6d783
14 "name": "Symfony Community", 14 "name": "Symfony Community",
15 "homepage": "http://symfony.com/contributors" 15 "homepage": "http://symfony.com/contributors"
16 } 16 }
17 ], 17 ],
18 "require": { 18 "require": {
19 "php": ">=5.3.3", 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|~3.0|~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.2|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 "psr/http-message-implementation": "To use the HttpFoundation factory",
28 "zendframework/zend-diactoros": "To use the Zend Diactoros factory" 28 "zendframework/zend-diactoros": "To use the Zend Diactoros factory",
29 "psr/http-factory-implementation": "To use the PSR-17 factory"
29 }, 30 },
30 "autoload": { 31 "autoload": {
31 "psr-4": { "Symfony\\Bridge\\PsrHttpMessage\\": "" } 32 "psr-4": { "Symfony\\Bridge\\PsrHttpMessage\\": "" }
32 }, 33 },
33 "minimum-stability": "dev",
34 "extra": { 34 "extra": {
35 "branch-alias": { 35 "branch-alias": {
36 "dev-master": "1.0-dev" 36 "dev-master": "1.1-dev"
37 } 37 }
38 } 38 }
39 } 39 }