Move HTML to Markdown library to Composer

This commit is contained in:
Hypolite Petovan 2017-04-06 23:33:12 -04:00
parent 1ab28bbe03
commit c9dafe3b4e
43 changed files with 2380 additions and 776 deletions

View file

@ -6,5 +6,6 @@ $vendorDir = dirname(dirname(__FILE__));
$baseDir = dirname($vendorDir);
return array(
'League\\HTMLToMarkdown\\' => array($vendorDir . '/league/html-to-markdown/src'),
'Friendica\\' => array($baseDir . '/src'),
);