ILIAS  release_5-4 Revision v5.4.26-12-gabc799a52e6
autoload_psr4.php
Go to the documentation of this file.
1<?php
2
3// autoload_psr4.php @generated by Composer
4
5$vendorDir = dirname(dirname(__FILE__));
7
8return array(
9 'phpseclib\\' => array($vendorDir . '/phpseclib/phpseclib/phpseclib'),
10 'enshrined\\svgSanitize\\' => array($vendorDir . '/enshrined/svg-sanitize/src'),
11 'cweagans\\Composer\\' => array($vendorDir . '/cweagans/composer-patches/src'),
12 'ZipStream\\' => array($vendorDir . '/maennchen/zipstream-php/src'),
13 'Whoops\\' => array($vendorDir . '/filp/whoops/src/Whoops'),
14 'WhiteHat101\\Crypt\\' => array($vendorDir . '/whitehat101/apr1-md5/src'),
15 'Twig\\Extensions\\' => array($vendorDir . '/twig/extensions/src'),
16 'Twig\\' => array($vendorDir . '/twig/twig/src'),
17 'Symfony\\Polyfill\\Mbstring\\' => array($vendorDir . '/symfony/polyfill-mbstring'),
18 'Symfony\\Component\\Yaml\\' => array($vendorDir . '/symfony/yaml'),
19 'Slim\\' => array($vendorDir . '/slim/slim/Slim'),
20 'SimpleSAML\\' => array($vendorDir . '/simplesamlphp/simplesamlphp/lib/SimpleSAML'),
21 'Sabre\\Xml\\' => array($vendorDir . '/sabre/xml/lib'),
22 'Sabre\\VObject\\' => array($vendorDir . '/sabre/vobject/lib'),
23 'Sabre\\Uri\\' => array($vendorDir . '/sabre/uri/lib'),
24 'Sabre\\HTTP\\' => array($vendorDir . '/sabre/http/lib'),
25 'Sabre\\Event\\' => array($vendorDir . '/sabre/event/lib'),
26 'Sabre\\DAV\\' => array($vendorDir . '/sabre/dav/lib/DAV'),
27 'Sabre\\DAVACL\\' => array($vendorDir . '/sabre/dav/lib/DAVACL'),
28 'Sabre\\CardDAV\\' => array($vendorDir . '/sabre/dav/lib/CardDAV'),
29 'Sabre\\CalDAV\\' => array($vendorDir . '/sabre/dav/lib/CalDAV'),
30 'RobRichards\\XMLSecLibs\\' => array($vendorDir . '/robrichards/xmlseclibs/src'),
31 'Psr\\SimpleCache\\' => array($vendorDir . '/psr/simple-cache/src'),
32 'Psr\\Log\\' => array($vendorDir . '/psr/log/Psr/Log'),
33 'Psr\\Http\\Message\\' => array($vendorDir . '/psr/http-factory/src', $vendorDir . '/psr/http-message/src'),
34 'Psr\\Http\\Client\\' => array($vendorDir . '/psr/http-client/src'),
35 'Psr\\Container\\' => array($vendorDir . '/psr/container/src'),
36 'PhpOffice\\PhpSpreadsheet\\' => array($vendorDir . '/phpoffice/phpspreadsheet/src/PhpSpreadsheet'),
37 'PHPMailer\\PHPMailer\\' => array($vendorDir . '/phpmailer/phpmailer/src'),
38 'MyCLabs\\Enum\\' => array($vendorDir . '/myclabs/php-enum/src'),
39 'Monolog\\' => array($vendorDir . '/monolog/monolog/src/Monolog'),
40 'Matrix\\' => array($vendorDir . '/markbaker/matrix/classes/src'),
41 'League\\Flysystem\\' => array($vendorDir . '/league/flysystem/src'),
42 'JaimePerez\\TwigConfigurableI18n\\' => array($vendorDir . '/jaimeperez/twig-configurable-i18n/src'),
43 'Interop\\Container\\' => array($vendorDir . '/container-interop/container-interop/src/Interop/Container'),
44 'IMSGlobal\\LTI\\' => array($vendorDir . '/imsglobal/lti/src'),
45 'ILIAS\\' => array($baseDir . '/../../src'),
46 'GuzzleHttp\\Psr7\\' => array($vendorDir . '/guzzlehttp/psr7/src'),
47 'Gettext\\Languages\\' => array($vendorDir . '/gettext/languages/src'),
48 'Gettext\\' => array($vendorDir . '/gettext/gettext/src'),
49 'FastRoute\\' => array($vendorDir . '/nikic/fast-route/src'),
50 'Dflydev\\FigCookies\\' => array($vendorDir . '/dflydev/fig-cookies/src/Dflydev/FigCookies'),
51 'Complex\\' => array($vendorDir . '/markbaker/complex/classes/src'),
52);
$vendorDir
$baseDir
An exception for terminatinating execution or to throw for unit testing.