13 lines
361 B
PHP
13 lines
361 B
PHP
<?php
|
|
|
|
// autoload_psr4.php @generated by Composer
|
|
|
|
$vendorDir = dirname(__DIR__);
|
|
$baseDir = dirname($vendorDir);
|
|
|
|
return array(
|
|
'ExtCPTs\\Tests\\' => array($vendorDir . '/johnbillion/extended-cpts/tests/integration'),
|
|
'ExtCPTs\\' => array($vendorDir . '/johnbillion/extended-cpts/src'),
|
|
'Args\\' => array($vendorDir . '/johnbillion/args/src'),
|
|
);
|