mirror of
https://github.com/symfony/recipes.git
synced 2026-09-15 17:16:24 +03:00
35 lines
1.5 KiB
JSON
35 lines
1.5 KiB
JSON
{
|
|
"manifests": {
|
|
"nyholm/psr7": {
|
|
"manifest": {
|
|
"copy-from-recipe": {
|
|
"config/": "%CONFIG_DIR%/"
|
|
},
|
|
"conflict": {
|
|
"php-http/discovery": ">=1.18"
|
|
}
|
|
},
|
|
"files": {
|
|
"config/packages/nyholm_psr7.yaml": {
|
|
"contents": [
|
|
"services:",
|
|
" # Register nyholm/psr7 services for autowiring with PSR-17 (HTTP factories)",
|
|
" Psr\\Http\\Message\\RequestFactoryInterface: '@nyholm.psr7.psr17_factory'",
|
|
" Psr\\Http\\Message\\ResponseFactoryInterface: '@nyholm.psr7.psr17_factory'",
|
|
" Psr\\Http\\Message\\ServerRequestFactoryInterface: '@nyholm.psr7.psr17_factory'",
|
|
" Psr\\Http\\Message\\StreamFactoryInterface: '@nyholm.psr7.psr17_factory'",
|
|
" Psr\\Http\\Message\\UploadedFileFactoryInterface: '@nyholm.psr7.psr17_factory'",
|
|
" Psr\\Http\\Message\\UriFactoryInterface: '@nyholm.psr7.psr17_factory'",
|
|
"",
|
|
" nyholm.psr7.psr17_factory:",
|
|
" class: Nyholm\\Psr7\\Factory\\Psr17Factory",
|
|
""
|
|
],
|
|
"executable": false
|
|
}
|
|
},
|
|
"ref": "4a8c0345442dcca1d8a2c65633dcf0285dd5a5a2"
|
|
}
|
|
}
|
|
}
|