[packages/composer/1.0.0-alpha11-dev: 6/7] fix autoload for spdx and semver
glen
glen at pld-linux.org
Wed Nov 25 21:10:25 CET 2015
commit 9e145523c1497f529e32776a5745ceb29926d6e6
Author: Elan Ruusamäe <glen at delfi.ee>
Date: Wed Nov 25 19:09:24 2015 +0200
fix autoload for spdx and semver
autoload-config.patch | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/autoload-config.patch b/autoload-config.patch
index 1195bc7..ee7191b 100644
--- a/autoload-config.patch
+++ b/autoload-config.patch
@@ -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),
);
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/composer.git/commitdiff/b4e74b61056acbaba0feb842bf6534137b1683a6
More information about the pld-cvs-commit
mailing list