ca-bundle
3 weeks ago
semver
7 months ago
ClassLoader.php
2 years ago
InstalledVersions.php
1 month ago
LICENSE
6 years ago
autoload_classmap.php
3 weeks ago
autoload_files.php
1 year ago
autoload_namespaces.php
2 years ago
autoload_psr4.php
1 year ago
autoload_real.php
3 weeks ago
autoload_static.php
3 weeks ago
include_paths.php
2 years ago
installed.php
1 week ago
autoload_namespaces.php
14 lines
| 1 | <?php |
| 2 | |
| 3 | // autoload_namespaces.php @generated by Composer |
| 4 | |
| 5 | $vendorDir = dirname(__DIR__); |
| 6 | $baseDir = dirname($vendorDir); |
| 7 | |
| 8 | return array( |
| 9 | 'Less' => array($vendorDir . '/wikimedia/less.php/lib'), |
| 10 | 'JShrink' => array($vendorDir . '/tedivm/jshrink/src'), |
| 11 | 'Console' => array($vendorDir . '/pear/console_getopt'), |
| 12 | 'Archive_Tar' => array($vendorDir . '/pear/archive_tar'), |
| 13 | ); |
| 14 |