Skip to content

Commit

Permalink
updated vendors script
Browse files Browse the repository at this point in the history
  • Loading branch information
fabpot committed Jul 1, 2011
1 parent 5da21d1 commit e167092
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions vendors.php
Expand Up @@ -28,8 +28,8 @@
array('doctrine-dbal', 'http://github.com/doctrine/dbal.git', 'origin/HEAD'),
array('doctrine-common', 'http://github.com/doctrine/common.git', 'origin/HEAD'),
array('monolog', 'http://github.com/Seldaek/monolog.git', 'origin/HEAD'),
array('swiftmailer', 'http://github.com/swiftmailer/swiftmailer.git', 'origin/4.1'),
array('twig', 'http://github.com/fabpot/Twig.git', 'origin/HEAD'),
array('swiftmailer', 'http://github.com/swiftmailer/swiftmailer.git', 'v4.1.0'),
array('twig', 'http://github.com/fabpot/Twig.git', 'v1.1.0'),
);

foreach ($deps as $dep) {
Expand Down

0 comments on commit e167092

Please sign in to comment.