Initial commit

This commit is contained in:
2018-04-02 08:07:38 +02:00
commit 7330c1ed3e
2054 changed files with 405203 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
<?php
// autoload_namespaces.php @generated by Composer
$vendorDir = dirname(dirname(__FILE__));
$baseDir = dirname($vendorDir);
return array(
'cogpowered\\FineDiff' => array($vendorDir . '/cogpowered/finediff/src'),
'PEAR' => array($vendorDir . '/pear/pear_exception'),
'HTTP_Request2' => array($vendorDir . '/pear/http_request2'),
);