12345678910111213141516 |
- <?php
- // autoload_namespaces.php @generated by Composer
- $vendorDir = dirname(dirname(__FILE__));
- $baseDir = dirname($vendorDir);
- return array(
- 'Twig_' => array($vendorDir . '/twig/twig/lib'),
- 'Solarium\\' => array($vendorDir . '/solarium/solarium/library'),
- 'HTMLPurifier' => array($vendorDir . '/ezyang/htmlpurifier/library'),
- 'Flow\\JSONPath\\Test' => array($vendorDir . '/flow/jsonpath/tests'),
- 'Flow\\JSONPath' => array($vendorDir . '/flow/jsonpath/src'),
- 'Diff' => array($vendorDir . '/phpspec/php-diff/lib'),
- 'Behat\\Gherkin' => array($vendorDir . '/behat/gherkin/src'),
- );
|