2013-09-15 20:00:16 +00:00
|
|
|
<?php
|
|
|
|
|
|
|
|
// autoload_files.php @generated by Composer
|
|
|
|
|
|
|
|
$vendorDir = dirname(dirname(__FILE__));
|
2015-01-08 17:19:41 +00:00
|
|
|
$baseDir = dirname($vendorDir);
|
2013-09-15 20:00:16 +00:00
|
|
|
|
|
|
|
return array(
|
2015-08-25 17:05:58 +00:00
|
|
|
$vendorDir . '/guzzlehttp/promises/src/functions_include.php',
|
|
|
|
$vendorDir . '/guzzlehttp/psr7/src/functions_include.php',
|
2015-07-21 21:33:30 +00:00
|
|
|
$vendorDir . '/guzzlehttp/guzzle/src/functions_include.php',
|
2015-01-08 17:19:41 +00:00
|
|
|
$baseDir . '/lib/Drupal.php',
|
2013-11-22 23:45:15 +00:00
|
|
|
);
|