23 lines
1023 B
PHP
23 lines
1023 B
PHP
|
|
<?php
|
||
|
|
|
||
|
|
// autoload_namespaces.php @generated by Composer
|
||
|
|
|
||
|
|
$vendorDir = dirname(__DIR__);
|
||
|
|
$baseDir = dirname($vendorDir);
|
||
|
|
|
||
|
|
return array(
|
||
|
|
'Twig_' => array($vendorDir . '/twig/twig/lib'),
|
||
|
|
'Pug\\' => array($vendorDir . '/pug-php/pug/src'),
|
||
|
|
'Phug\\' => array($vendorDir . '/phug/js-transformer-filter/src'),
|
||
|
|
'ParsedownExtra' => array($vendorDir . '/erusev/parsedown-extra'),
|
||
|
|
'Parsedown' => array($vendorDir . '/erusev/parsedown'),
|
||
|
|
'Neutron' => array($vendorDir . '/neutron/temporary-filesystem/src'),
|
||
|
|
'JsPhpize' => array($vendorDir . '/js-phpize/js-phpize/src', $vendorDir . '/js-phpize/js-phpize-phug/src'),
|
||
|
|
'Jade\\' => array($vendorDir . '/pug-php/pug/src'),
|
||
|
|
'HTMLPurifier' => array($vendorDir . '/ezyang/htmlpurifier/library'),
|
||
|
|
'FFMpeg' => array($vendorDir . '/php-ffmpeg/php-ffmpeg/src'),
|
||
|
|
'Evenement' => array($vendorDir . '/evenement/evenement/src'),
|
||
|
|
'Alchemy' => array($vendorDir . '/alchemy/binary-driver/src'),
|
||
|
|
'' => array($vendorDir . '/phug/phug/src/Phug/Phug'),
|
||
|
|
);
|