Update Flex endpoint

This commit is contained in:
github-action[bot]
2023-05-02 13:46:28 +00:00
parent a33bc893b9
commit ddddfb2497
2 changed files with 32 additions and 11 deletions
@@ -0,0 +1,31 @@
{
"manifests": {
"nyholm/psr7": {
"manifest": {
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
}
},
"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": "a9f242fbadb1407681c019f38c67ab448b056341"
}
}
}
+1 -11
View File
@@ -18,24 +18,14 @@
" Psr\\Http\\Message\\UploadedFileFactoryInterface: '@nyholm.psr7.psr17_factory'",
" Psr\\Http\\Message\\UriFactoryInterface: '@nyholm.psr7.psr17_factory'",
"",
" # Register nyholm/psr7 services for autowiring with HTTPlug factories",
" Http\\Message\\MessageFactory: '@nyholm.psr7.httplug_factory'",
" Http\\Message\\RequestFactory: '@nyholm.psr7.httplug_factory'",
" Http\\Message\\ResponseFactory: '@nyholm.psr7.httplug_factory'",
" Http\\Message\\StreamFactory: '@nyholm.psr7.httplug_factory'",
" Http\\Message\\UriFactory: '@nyholm.psr7.httplug_factory'",
"",
" nyholm.psr7.psr17_factory:",
" class: Nyholm\\Psr7\\Factory\\Psr17Factory",
"",
" nyholm.psr7.httplug_factory:",
" class: Nyholm\\Psr7\\Factory\\HttplugFactory",
""
],
"executable": false
}
},
"ref": "0cd4d2d0e7f646fda75f9944f747a56e6ed13d4c"
"ref": "a9f242fbadb1407681c019f38c67ab448b056341"
}
}
}