Skip to content

Commit

Permalink
Added Doctrine Common and Doctrine DBAL in vendors.php
Browse files Browse the repository at this point in the history
  • Loading branch information
francisbesset committed Jul 4, 2011
1 parent 8a96f8c commit 21e0659
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions vendors.php
Expand Up @@ -24,6 +24,8 @@

$deps = array(
array('symfony', 'http://github.com/symfony/symfony.git', 'origin/HEAD'),
array('doctrine-common', 'http://github.com/doctrine/common.git', 'origin/HEAD'),
array('doctrine-dbal', 'http://github.com/doctrine/dbal.git', 'origin/HEAD'),
);

foreach ($deps as $dep) {
Expand Down

0 comments on commit 21e0659

Please sign in to comment.