S2OJ/web/app/vendor/composer/autoload_namespaces.php
Baoshuo 86d4b13cd6
All checks were successful
continuous-integration/drone/push Build is passing
fix(web): ParsedownMath
2022-10-11 14:03:18 +08:00

12 lines
283 B
PHP

<?php
// autoload_namespaces.php @generated by Composer
$vendorDir = dirname(dirname(__FILE__));
$baseDir = dirname($vendorDir);
return array(
'Parsedown' => array($vendorDir . '/erusev/parsedown'),
'HTMLPurifier' => array($vendorDir . '/ezyang/htmlpurifier/library'),
);