]> git.pld-linux.org Git - packages/composer.git/commitdiff
fix autoload for spdx and semver
authorElan Ruusamäe <glen@delfi.ee>
Wed, 25 Nov 2015 17:09:24 +0000 (19:09 +0200)
committerElan Ruusamäe <glen@delfi.ee>
Wed, 25 Nov 2015 17:09:24 +0000 (19:09 +0200)
autoload-config.patch

index 1195bc79e7fb9c3aa0f071e910bc2e632f824c5a..ee7191bc7d5926d64aa9a45e4ce4705702ae52a7 100644 (file)
@@ -11,8 +11,8 @@
 +    'Symfony\\Component\\Process\\' => array($pearDir),
 +    'Symfony\\Component\\Finder' => array($pearDir),
 +    'Symfony\\Component\\Console\\' => array($pearDir),
-+    'Composer\\Spdx\\' => array($pearDir),
-+    'Composer\\Semver\\' => array($pearDir),
++    'Composer\\Spdx\\' => array($phpDir),
++    'Composer\\Semver\\' => array($phpDir),
 +    'Seld\\JsonLint' => array($phpDir),
 +    'JsonSchema' => array($phpDir),
  );
This page took 0.128093 seconds and 4 git commands to generate.