mirror of
https://github.com/e107inc/e107.git
synced 2025-10-10 20:44:48 +02:00
12 lines
280 B
PHP
12 lines
280 B
PHP
<?php
|
|
|
|
// autoload_namespaces.php @generated by Composer
|
|
|
|
$vendorDir = dirname(dirname(__FILE__));
|
|
$baseDir = dirname($vendorDir);
|
|
|
|
return array(
|
|
'Prophecy\\' => array($vendorDir . '/phpspec/prophecy/src'),
|
|
'Behat\\Gherkin' => array($vendorDir . '/behat/gherkin/src'),
|
|
);
|