installers
4 years ago
ClassLoader.php
2 years ago
InstalledVersions.php
1 year ago
LICENSE
5 years ago
autoload_classmap.php
8 months ago
autoload_files.php
8 months ago
autoload_namespaces.php
4 years ago
autoload_psr4.php
8 months ago
autoload_real.php
8 months ago
autoload_static.php
8 months ago
installed.json
8 months ago
installed.php
8 months ago
jetpack_autoload_classmap.php
8 months ago
jetpack_autoload_filemap.php
8 months ago
platform_check.php
10 months ago
jetpack_autoload_filemap.php
42 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.33.0.0', |
| 11 | 'path' => $vendorDir . '/symfony/polyfill-php80/bootstrap.php' |
| 12 | ), |
| 13 | '3773ef3f09c37da5478d578e32b03a4b' => array( |
| 14 | 'version' => '4.3.9.0', |
| 15 | 'path' => $vendorDir . '/automattic/jetpack-assets/actions.php' |
| 16 | ), |
| 17 | '7372b7fb88a9723cf5b76d456eb0b738' => array( |
| 18 | 'version' => '6.18.10.0', |
| 19 | 'path' => $vendorDir . '/automattic/jetpack-connection/actions.php' |
| 20 | ), |
| 21 | '2d223b650b5c56928c1affa16ee5cfe2' => array( |
| 22 | 'version' => '0.1.1.0', |
| 23 | 'path' => $vendorDir . '/wordpress/abilities-api/includes/bootstrap.php' |
| 24 | ), |
| 25 | '44e8414cd27982ecf86403af6e48f123' => array( |
| 26 | 'version' => '10.3.0.0', |
| 27 | 'path' => $baseDir . '/src/StoreApi/deprecated.php' |
| 28 | ), |
| 29 | '9ce98895d0a470c71998c4b530020d26' => array( |
| 30 | 'version' => '10.3.0.0', |
| 31 | 'path' => $baseDir . '/src/StoreApi/functions.php' |
| 32 | ), |
| 33 | 'c379ea42c3f5964a973a7106b08c5ef0' => array( |
| 34 | 'version' => '10.3.0.0', |
| 35 | 'path' => $baseDir . '/src/Blocks/Domain/Services/functions.php' |
| 36 | ), |
| 37 | 'cd726a73edeabe4da44e314a8eebc9bb' => array( |
| 38 | 'version' => '10.3.0.0', |
| 39 | 'path' => $baseDir . '/src/Deprecated.php' |
| 40 | ), |
| 41 | ); |
| 42 |