mirror of
https://github.com/danpros/htmly.git
synced 2026-04-19 03:56:21 +05:30
11 lines
287 B
PHP
11 lines
287 B
PHP
<?php
|
|
|
|
// autoload_namespaces.php @generated by Composer
|
|
|
|
$vendorDir = dirname(dirname(__FILE__));
|
|
$baseDir = dirname($vendorDir);
|
|
|
|
return array(
|
|
'Suin\\RSSWriter' => array($vendorDir . '/suin/php-rss-writer/Source'),
|
|
'Michelf' => array($vendorDir . '/michelf/php-markdown'),
|
|
);
|