From ddddfb24976e4f24d7615d1e154d15e1ae75ab73 Mon Sep 17 00:00:00 2001 From: "github-action[bot]" <> Date: Tue, 2 May 2023 13:46:28 +0000 Subject: [PATCH] Update Flex endpoint --- ...242fbadb1407681c019f38c67ab448b056341.json | 31 +++++++++++++++++++ nyholm.psr7.1.0.json | 12 +------ 2 files changed, 32 insertions(+), 11 deletions(-) create mode 100644 archived/nyholm.psr7/a9f242fbadb1407681c019f38c67ab448b056341.json diff --git a/archived/nyholm.psr7/a9f242fbadb1407681c019f38c67ab448b056341.json b/archived/nyholm.psr7/a9f242fbadb1407681c019f38c67ab448b056341.json new file mode 100644 index 00000000..6ade120b --- /dev/null +++ b/archived/nyholm.psr7/a9f242fbadb1407681c019f38c67ab448b056341.json @@ -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" + } + } +} diff --git a/nyholm.psr7.1.0.json b/nyholm.psr7.1.0.json index fabb902d..6ade120b 100644 --- a/nyholm.psr7.1.0.json +++ b/nyholm.psr7.1.0.json @@ -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" } } }