installers
4 years ago
ClassLoader.php
2 years ago
InstalledVersions.php
3 years ago
LICENSE
5 years ago
autoload_classmap.php
2 years ago
autoload_files.php
2 years ago
autoload_namespaces.php
4 years ago
autoload_psr4.php
2 years ago
autoload_real.php
2 years ago
autoload_static.php
2 years ago
installed.json
2 years ago
installed.php
2 years ago
jetpack_autoload_classmap.php
2 years ago
jetpack_autoload_filemap.php
2 years ago
platform_check.php
2 years ago
jetpack_autoload_filemap.php
26 lines
| 1 | <?php |
| 2 | |
| 3 | // This file `jetpack_autoload_filemap.php` was auto generated by automattic/jetpack-autoloader. |
| 4 | |
| 5 | $vendorDir = dirname(__DIR__); |
| 6 | $baseDir = dirname($vendorDir); |
| 7 | |
| 8 | return array( |
| 9 | 'a4a119a56e50fbb293281d9a48007e0e' => array( |
| 10 | 'version' => '1.28.0.0', |
| 11 | 'path' => $vendorDir . '/symfony/polyfill-php80/bootstrap.php' |
| 12 | ), |
| 13 | '44e8414cd27982ecf86403af6e48f123' => array( |
| 14 | 'version' => '8.7.1.0', |
| 15 | 'path' => $baseDir . '/src/StoreApi/deprecated.php' |
| 16 | ), |
| 17 | '9ce98895d0a470c71998c4b530020d26' => array( |
| 18 | 'version' => '8.7.1.0', |
| 19 | 'path' => $baseDir . '/src/StoreApi/functions.php' |
| 20 | ), |
| 21 | 'c379ea42c3f5964a973a7106b08c5ef0' => array( |
| 22 | 'version' => '8.7.1.0', |
| 23 | 'path' => $baseDir . '/src/Blocks/Domain/Services/functions.php' |
| 24 | ), |
| 25 | ); |
| 26 |