ca-bundle
1 year ago
semver
3 years ago
ClassLoader.php
2 years ago
InstalledVersions.php
3 years ago
LICENSE
6 years ago
autoload_classmap.php
1 year ago
autoload_files.php
1 year ago
autoload_namespaces.php
2 years ago
autoload_psr4.php
1 year ago
autoload_real.php
1 year ago
autoload_static.php
1 year ago
include_paths.php
2 years ago
installed.php
1 year 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 |