19 lines
796 B
PHP
Executable File
19 lines
796 B
PHP
Executable File
<?php
|
|
|
|
// autoload_psr4.php @generated by Composer
|
|
|
|
$vendorDir = dirname(dirname(__FILE__));
|
|
$baseDir = dirname($vendorDir);
|
|
|
|
return array(
|
|
'Violin\\' => array($vendorDir . '/alexgarrett/violin/src'),
|
|
'Symfony\\Component\\Translation\\' => array($vendorDir . '/symfony/translation'),
|
|
'Stringy\\' => array($vendorDir . '/danielstjules/stringy/src'),
|
|
'Slim\\Views\\' => array($vendorDir . '/slim/views'),
|
|
'Noodlehaus\\' => array($vendorDir . '/hassankhan/config/src'),
|
|
'Illuminate\\Support\\' => array($vendorDir . '/illuminate/support'),
|
|
'Illuminate\\Database\\' => array($vendorDir . '/illuminate/database'),
|
|
'Illuminate\\Contracts\\' => array($vendorDir . '/illuminate/contracts'),
|
|
'Illuminate\\Container\\' => array($vendorDir . '/illuminate/container'),
|
|
);
|