From 8a08c47701ad3a74d4b628e82f1c0f72ac6d813e Mon Sep 17 00:00:00 2001 From: Aleksander Mahnert Date: Fri, 26 Jul 2024 16:05:12 +0200 Subject: [PATCH] Bugfix - manifest.json for thecodingmachine/graphqlite-bundle --- thecodingmachine/graphqlite-bundle/3.0/manifest.json | 2 +- thecodingmachine/graphqlite-bundle/4.0/manifest.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/thecodingmachine/graphqlite-bundle/3.0/manifest.json b/thecodingmachine/graphqlite-bundle/3.0/manifest.json index bd35527d..59ed7f83 100644 --- a/thecodingmachine/graphqlite-bundle/3.0/manifest.json +++ b/thecodingmachine/graphqlite-bundle/3.0/manifest.json @@ -1,6 +1,6 @@ { "bundles": { - "TheCodingMachine\\Graphqlite\\Bundle\\GraphqliteBundle": ["all"] + "TheCodingMachine\\GraphQlite\\Bundle\\GraphQLiteBundle": ["all"] }, "copy-from-recipe": { "config/": "%CONFIG_DIR%/" diff --git a/thecodingmachine/graphqlite-bundle/4.0/manifest.json b/thecodingmachine/graphqlite-bundle/4.0/manifest.json index 28b18d53..2cb67706 100644 --- a/thecodingmachine/graphqlite-bundle/4.0/manifest.json +++ b/thecodingmachine/graphqlite-bundle/4.0/manifest.json @@ -1,6 +1,6 @@ { "bundles": { - "TheCodingMachine\\Graphqlite\\Bundle\\GraphqliteBundle": ["all"] + "TheCodingMachine\\GraphQlite\\Bundle\\GraphQLiteBundle": ["all"] }, "copy-from-package": { "config-template/": "%CONFIG_DIR%/"