From 0e158ac607cb4382495f7d85492355a590b8291f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20N=C3=A9grier?= Date: Wed, 8 Jan 2020 11:25:13 +0100 Subject: [PATCH] Upgrading Recipe to match new GraphQLite v4 release --- thecodingmachine/graphqlite-bundle/4.0/manifest.json | 8 ++++++++ thecodingmachine/graphqlite-bundle/4.0/post-install.txt | 7 +++++++ 2 files changed, 15 insertions(+) create mode 100644 thecodingmachine/graphqlite-bundle/4.0/manifest.json create mode 100644 thecodingmachine/graphqlite-bundle/4.0/post-install.txt diff --git a/thecodingmachine/graphqlite-bundle/4.0/manifest.json b/thecodingmachine/graphqlite-bundle/4.0/manifest.json new file mode 100644 index 00000000..28b18d53 --- /dev/null +++ b/thecodingmachine/graphqlite-bundle/4.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/4.0/post-install.txt b/thecodingmachine/graphqlite-bundle/4.0/post-install.txt new file mode 100644 index 00000000..3bae48d0 --- /dev/null +++ b/thecodingmachine/graphqlite-bundle/4.0/post-install.txt @@ -0,0 +1,7 @@ + + GraphQLite Configuration + + + * 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