Skip to content

Instantly share code, notes, and snippets.

@DamianZaremba
Created March 21, 2012 05:33
Show Gist options
  • Save DamianZaremba/2144821 to your computer and use it in GitHub Desktop.
Save DamianZaremba/2144821 to your computer and use it in GitHub Desktop.
Symfony git submodules
[submodule "/path/to/project/vendor/symfony"]
path = /path/to/project/vendor/symfony
url = git://github.com/symfony/symfony.git
[submodule "/path/to/project/vendor/twig"]
path = /path/to/project/vendor/twig
url = git://github.com/fabpot/Twig.git
[submodule "/path/to/project/vendor/monolog"]
path = /path/to/project/vendor/monolog
url = git://github.com/Seldaek/monolog.git
[submodule "/path/to/project/vendor/doctrine-common"]
path = /path/to/project/vendor/doctrine-common
url = git://github.com/doctrine/common.git
[submodule "/path/to/project/vendor/doctrine-dbal"]
path = /path/to/project/vendor/doctrine-dbal
url = git://github.com/doctrine/dbal.git
[submodule "/path/to/project/vendor/doctrine"]
path = /path/to/project/vendor/doctrine
url = git://github.com/doctrine/doctrine2.git
[submodule "/path/to/project/vendor/swiftmailer"]
path = /path/to/project/vendor/swiftmailer
url = git://github.com/swiftmailer/swiftmailer.git
[submodule "/path/to/project/vendor/assetic"]
path = /path/to/project/vendor/assetic
url = git://github.com/kriswallsmith/assetic.git
[submodule "/path/to/project/vendor/twig-extensions"]
path = /path/to/project/vendor/twig-extensions
url = git://github.com/fabpot/Twig-extensions.git
[submodule "/path/to/project/vendor/metadata"]
path = /path/to/project/vendor/metadata
url = git://github.com/schmittjoh/metadata.git
[submodule "/path/to/project/vendor/bundles/Sensio/Bundle/FrameworkExtraBundle"]
path = /path/to/project/vendor/bundles/Sensio/Bundle/FrameworkExtraBundle
url = git://github.com/sensio/SensioFrameworkExtraBundle.git
[submodule "/path/to/project/vendor/bundles/JMS/SecurityExtraBundle"]
path = /path/to/project/vendor/bundles/JMS/SecurityExtraBundle
url = git://github.com/schmittjoh/JMSSecurityExtraBundle.git
[submodule "/path/to/project/vendor/bundles/Sensio/Bundle/GeneratorBundle"]
path = /path/to/project/vendor/bundles/Sensio/Bundle/GeneratorBundle
url = git://github.com/sensio/SensioGeneratorBundle.git
[submodule "/path/to/project/vendor/bundles/Symfony/Bundle/AsseticBundle"]
path = /path/to/project/vendor/bundles/Symfony/Bundle/AsseticBundle
url = git://github.com/symfony/AsseticBundle.git
[submodule "/path/to/project/vendor/bundles/Sensio/Bundle/DistributionBundle"]
path = /path/to/project/vendor/bundles/Sensio/Bundle/DistributionBundle
url = git://github.com/sensio/SensioDistributionBundle.git
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment