Skip to content

Commit

Permalink
Fixed botched symfony component import.
Browse files Browse the repository at this point in the history
  • Loading branch information
cowlby committed Aug 3, 2011
1 parent a070e39 commit ad27a64
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .gitmodules
Original file line number Original file line Diff line number Diff line change
@@ -1,3 +1,9 @@
[submodule "Vendor/Packager"] [submodule "Vendor/Packager"]
path = Vendor/Packager path = Vendor/Packager
url = https://github.com/kamicane/packager.git url = https://github.com/kamicane/packager.git
[submodule "Vendor/Symfony/Component/ClassLoader"]
path = Vendor/Symfony/Component/ClassLoader
url = https://github.com/symfony/ClassLoader
[submodule "Vendor/Symfony/Component/Finder"]
path = Vendor/Symfony/Component/Finder
url = https://github.com/symfony/Finder
1 change: 1 addition & 0 deletions Vendor/Symfony/Component/ClassLoader
Submodule ClassLoader added at c00f87
1 change: 1 addition & 0 deletions Vendor/Symfony/Component/Finder
Submodule Finder added at 83d148

0 comments on commit ad27a64

Please sign in to comment.