Skip to content

Instantly share code, notes, and snippets.

@woledzki
Created April 12, 2012 17:21
Show Gist options
  • Save woledzki/2369296 to your computer and use it in GitHub Desktop.
Save woledzki/2369296 to your computer and use it in GitHub Desktop.
List of commonly used vendors
;
; Behat vendors
; http://behat.org
[gherkin]
git=https://github.com/Behat/Gherkin.git
target=/behat/gherkin
[behat]
git=https://github.com/Behat/Behat.git
target=/behat/behat
[BehatBundle]
git=https://github.com/Behat/BehatBundle.git
target=/bundles/Behat/BehatBundle
;
; Hoborg
; http://hoborglbas.com
[hoborgCommons]
git=git@bitbucket.org:hoborglabs/hoborg-commons.git
target=hoborg/Commons
[hoborgDisplayService]
git=git@bitbucket.org:hoborglabs/hoborg-displayservice.git
target=hoborg/DisplayService
[hoborgConcentService]
git=git@bitbucket.org:hoborglabs/contentservice.git
target=hoborg/ContentService
;
; Doctrine
;array('doctrine', 'http://github.com/doctrine/doctrine2.git', '2.1.4'),
;array('doctrine-dbal', 'http://github.com/doctrine/dbal.git', '2.1.5'),
;array('doctrine-common', 'http://github.com/doctrine/common.git', '2.1.4'),
;
; Other Libs
[monolog]
git=git://github.com/Seldaek/monolog.git
target=Monolog
[twig]
git=git://github.com/fabpot/Twig.git
target=Twig
[assetic]
git=git@github.com:woledzki/assetic.git
target=Assetic
[symfony2]
git=git://github.com/symfony/symfony.git
target=Symfony2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment