xref: /dokuwiki/vendor/composer/autoload_namespaces.php (revision d3233986baa7dfe44490b805ae2e4296fad59401)
1605f8e8dSAndreas Gohr<?php
2605f8e8dSAndreas Gohr
3605f8e8dSAndreas Gohr// autoload_namespaces.php @generated by Composer
4605f8e8dSAndreas Gohr
5*d3233986SAndreas Gohr$vendorDir = dirname(__DIR__);
6605f8e8dSAndreas Gohr$baseDir = dirname($vendorDir);
7605f8e8dSAndreas Gohr
8605f8e8dSAndreas Gohrreturn array(
959b616ccSAndreas Gohr    'SimplePie' => array($vendorDir . '/simplepie/simplepie/library'),
103d4e3335SAndreas Gohr    'EmailAddressValidator' => array($vendorDir . '/aziraphale/email-address-validator'),
11605f8e8dSAndreas Gohr);
12