ClassLoader.php
3 years ago
InstalledVersions.php
1 year ago
LICENSE
7 years ago
autoload_classmap.php
2 weeks ago
autoload_files.php
1 year ago
autoload_namespaces.php
4 years ago
autoload_psr4.php
4 months ago
autoload_real.php
1 month ago
autoload_static.php
2 weeks ago
installed.json
1 month ago
installed.php
4 days ago
platform_check.php
11 months ago
autoload_psr4.php
20 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 | 'Symfony\\Polyfill\\Mbstring\\' => array($vendorDir . '/symfony/polyfill-mbstring'), |
| 10 | 'Symfony\\Polyfill\\Ctype\\' => array($vendorDir . '/symfony/polyfill-ctype'), |
| 11 | 'Stripe\\' => array($vendorDir . '/stripe/stripe-php/lib'), |
| 12 | 'Sample\\' => array($vendorDir . '/paypal/paypal-checkout-sdk/samples'), |
| 13 | 'Psr\\Container\\' => array($vendorDir . '/psr/container/src'), |
| 14 | 'PayPalHttp\\' => array($vendorDir . '/paypal/paypalhttp/lib/PayPalHttp'), |
| 15 | 'PayPalCheckoutSdk\\' => array($vendorDir . '/paypal/paypal-checkout-sdk/lib/PayPalCheckoutSdk'), |
| 16 | 'Money\\' => array($vendorDir . '/moneyphp/money/src'), |
| 17 | 'Give\\' => array($baseDir . '/src'), |
| 18 | 'Composer\\Installers\\' => array($vendorDir . '/composer/installers/src/Composer/Installers'), |
| 19 | ); |
| 20 |