]> git.pld-linux.org Git - packages/composer.git/blob - autoload-config.patch
R zlib ext to open compressed phar archives
[packages/composer.git] / autoload-config.patch
1 --- composer-1.0.0-0.alpha8.3.ac497fe/vendor/composer/autoload_namespaces.php~  2014-06-20 16:57:55.000000000 +0300
2 +++ composer-1.0.0-0.alpha8.3.ac497fe/vendor/composer/autoload_namespaces.php   2014-06-20 16:58:38.314091739 +0300
3 @@ -4,8 +4,15 @@
4  
5  $vendorDir = dirname(dirname(__FILE__));
6  $baseDir = dirname($vendorDir);
7 +$pearDir = PEAR_INSTALL_DIR . '/';
8 +$phpDir = defined('PHP_DATADIR') ? PHP_DATADIR . '/php/' : '';
9  
10  return array(
11 +    'Symfony\\Component\\Process\\' => array($pearDir),
12 +    'Symfony\\Component\\Finder' => array($pearDir),
13 +    'Symfony\\Component\\Console\\' => array($pearDir),
14 +    'Seld\\JsonLint' => array($phpDir),
15 +    'JsonSchema' => array($phpDir),
16      'Composer\\Test' => array($baseDir . '/tests'),
17      'Composer' => array($baseDir . '/src'),
18  );
This page took 0.029876 seconds and 3 git commands to generate.