8000 Added Propel to the vendors.php script · symfony/symfony@dd5d72a · GitHub
[go: up one dir, main page]

Skip to content

Commit dd5d72a

Browse files
committed
Added Propel to the vendors.php script
1 parent b80951c commit dd5d72a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

vendors.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,11 +36,12 @@
3636
array('doctrine-dbal', 'http://github.com/doctrine/dbal.git', 'origin/master'),
3737
array('doctrine-common', 'http://github.com/doctrine/common.git', 'origin/master'),
3838
array('twig', 'http://github.com/fabpot/Twig.git', 'origin/master'),
39+
array('propel', 'http://github.com/propelorm/Propel.git', 'origin/master'),
3940
);
4041

4142
foreach ($deps as $dep) {
4243
list($name, $url, $rev) = $dep;
43-
44+
4445
if ($transport) {
4546
$url = preg_replace('/^(http:|https:|git:)(.*)/', $transport . ':$2', $url);
4647
}

0 commit comments

Comments
 (0)
0