ClassLoader.php
2 years ago
InstalledVersions.php
1 year ago
LICENSE
3 years ago
autoload_classmap.php
1 month ago
autoload_files.php
1 month ago
autoload_namespaces.php
3 years ago
autoload_psr4.php
1 month ago
autoload_real.php
1 month ago
autoload_static.php
1 month ago
installed.json
1 month ago
installed.php
1 day ago
platform_check.php
1 month ago
autoload_psr4.php
41 lines
| 1 | <?php |
| 2 | |
| 3 | // autoload_psr4.php @generated by Composer |
| 4 | |
| 5 | $vendorDir = dirname(__DIR__); |
| 6 | $baseDir = dirname($vendorDir); |
| 7 | |
| 8 | return array( |
| 9 | 'Symfony\\Polyfill\\Php80\\' => array($vendorDir . '/symfony/polyfill-php80'), |
| 10 | 'Symfony\\Polyfill\\Mbstring\\' => array($vendorDir . '/symfony/polyfill-mbstring'), |
| 11 | 'Symfony\\Polyfill\\Intl\\Normalizer\\' => array($vendorDir . '/symfony/polyfill-intl-normalizer'), |
| 12 | 'Symfony\\Polyfill\\Intl\\Grapheme\\' => array($vendorDir . '/symfony/polyfill-intl-grapheme'), |
| 13 | 'Symfony\\Polyfill\\Ctype\\' => array($vendorDir . '/symfony/polyfill-ctype'), |
| 14 | 'IAWP\\' => array($baseDir . '/IAWP'), |
| 15 | 'IAWPSCOPED\\voku\\' => array($vendorDir . '/voku/portable-ascii/src/voku'), |
| 16 | 'IAWPSCOPED\\eftec\\bladeone\\' => array($vendorDir . '/eftec/bladeone/lib'), |
| 17 | 'IAWPSCOPED\\Symfony\\Contracts\\Translation\\' => array($vendorDir . '/symfony/translation-contracts'), |
| 18 | 'IAWPSCOPED\\Symfony\\Contracts\\Service\\' => array($vendorDir . '/symfony/service-contracts'), |
| 19 | 'IAWPSCOPED\\Symfony\\Component\\Translation\\' => array($vendorDir . '/symfony/translation'), |
| 20 | 'IAWPSCOPED\\Symfony\\Component\\String\\' => array($vendorDir . '/symfony/string'), |
| 21 | 'IAWPSCOPED\\Symfony\\Component\\Console\\' => array($vendorDir . '/symfony/console'), |
| 22 | 'IAWPSCOPED\\Psr\\SimpleCache\\' => array($vendorDir . '/psr/simple-cache/src'), |
| 23 | 'IAWPSCOPED\\Psr\\Http\\Message\\' => array($vendorDir . '/psr/http-message/src'), |
| 24 | 'IAWPSCOPED\\Psr\\Container\\' => array($vendorDir . '/psr/container/src'), |
| 25 | 'IAWPSCOPED\\Psr\\Clock\\' => array($vendorDir . '/psr/clock/src'), |
| 26 | 'IAWPSCOPED\\Proper\\' => array($vendorDir . '/andrewmead/wordpress-proper/source', $vendorDir . '/andrewmead/wordpress-proper/tests'), |
| 27 | 'IAWPSCOPED\\MaxMind\\Db\\' => array($vendorDir . '/maxmind-db/reader/src/MaxMind/Db'), |
| 28 | 'IAWPSCOPED\\League\\Uri\\' => array($vendorDir . '/league/uri/src', $vendorDir . '/league/uri-interfaces/src'), |
| 29 | 'IAWPSCOPED\\League\\Csv\\' => array($vendorDir . '/league/csv/src'), |
| 30 | 'IAWPSCOPED\\Illuminate\\Support\\' => array($vendorDir . '/illuminate/support', $vendorDir . '/illuminate/collections', $vendorDir . '/illuminate/conditionable', $vendorDir . '/illuminate/macroable'), |
| 31 | 'IAWPSCOPED\\Illuminate\\Database\\' => array($vendorDir . '/illuminate/database'), |
| 32 | 'IAWPSCOPED\\Illuminate\\Contracts\\' => array($vendorDir . '/illuminate/contracts'), |
| 33 | 'IAWPSCOPED\\Illuminate\\Container\\' => array($vendorDir . '/illuminate/container'), |
| 34 | 'IAWPSCOPED\\IPLib\\' => array($vendorDir . '/mlocati/ip-lib/src'), |
| 35 | 'IAWPSCOPED\\Doctrine\\Inflector\\' => array($vendorDir . '/doctrine/inflector/src'), |
| 36 | 'IAWPSCOPED\\DeviceDetector\\' => array($vendorDir . '/matomo/device-detector'), |
| 37 | 'IAWPSCOPED\\Carbon\\Doctrine\\' => array($vendorDir . '/carbonphp/carbon-doctrine-types/src/Carbon/Doctrine'), |
| 38 | 'IAWPSCOPED\\Carbon\\' => array($vendorDir . '/nesbot/carbon/src/Carbon'), |
| 39 | 'IAWPSCOPED\\Brick\\Math\\' => array($vendorDir . '/brick/math/src'), |
| 40 | ); |
| 41 |