Created
September 28, 2015 16:18
-
-
Save lozcalver/ca854a50d50d015bcce0 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
// autoload_files.php @generated by Composer | |
$vendorDir = dirname(dirname(__FILE__)); | |
$baseDir = dirname($vendorDir); | |
return array( | |
$vendorDir . '/guzzlehttp/promises/src/functions_include.php', | |
$vendorDir . '/guzzlehttp/psr7/src/functions_include.php', | |
$vendorDir . '/danielstjules/stringy/src/Create.php', | |
$vendorDir . '/guzzlehttp/guzzle/src/functions_include.php', | |
); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
// autoload_psr4.php @generated by Composer | |
$vendorDir = dirname(dirname(__FILE__)); | |
$baseDir = dirname($vendorDir); | |
return array( | |
'Symfony\\Component\\Yaml\\' => array($vendorDir . '/symfony/yaml'), | |
'Symfony\\Component\\ExpressionLanguage\\' => array($vendorDir . '/symfony/expression-language'), | |
'Stringy\\' => array($vendorDir . '/danielstjules/stringy/src'), | |
'Psr\\Http\\Message\\' => array($vendorDir . '/psr/http-message/src'), | |
'Monolog\\' => array($vendorDir . '/monolog/monolog/src/Monolog'), | |
'Jupix\\' => array($baseDir . '/mysite/code/src/Jupix'), | |
'JeroenDesloovere\\VCard\\' => array($vendorDir . '/jeroendesloovere/vcard/src'), | |
'Heyday\\CacheInclude\\' => array($baseDir . '/silverstripe-cacheinclude/src'), | |
'GuzzleHttp\\Psr7\\' => array($vendorDir . '/guzzlehttp/psr7/src'), | |
'GuzzleHttp\\Promise\\' => array($vendorDir . '/guzzlehttp/promises/src'), | |
'GuzzleHttp\\' => array($vendorDir . '/guzzlehttp/guzzle/src'), | |
'Bigfork\\' => array($baseDir . '/util/Bigfork'), | |
'AgencyPilot\\' => array($baseDir . '/mysite/code/src/AgencyPilot'), | |
); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment