scratch – Diff between revs 88 and 109
?pathlinks?
Rev 88 | Rev 109 | |||
---|---|---|---|---|
Line 4... | Line 4... | |||
4 | |
4 | |
|
5 | $vendorDir = dirname(dirname(__FILE__)); |
5 | $vendorDir = dirname(dirname(__FILE__)); |
|
Line 6... | Line 6... | |||
6 | $baseDir = dirname($vendorDir); |
6 | $baseDir = dirname($vendorDir); |
|
- | 7 | |
||
- | 8 | return array( |
||
- | 9 | 'Symfony\\Component\\Process\\' => array($vendorDir . '/symfony/process'), |
||
- | 10 | 'Symfony\\Component\\Filesystem\\' => array($vendorDir . '/symfony/filesystem'), |
||
- | 11 | 'Psr\\Log\\' => array($vendorDir . '/psr/log/Psr/Log'), |
||
7 | |
12 | 'Monolog\\' => array($vendorDir . '/monolog/monolog/src/Monolog'), |