ClassLoader.php
2 months ago
InstalledVersions.php
2 months ago
LICENSE
2 months ago
autoload_classmap.php
2 months ago
autoload_files.php
2 months ago
autoload_namespaces.php
2 months ago
autoload_psr4.php
2 months ago
autoload_real.php
2 months ago
autoload_static.php
2 months ago
installed.json
1 month ago
installed.php
5 days ago
platform_check.php
2 months ago
autoload_psr4.php
25 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\\Php80\\' => array($vendorDir . '/symfony/polyfill-php80'), |
| 10 | 'Symfony\\Polyfill\\Mbstring\\' => array($vendorDir . '/symfony/polyfill-mbstring'), |
| 11 | 'ProfilePressVendor\\Symfony\\Contracts\\Translation\\' => array($vendorDir . '/symfony/translation-contracts'), |
| 12 | 'ProfilePressVendor\\Symfony\\Component\\Translation\\' => array($vendorDir . '/symfony/translation'), |
| 13 | 'ProfilePressVendor\\Symfony\\Component\\CssSelector\\' => array($vendorDir . '/symfony/css-selector'), |
| 14 | 'ProfilePressVendor\\Stripe\\' => array($vendorDir . '/stripe/stripe-php/lib'), |
| 15 | 'ProfilePressVendor\\Sabberworm\\CSS\\' => array($vendorDir . '/sabberworm/php-css-parser/src'), |
| 16 | 'ProfilePressVendor\\Psr\\Clock\\' => array($vendorDir . '/psr/clock/src'), |
| 17 | 'ProfilePressVendor\\ProfilePress\\Core\\' => array($baseDir . '/src'), |
| 18 | 'ProfilePressVendor\\Pelago\\Emogrifier\\' => array($vendorDir . '/pelago/emogrifier/src'), |
| 19 | 'ProfilePressVendor\\League\\Csv\\' => array($vendorDir . '/league/csv/src'), |
| 20 | 'ProfilePressVendor\\Carbon\\Doctrine\\' => array($vendorDir . '/carbonphp/carbon-doctrine-types/src/Carbon/Doctrine'), |
| 21 | 'ProfilePressVendor\\Carbon\\' => array($vendorDir . '/nesbot/carbon/src/Carbon'), |
| 22 | 'ProfilePressVendor\\Brick\\Math\\' => array($vendorDir . '/brick/math/src'), |
| 23 | 'ProfilePressVendor\\Barryvdh\\Composer\\' => array($vendorDir . '/barryvdh/composer-cleanup-plugin/src'), |
| 24 | ); |
| 25 |