[packages/composer] fix autoload of JsonLint
glen
glen at pld-linux.org
Tue Apr 15 07:04:32 CEST 2014
commit bd2db6a45e02f25f09c87dc4d9fb6ba444224e83
Author: Elan Ruusamäe <glen at delfi.ee>
Date: Tue Apr 15 08:04:08 2014 +0300
fix autoload of JsonLint
autoload-config.patch | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/autoload-config.patch b/autoload-config.patch
index 6ef9961..426239e 100644
--- a/autoload-config.patch
+++ b/autoload-config.patch
@@ -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'),
);
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/composer.git/commitdiff/bd2db6a45e02f25f09c87dc4d9fb6ba444224e83
More information about the pld-cvs-commit
mailing list