13 lines
338 B
PHP
Executable File
13 lines
338 B
PHP
Executable File
<?php
|
|
|
|
// autoload_namespaces.php @generated by Composer
|
|
|
|
$vendorDir = dirname(__DIR__);
|
|
$baseDir = dirname($vendorDir);
|
|
|
|
return array(
|
|
'HTMLPurifier' => array($vendorDir . '/ezyang/htmlpurifier/library'),
|
|
'Diff' => array($vendorDir . '/phpspec/php-diff/lib'),
|
|
'Behat\\Gherkin' => array($vendorDir . '/behat/gherkin/src'),
|
|
);
|