diff --git a/thecodingmachine/graphqlite-bundle/3.0/config/packages/graphqlite.yaml b/thecodingmachine/graphqlite-bundle/3.0/config/packages/graphqlite.yaml new file mode 100644 index 00000000..73fc9a23 --- /dev/null +++ b/thecodingmachine/graphqlite-bundle/3.0/config/packages/graphqlite.yaml @@ -0,0 +1,6 @@ +# Read more about GraphQLite available options at: https://graphqlite.thecodingmachine.io/docs/symfony-bundle +graphqlite: + namespace: + controllers: App\Controller\ + types: + - App\ diff --git a/thecodingmachine/graphqlite-bundle/3.0/manifest.json b/thecodingmachine/graphqlite-bundle/3.0/manifest.json new file mode 100644 index 00000000..bd35527d --- /dev/null +++ b/thecodingmachine/graphqlite-bundle/3.0/manifest.json @@ -0,0 +1,8 @@ +{ + "bundles": { + "TheCodingMachine\\Graphqlite\\Bundle\\GraphqliteBundle": ["all"] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + } +}