ClassLoader.php
4 years ago
InstalledVersions.php
4 years ago
LICENSE
4 years ago
autoload_classmap.php
4 years ago
autoload_namespaces.php
4 years ago
autoload_psr4.php
4 years ago
autoload_real.php
4 years ago
autoload_static.php
4 years ago
installed.json
4 years ago
installed.php
4 years ago
platform_check.php
4 years ago
autoload_psr4.php
13 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\\Psr\\Http\\Message\\' => array($vendorDir . '/psr/http-message/src'), |
| 10 | 'IAWP\\League\\Uri\\' => array($vendorDir . '/league/uri/src', $vendorDir . '/league/uri-interfaces/src'), |
| 11 | 'IAWP\\League\\Plates\\' => array($vendorDir . '/league/plates/src'), |
| 12 | ); |
| 13 |