installers
4 years ago
ClassLoader.php
4 years ago
InstalledVersions.php
3 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
installed.php
126 lines
| 1 | <?php return array( |
| 2 | 'root' => array( |
| 3 | 'name' => 'woocommerce/woocommerce', |
| 4 | 'pretty_version' => '7.2.0', |
| 5 | 'version' => '7.2.0.0', |
| 6 | 'reference' => NULL, |
| 7 | 'type' => 'wordpress-plugin', |
| 8 | 'install_path' => __DIR__ . '/../../', |
| 9 | 'aliases' => array(), |
| 10 | 'dev' => false, |
| 11 | ), |
| 12 | 'versions' => array( |
| 13 | 'automattic/jetpack-autoloader' => array( |
| 14 | 'pretty_version' => '2.10.1', |
| 15 | 'version' => '2.10.1.0', |
| 16 | 'reference' => '20393c4677765c3e737dcb5aee7a3f7b90dce4b3', |
| 17 | 'type' => 'composer-plugin', |
| 18 | 'install_path' => __DIR__ . '/../automattic/jetpack-autoloader', |
| 19 | 'aliases' => array(), |
| 20 | 'dev_requirement' => false, |
| 21 | ), |
| 22 | 'automattic/jetpack-constants' => array( |
| 23 | 'pretty_version' => 'v1.5.1', |
| 24 | 'version' => '1.5.1.0', |
| 25 | 'reference' => '18f772daddc8be5df76c9f4a92e017a3c2569a5b', |
| 26 | 'type' => 'library', |
| 27 | 'install_path' => __DIR__ . '/../automattic/jetpack-constants', |
| 28 | 'aliases' => array(), |
| 29 | 'dev_requirement' => false, |
| 30 | ), |
| 31 | 'composer/installers' => array( |
| 32 | 'pretty_version' => 'v1.12.0', |
| 33 | 'version' => '1.12.0.0', |
| 34 | 'reference' => 'd20a64ed3c94748397ff5973488761b22f6d3f19', |
| 35 | 'type' => 'composer-plugin', |
| 36 | 'install_path' => __DIR__ . '/./installers', |
| 37 | 'aliases' => array(), |
| 38 | 'dev_requirement' => false, |
| 39 | ), |
| 40 | 'maxmind-db/reader' => array( |
| 41 | 'pretty_version' => 'v1.11.0', |
| 42 | 'version' => '1.11.0.0', |
| 43 | 'reference' => 'b1f3c0699525336d09cc5161a2861268d9f2ae5b', |
| 44 | 'type' => 'library', |
| 45 | 'install_path' => __DIR__ . '/../maxmind-db/reader', |
| 46 | 'aliases' => array(), |
| 47 | 'dev_requirement' => false, |
| 48 | ), |
| 49 | 'pelago/emogrifier' => array( |
| 50 | 'pretty_version' => 'v6.0.0', |
| 51 | 'version' => '6.0.0.0', |
| 52 | 'reference' => 'aa72d5407efac118f3896bcb995a2cba793df0ae', |
| 53 | 'type' => 'library', |
| 54 | 'install_path' => __DIR__ . '/../pelago/emogrifier', |
| 55 | 'aliases' => array(), |
| 56 | 'dev_requirement' => false, |
| 57 | ), |
| 58 | 'roundcube/plugin-installer' => array( |
| 59 | 'dev_requirement' => false, |
| 60 | 'replaced' => array( |
| 61 | 0 => '*', |
| 62 | ), |
| 63 | ), |
| 64 | 'sabberworm/php-css-parser' => array( |
| 65 | 'pretty_version' => '8.4.0', |
| 66 | 'version' => '8.4.0.0', |
| 67 | 'reference' => 'e41d2140031d533348b2192a83f02d8dd8a71d30', |
| 68 | 'type' => 'library', |
| 69 | 'install_path' => __DIR__ . '/../sabberworm/php-css-parser', |
| 70 | 'aliases' => array(), |
| 71 | 'dev_requirement' => false, |
| 72 | ), |
| 73 | 'shama/baton' => array( |
| 74 | 'dev_requirement' => false, |
| 75 | 'replaced' => array( |
| 76 | 0 => '*', |
| 77 | ), |
| 78 | ), |
| 79 | 'symfony/css-selector' => array( |
| 80 | 'pretty_version' => 'v4.4.37', |
| 81 | 'version' => '4.4.37.0', |
| 82 | 'reference' => '0628e6c6d7c92f1a7bae543959bdc17347be2436', |
| 83 | 'type' => 'library', |
| 84 | 'install_path' => __DIR__ . '/../symfony/css-selector', |
| 85 | 'aliases' => array(), |
| 86 | 'dev_requirement' => false, |
| 87 | ), |
| 88 | 'symfony/polyfill-php80' => array( |
| 89 | 'pretty_version' => 'v1.26.0', |
| 90 | 'version' => '1.26.0.0', |
| 91 | 'reference' => 'cfa0ae98841b9e461207c13ab093d76b0fa7bace', |
| 92 | 'type' => 'library', |
| 93 | 'install_path' => __DIR__ . '/../symfony/polyfill-php80', |
| 94 | 'aliases' => array(), |
| 95 | 'dev_requirement' => false, |
| 96 | ), |
| 97 | 'woocommerce/action-scheduler' => array( |
| 98 | 'pretty_version' => '3.4.2', |
| 99 | 'version' => '3.4.2.0', |
| 100 | 'reference' => '7d8e830b6387410ccf11708194d3836f01cb2942', |
| 101 | 'type' => 'wordpress-plugin', |
| 102 | 'install_path' => __DIR__ . '/../../packages/action-scheduler', |
| 103 | 'aliases' => array(), |
| 104 | 'dev_requirement' => false, |
| 105 | ), |
| 106 | 'woocommerce/woocommerce' => array( |
| 107 | 'pretty_version' => '7.2.0', |
| 108 | 'version' => '7.2.0.0', |
| 109 | 'reference' => NULL, |
| 110 | 'type' => 'wordpress-plugin', |
| 111 | 'install_path' => __DIR__ . '/../../', |
| 112 | 'aliases' => array(), |
| 113 | 'dev_requirement' => false, |
| 114 | ), |
| 115 | 'woocommerce/woocommerce-blocks' => array( |
| 116 | 'pretty_version' => 'v8.9.1', |
| 117 | 'version' => '8.9.1.0', |
| 118 | 'reference' => '47f482575c0c76751319c3900f51523b16ca21ff', |
| 119 | 'type' => 'wordpress-plugin', |
| 120 | 'install_path' => __DIR__ . '/../../packages/woocommerce-blocks', |
| 121 | 'aliases' => array(), |
| 122 | 'dev_requirement' => false, |
| 123 | ), |
| 124 | ), |
| 125 | ); |
| 126 |