mirror of
https://github.com/Neetpone/ponepaste.git
synced 2025-03-12 14:40:09 +01:00
13 lines
411 B
PHP
13 lines
411 B
PHP
<?php
|
|
|
|
// autoload_namespaces.php @generated by Composer
|
|
|
|
$vendorDir = dirname(__DIR__);
|
|
$baseDir = dirname($vendorDir);
|
|
|
|
return array(
|
|
'ParsedownExtra' => array($vendorDir . '/erusev/parsedown-extra'),
|
|
'Parsedown' => array($vendorDir . '/erusev/parsedown'),
|
|
'Highlight\\' => array($vendorDir . '/scrivo/highlight.php'),
|
|
'HighlightUtilities\\' => array($vendorDir . '/scrivo/highlight.php'),
|
|
);
|