8000 updated VENDORS for 2.0.1 · attilabukor/symfony@7cb402d · GitHub
[go: up one dir, main page]

Skip to content

Commit 7cb402d

Browse files
committed
updated VENDORS for 2.0.1
1 parent 7275c88 commit 7cb402d

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

vendors.php

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -24,12 +24,12 @@
2424
}
2525

2626
$deps = array(
27-
array('doctrine', 'http://github.com/doctrine/doctrine2.git', '2.1.0'),
28-
array('doctrine-dbal', 'http://github.com/doctrine/dbal.git', '2.1.0'),
29-
array('doctrine-common', 'http://github.com/doctrine/common.git', '2.1.0'),
30-
array('monolog', 'http://github.com/Seldaek/monolog.git', '1.0.0'),
31-
array('swiftmailer', 'http://github.com/swiftmailer/swiftmailer.git', 'v4.1.0'),
32-
array('twig', 'http://github.com/fabpot/Twig.git', 'v1.1.1'),
27+
array('doctrine', 'http://github.com/doctrine/doctrine2.git', '2.1.1'),
28+
array('doctrine-dbal', 'http://github.com/doctrine/dbal.git', '2.1.1'),
29+
array('doctrine-common', 'http://github.com/doctrine/common.git', '2.1.1'),
30+
array('monolog', 'http://github.com/Seldaek/monolog.git', '1.0.1'),
31+
array('swiftmailer', 'http://github.com/swiftmailer/swiftmailer.git', 'v4.1.1'),
32+
array('twig', 'http://github.com/fabpot/Twig.git', 'v1.1.2'),
3333
);
3434

3535
foreach ($deps as $dep) {

0 commit comments

Comments
 (0)
0