forked from 77web/SilexDoctrineExtension
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitmodules
27 lines (27 loc) · 1.04 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
[submodule "vendor/Symfony/Component/HttpKernel"]
path = vendor/Symfony/Component/HttpKernel
url = https://github.com/symfony/HttpKernel
[submodule "vendor/Symfony/Component/Finder"]
path = vendor/Symfony/Component/Finder
url = https://github.com/symfony/Finder
[submodule "vendor/Symfony/Component/ClassLoader"]
path = vendor/Symfony/Component/ClassLoader
url = https://github.com/symfony/ClassLoader
[submodule "vendor/doctrine-common"]
path = vendor/doctrine-common
url = git://github.com/doctrine/common.git
[submodule "vendor/doctrine-dbal"]
path = vendor/doctrine-dbal
url = git://github.com/doctrine/dbal.git
[submodule "vendor/doctrine"]
path = vendor/doctrine
url = git://github.com/doctrine/doctrine2.git
[submodule "vendor/silex"]
path = vendor/silex
url = https://github.com/fabpot/Silex.git
[submodule "vendor/doctrine-mongodb-odm"]
path = vendor/doctrine-mongodb-odm
url = git://github.com/doctrine/mongodb-odm.git
[submodule "vendor/doctrine-mongodb"]
path = vendor/doctrine-mongodb
url = git://github.com/doctrine/mongodb.git