1
1
Fork 0

Add michelf/php-markdown to Composer

This commit is contained in:
Hypolite Petovan 2018-01-14 10:05:51 -05:00
commit 53f3d54ad3
27 changed files with 4736 additions and 384 deletions

View file

@ -7,6 +7,7 @@ $baseDir = dirname($vendorDir);
return array(
'Text' => array($vendorDir . '/pear/text_languagedetect'),
'Michelf' => array($vendorDir . '/michelf/php-markdown'),
'HTMLPurifier' => array($vendorDir . '/ezyang/htmlpurifier/library'),
'Detection' => array($vendorDir . '/mobiledetect/mobiledetectlib/namespaced'),
);