Added vendor/ directory for Composer's installed files
This commit is contained in:
18
vendor/composer/autoload_psr4.php
vendored
Executable file
18
vendor/composer/autoload_psr4.php
vendored
Executable file
@ -0,0 +1,18 @@
|
||||
<?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'),
|
||||
);
|
Reference in New Issue
Block a user