1
0
Fork 0

Fix submodule URLs

pull/9/head
Jordi Boggiano 2011-08-03 23:59:13 +02:00
parent 1607ac2404
commit 965e687f1a
1 changed files with 5 additions and 5 deletions

10
.gitmodules vendored
View File

@ -1,15 +1,15 @@
[submodule "src/Symfony/Component/Process"]
path = src/Symfony/Component/Process
url = https://github.com/symfony/Process.git
url = http://github.com/symfony/Process.git
[submodule "src/Symfony/Component/Finder"]
path = src/Symfony/Component/Finder
url = https://github.com/symfony/Finder.git
url = http://github.com/symfony/Finder.git
[submodule "src/Symfony/Component/Config"]
path = src/Symfony/Component/Config
url = https://github.com/symfony/Config.git
url = http://github.com/symfony/Config.git
[submodule "src/Symfony/Component/ClassLoader"]
path = src/Symfony/Component/ClassLoader
url = https://github.com/symfony/ClassLoader.git
url = http://github.com/symfony/ClassLoader.git
[submodule "src/Symfony/Component/BrowserKit"]
path = src/Symfony/Component/BrowserKit
url = https://github.com/symfony/BrowserKit.git
url = http://github.com/symfony/BrowserKit.git