mirror of
https://github.com/danpros/htmly.git
synced 2026-04-17 11:16:00 +05:30
11 lines
287 B
PHP
11 lines
287 B
PHP
<?php
|
|
|
|
// autoload_psr4.php @generated by Composer
|
|
|
|
$vendorDir = dirname(dirname(__FILE__));
|
|
$baseDir = dirname(dirname($vendorDir));
|
|
|
|
return array(
|
|
'Michelf\\' => array($vendorDir . '/michelf/php-markdown/Michelf'),
|
|
'Kanti\\' => array($vendorDir . '/kanti/hub-updater/src'),
|
|
);
|