From c11e656b61a18186a55b228a0ac9252e4dbbdfc7 Mon Sep 17 00:00:00 2001 From: Holger Veltrup Date: Wed, 22 May 2024 14:23:01 +0200 Subject: [PATCH] refactor: overwrite graphql configs --- .../graphql-search-bundle/1.0}/config/routes/graphql.yaml | 0 overblog/graphql-bundle/0.12/manifest.json | 8 -------- 2 files changed, 8 deletions(-) rename {overblog/graphql-bundle/0.12 => atoolo/graphql-search-bundle/1.0}/config/routes/graphql.yaml (100%) delete mode 100644 overblog/graphql-bundle/0.12/manifest.json diff --git a/overblog/graphql-bundle/0.12/config/routes/graphql.yaml b/atoolo/graphql-search-bundle/1.0/config/routes/graphql.yaml similarity index 100% rename from overblog/graphql-bundle/0.12/config/routes/graphql.yaml rename to atoolo/graphql-search-bundle/1.0/config/routes/graphql.yaml diff --git a/overblog/graphql-bundle/0.12/manifest.json b/overblog/graphql-bundle/0.12/manifest.json deleted file mode 100644 index 42ec53d..0000000 --- a/overblog/graphql-bundle/0.12/manifest.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "bundles": { - "Overblog\\GraphQLBundle\\OverblogGraphQLBundle": ["all"] - }, - "copy-from-recipe": { - "config/": "%CONFIG_DIR%/" - } -}