From b2369bb877c9ecafb8a5f80d60ed9f3ac1c47a40 Mon Sep 17 00:00:00 2001 From: Aleksander Mahnert Date: Fri, 26 Jul 2024 17:23:23 +0200 Subject: [PATCH] Bugfix - manifest.json for thecodingmachine/graphqlite-bundle (#1651) * Bugfix - manifest.json for thecodingmachine/graphqlite-bundle * fix namespace * Revert "Bugfix - manifest.json for thecodingmachine/graphqlite-bundle" This reverts commit 8a08c47701ad3a74d4b628e82f1c0f72ac6d813e. * Bugfix - manifest.json for thecodingmachine/graphqlite-bundle * upd --- thecodingmachine/graphqlite-bundle/6.0/manifest.json | 8 ++++++++ thecodingmachine/graphqlite-bundle/6.0/post-install.txt | 3 +++ 2 files changed, 11 insertions(+) create mode 100644 thecodingmachine/graphqlite-bundle/6.0/manifest.json create mode 100644 thecodingmachine/graphqlite-bundle/6.0/post-install.txt diff --git a/thecodingmachine/graphqlite-bundle/6.0/manifest.json b/thecodingmachine/graphqlite-bundle/6.0/manifest.json new file mode 100644 index 00000000..43d458a5 --- /dev/null +++ b/thecodingmachine/graphqlite-bundle/6.0/manifest.json @@ -0,0 +1,8 @@ +{ + "bundles": { + "TheCodingMachine\\GraphQLite\\Bundle\\GraphQLiteBundle": ["all"] + }, + "copy-from-package": { + "config-template/": "%CONFIG_DIR%/" + } +} diff --git a/thecodingmachine/graphqlite-bundle/6.0/post-install.txt b/thecodingmachine/graphqlite-bundle/6.0/post-install.txt new file mode 100644 index 00000000..81f26d59 --- /dev/null +++ b/thecodingmachine/graphqlite-bundle/6.0/post-install.txt @@ -0,0 +1,3 @@ + * Edit the config/packages/graphqlite.yml file to adapt the controllers and the types namespaces to your project. + +Documentation: https://graphqlite.thecodingmachine.io/docs/symfony-bundle