mirror of
https://github.com/YunoHost-Apps/webtrees_ynh.git
synced 2024-09-03 18:26:37 +02:00
11 lines
285 B
PHP
11 lines
285 B
PHP
<?php
|
|
|
|
// autoload_namespaces.php @generated by Composer
|
|
|
|
$vendorDir = dirname(dirname(__FILE__));
|
|
$baseDir = dirname($vendorDir);
|
|
|
|
return array(
|
|
'Michelf' => array($vendorDir . '/michelf/php-markdown'),
|
|
'HTMLPurifier' => array($vendorDir . '/ezyang/htmlpurifier/library'),
|
|
);
|