]> git.pld-linux.org Git - packages/composer.git/blob - system-symfony.patch
6ef996120ccc74099f64d2194722caad6fd03ada
[packages/composer.git] / system-symfony.patch
1 --- composer-1.0.0-0.alpha8.0.20/vendor/composer/autoload_namespaces.php~       2014-04-09 20:10:11.000000000 +0300
2 +++ composer-1.0.0-0.alpha8.0.20/vendor/composer/autoload_namespaces.php        2014-04-09 20:12:08.796194842 +0300
3 @@ -4,7 +4,14 @@
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. '/Seld/JsonLint'),
15 +    'JsonSchema' => array($phpDir),
16      'Composer' => array($baseDir . '/src'),
17  );
This page took 0.205611 seconds and 2 git commands to generate.