add composer-derived autoloader

This commit is contained in:
Fabrixxm 2016-02-09 11:07:37 +01:00
parent c28109ca94
commit c6514d58db
8 changed files with 535 additions and 0 deletions

View file

@ -0,0 +1,10 @@
<?php
// autoload_files.php @generated by Composer
$vendorDir = dirname(dirname(dirname(__FILE__)))."/library";
$baseDir = dirname($vendorDir);
return array(
'2cffec82183ee1cea088009cef9a6fc3' => $vendorDir . '/ezyang/htmlpurifier/library/HTMLPurifier.composer.php',
);