From a9e93d50bcf3b5604c0b2a77beaf0e5e01080473 Mon Sep 17 00:00:00 2001 From: Kilian Hofmann Date: Mon, 2 Aug 2021 15:52:08 +0200 Subject: [PATCH] React Plugin --- GermanAirlinesVA-React | 2 +- composer.json | 5 +++-- installer/ga_install.sh | 4 ++++ 3 files changed, 8 insertions(+), 3 deletions(-) diff --git a/GermanAirlinesVA-React b/GermanAirlinesVA-React index 7204cda..04a2c24 160000 --- a/GermanAirlinesVA-React +++ b/GermanAirlinesVA-React @@ -1 +1 @@ -Subproject commit 7204cdab6fcd771c6a6eb806f141cfb3115ea6bd +Subproject commit 04a2c243b2bd533b0d8748a8806ce274d9dbfd9a diff --git a/composer.json b/composer.json index db8f00a..b8c53bb 100644 --- a/composer.json +++ b/composer.json @@ -5,6 +5,7 @@ "require": { "germanairlinesva/graphql": "dev-master", "germanairlinesva/schooling": "dev-master", - "germanairlinesva/fleet": "dev-master" + "germanairlinesva/fleet": "dev-master", + "germanairlinesva/react": "dev-master" } -} \ No newline at end of file +} diff --git a/installer/ga_install.sh b/installer/ga_install.sh index 37754e0..f42a855 100755 --- a/installer/ga_install.sh +++ b/installer/ga_install.sh @@ -9,6 +9,10 @@ repos="{ \"type\": \"git\", \"url\": \"https://git.hofmannnet.myhome-server.de/GermanAirlines/GermanAirlinesVA-GraphQL.git\" }, + \"ga.react\": { + \"type\": \"git\", + \"url\": \"https://git.hofmannnet.myhome-server.de/GermanAirlines/GermanAirlinesVA-React.git\" + }, \"ga.schooling\": { \"type\": \"git\", \"url\": \"https://git.hofmannnet.myhome-server.de/GermanAirlines/GermanAirlinesVA-Schooling.git\"