ClassLoader.php
2 years ago
InstalledVersions.php
7 months ago
LICENSE
5 years ago
autoload_classmap.php
3 days ago
autoload_files.php
1 year ago
autoload_namespaces.php
2 years ago
autoload_psr4.php
7 months ago
autoload_real.php
3 days ago
autoload_static.php
3 days ago
installed.php
3 days ago
jetpack_autoload_classmap.php
3 days ago
jetpack_autoload_filemap.php
3 days ago
platform_check.php
7 months ago
installed.php
582 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.6', |
| 42 | 'version' => '0.3.6.0', |
| 43 | 'reference' => 'df84edb269cf46da3c832bd47e4d83f348926108', |
| 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.1.11', |
| 51 | 'version' => '0.1.11.0', |
| 52 | 'reference' => 'ef48e9d467c5dd414c520a519b78da4db7d228f6', |
| 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.9', |
| 60 | 'version' => '0.9.9.0', |
| 61 | 'reference' => '5f5c3a116f431e00924492edecfa25bc54dc1777', |
| 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.8.1', |
| 69 | 'version' => '0.8.1.0', |
| 70 | 'reference' => 'e40810c9e429062a327fd8431072d85f1f2cd8e4', |
| 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.5', |
| 78 | 'version' => '4.4.5.0', |
| 79 | 'reference' => '5abbe67913d716e54135001e9935fd9e6381eb0a', |
| 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.21', |
| 87 | 'version' => '5.0.21.0', |
| 88 | 'reference' => '07b6e0d9b5f948659ce8503140551d5758865a3c', |
| 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.8', |
| 96 | 'version' => '4.3.8.0', |
| 97 | 'reference' => '717b7d9374cc30dfe254abd7a1f6b7054623dff1', |
| 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.27.27', |
| 114 | 'version' => '0.27.27.0', |
| 115 | 'reference' => '494788a0507d8e2f12089a0890ccc16e4586a5ac', |
| 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.5', |
| 123 | 'version' => '3.3.5.0', |
| 124 | 'reference' => 'd0c4df3ce7d34041e5442e839ec04692af0c3f97', |
| 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.36', |
| 150 | 'version' => '0.14.36.0', |
| 151 | 'reference' => '2c4797a4bf9d26c740cbf04b13b55d07759da38d', |
| 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.8', |
| 168 | 'version' => '4.0.8.0', |
| 169 | 'reference' => 'bfbfd3302d8620c38f49e03700fb4eb195fc286d', |
| 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.7.8', |
| 186 | 'version' => '8.7.8.0', |
| 187 | 'reference' => '3e993965776a0da5930796b7c57541aa60a1d512', |
| 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.4.36', |
| 222 | 'version' => '0.4.36.0', |
| 223 | 'reference' => '8800ad2c3ae0018ec649bba91c3902edd8653528', |
| 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.36', |
| 231 | 'version' => '0.1.36.0', |
| 232 | 'reference' => '6b982bb1e043875896635a16040282ac210458bd', |
| 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.26', |
| 240 | 'version' => '0.8.26.0', |
| 241 | 'reference' => 'e385aa3e38343f369a3b20443996e2d18067d90c', |
| 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.1', |
| 249 | 'version' => '7.23.1.0', |
| 250 | 'reference' => '056834e53e955daf941ad9ad796d3696b535c41d', |
| 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.47', |
| 285 | 'version' => '4.3.47.0', |
| 286 | 'reference' => '1a26f84762c0a2c18f383b33c748fe6521df8498', |
| 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.33', |
| 321 | 'version' => '0.27.33.0', |
| 322 | 'reference' => '3824d31b6ea3fd1537121c2dd3109f8947f8cd46', |
| 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.40.7', |
| 339 | 'version' => '5.40.7.0', |
| 340 | 'reference' => 'c057112c578555740151ba1607385751611314ad', |
| 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.0', |
| 348 | 'version' => '0.12.0.0', |
| 349 | 'reference' => 'b2eedff0dd5a060be35363ba974f0678047492af', |
| 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.8', |
| 366 | 'version' => '0.7.8.0', |
| 367 | 'reference' => 'afce4a02b7b8ae1991088a889a9bb445cffee786', |
| 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.3.2', |
| 393 | 'version' => '1.3.2.0', |
| 394 | 'reference' => 'bffebdead45ba0f0c60c51e7b9faa23c53a1894a', |
| 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.27', |
| 402 | 'version' => '0.9.27.0', |
| 403 | 'reference' => '0ca4b9f0412b372e19a6e0eb2ccc2ecd4832f9cf', |
| 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-protect-models' => array( |
| 419 | 'pretty_version' => 'v0.6.5', |
| 420 | 'version' => '0.6.5.0', |
| 421 | 'reference' => 'c948b02305f91c37a6113a3247c562519336cd03', |
| 422 | 'type' => 'jetpack-library', |
| 423 | 'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-protect-models', |
| 424 | 'aliases' => array(), |
| 425 | 'dev_requirement' => false, |
| 426 | ), |
| 427 | 'automattic/jetpack-protect-status' => array( |
| 428 | 'pretty_version' => 'v0.7.13', |
| 429 | 'version' => '0.7.13.0', |
| 430 | 'reference' => 'b060b6c60a661bf273b9d7ee6ef20730da57c8fc', |
| 431 | 'type' => 'jetpack-library', |
| 432 | 'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-protect-status', |
| 433 | 'aliases' => array(), |
| 434 | 'dev_requirement' => false, |
| 435 | ), |
| 436 | 'automattic/jetpack-publicize' => array( |
| 437 | 'pretty_version' => 'v0.84.0', |
| 438 | 'version' => '0.84.0.0', |
| 439 | 'reference' => '0e97cb239c4f2888c6caad7906e0674056d97abf', |
| 440 | 'type' => 'jetpack-library', |
| 441 | 'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-publicize', |
| 442 | 'aliases' => array(), |
| 443 | 'dev_requirement' => false, |
| 444 | ), |
| 445 | 'automattic/jetpack-redirect' => array( |
| 446 | 'pretty_version' => 'v3.0.15', |
| 447 | 'version' => '3.0.15.0', |
| 448 | 'reference' => '4440f420878033f299d7eca6085a9948367fc114', |
| 449 | 'type' => 'jetpack-library', |
| 450 | 'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-redirect', |
| 451 | 'aliases' => array(), |
| 452 | 'dev_requirement' => false, |
| 453 | ), |
| 454 | 'automattic/jetpack-roles' => array( |
| 455 | 'pretty_version' => 'v3.0.12', |
| 456 | 'version' => '3.0.12.0', |
| 457 | 'reference' => '2f2d3b77750455b4b4f11005a5c72d4f1579ff4f', |
| 458 | 'type' => 'jetpack-library', |
| 459 | 'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-roles', |
| 460 | 'aliases' => array(), |
| 461 | 'dev_requirement' => false, |
| 462 | ), |
| 463 | 'automattic/jetpack-scan-page' => array( |
| 464 | 'pretty_version' => 'v0.1.10', |
| 465 | 'version' => '0.1.10.0', |
| 466 | 'reference' => 'e978ff1ab5ce02dd31eaa0fe5b7546edf0895b28', |
| 467 | 'type' => 'jetpack-library', |
| 468 | 'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-scan-page', |
| 469 | 'aliases' => array(), |
| 470 | 'dev_requirement' => false, |
| 471 | ), |
| 472 | 'automattic/jetpack-search' => array( |
| 473 | 'pretty_version' => 'v7.2.8', |
| 474 | 'version' => '7.2.8.0', |
| 475 | 'reference' => 'd8529877cad8b5a40af372625fed8ae8ae5f171e', |
| 476 | 'type' => 'jetpack-library', |
| 477 | 'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-search', |
| 478 | 'aliases' => array(), |
| 479 | 'dev_requirement' => false, |
| 480 | ), |
| 481 | 'automattic/jetpack-seo' => array( |
| 482 | 'pretty_version' => 'v0.5.0', |
| 483 | 'version' => '0.5.0.0', |
| 484 | 'reference' => '7922a26fd0bfdc3ecc59228c5ff65f7a4562f37c', |
| 485 | 'type' => 'jetpack-library', |
| 486 | 'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-seo', |
| 487 | 'aliases' => array(), |
| 488 | 'dev_requirement' => false, |
| 489 | ), |
| 490 | 'automattic/jetpack-stats' => array( |
| 491 | 'pretty_version' => 'v0.19.7', |
| 492 | 'version' => '0.19.7.0', |
| 493 | 'reference' => 'a5ab1633457e030c922883ea8b57c633a38ebdcd', |
| 494 | 'type' => 'jetpack-library', |
| 495 | 'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-stats', |
| 496 | 'aliases' => array(), |
| 497 | 'dev_requirement' => false, |
| 498 | ), |
| 499 | 'automattic/jetpack-stats-admin' => array( |
| 500 | 'pretty_version' => 'v0.31.9', |
| 501 | 'version' => '0.31.9.0', |
| 502 | 'reference' => '0f53ef20322e0ffe94fdea0f980a83812dcac210', |
| 503 | 'type' => 'jetpack-library', |
| 504 | 'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-stats-admin', |
| 505 | 'aliases' => array(), |
| 506 | 'dev_requirement' => false, |
| 507 | ), |
| 508 | 'automattic/jetpack-status' => array( |
| 509 | 'pretty_version' => 'v6.1.9', |
| 510 | 'version' => '6.1.9.0', |
| 511 | 'reference' => '8cf5e3c635b3c1d63e0a6fcf359c11d73b387b6b', |
| 512 | 'type' => 'jetpack-library', |
| 513 | 'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-status', |
| 514 | 'aliases' => array(), |
| 515 | 'dev_requirement' => false, |
| 516 | ), |
| 517 | 'automattic/jetpack-sync' => array( |
| 518 | 'pretty_version' => 'v4.45.2', |
| 519 | 'version' => '4.45.2.0', |
| 520 | 'reference' => 'bf984310bac8fb01658c4b5ed7aa008010e5c7f6', |
| 521 | 'type' => 'jetpack-library', |
| 522 | 'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-sync', |
| 523 | 'aliases' => array(), |
| 524 | 'dev_requirement' => false, |
| 525 | ), |
| 526 | 'automattic/jetpack-videopress' => array( |
| 527 | 'pretty_version' => 'v0.41.0', |
| 528 | 'version' => '0.41.0.0', |
| 529 | 'reference' => 'ca0eca9a91ca81b8ef11f66794c42f47007bdcbb', |
| 530 | 'type' => 'jetpack-library', |
| 531 | 'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-videopress', |
| 532 | 'aliases' => array(), |
| 533 | 'dev_requirement' => false, |
| 534 | ), |
| 535 | 'automattic/jetpack-waf' => array( |
| 536 | 'pretty_version' => 'v0.28.11', |
| 537 | 'version' => '0.28.11.0', |
| 538 | 'reference' => '26aa3b87ee9c15d9992374b43e8afbb06410ae29', |
| 539 | 'type' => 'jetpack-library', |
| 540 | 'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-waf', |
| 541 | 'aliases' => array(), |
| 542 | 'dev_requirement' => false, |
| 543 | ), |
| 544 | 'automattic/jetpack-wp-abilities' => array( |
| 545 | 'pretty_version' => 'v0.1.5', |
| 546 | 'version' => '0.1.5.0', |
| 547 | 'reference' => 'ae1643f3c1db28cf69b2d1c1c4b85f8637f3c51c', |
| 548 | 'type' => 'jetpack-library', |
| 549 | 'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-wp-abilities', |
| 550 | 'aliases' => array(), |
| 551 | 'dev_requirement' => false, |
| 552 | ), |
| 553 | 'automattic/jetpack-wp-build-polyfills' => array( |
| 554 | 'pretty_version' => 'v0.2.2', |
| 555 | 'version' => '0.2.2.0', |
| 556 | 'reference' => '46096e1fbf9a93beebf1aee6fa4e3d21280e918f', |
| 557 | 'type' => 'jetpack-library', |
| 558 | 'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-wp-build-polyfills', |
| 559 | 'aliases' => array(), |
| 560 | 'dev_requirement' => false, |
| 561 | ), |
| 562 | 'automattic/woocommerce-analytics' => array( |
| 563 | 'pretty_version' => '0.16.6', |
| 564 | 'version' => '0.16.6.0', |
| 565 | 'reference' => '92b67c5f12b3f9b3dcb34e1b668743cfbe552666', |
| 566 | 'type' => 'jetpack-library', |
| 567 | 'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/woocommerce-analytics', |
| 568 | 'aliases' => array(), |
| 569 | 'dev_requirement' => false, |
| 570 | ), |
| 571 | 'wikimedia/aho-corasick' => array( |
| 572 | 'pretty_version' => 'v1.0.1', |
| 573 | 'version' => '1.0.1.0', |
| 574 | 'reference' => '2f3a1bd765913637a66eade658d11d82f0e551be', |
| 575 | 'type' => 'library', |
| 576 | 'install_path' => __DIR__ . '/../wikimedia/aho-corasick', |
| 577 | 'aliases' => array(), |
| 578 | 'dev_requirement' => false, |
| 579 | ), |
| 580 | ), |
| 581 | ); |
| 582 |