Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
updated vendors for 2.0.7
  • Loading branch information
fabpot committed Dec 8, 2011
1 parent b00e91b commit 2efb6d5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions vendors.php
Expand Up @@ -32,12 +32,12 @@
}

$deps = array(
array('doctrine', 'http://github.com/doctrine/doctrine2.git', '2.1.2'),
array('doctrine-dbal', 'http://github.com/doctrine/dbal.git', '2.1.3'),
array('doctrine-common', 'http://github.com/doctrine/common.git', '2.1.2'),
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'),
array('monolog', 'http://github.com/Seldaek/monolog.git', '1.0.2'),
array('swiftmailer', 'http://github.com/swiftmailer/swiftmailer.git', 'v4.1.3'),
array('twig', 'http://github.com/fabpot/Twig.git', 'v1.1.2'),
array('twig', 'http://github.com/fabpot/Twig.git', 'v1.4.0'),
);

foreach ($deps as $dep) {
Expand Down

0 comments on commit 2efb6d5

Please sign in to comment.