composer 반영

This commit is contained in:
2020-06-01 21:14:50 +09:00
parent 680e1afcfd
commit 11f5540099
31 changed files with 2975 additions and 207 deletions
+2
View File
@@ -7,6 +7,8 @@ $baseDir = dirname($vendorDir);
return array(
'utilphp\\' => array($vendorDir . '/brandonwamboldt/utilphp/src'),
'ParsedownExtra' => array($vendorDir . '/erusev/parsedown-extra'),
'Parsedown' => array($vendorDir . '/erusev/parsedown'),
'JsonMapper' => array($vendorDir . '/netresearch/jsonmapper/src'),
'HTMLPurifier' => array($vendorDir . '/ezyang/htmlpurifier/library'),
);