-
Notifications
You must be signed in to change notification settings - Fork 1
/
.gitmodules
33 lines (33 loc) · 1.37 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
[submodule "vendor/Symfony/Component/ClassLoader"]
path = vendor/Symfony/Component/ClassLoader
url = https://github.com/symfony/ClassLoader.git
[submodule "vendor/Symfony/Component/HttpFoundation"]
path = vendor/Symfony/Component/HttpFoundation
url = https://github.com/symfony/HttpFoundation.git
[submodule "vendor/Symfony/Component/Routing"]
path = vendor/Symfony/Component/Routing
url = https://github.com/symfony/Routing.git
[submodule "vendor/Symfony/Component/Config"]
path = vendor/Symfony/Component/Config
url = https://github.com/symfony/Config.git
[submodule "vendor/Symfony/Component/Yaml"]
path = vendor/Symfony/Component/Yaml
url = https://github.com/symfony/Yaml.git
[submodule "vendor/doctrine"]
path = vendor/doctrine
url = https://github.com/doctrine/doctrine2.git
[submodule "vendor/doctrine-common"]
path = vendor/doctrine-common
url = https://github.com/doctrine/common.git
[submodule "vendor/doctrine-dbal"]
path = vendor/doctrine-dbal
url = https://github.com/doctrine/dbal.git
[submodule "vendor/Symfony/Component/Console"]
path = vendor/Symfony/Component/Console
url = https://github.com/symfony/Console.git
[submodule "vendor/twig"]
path = vendor/twig
url = git://github.com/fabpot/Twig.git
[submodule "vendor/Symfony/Component/DependencyInjection"]
path = vendor/Symfony/Component/DependencyInjection
url = https://github.com/symfony/DependencyInjection