Browse Source

Merge pull request #439 from mbontemps/patch-2

Fix KnpLabs case in repo urls
Thomas 13 years ago
parent
commit
4fbb6ae878
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Tests/tests/vendors.php

+ 1 - 1
Tests/tests/vendors.php

@@ -10,7 +10,7 @@ if (!is_dir($vendorDir)) {
 
 $deps = array(
     array('symfony', 'git://github.com/symfony/symfony.git', isset($_SERVER['SYMFONY_VERSION']) ? $_SERVER['SYMFONY_VERSION'] : 'origin/master'),
-    array('knpmenu', 'git://github.com/knplabs/KnpMenu.git', 'origin/master')
+    array('knpmenu', 'git://github.com/KnpLabs/KnpMenu.git', 'origin/master')
 );
 
 foreach ($deps as $dep) {