From cfb699bee641fb50204046065bbe3df7724f71a3 Mon Sep 17 00:00:00 2001 From: Renato Mendes Figueiredo Date: Mon, 30 Oct 2017 15:45:54 +0100 Subject: [PATCH] OverblogGraphiQLBundle: Added recipe for ^0.1.0 --- .../graphiql-bundle/0.1/config/routes/dev/graphiql.yaml | 2 ++ overblog/graphiql-bundle/0.1/manifest.json | 8 ++++++++ overblog/graphiql-bundle/0.1/post-install.txt | 2 ++ 3 files changed, 12 insertions(+) create mode 100644 overblog/graphiql-bundle/0.1/config/routes/dev/graphiql.yaml create mode 100644 overblog/graphiql-bundle/0.1/manifest.json create mode 100644 overblog/graphiql-bundle/0.1/post-install.txt diff --git a/overblog/graphiql-bundle/0.1/config/routes/dev/graphiql.yaml b/overblog/graphiql-bundle/0.1/config/routes/dev/graphiql.yaml new file mode 100644 index 00000000..970ea2d7 --- /dev/null +++ b/overblog/graphiql-bundle/0.1/config/routes/dev/graphiql.yaml @@ -0,0 +1,2 @@ +overblog_graphiql: + resource: "@OverblogGraphiQLBundle/Resources/config/routing.xml" diff --git a/overblog/graphiql-bundle/0.1/manifest.json b/overblog/graphiql-bundle/0.1/manifest.json new file mode 100644 index 00000000..afa800dd --- /dev/null +++ b/overblog/graphiql-bundle/0.1/manifest.json @@ -0,0 +1,8 @@ +{ + "bundles": { + "Overblog\\GraphiQLBundle\\OverblogGraphiQLBundle": ["dev"] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + } +} diff --git a/overblog/graphiql-bundle/0.1/post-install.txt b/overblog/graphiql-bundle/0.1/post-install.txt new file mode 100644 index 00000000..54fd358d --- /dev/null +++ b/overblog/graphiql-bundle/0.1/post-install.txt @@ -0,0 +1,2 @@ + Next for OverblogGraphiQLBundle + 1. Browse to /graphiql