diff --git a/overblog/graphiql-bundle/0.1/config/packages/dev/graphiql.yaml b/overblog/graphiql-bundle/0.1/config/packages/dev/graphiql.yaml new file mode 100644 index 0000000..7ca7dd7 --- /dev/null +++ b/overblog/graphiql-bundle/0.1/config/packages/dev/graphiql.yaml @@ -0,0 +1,5 @@ +overblog_graphiql: + javascript_libraries: + graphiql: "3.0.10" + react: "18.2.0" + fetch: "3.6.19" \ No newline at end of file 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 0000000..970ea2d --- /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 0000000..afa800d --- /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%/" + } +}