]> git.pld-linux.org Git - packages/composer.git/commitdiff
fix autoload of JsonLint
authorElan Ruusamäe <glen@delfi.ee>
Tue, 15 Apr 2014 05:04:08 +0000 (08:04 +0300)
committerElan Ruusamäe <glen@delfi.ee>
Tue, 15 Apr 2014 05:04:08 +0000 (08:04 +0300)
autoload-config.patch

index 6ef996120ccc74099f64d2194722caad6fd03ada..426239ec2ba285806e0f1534df03dc0c55601b2e 100644 (file)
@@ -11,7 +11,7 @@
 +    'Symfony\\Component\\Process\\' => array($pearDir),
 +    'Symfony\\Component\\Finder' => array($pearDir),
 +    'Symfony\\Component\\Console\\' => array($pearDir),
-+    'Seld\\JsonLint' => array($phpDir. '/Seld/JsonLint'),
++    'Seld\\JsonLint' => array($phpDir),
 +    'JsonSchema' => array($phpDir),
      'Composer' => array($baseDir . '/src'),
  );
This page took 0.024737 seconds and 4 git commands to generate.