Move all banners to GitHub. Adds library phpspreadsheet to JCB. Add import item example to demo component. Updates the Superpower class with the GetRemote class in the plugin. Ensures the super power autoloader triggers the correct repositories.
17 lines
714 B
PHP
17 lines
714 B
PHP
<?php
|
|
|
|
// autoload_psr4.php @generated by Composer
|
|
|
|
$vendorDir = dirname(__DIR__);
|
|
$baseDir = dirname($vendorDir);
|
|
|
|
return array(
|
|
'ZipStream\\' => array($vendorDir . '/maennchen/zipstream-php/src'),
|
|
'Psr\\SimpleCache\\' => array($vendorDir . '/psr/simple-cache/src'),
|
|
'Psr\\Http\\Message\\' => array($vendorDir . '/psr/http-factory/src', $vendorDir . '/psr/http-message/src'),
|
|
'Psr\\Http\\Client\\' => array($vendorDir . '/psr/http-client/src'),
|
|
'PhpOffice\\PhpSpreadsheet\\' => array($vendorDir . '/phpoffice/phpspreadsheet/src/PhpSpreadsheet'),
|
|
'Matrix\\' => array($vendorDir . '/markbaker/matrix/classes/src'),
|
|
'Complex\\' => array($vendorDir . '/markbaker/complex/classes/src'),
|
|
);
|