12 lines
330 B
PHP
Executable file
12 lines
330 B
PHP
Executable file
<?php
|
|
|
|
// autoload_namespaces.php @generated by Composer
|
|
|
|
$vendorDir = dirname(dirname(__FILE__));
|
|
$baseDir = dirname($vendorDir);
|
|
|
|
return array(
|
|
'Twig_' => array($vendorDir . '/twig/twig/lib'),
|
|
'PayPal' => array($vendorDir . '/paypal/rest-api-sdk-php/lib'),
|
|
'Parsedown' => array($vendorDir . '/erusev/parsedown'),
|
|
);
|