14 lines
357 B
PHP
14 lines
357 B
PHP
<?php
|
|
|
|
// autoload_files.php @generated by Composer
|
|
|
|
$vendorDir = dirname(dirname(__FILE__));
|
|
$baseDir = dirname($vendorDir);
|
|
|
|
return array(
|
|
$vendorDir . '/guzzlehttp/psr7/src/functions.php',
|
|
$vendorDir . '/guzzlehttp/promises/src/functions.php',
|
|
$vendorDir . '/guzzlehttp/guzzle/src/functions_include.php',
|
|
$baseDir . '/lib/Drupal.php',
|
|
);
|