Browse Source

Merge pull request #439 from mbontemps/patch-2

Fix KnpLabs case in repo urls
Thomas 13 năm trước cách đây
mục cha
commit
4fbb6ae878
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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) {