installers
1 year ago
ClassLoader.php
1 year ago
InstalledVersions.php
1 year ago
LICENSE
1 year ago
autoload_classmap.php
1 year ago
autoload_namespaces.php
1 year ago
autoload_psr4.php
1 year ago
autoload_real.php
1 year ago
autoload_static.php
1 year ago
installed.json
1 year ago
installed.php
1 year ago
platform_check.php
1 year ago
autoload_classmap.php
12 lines
| 1 | <?php |
| 2 | |
| 3 | // autoload_classmap.php @generated by Composer |
| 4 | |
| 5 | $vendorDir = dirname(__DIR__); |
| 6 | $baseDir = dirname($vendorDir); |
| 7 | |
| 8 | return array( |
| 9 | 'Composer\\InstalledVersions' => $vendorDir . '/composer/InstalledVersions.php', |
| 10 | 'PHPGangsta_GoogleAuthenticator' => $vendorDir . '/siteground/googleauthenticator/PHPGangsta/GoogleAuthenticator.php', |
| 11 | ); |
| 12 |