From 7af36321505a6dfd7e5becb70a333bca4a54cc29 Mon Sep 17 00:00:00 2001 From: Kilian Hofmann Date: Sun, 25 Jul 2021 17:39:15 +0200 Subject: [PATCH] Composer --- GermanAirlinesVA-Fleet | 2 +- GermanAirlinesVA-GraphQL | 2 +- GermanAirlinesVA-Schooling | 2 +- composer.json | 24 ++++++++++++++++++++++++ 4 files changed, 27 insertions(+), 3 deletions(-) create mode 100644 composer.json diff --git a/GermanAirlinesVA-Fleet b/GermanAirlinesVA-Fleet index 3096af9..3d657ec 160000 --- a/GermanAirlinesVA-Fleet +++ b/GermanAirlinesVA-Fleet @@ -1 +1 @@ -Subproject commit 3096af9c7a3c5df561abd4ba83077124a7fd8de8 +Subproject commit 3d657ecfd8696cb4b9b5ad2a35408ee969d00387 diff --git a/GermanAirlinesVA-GraphQL b/GermanAirlinesVA-GraphQL index 0a7f86d..644f369 160000 --- a/GermanAirlinesVA-GraphQL +++ b/GermanAirlinesVA-GraphQL @@ -1 +1 @@ -Subproject commit 0a7f86dc339cbc5e2f5fd0717444b768dfd2fdb3 +Subproject commit 644f3697c734916f42ca8b546290f81185619932 diff --git a/GermanAirlinesVA-Schooling b/GermanAirlinesVA-Schooling index 839f50a..9496ea4 160000 --- a/GermanAirlinesVA-Schooling +++ b/GermanAirlinesVA-Schooling @@ -1 +1 @@ -Subproject commit 839f50a836feb2c6fbb205289e15b0ebeb84b46f +Subproject commit 9496ea48e8736ccd15722eafdbbbd8353d7eddbb diff --git a/composer.json b/composer.json new file mode 100644 index 0000000..48427be --- /dev/null +++ b/composer.json @@ -0,0 +1,24 @@ +{ + "name": "germanairlinesva/master", + "type": "october-plugin", + "description": "None", + "require": { + "germanairlinesva/graphql": "dev-master", + "germanairlinesva/schooling": "dev-master", + "germanairlinesva/fleet": "dev-master" + }, + "repositories": { + "ga.graphql": { + "type": "git", + "url": "https://git.hofmannnet.myhome-server.de/GermanAirlines/GermanAirlinesVA-GraphQL.git" + }, + "ga.schooling": { + "type": "git", + "url": "https://git.hofmannnet.myhome-server.de/GermanAirlines/GermanAirlinesVA-Schooling.git" + }, + "ga.fleet": { + "type": "git", + "url": "https://git.hofmannnet.myhome-server.de/GermanAirlines/GermanAirlinesVA-Fleet.git" + } + } +} \ No newline at end of file