ClassLoader.php
3 years ago
InstalledVersions.php
3 years ago
LICENSE
3 years ago
autoload_classmap.php
3 years ago
autoload_namespaces.php
3 years ago
autoload_psr4.php
3 years ago
autoload_real.php
3 years ago
autoload_static.php
3 years ago
installed.json
3 years ago
installed.php
3 years ago
platform_check.php
3 years ago
autoload_psr4.php
20 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 | 'IAWP\\Svg\\' => array($vendorDir . '/phenx/php-svg-lib/src/Svg'), |
| 10 | 'IAWP\\Sabberworm\\CSS\\' => array($vendorDir . '/sabberworm/php-css-parser/src'), |
| 11 | 'IAWP\\Psr\\Http\\Message\\' => array($vendorDir . '/psr/http-message/src'), |
| 12 | 'IAWP\\MaxMind\\Db\\' => array($vendorDir . '/maxmind-db/reader/src/MaxMind/Db'), |
| 13 | 'IAWP\\Masterminds\\' => array($vendorDir . '/masterminds/html5/src'), |
| 14 | 'IAWP\\League\\Uri\\' => array($vendorDir . '/league/uri/src', $vendorDir . '/league/uri-interfaces/src'), |
| 15 | 'IAWP\\League\\Plates\\' => array($vendorDir . '/league/plates/src'), |
| 16 | 'IAWP\\FontLib\\' => array($vendorDir . '/phenx/php-font-lib/src/FontLib'), |
| 17 | 'IAWP\\Dompdf\\' => array($vendorDir . '/dompdf/dompdf/src'), |
| 18 | 'IAWP\\' => array($baseDir . '/IAWP'), |
| 19 | ); |
| 20 |