From 961655049eb54c7aacfc94682f15074d6f60ce1a Mon Sep 17 00:00:00 2001 From: Oskar Stark Date: Wed, 17 Mar 2021 08:13:11 +0100 Subject: [PATCH] Add oskarstark/symfony-http-responder --- .../config/packages/oskarstark_symfony_http_responder.yaml | 2 ++ oskarstark/symfony-http-responder/0.1/manifest.json | 5 +++++ 2 files changed, 7 insertions(+) create mode 100644 oskarstark/symfony-http-responder/0.1/config/packages/oskarstark_symfony_http_responder.yaml create mode 100644 oskarstark/symfony-http-responder/0.1/manifest.json diff --git a/oskarstark/symfony-http-responder/0.1/config/packages/oskarstark_symfony_http_responder.yaml b/oskarstark/symfony-http-responder/0.1/config/packages/oskarstark_symfony_http_responder.yaml new file mode 100644 index 00000000..7a36fec1 --- /dev/null +++ b/oskarstark/symfony-http-responder/0.1/config/packages/oskarstark_symfony_http_responder.yaml @@ -0,0 +1,2 @@ +services: + OskarStark\Symfony\Http\Responder: null diff --git a/oskarstark/symfony-http-responder/0.1/manifest.json b/oskarstark/symfony-http-responder/0.1/manifest.json new file mode 100644 index 00000000..e164c6e6 --- /dev/null +++ b/oskarstark/symfony-http-responder/0.1/manifest.json @@ -0,0 +1,5 @@ +{ + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + } +}