-
Notifications
You must be signed in to change notification settings - Fork 1
/
.gitmodules
42 lines (42 loc) · 2.03 KB
/
.gitmodules
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
[submodule "components/composer-packages/php-app-config"]
path = components/composer-packages/php-app-config
url = https://github.com/neam/php-app-config.git
branch = develop
[submodule "components/composer-packages/yii-dna-deployment"]
path = components/composer-packages/yii-dna-deployment
url = https://github.com/neam/yii-dna-deployment.git
branch = develop
[submodule "components/composer-packages/yii-dna-pre-release-testing"]
path = components/composer-packages/yii-dna-pre-release-testing
url = https://github.com/neam/yii-dna-pre-release-testing.git
branch = develop
[submodule "components/composer-packages/yii-dna-test-framework"]
path = components/composer-packages/yii-dna-test-framework
url = https://github.com/neam/yii-dna-test-framework.git
branch = develop
[submodule "components/composer-packages/yii-dna-debug-modes-and-error-handling"]
path = components/composer-packages/yii-dna-debug-modes-and-error-handling
url = https://github.com/neam/yii-dna-debug-modes-and-error-handling.git
branch = develop
[submodule "components/tools/dna-code-generator"]
path = components/tools/dna-code-generator
url = https://github.com/neam/dna-code-generator
branch = phundament-as-dna-code-generator
[submodule "components/composer-packages/docker-stack"]
path = components/composer-packages/docker-stack
url = https://github.com/neam/docker-stack.git
branch = develop
[submodule "boilerplates/project-root"]
path = boilerplates/project-root
url = https://github.com/neam/dna-project-base-project-root-boilerplate.git
branch = develop
[submodule "boilerplates/12-factor-app"]
path = boilerplates/12-factor-app
url = https://github.com/neam/dna-project-base-12-factor-app-boilerplate.git
branch = develop
[submodule "base-modules/dna-project-base-angular-frontend"]
path = base-modules/dna-project-base-angular-frontend
url = [email protected]:neam/dna-project-base-angular-frontend.git
[submodule "base-modules/dna-project-base-rest-api"]
path = base-modules/dna-project-base-rest-api
url = [email protected]:neam/dna-project-base-rest-api.git