ClassLoader.php
2 years ago
InstalledVersions.php
8 months ago
LICENSE
5 years ago
autoload_classmap.php
5 days ago
autoload_files.php
5 days ago
autoload_namespaces.php
2 years ago
autoload_psr4.php
5 days ago
autoload_real.php
5 days ago
autoload_static.php
5 days ago
installed.php
5 days ago
jetpack_autoload_classmap.php
5 days ago
jetpack_autoload_filemap.php
5 days ago
platform_check.php
8 months ago
installed.php
663 lines
| 1 | <?php return array( |
| 2 | 'root' => array( |
| 3 | 'name' => 'automattic/jetpack', |
| 4 | 'pretty_version' => 'dev-trunk', |
| 5 | 'version' => 'dev-trunk', |
| 6 | 'reference' => null, |
| 7 | 'type' => 'wordpress-plugin', |
| 8 | 'install_path' => __DIR__ . '/../../', |
| 9 | 'aliases' => array(), |
| 10 | 'dev' => false, |
| 11 | ), |
| 12 | 'versions' => array( |
| 13 | 'automattic/block-delimiter' => array( |
| 14 | 'pretty_version' => 'v0.3.8', |
| 15 | 'version' => '0.3.8.0', |
| 16 | 'reference' => 'b1dc3ed6587bf1401dad516cdff768d72e62da19', |
| 17 | 'type' => 'jetpack-library', |
| 18 | 'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/block-delimiter', |
| 19 | 'aliases' => array(), |
| 20 | 'dev_requirement' => false, |
| 21 | ), |
| 22 | 'automattic/jetpack' => array( |
| 23 | 'pretty_version' => 'dev-trunk', |
| 24 | 'version' => 'dev-trunk', |
| 25 | 'reference' => null, |
| 26 | 'type' => 'wordpress-plugin', |
| 27 | 'install_path' => __DIR__ . '/../../', |
| 28 | 'aliases' => array(), |
| 29 | 'dev_requirement' => false, |
| 30 | ), |
| 31 | 'automattic/jetpack-a8c-mc-stats' => array( |
| 32 | 'pretty_version' => 'v3.0.10', |
| 33 | 'version' => '3.0.10.0', |
| 34 | 'reference' => '1758136a8d2179b01d784b28f202f24d6c67c54a', |
| 35 | 'type' => 'jetpack-library', |
| 36 | 'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-a8c-mc-stats', |
| 37 | 'aliases' => array(), |
| 38 | 'dev_requirement' => false, |
| 39 | ), |
| 40 | 'automattic/jetpack-account-protection' => array( |
| 41 | 'pretty_version' => 'v0.3.7', |
| 42 | 'version' => '0.3.7.0', |
| 43 | 'reference' => 'c0eb67bd583068f277d9c1ad674c1327bd5f02e4', |
| 44 | 'type' => 'jetpack-library', |
| 45 | 'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-account-protection', |
| 46 | 'aliases' => array(), |
| 47 | 'dev_requirement' => false, |
| 48 | ), |
| 49 | 'automattic/jetpack-activity-log' => array( |
| 50 | 'pretty_version' => 'v0.2.1', |
| 51 | 'version' => '0.2.1.0', |
| 52 | 'reference' => 'ea29e9812c19cc9560562d3670efd0b8d2b2801a', |
| 53 | 'type' => 'jetpack-library', |
| 54 | 'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-activity-log', |
| 55 | 'aliases' => array(), |
| 56 | 'dev_requirement' => false, |
| 57 | ), |
| 58 | 'automattic/jetpack-admin-ui' => array( |
| 59 | 'pretty_version' => 'v0.9.14', |
| 60 | 'version' => '0.9.14.0', |
| 61 | 'reference' => 'cfc7c9503e23df60a74f8e6f8dfa2b90799a83b0', |
| 62 | 'type' => 'jetpack-library', |
| 63 | 'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-admin-ui', |
| 64 | 'aliases' => array(), |
| 65 | 'dev_requirement' => false, |
| 66 | ), |
| 67 | 'automattic/jetpack-agents-manager' => array( |
| 68 | 'pretty_version' => 'v0.9.0', |
| 69 | 'version' => '0.9.0.0', |
| 70 | 'reference' => '708c4008c22644cde5f1ac0e2ea67f3329a8fc7c', |
| 71 | 'type' => 'jetpack-library', |
| 72 | 'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-agents-manager', |
| 73 | 'aliases' => array(), |
| 74 | 'dev_requirement' => false, |
| 75 | ), |
| 76 | 'automattic/jetpack-assets' => array( |
| 77 | 'pretty_version' => 'v4.4.9', |
| 78 | 'version' => '4.4.9.0', |
| 79 | 'reference' => '7cd7a15cb217a1d05f16c922c80ea4fe46db1505', |
| 80 | 'type' => 'jetpack-library', |
| 81 | 'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-assets', |
| 82 | 'aliases' => array(), |
| 83 | 'dev_requirement' => false, |
| 84 | ), |
| 85 | 'automattic/jetpack-autoloader' => array( |
| 86 | 'pretty_version' => 'v5.0.22', |
| 87 | 'version' => '5.0.22.0', |
| 88 | 'reference' => '9c7627e832db897ebed54c0cb575eb089ab8d08a', |
| 89 | 'type' => 'composer-plugin', |
| 90 | 'install_path' => __DIR__ . '/../automattic/jetpack-autoloader', |
| 91 | 'aliases' => array(), |
| 92 | 'dev_requirement' => false, |
| 93 | ), |
| 94 | 'automattic/jetpack-backup' => array( |
| 95 | 'pretty_version' => 'v4.3.11', |
| 96 | 'version' => '4.3.11.0', |
| 97 | 'reference' => 'c00e8c0edbac57ad7a0611832dab8fa350beac31', |
| 98 | 'type' => 'jetpack-library', |
| 99 | 'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-backup', |
| 100 | 'aliases' => array(), |
| 101 | 'dev_requirement' => false, |
| 102 | ), |
| 103 | 'automattic/jetpack-backup-helper-script-manager' => array( |
| 104 | 'pretty_version' => 'v0.3.11', |
| 105 | 'version' => '0.3.11.0', |
| 106 | 'reference' => '2401e83993a8088d3cbd510253ddd07f5eaa5491', |
| 107 | 'type' => 'jetpack-library', |
| 108 | 'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-backup-helper-script-manager', |
| 109 | 'aliases' => array(), |
| 110 | 'dev_requirement' => false, |
| 111 | ), |
| 112 | 'automattic/jetpack-blaze' => array( |
| 113 | 'pretty_version' => 'v0.28.2', |
| 114 | 'version' => '0.28.2.0', |
| 115 | 'reference' => 'df628acb38b19bdbc5bf0ac20171da81edd8adae', |
| 116 | 'type' => 'jetpack-library', |
| 117 | 'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-blaze', |
| 118 | 'aliases' => array(), |
| 119 | 'dev_requirement' => false, |
| 120 | ), |
| 121 | 'automattic/jetpack-blocks' => array( |
| 122 | 'pretty_version' => 'v3.3.6', |
| 123 | 'version' => '3.3.6.0', |
| 124 | 'reference' => '31a8d813b370b0c17698b1004ea5a3c9ee71769a', |
| 125 | 'type' => 'jetpack-library', |
| 126 | 'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-blocks', |
| 127 | 'aliases' => array(), |
| 128 | 'dev_requirement' => false, |
| 129 | ), |
| 130 | 'automattic/jetpack-boost-core' => array( |
| 131 | 'pretty_version' => 'v0.4.8', |
| 132 | 'version' => '0.4.8.0', |
| 133 | 'reference' => '531182d753d832a587385a82d22decd82d86dff9', |
| 134 | 'type' => 'jetpack-library', |
| 135 | 'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-boost-core', |
| 136 | 'aliases' => array(), |
| 137 | 'dev_requirement' => false, |
| 138 | ), |
| 139 | 'automattic/jetpack-boost-speed-score' => array( |
| 140 | 'pretty_version' => 'v0.4.18', |
| 141 | 'version' => '0.4.18.0', |
| 142 | 'reference' => 'c2d0839bbe749254ac146ec41fe3166eb899f98e', |
| 143 | 'type' => 'jetpack-library', |
| 144 | 'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-boost-speed-score', |
| 145 | 'aliases' => array(), |
| 146 | 'dev_requirement' => false, |
| 147 | ), |
| 148 | 'automattic/jetpack-classic-theme-helper' => array( |
| 149 | 'pretty_version' => 'v0.14.38', |
| 150 | 'version' => '0.14.38.0', |
| 151 | 'reference' => 'd921e62b888a5a4ea9d3c329bc607ddcd3267968', |
| 152 | 'type' => 'jetpack-library', |
| 153 | 'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-classic-theme-helper', |
| 154 | 'aliases' => array(), |
| 155 | 'dev_requirement' => false, |
| 156 | ), |
| 157 | 'automattic/jetpack-compat' => array( |
| 158 | 'pretty_version' => 'v4.0.4', |
| 159 | 'version' => '4.0.4.0', |
| 160 | 'reference' => 'd1e0740e522cf5dce02feba2efe39fd7ed291c4a', |
| 161 | 'type' => 'jetpack-library', |
| 162 | 'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-compat', |
| 163 | 'aliases' => array(), |
| 164 | 'dev_requirement' => false, |
| 165 | ), |
| 166 | 'automattic/jetpack-composer-plugin' => array( |
| 167 | 'pretty_version' => 'v4.0.9', |
| 168 | 'version' => '4.0.9.0', |
| 169 | 'reference' => 'e7d0fd5bde13706f93089231803f939d3530798e', |
| 170 | 'type' => 'composer-plugin', |
| 171 | 'install_path' => __DIR__ . '/../automattic/jetpack-composer-plugin', |
| 172 | 'aliases' => array(), |
| 173 | 'dev_requirement' => false, |
| 174 | ), |
| 175 | 'automattic/jetpack-config' => array( |
| 176 | 'pretty_version' => 'v3.1.3', |
| 177 | 'version' => '3.1.3.0', |
| 178 | 'reference' => '8cc8329020ea15907150b167a514a35f62a0b25b', |
| 179 | 'type' => 'jetpack-library', |
| 180 | 'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-config', |
| 181 | 'aliases' => array(), |
| 182 | 'dev_requirement' => false, |
| 183 | ), |
| 184 | 'automattic/jetpack-connection' => array( |
| 185 | 'pretty_version' => 'v8.8.2', |
| 186 | 'version' => '8.8.2.0', |
| 187 | 'reference' => 'ca2f8638d972cfd0df0cf0e1c05c468fd22c9d64', |
| 188 | 'type' => 'jetpack-library', |
| 189 | 'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-connection', |
| 190 | 'aliases' => array(), |
| 191 | 'dev_requirement' => false, |
| 192 | ), |
| 193 | 'automattic/jetpack-constants' => array( |
| 194 | 'pretty_version' => 'v3.0.12', |
| 195 | 'version' => '3.0.12.0', |
| 196 | 'reference' => '672be0a51baadfc6eee0ffd3bf8e9db691a8ab27', |
| 197 | 'type' => 'jetpack-library', |
| 198 | 'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-constants', |
| 199 | 'aliases' => array(), |
| 200 | 'dev_requirement' => false, |
| 201 | ), |
| 202 | 'automattic/jetpack-device-detection' => array( |
| 203 | 'pretty_version' => 'v3.4.5', |
| 204 | 'version' => '3.4.5.0', |
| 205 | 'reference' => '5f4ec860e13545c4a36169611ec4564180c120f4', |
| 206 | 'type' => 'jetpack-library', |
| 207 | 'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-device-detection', |
| 208 | 'aliases' => array(), |
| 209 | 'dev_requirement' => false, |
| 210 | ), |
| 211 | 'automattic/jetpack-error' => array( |
| 212 | 'pretty_version' => 'v3.0.10', |
| 213 | 'version' => '3.0.10.0', |
| 214 | 'reference' => '60f6ed6a67ab651dcec47ee624668fa02bbab3d6', |
| 215 | 'type' => 'jetpack-library', |
| 216 | 'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-error', |
| 217 | 'aliases' => array(), |
| 218 | 'dev_requirement' => false, |
| 219 | ), |
| 220 | 'automattic/jetpack-explat' => array( |
| 221 | 'pretty_version' => 'v0.5.0', |
| 222 | 'version' => '0.5.0.0', |
| 223 | 'reference' => 'cfd8a04701fbfa824b20b451b491b88d45b7382e', |
| 224 | 'type' => 'jetpack-library', |
| 225 | 'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-explat', |
| 226 | 'aliases' => array(), |
| 227 | 'dev_requirement' => false, |
| 228 | ), |
| 229 | 'automattic/jetpack-external-connections' => array( |
| 230 | 'pretty_version' => 'v0.1.38', |
| 231 | 'version' => '0.1.38.0', |
| 232 | 'reference' => '8fff0564cdb6a1421fd40767a79f95ea0bf76398', |
| 233 | 'type' => 'jetpack-library', |
| 234 | 'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-external-connections', |
| 235 | 'aliases' => array(), |
| 236 | 'dev_requirement' => false, |
| 237 | ), |
| 238 | 'automattic/jetpack-external-media' => array( |
| 239 | 'pretty_version' => 'v0.8.29', |
| 240 | 'version' => '0.8.29.0', |
| 241 | 'reference' => 'ac22f0b4aca68ecf334d5c502cb518669e4035ee', |
| 242 | 'type' => 'jetpack-library', |
| 243 | 'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-external-media', |
| 244 | 'aliases' => array(), |
| 245 | 'dev_requirement' => false, |
| 246 | ), |
| 247 | 'automattic/jetpack-forms' => array( |
| 248 | 'pretty_version' => 'v7.23.4', |
| 249 | 'version' => '7.23.4.0', |
| 250 | 'reference' => '9332c9d1ef4a76efae7a2beaa49d2f80d0ddd3bf', |
| 251 | 'type' => 'jetpack-library', |
| 252 | 'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-forms', |
| 253 | 'aliases' => array(), |
| 254 | 'dev_requirement' => false, |
| 255 | ), |
| 256 | 'automattic/jetpack-image-cdn' => array( |
| 257 | 'pretty_version' => 'v0.7.29', |
| 258 | 'version' => '0.7.29.0', |
| 259 | 'reference' => '129bba4fba26b43e8a3eab525b930bb84c577f45', |
| 260 | 'type' => 'jetpack-library', |
| 261 | 'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-image-cdn', |
| 262 | 'aliases' => array(), |
| 263 | 'dev_requirement' => false, |
| 264 | ), |
| 265 | 'automattic/jetpack-import' => array( |
| 266 | 'pretty_version' => 'v0.9.19', |
| 267 | 'version' => '0.9.19.0', |
| 268 | 'reference' => 'df10305cc5b4b4ff549bb9693c1afd60c488689f', |
| 269 | 'type' => 'jetpack-library', |
| 270 | 'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-import', |
| 271 | 'aliases' => array(), |
| 272 | 'dev_requirement' => false, |
| 273 | ), |
| 274 | 'automattic/jetpack-ip' => array( |
| 275 | 'pretty_version' => 'v0.5.0', |
| 276 | 'version' => '0.5.0.0', |
| 277 | 'reference' => 'ce3ace356ae9ea091fc942f54e702c4f12f7247f', |
| 278 | 'type' => 'jetpack-library', |
| 279 | 'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-ip', |
| 280 | 'aliases' => array(), |
| 281 | 'dev_requirement' => false, |
| 282 | ), |
| 283 | 'automattic/jetpack-jitm' => array( |
| 284 | 'pretty_version' => 'v4.3.50', |
| 285 | 'version' => '4.3.50.0', |
| 286 | 'reference' => '5f88e0b8a970a64f7ade3de0332e66ef626f329a', |
| 287 | 'type' => 'jetpack-library', |
| 288 | 'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-jitm', |
| 289 | 'aliases' => array(), |
| 290 | 'dev_requirement' => false, |
| 291 | ), |
| 292 | 'automattic/jetpack-jwt' => array( |
| 293 | 'pretty_version' => 'v0.2.5', |
| 294 | 'version' => '0.2.5.0', |
| 295 | 'reference' => 'bc71246297eddd0d4dd527dd88c5824bef28862c', |
| 296 | 'type' => 'jetpack-library', |
| 297 | 'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-jwt', |
| 298 | 'aliases' => array(), |
| 299 | 'dev_requirement' => false, |
| 300 | ), |
| 301 | 'automattic/jetpack-licensing' => array( |
| 302 | 'pretty_version' => 'v3.1.9', |
| 303 | 'version' => '3.1.9.0', |
| 304 | 'reference' => '40d810d78bb2b0a32380ea8ed18bcb964a838424', |
| 305 | 'type' => 'jetpack-library', |
| 306 | 'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-licensing', |
| 307 | 'aliases' => array(), |
| 308 | 'dev_requirement' => false, |
| 309 | ), |
| 310 | 'automattic/jetpack-logo' => array( |
| 311 | 'pretty_version' => 'v3.0.9', |
| 312 | 'version' => '3.0.9.0', |
| 313 | 'reference' => '21ef51a561bd8623834277cd18ac86de1e7b5d71', |
| 314 | 'type' => 'jetpack-library', |
| 315 | 'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-logo', |
| 316 | 'aliases' => array(), |
| 317 | 'dev_requirement' => false, |
| 318 | ), |
| 319 | 'automattic/jetpack-masterbar' => array( |
| 320 | 'pretty_version' => 'v0.27.36', |
| 321 | 'version' => '0.27.36.0', |
| 322 | 'reference' => '0f4b50e02b15ed926f6592b52cf478101751509e', |
| 323 | 'type' => 'jetpack-library', |
| 324 | 'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-masterbar', |
| 325 | 'aliases' => array(), |
| 326 | 'dev_requirement' => false, |
| 327 | ), |
| 328 | 'automattic/jetpack-menu-badges' => array( |
| 329 | 'pretty_version' => 'v0.1.0', |
| 330 | 'version' => '0.1.0.0', |
| 331 | 'reference' => '27a7eb5a7e9187e49d5e708f459bd4ddda4891f6', |
| 332 | 'type' => 'jetpack-library', |
| 333 | 'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-menu-badges', |
| 334 | 'aliases' => array(), |
| 335 | 'dev_requirement' => false, |
| 336 | ), |
| 337 | 'automattic/jetpack-my-jetpack' => array( |
| 338 | 'pretty_version' => 'v5.41.1', |
| 339 | 'version' => '5.41.1.0', |
| 340 | 'reference' => '7928b609bccf3bcbee299fa553ab50c01fe27938', |
| 341 | 'type' => 'jetpack-library', |
| 342 | 'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-my-jetpack', |
| 343 | 'aliases' => array(), |
| 344 | 'dev_requirement' => false, |
| 345 | ), |
| 346 | 'automattic/jetpack-newsletter' => array( |
| 347 | 'pretty_version' => 'v0.12.3', |
| 348 | 'version' => '0.12.3.0', |
| 349 | 'reference' => '57301c675233db59ed0ccc2bf29ee1c5bbf8aaa7', |
| 350 | 'type' => 'jetpack-library', |
| 351 | 'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-newsletter', |
| 352 | 'aliases' => array(), |
| 353 | 'dev_requirement' => false, |
| 354 | ), |
| 355 | 'automattic/jetpack-password-checker' => array( |
| 356 | 'pretty_version' => 'v0.4.14', |
| 357 | 'version' => '0.4.14.0', |
| 358 | 'reference' => 'd1c1a7313f01936db73e1f4e70f4d80d83575ae5', |
| 359 | 'type' => 'jetpack-library', |
| 360 | 'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-password-checker', |
| 361 | 'aliases' => array(), |
| 362 | 'dev_requirement' => false, |
| 363 | ), |
| 364 | 'automattic/jetpack-paypal-payments' => array( |
| 365 | 'pretty_version' => 'v0.7.11', |
| 366 | 'version' => '0.7.11.0', |
| 367 | 'reference' => 'f0a5a075f74c55c48e8dfb2f8c8516a47a652b93', |
| 368 | 'type' => 'jetpack-library', |
| 369 | 'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-paypal-payments', |
| 370 | 'aliases' => array(), |
| 371 | 'dev_requirement' => false, |
| 372 | ), |
| 373 | 'automattic/jetpack-plans' => array( |
| 374 | 'pretty_version' => 'v0.11.9', |
| 375 | 'version' => '0.11.9.0', |
| 376 | 'reference' => '8deebf32ade51ddfecf14c3a823eb1f7d4c48968', |
| 377 | 'type' => 'library', |
| 378 | 'install_path' => __DIR__ . '/../automattic/jetpack-plans', |
| 379 | 'aliases' => array(), |
| 380 | 'dev_requirement' => false, |
| 381 | ), |
| 382 | 'automattic/jetpack-plugins-installer' => array( |
| 383 | 'pretty_version' => 'v0.5.11', |
| 384 | 'version' => '0.5.11.0', |
| 385 | 'reference' => '820fcc9067358a09eeaa7483af345200bb4985bb', |
| 386 | 'type' => 'jetpack-library', |
| 387 | 'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-plugins-installer', |
| 388 | 'aliases' => array(), |
| 389 | 'dev_requirement' => false, |
| 390 | ), |
| 391 | 'automattic/jetpack-podcast' => array( |
| 392 | 'pretty_version' => 'v1.4.3', |
| 393 | 'version' => '1.4.3.0', |
| 394 | 'reference' => '9fe11691217abcb5a937c0692e0c5e7acf7e4148', |
| 395 | 'type' => 'jetpack-library', |
| 396 | 'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-podcast', |
| 397 | 'aliases' => array(), |
| 398 | 'dev_requirement' => false, |
| 399 | ), |
| 400 | 'automattic/jetpack-post-list' => array( |
| 401 | 'pretty_version' => 'v0.9.29', |
| 402 | 'version' => '0.9.29.0', |
| 403 | 'reference' => 'f041af20586897fd7534b66b15de1e0b668e85f5', |
| 404 | 'type' => 'jetpack-library', |
| 405 | 'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-post-list', |
| 406 | 'aliases' => array(), |
| 407 | 'dev_requirement' => false, |
| 408 | ), |
| 409 | 'automattic/jetpack-post-media' => array( |
| 410 | 'pretty_version' => 'v0.1.6', |
| 411 | 'version' => '0.1.6.0', |
| 412 | 'reference' => '43a5b93e2755203d28f9dbcfd76e83687f3889fd', |
| 413 | 'type' => 'jetpack-library', |
| 414 | 'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-post-media', |
| 415 | 'aliases' => array(), |
| 416 | 'dev_requirement' => false, |
| 417 | ), |
| 418 | 'automattic/jetpack-premium-analytics' => array( |
| 419 | 'pretty_version' => 'v0.1.0', |
| 420 | 'version' => '0.1.0.0', |
| 421 | 'reference' => 'fb89a8c040f74d1efddfc88ebc8a80988567b495', |
| 422 | 'type' => 'jetpack-library', |
| 423 | 'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-premium-analytics', |
| 424 | 'aliases' => array(), |
| 425 | 'dev_requirement' => false, |
| 426 | ), |
| 427 | 'automattic/jetpack-protect-models' => array( |
| 428 | 'pretty_version' => 'v0.6.5', |
| 429 | 'version' => '0.6.5.0', |
| 430 | 'reference' => 'c948b02305f91c37a6113a3247c562519336cd03', |
| 431 | 'type' => 'jetpack-library', |
| 432 | 'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-protect-models', |
| 433 | 'aliases' => array(), |
| 434 | 'dev_requirement' => false, |
| 435 | ), |
| 436 | 'automattic/jetpack-protect-status' => array( |
| 437 | 'pretty_version' => 'v0.7.13', |
| 438 | 'version' => '0.7.13.0', |
| 439 | 'reference' => 'b060b6c60a661bf273b9d7ee6ef20730da57c8fc', |
| 440 | 'type' => 'jetpack-library', |
| 441 | 'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-protect-status', |
| 442 | 'aliases' => array(), |
| 443 | 'dev_requirement' => false, |
| 444 | ), |
| 445 | 'automattic/jetpack-publicize' => array( |
| 446 | 'pretty_version' => 'v0.84.3', |
| 447 | 'version' => '0.84.3.0', |
| 448 | 'reference' => '22aa954b290e3f83084d3637356aa59d8544b0f3', |
| 449 | 'type' => 'jetpack-library', |
| 450 | 'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-publicize', |
| 451 | 'aliases' => array(), |
| 452 | 'dev_requirement' => false, |
| 453 | ), |
| 454 | 'automattic/jetpack-redirect' => array( |
| 455 | 'pretty_version' => 'v3.0.15', |
| 456 | 'version' => '3.0.15.0', |
| 457 | 'reference' => '4440f420878033f299d7eca6085a9948367fc114', |
| 458 | 'type' => 'jetpack-library', |
| 459 | 'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-redirect', |
| 460 | 'aliases' => array(), |
| 461 | 'dev_requirement' => false, |
| 462 | ), |
| 463 | 'automattic/jetpack-roles' => array( |
| 464 | 'pretty_version' => 'v3.0.12', |
| 465 | 'version' => '3.0.12.0', |
| 466 | 'reference' => '2f2d3b77750455b4b4f11005a5c72d4f1579ff4f', |
| 467 | 'type' => 'jetpack-library', |
| 468 | 'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-roles', |
| 469 | 'aliases' => array(), |
| 470 | 'dev_requirement' => false, |
| 471 | ), |
| 472 | 'automattic/jetpack-scan-page' => array( |
| 473 | 'pretty_version' => 'v0.1.13', |
| 474 | 'version' => '0.1.13.0', |
| 475 | 'reference' => 'e3c1ce59a45d411c2404a5b94eb4d89af52bcd00', |
| 476 | 'type' => 'jetpack-library', |
| 477 | 'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-scan-page', |
| 478 | 'aliases' => array(), |
| 479 | 'dev_requirement' => false, |
| 480 | ), |
| 481 | 'automattic/jetpack-search' => array( |
| 482 | 'pretty_version' => 'v7.3.3', |
| 483 | 'version' => '7.3.3.0', |
| 484 | 'reference' => '810da50440707d09d9066051d977788134d94e82', |
| 485 | 'type' => 'jetpack-library', |
| 486 | 'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-search', |
| 487 | 'aliases' => array(), |
| 488 | 'dev_requirement' => false, |
| 489 | ), |
| 490 | 'automattic/jetpack-seo' => array( |
| 491 | 'pretty_version' => 'v0.8.0', |
| 492 | 'version' => '0.8.0.0', |
| 493 | 'reference' => '8b9a31eaa37ad6f360bee9d464bf7d52a3246a96', |
| 494 | 'type' => 'jetpack-library', |
| 495 | 'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-seo', |
| 496 | 'aliases' => array(), |
| 497 | 'dev_requirement' => false, |
| 498 | ), |
| 499 | 'automattic/jetpack-stats' => array( |
| 500 | 'pretty_version' => 'v0.20.0', |
| 501 | 'version' => '0.20.0.0', |
| 502 | 'reference' => '60e678cbcf0f291d217aab42a0b277d7b24ca45c', |
| 503 | 'type' => 'jetpack-library', |
| 504 | 'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-stats', |
| 505 | 'aliases' => array(), |
| 506 | 'dev_requirement' => false, |
| 507 | ), |
| 508 | 'automattic/jetpack-stats-admin' => array( |
| 509 | 'pretty_version' => 'v0.32.0', |
| 510 | 'version' => '0.32.0.0', |
| 511 | 'reference' => '1560e759c355aba3bfc3a25f8c651166327adeab', |
| 512 | 'type' => 'jetpack-library', |
| 513 | 'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-stats-admin', |
| 514 | 'aliases' => array(), |
| 515 | 'dev_requirement' => false, |
| 516 | ), |
| 517 | 'automattic/jetpack-status' => array( |
| 518 | 'pretty_version' => 'v6.2.0', |
| 519 | 'version' => '6.2.0.0', |
| 520 | 'reference' => '8a991cb7966788641616925a341fe6918df7a9bb', |
| 521 | 'type' => 'jetpack-library', |
| 522 | 'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-status', |
| 523 | 'aliases' => array(), |
| 524 | 'dev_requirement' => false, |
| 525 | ), |
| 526 | 'automattic/jetpack-sync' => array( |
| 527 | 'pretty_version' => 'v4.45.3', |
| 528 | 'version' => '4.45.3.0', |
| 529 | 'reference' => '0dea9b971bccb7b959d639a86162811e5de3546e', |
| 530 | 'type' => 'jetpack-library', |
| 531 | 'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-sync', |
| 532 | 'aliases' => array(), |
| 533 | 'dev_requirement' => false, |
| 534 | ), |
| 535 | 'automattic/jetpack-videopress' => array( |
| 536 | 'pretty_version' => 'v0.44.0', |
| 537 | 'version' => '0.44.0.0', |
| 538 | 'reference' => 'dc92f3c22034884f4e8496f2fa4b18539652f9db', |
| 539 | 'type' => 'jetpack-library', |
| 540 | 'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-videopress', |
| 541 | 'aliases' => array(), |
| 542 | 'dev_requirement' => false, |
| 543 | ), |
| 544 | 'automattic/jetpack-waf' => array( |
| 545 | 'pretty_version' => 'v0.28.11', |
| 546 | 'version' => '0.28.11.0', |
| 547 | 'reference' => '26aa3b87ee9c15d9992374b43e8afbb06410ae29', |
| 548 | 'type' => 'jetpack-library', |
| 549 | 'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-waf', |
| 550 | 'aliases' => array(), |
| 551 | 'dev_requirement' => false, |
| 552 | ), |
| 553 | 'automattic/jetpack-wp-abilities' => array( |
| 554 | 'pretty_version' => 'v0.1.5', |
| 555 | 'version' => '0.1.5.0', |
| 556 | 'reference' => 'ae1643f3c1db28cf69b2d1c1c4b85f8637f3c51c', |
| 557 | 'type' => 'jetpack-library', |
| 558 | 'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-wp-abilities', |
| 559 | 'aliases' => array(), |
| 560 | 'dev_requirement' => false, |
| 561 | ), |
| 562 | 'automattic/jetpack-wp-build-polyfills' => array( |
| 563 | 'pretty_version' => 'v0.3.0', |
| 564 | 'version' => '0.3.0.0', |
| 565 | 'reference' => '9589a5af26af841eae4779fb265e9b29e0a7133c', |
| 566 | 'type' => 'jetpack-library', |
| 567 | 'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-wp-build-polyfills', |
| 568 | 'aliases' => array(), |
| 569 | 'dev_requirement' => false, |
| 570 | ), |
| 571 | 'automattic/woocommerce-analytics' => array( |
| 572 | 'pretty_version' => '0.16.7', |
| 573 | 'version' => '0.16.7.0', |
| 574 | 'reference' => '0437625896899842389fe38c3f807d46066edd1a', |
| 575 | 'type' => 'jetpack-library', |
| 576 | 'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/woocommerce-analytics', |
| 577 | 'aliases' => array(), |
| 578 | 'dev_requirement' => false, |
| 579 | ), |
| 580 | 'wikimedia/aho-corasick' => array( |
| 581 | 'pretty_version' => 'v1.0.1', |
| 582 | 'version' => '1.0.1.0', |
| 583 | 'reference' => '2f3a1bd765913637a66eade658d11d82f0e551be', |
| 584 | 'type' => 'library', |
| 585 | 'install_path' => __DIR__ . '/../wikimedia/aho-corasick', |
| 586 | 'aliases' => array(), |
| 587 | 'dev_requirement' => false, |
| 588 | ), |
| 589 | 'wp-php-toolkit/bytestream' => array( |
| 590 | 'pretty_version' => 'v0.8.1', |
| 591 | 'version' => '0.8.1.0', |
| 592 | 'reference' => '38617382ea9cecd057202bed34739c53e804173b', |
| 593 | 'type' => 'library', |
| 594 | 'install_path' => __DIR__ . '/../wp-php-toolkit/bytestream', |
| 595 | 'aliases' => array(), |
| 596 | 'dev_requirement' => false, |
| 597 | ), |
| 598 | 'wp-php-toolkit/data-liberation' => array( |
| 599 | 'pretty_version' => 'v0.8.1', |
| 600 | 'version' => '0.8.1.0', |
| 601 | 'reference' => '63e2035a5d9ef069d13b0285150e1cbc72fab407', |
| 602 | 'type' => 'library', |
| 603 | 'install_path' => __DIR__ . '/../wp-php-toolkit/data-liberation', |
| 604 | 'aliases' => array(), |
| 605 | 'dev_requirement' => false, |
| 606 | ), |
| 607 | 'wp-php-toolkit/encoding' => array( |
| 608 | 'pretty_version' => 'v0.8.1', |
| 609 | 'version' => '0.8.1.0', |
| 610 | 'reference' => '0da853cd2ce08deee92dddaa0bd5c3fbf7507608', |
| 611 | 'type' => 'library', |
| 612 | 'install_path' => __DIR__ . '/../wp-php-toolkit/encoding', |
| 613 | 'aliases' => array(), |
| 614 | 'dev_requirement' => false, |
| 615 | ), |
| 616 | 'wp-php-toolkit/filesystem' => array( |
| 617 | 'pretty_version' => 'v0.8.1', |
| 618 | 'version' => '0.8.1.0', |
| 619 | 'reference' => 'a86e7a3916c48ac9d29bb13bdb15c1cf122800c1', |
| 620 | 'type' => 'library', |
| 621 | 'install_path' => __DIR__ . '/../wp-php-toolkit/filesystem', |
| 622 | 'aliases' => array(), |
| 623 | 'dev_requirement' => false, |
| 624 | ), |
| 625 | 'wp-php-toolkit/html' => array( |
| 626 | 'pretty_version' => 'v0.8.1', |
| 627 | 'version' => '0.8.1.0', |
| 628 | 'reference' => '6c845f71340cec388fac1dfabe7694712b94190a', |
| 629 | 'type' => 'library', |
| 630 | 'install_path' => __DIR__ . '/../wp-php-toolkit/html', |
| 631 | 'aliases' => array(), |
| 632 | 'dev_requirement' => false, |
| 633 | ), |
| 634 | 'wp-php-toolkit/http-client' => array( |
| 635 | 'pretty_version' => 'v0.8.1', |
| 636 | 'version' => '0.8.1.0', |
| 637 | 'reference' => '4574ed51c15882190b46aee5564910bf4429f3c0', |
| 638 | 'type' => 'library', |
| 639 | 'install_path' => __DIR__ . '/../wp-php-toolkit/http-client', |
| 640 | 'aliases' => array(), |
| 641 | 'dev_requirement' => false, |
| 642 | ), |
| 643 | 'wp-php-toolkit/reprint-exporter' => array( |
| 644 | 'pretty_version' => 'v0.9.1', |
| 645 | 'version' => '0.9.1.0', |
| 646 | 'reference' => 'e302c68b7cd4125d0eed5078dcd015ce9cb1fcc7', |
| 647 | 'type' => 'library', |
| 648 | 'install_path' => __DIR__ . '/../wp-php-toolkit/reprint-exporter', |
| 649 | 'aliases' => array(), |
| 650 | 'dev_requirement' => false, |
| 651 | ), |
| 652 | 'wp-php-toolkit/xml' => array( |
| 653 | 'pretty_version' => 'v0.8.1', |
| 654 | 'version' => '0.8.1.0', |
| 655 | 'reference' => 'a6b49175d5bab2e76816dd7bf514b81f51cc1109', |
| 656 | 'type' => 'library', |
| 657 | 'install_path' => __DIR__ . '/../wp-php-toolkit/xml', |
| 658 | 'aliases' => array(), |
| 659 | 'dev_requirement' => false, |
| 660 | ), |
| 661 | ), |
| 662 | ); |
| 663 |