Explorar o código

Fix KnpLabs case in repo urls

Matthieu Bontemps %!s(int64=13) %!d(string=hai) anos
pai
achega
147ffebded
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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) {