You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
50 lines
1.4 KiB
50 lines
1.4 KiB
{ |
|
"name": "symfony/psr-http-message-bridge", |
|
"type": "symfony-bridge", |
|
"description": "PSR HTTP message bridge", |
|
"keywords": ["http", "psr-7", "psr-17", "http-message"], |
|
"homepage": "https://symfony.com", |
|
"license": "MIT", |
|
"authors": [ |
|
{ |
|
"name": "Fabien Potencier", |
|
"email": "fabien@symfony.com" |
|
}, |
|
{ |
|
"name": "Symfony Community", |
|
"homepage": "https://symfony.com/contributors" |
|
} |
|
], |
|
"require": { |
|
"php": ">=8.4.1", |
|
"psr/http-message": "^1.0|^2.0", |
|
"symfony/http-foundation": "^7.4|^8.0" |
|
}, |
|
"require-dev": { |
|
"nyholm/psr7": "^1.1", |
|
"php-http/discovery": "^1.15", |
|
"psr/log": "^1.1.4|^2|^3", |
|
"symfony/browser-kit": "^7.4|^8.0", |
|
"symfony/config": "^7.4|^8.0", |
|
"symfony/event-dispatcher": "^7.4|^8.0", |
|
"symfony/framework-bundle": "^7.4|^8.0", |
|
"symfony/http-kernel": "^7.4|^8.0", |
|
"symfony/runtime": "^7.4|^8.0" |
|
}, |
|
"conflict": { |
|
"php-http/discovery": "<1.15" |
|
}, |
|
"config": { |
|
"allow-plugins": { |
|
"php-http/discovery": false, |
|
"symfony/runtime": false |
|
} |
|
}, |
|
"autoload": { |
|
"psr-4": { "Symfony\\Bridge\\PsrHttpMessage\\": "" }, |
|
"exclude-from-classmap": [ |
|
"/Tests/" |
|
] |
|
}, |
|
"minimum-stability": "dev" |
|
}
|
|
|