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,9 @@
<?php
// autoload_psr4.php @generated by Composer
$vendorDir = dirname(dirname(dirname(__FILE__)))."/library";
$baseDir = dirname($vendorDir);
return array(
);