Skip to content

Commit

Permalink
Added Propel to the vendors.php script
Browse files Browse the repository at this point in the history
  • Loading branch information
willdurand committed Feb 13, 2012
1 parent b80951c commit dd5d72a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion vendors.php
Expand Up @@ -36,11 +36,12 @@
array('doctrine-dbal', 'http://github.com/doctrine/dbal.git', 'origin/master'),
array('doctrine-common', 'http://github.com/doctrine/common.git', 'origin/master'),
array('twig', 'http://github.com/fabpot/Twig.git', 'origin/master'),
array('propel', 'http://github.com/propelorm/Propel.git', 'origin/master'),
);

foreach ($deps as $dep) {
list($name, $url, $rev) = $dep;

if ($transport) {
$url = preg_replace('/^(http:|https:|git:)(.*)/', $transport . ':$2', $url);
}
Expand Down

0 comments on commit dd5d72a

Please sign in to comment.