ClassLoader.php
7 years ago
LICENSE
7 years ago
autoload_classmap.php
7 years ago
autoload_namespaces.php
7 years ago
autoload_psr4.php
6 years ago
autoload_real.php
5 years ago
autoload_static.php
5 years ago
installed.json
6 years ago
autoload_psr4.php
14 lines
| 1 | <?php |
| 2 | |
| 3 | // autoload_psr4.php @generated by Composer |
| 4 | |
| 5 | $vendorDir = dirname(dirname(__FILE__)); |
| 6 | $baseDir = dirname($vendorDir); |
| 7 | |
| 8 | return array( |
| 9 | 'Stripe\\' => array($vendorDir . '/stripe/stripe-php/lib'), |
| 10 | 'Give\\' => array($baseDir . '/src'), |
| 11 | 'Dealerdirect\\Composer\\Plugin\\Installers\\PHPCodeSniffer\\' => array($vendorDir . '/dealerdirect/phpcodesniffer-composer-installer/src'), |
| 12 | 'Composer\\Installers\\' => array($vendorDir . '/composer/installers/src/Composer/Installers'), |
| 13 | ); |
| 14 |