installers
4 years ago
ClassLoader.php
3 years ago
InstalledVersions.php
4 years ago
LICENSE
5 years ago
autoload_classmap.php
3 years ago
autoload_files.php
4 years ago
autoload_namespaces.php
4 years ago
autoload_psr4.php
3 years ago
autoload_real.php
3 years ago
autoload_static.php
3 years ago
installed.json
3 years ago
installed.php
3 years ago
jetpack_autoload_classmap.php
3 years ago
jetpack_autoload_filemap.php
3 years ago
platform_check.php
4 years ago
jetpack_autoload_filemap.php
22 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.27.0.0', |
| 11 | 'path' => $vendorDir . '/symfony/polyfill-php80/bootstrap.php' |
| 12 | ), |
| 13 | 'fcd5d7d87e03ff4f5b5a66c2b8968671' => array( |
| 14 | 'version' => '9.4.3.0', |
| 15 | 'path' => $baseDir . '/packages/woocommerce-blocks/src/StoreApi/deprecated.php' |
| 16 | ), |
| 17 | 'd0f16a186498c2ba04f1d0064fecf9cf' => array( |
| 18 | 'version' => '9.4.3.0', |
| 19 | 'path' => $baseDir . '/packages/woocommerce-blocks/src/StoreApi/functions.php' |
| 20 | ), |
| 21 | ); |
| 22 |