mirror of
https://github.com/YunoHost-Apps/kanboard_ynh.git
synced 2024-09-03 19:36:17 +02:00
15 lines
476 B
PHP
15 lines
476 B
PHP
<?php
|
|
|
|
// autoload_files.php @generated by Composer
|
|
|
|
$vendorDir = dirname(dirname(__FILE__));
|
|
$baseDir = dirname($vendorDir);
|
|
|
|
return array(
|
|
$vendorDir . '/symfony/polyfill-mbstring/bootstrap.php',
|
|
$vendorDir . '/paragonie/random_compat/lib/random.php',
|
|
$vendorDir . '/ramsey/array_column/src/array_column.php',
|
|
$vendorDir . '/swiftmailer/swiftmailer/lib/swift_required.php',
|
|
$baseDir . '/app/functions.php',
|
|
$baseDir . '/app/Library/password.php',
|
|
);
|