This commit is contained in:
Kilian Hofmann 2021-07-25 17:39:15 +02:00
parent a8e95a2125
commit 7af3632150
4 changed files with 27 additions and 3 deletions

@ -1 +1 @@
Subproject commit 3096af9c7a3c5df561abd4ba83077124a7fd8de8
Subproject commit 3d657ecfd8696cb4b9b5ad2a35408ee969d00387

@ -1 +1 @@
Subproject commit 0a7f86dc339cbc5e2f5fd0717444b768dfd2fdb3
Subproject commit 644f3697c734916f42ca8b546290f81185619932

@ -1 +1 @@
Subproject commit 839f50a836feb2c6fbb205289e15b0ebeb84b46f
Subproject commit 9496ea48e8736ccd15722eafdbbbd8353d7eddbb

24
composer.json Normal file
View File

@ -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"
}
}
}