Prechádzať zdrojové kódy

[vendors] replaced symfony vendors with modules

gediminasm 14 rokov pred
rodič
commit
f24f2b01cd

+ 1 - 0
.gitignore

@@ -2,6 +2,7 @@ tests/phpunit.xml
 tests/temp/*.php
 build/
 scripts/
+.gitmodules
 .project
 .settings
 .build.xml

+ 12 - 0
.gitmodules.dist

@@ -13,3 +13,15 @@
 [submodule "vendor/doctrine-mongodb-odm"]
 	path = vendor/doctrine-mongodb-odm
 	url = git://github.com/doctrine/mongodb-odm.git
+[submodule "vendor/Symfony/Component/ClassLoader"]
+	path = vendor/Symfony/Component/ClassLoader
+	url = git://github.com/symfony/ClassLoader.git
+[submodule "vendor/Symfony/Component/Yaml"]
+	path = vendor/Symfony/Component/Yaml
+	url = git://github.com/symfony/Yaml.git
+[submodule "vendor/Symfony/Component/Finder"]
+	path = vendor/Symfony/Component/Finder
+	url = git://github.com/symfony/Finder.git
+[submodule "vendor/Symfony/Component/Console"]
+	path = vendor/Symfony/Component/Console
+	url = git://github.com/symfony/Console.git

+ 1 - 0
vendor/Symfony/Component/ClassLoader

@@ -0,0 +1 @@
+Subproject commit 86fed40f30a64d0726ed19060d4b872f2feaaf7d

+ 1 - 0
vendor/Symfony/Component/Console

@@ -0,0 +1 @@
+Subproject commit d8ccb833b19ca7965fd320737a4dec5f152bb7ef

+ 1 - 0
vendor/Symfony/Component/Finder

@@ -0,0 +1 @@
+Subproject commit 42709a7857fd46fd67fdb452302f1b0bdcd4eccb

+ 1 - 0
vendor/Symfony/Component/Yaml

@@ -0,0 +1 @@
+Subproject commit 9a5dc42f6611d6c103e6c0dc1c4688994fd68a89