forked from vespolina/vespolina-sandbox
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitmodules
33 lines (33 loc) · 1.31 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 "src/vendor/symfony"]
path = src/vendor/symfony
url = https://github.com/fabpot/symfony.git
[submodule "src/vendor/doctrine"]
path = src/vendor/doctrine
url = https://github.com/doctrine/doctrine2.git
[submodule "src/vendor/doctrine-common"]
path = src/vendor/doctrine-common
url = https://github.com/doctrine/common.git
[submodule "src/vendor/doctrine-dbal"]
path = src/vendor/doctrine-dbal
url = https://github.com/doctrine/dbal.git
[submodule "src/vendor/doctrine-mongodb"]
path = src/vendor/doctrine-mongodb
url = https://github.com/doctrine/mongodb.git
[submodule "src/vendor/doctrine-migrations"]
path = src/vendor/doctrine-migrations
url = https://github.com/doctrine/migrations.git
[submodule "src/vendor/doctrine-mongodb-odm"]
path = src/vendor/doctrine-mongodb-odm
url = https://github.com/doctrine/mongodb-odm.git
[submodule "src/vendor/doctrine-data-fixtures"]
path = src/vendor/doctrine-data-fixtures
url = https://github.com/doctrine/data-fixtures.git
[submodule "src/vendor/twig"]
path = src/vendor/twig
url = https://github.com/fabpot/Twig.git
[submodule "src/vendor/swiftmailer"]
path = src/vendor/swiftmailer
url = https://github.com/swiftmailer/swiftmailer.git
[submodule "src/Bundle/FOS/UserBundle"]
path = src/Bundle/FOS/UserBundle
url = https://github.com/FriendsOfSymfony/UserBundle.git