ClassLoader.php
2 years ago
InstalledVersions.php
9 months ago
LICENSE
5 years ago
autoload_classmap.php
2 months ago
autoload_files.php
1 year ago
autoload_namespaces.php
2 years ago
autoload_psr4.php
9 months ago
autoload_real.php
2 months ago
autoload_static.php
2 months ago
installed.php
2 months ago
jetpack_autoload_classmap.php
2 months ago
jetpack_autoload_filemap.php
2 months ago
platform_check.php
9 months ago
installed.php
564 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.9', |
| 33 | 'version' => '3.0.9.0', |
| 34 | 'reference' => '1de202be0137f887dfed7d791c085a61e09750de', |
| 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.3', |
| 42 | 'version' => '0.3.3.0', |
| 43 | 'reference' => '06f55def78ef02a738688d1c01b03532e45fde18', |
| 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.5', |
| 51 | 'version' => '0.1.5.0', |
| 52 | 'reference' => 'ee4cab4abc4078e432917cd5a60164e0b61363ce', |
| 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.2', |
| 60 | 'version' => '0.9.2.0', |
| 61 | 'reference' => '4430f35e8c8c584a8e8f40ca2f70ce45578aa167', |
| 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.3.1', |
| 69 | 'version' => '0.3.1.0', |
| 70 | 'reference' => '7cb9f2dd6723cc7a1c32d19b4f9b1df74a2f86fd', |
| 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.3.42', |
| 78 | 'version' => '4.3.42.0', |
| 79 | 'reference' => '13f007bb8ade0bb5be77c2a40e5c133c1077fa4f', |
| 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.19', |
| 87 | 'version' => '5.0.19.0', |
| 88 | 'reference' => '2b195d4ba0c6d9851aca1e5220e47b2072f6c93c', |
| 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.2', |
| 96 | 'version' => '4.3.2.0', |
| 97 | 'reference' => 'e8caff79c2150dd16fe6edb8ff915c6dfda32933', |
| 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.21', |
| 114 | 'version' => '0.27.21.0', |
| 115 | 'reference' => '19b1041c646643734783bcbd0d4c83c5a5a90e89', |
| 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.7', |
| 132 | 'version' => '0.4.7.0', |
| 133 | 'reference' => '4077821fddcd119f2d44ed2920e62fe9177820af', |
| 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.17', |
| 141 | 'version' => '0.4.17.0', |
| 142 | 'reference' => '150241f07f1e887f7abbae13f529851487b4e2d3', |
| 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.30', |
| 150 | 'version' => '0.14.30.0', |
| 151 | 'reference' => '23d45b4f0582cd6ccbd4053b916479bf063460ea', |
| 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.6.0', |
| 186 | 'version' => '8.6.0.0', |
| 187 | 'reference' => '6ef554ad5a3afbc22a04dff5895636d0d22de08a', |
| 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.4', |
| 204 | 'version' => '3.4.4.0', |
| 205 | 'reference' => 'affbda99d667003a0c760f1a786a14c8bccb0a12', |
| 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.28', |
| 222 | 'version' => '0.4.28.0', |
| 223 | 'reference' => 'a90bfda8413d3e84fcd4bab8a5ab87957511a645', |
| 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.31', |
| 231 | 'version' => '0.1.31.0', |
| 232 | 'reference' => 'c91de8775f55824b5e21d1a7426256bfaa4cb909', |
| 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.20', |
| 240 | 'version' => '0.8.20.0', |
| 241 | 'reference' => '9e67efcb8cbe9fa9758d2a0c3b5c660c85923799', |
| 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.22.2', |
| 249 | 'version' => '7.22.2.0', |
| 250 | 'reference' => '970e448d3074168ffcd9e1568d91b00789d15471', |
| 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.28', |
| 258 | 'version' => '0.7.28.0', |
| 259 | 'reference' => '53beb057ebadb4fad1f5c53919448d92cb499f51', |
| 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.4.14', |
| 276 | 'version' => '0.4.14.0', |
| 277 | 'reference' => '9d70e28051251cabc6f2c7323342bd5419612bd8', |
| 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.39', |
| 285 | 'version' => '4.3.39.0', |
| 286 | 'reference' => 'cf7f679e6910a86dc15ae23dde5053509c1f7adc', |
| 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.27', |
| 321 | 'version' => '0.27.27.0', |
| 322 | 'reference' => 'df1d7466a254128a303ef9e8a7926eebb2007033', |
| 323 | 'type' => 'jetpack-library', |
| 324 | 'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-masterbar', |
| 325 | 'aliases' => array(), |
| 326 | 'dev_requirement' => false, |
| 327 | ), |
| 328 | 'automattic/jetpack-my-jetpack' => array( |
| 329 | 'pretty_version' => 'v5.38.2', |
| 330 | 'version' => '5.38.2.0', |
| 331 | 'reference' => '17036dd5dc72fc4e5e1ec3872204454ca03a1418', |
| 332 | 'type' => 'jetpack-library', |
| 333 | 'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-my-jetpack', |
| 334 | 'aliases' => array(), |
| 335 | 'dev_requirement' => false, |
| 336 | ), |
| 337 | 'automattic/jetpack-newsletter' => array( |
| 338 | 'pretty_version' => 'v0.9.0', |
| 339 | 'version' => '0.9.0.0', |
| 340 | 'reference' => '7f9a6d4a91b92deb71894c40176b3675c62e6912', |
| 341 | 'type' => 'jetpack-library', |
| 342 | 'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-newsletter', |
| 343 | 'aliases' => array(), |
| 344 | 'dev_requirement' => false, |
| 345 | ), |
| 346 | 'automattic/jetpack-password-checker' => array( |
| 347 | 'pretty_version' => 'v0.4.13', |
| 348 | 'version' => '0.4.13.0', |
| 349 | 'reference' => 'a41a0c57854d7accce652a460eb2d8d99c75795c', |
| 350 | 'type' => 'jetpack-library', |
| 351 | 'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-password-checker', |
| 352 | 'aliases' => array(), |
| 353 | 'dev_requirement' => false, |
| 354 | ), |
| 355 | 'automattic/jetpack-paypal-payments' => array( |
| 356 | 'pretty_version' => 'v0.7.2', |
| 357 | 'version' => '0.7.2.0', |
| 358 | 'reference' => '72153c65cee387b6d71113710a81a7cb8c72c720', |
| 359 | 'type' => 'jetpack-library', |
| 360 | 'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-paypal-payments', |
| 361 | 'aliases' => array(), |
| 362 | 'dev_requirement' => false, |
| 363 | ), |
| 364 | 'automattic/jetpack-plans' => array( |
| 365 | 'pretty_version' => 'v0.11.9', |
| 366 | 'version' => '0.11.9.0', |
| 367 | 'reference' => '8deebf32ade51ddfecf14c3a823eb1f7d4c48968', |
| 368 | 'type' => 'library', |
| 369 | 'install_path' => __DIR__ . '/../automattic/jetpack-plans', |
| 370 | 'aliases' => array(), |
| 371 | 'dev_requirement' => false, |
| 372 | ), |
| 373 | 'automattic/jetpack-plugins-installer' => array( |
| 374 | 'pretty_version' => 'v0.5.11', |
| 375 | 'version' => '0.5.11.0', |
| 376 | 'reference' => '820fcc9067358a09eeaa7483af345200bb4985bb', |
| 377 | 'type' => 'jetpack-library', |
| 378 | 'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-plugins-installer', |
| 379 | 'aliases' => array(), |
| 380 | 'dev_requirement' => false, |
| 381 | ), |
| 382 | 'automattic/jetpack-post-list' => array( |
| 383 | 'pretty_version' => 'v0.9.20', |
| 384 | 'version' => '0.9.20.0', |
| 385 | 'reference' => 'dc68537ccdcf8cf020f74b1cbfa12bce21b3b72e', |
| 386 | 'type' => 'jetpack-library', |
| 387 | 'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-post-list', |
| 388 | 'aliases' => array(), |
| 389 | 'dev_requirement' => false, |
| 390 | ), |
| 391 | 'automattic/jetpack-post-media' => array( |
| 392 | 'pretty_version' => 'v0.1.5', |
| 393 | 'version' => '0.1.5.0', |
| 394 | 'reference' => 'be2c8ae3b2f1b3528f08517c0fd7caf2cfb620e1', |
| 395 | 'type' => 'jetpack-library', |
| 396 | 'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-post-media', |
| 397 | 'aliases' => array(), |
| 398 | 'dev_requirement' => false, |
| 399 | ), |
| 400 | 'automattic/jetpack-protect-models' => array( |
| 401 | 'pretty_version' => 'v0.6.5', |
| 402 | 'version' => '0.6.5.0', |
| 403 | 'reference' => 'c948b02305f91c37a6113a3247c562519336cd03', |
| 404 | 'type' => 'jetpack-library', |
| 405 | 'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-protect-models', |
| 406 | 'aliases' => array(), |
| 407 | 'dev_requirement' => false, |
| 408 | ), |
| 409 | 'automattic/jetpack-protect-status' => array( |
| 410 | 'pretty_version' => 'v0.7.13', |
| 411 | 'version' => '0.7.13.0', |
| 412 | 'reference' => 'b060b6c60a661bf273b9d7ee6ef20730da57c8fc', |
| 413 | 'type' => 'jetpack-library', |
| 414 | 'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-protect-status', |
| 415 | 'aliases' => array(), |
| 416 | 'dev_requirement' => false, |
| 417 | ), |
| 418 | 'automattic/jetpack-publicize' => array( |
| 419 | 'pretty_version' => 'v0.81.3.1', |
| 420 | 'version' => '0.81.3.1', |
| 421 | 'reference' => '210ca56b1c0ebc3fd3c2140d561afb41908e14fd', |
| 422 | 'type' => 'jetpack-library', |
| 423 | 'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-publicize', |
| 424 | 'aliases' => array(), |
| 425 | 'dev_requirement' => false, |
| 426 | ), |
| 427 | 'automattic/jetpack-redirect' => array( |
| 428 | 'pretty_version' => 'v3.0.14', |
| 429 | 'version' => '3.0.14.0', |
| 430 | 'reference' => 'dc6a30818ea38ebe8eb9debf7cccc0eafc21d1d3', |
| 431 | 'type' => 'jetpack-library', |
| 432 | 'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-redirect', |
| 433 | 'aliases' => array(), |
| 434 | 'dev_requirement' => false, |
| 435 | ), |
| 436 | 'automattic/jetpack-roles' => array( |
| 437 | 'pretty_version' => 'v3.0.12', |
| 438 | 'version' => '3.0.12.0', |
| 439 | 'reference' => '2f2d3b77750455b4b4f11005a5c72d4f1579ff4f', |
| 440 | 'type' => 'jetpack-library', |
| 441 | 'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-roles', |
| 442 | 'aliases' => array(), |
| 443 | 'dev_requirement' => false, |
| 444 | ), |
| 445 | 'automattic/jetpack-scan-page' => array( |
| 446 | 'pretty_version' => 'v0.1.4', |
| 447 | 'version' => '0.1.4.0', |
| 448 | 'reference' => '35a288d8c5916d7f1e1e2ceb75b9468c00ed5d6e', |
| 449 | 'type' => 'jetpack-library', |
| 450 | 'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-scan-page', |
| 451 | 'aliases' => array(), |
| 452 | 'dev_requirement' => false, |
| 453 | ), |
| 454 | 'automattic/jetpack-search' => array( |
| 455 | 'pretty_version' => 'v7.2.1', |
| 456 | 'version' => '7.2.1.0', |
| 457 | 'reference' => '364fd499f466446e6babda20c1dde97f1147f29b', |
| 458 | 'type' => 'jetpack-library', |
| 459 | 'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-search', |
| 460 | 'aliases' => array(), |
| 461 | 'dev_requirement' => false, |
| 462 | ), |
| 463 | 'automattic/jetpack-seo' => array( |
| 464 | 'pretty_version' => 'v0.1.0', |
| 465 | 'version' => '0.1.0.0', |
| 466 | 'reference' => 'c23675f7fe62ee4f67de6a51e781f22778a260bc', |
| 467 | 'type' => 'jetpack-library', |
| 468 | 'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-seo', |
| 469 | 'aliases' => array(), |
| 470 | 'dev_requirement' => false, |
| 471 | ), |
| 472 | 'automattic/jetpack-stats' => array( |
| 473 | 'pretty_version' => 'v0.19.4', |
| 474 | 'version' => '0.19.4.0', |
| 475 | 'reference' => 'f62be65cdd53d208b42070a08d360f5f97ffec3e', |
| 476 | 'type' => 'jetpack-library', |
| 477 | 'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-stats', |
| 478 | 'aliases' => array(), |
| 479 | 'dev_requirement' => false, |
| 480 | ), |
| 481 | 'automattic/jetpack-stats-admin' => array( |
| 482 | 'pretty_version' => 'v0.31.5', |
| 483 | 'version' => '0.31.5.0', |
| 484 | 'reference' => '1f55b83481c6399113f8dfbab49ee87b9e68a73b', |
| 485 | 'type' => 'jetpack-library', |
| 486 | 'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-stats-admin', |
| 487 | 'aliases' => array(), |
| 488 | 'dev_requirement' => false, |
| 489 | ), |
| 490 | 'automattic/jetpack-status' => array( |
| 491 | 'pretty_version' => 'v6.1.7', |
| 492 | 'version' => '6.1.7.0', |
| 493 | 'reference' => '7916745654ec1a40560240bf365d594f0cd6934f', |
| 494 | 'type' => 'jetpack-library', |
| 495 | 'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-status', |
| 496 | 'aliases' => array(), |
| 497 | 'dev_requirement' => false, |
| 498 | ), |
| 499 | 'automattic/jetpack-sync' => array( |
| 500 | 'pretty_version' => 'v4.41.1', |
| 501 | 'version' => '4.41.1.0', |
| 502 | 'reference' => '47d5a5141bd2c68c715bda38f7b2c073f200bf36', |
| 503 | 'type' => 'jetpack-library', |
| 504 | 'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-sync', |
| 505 | 'aliases' => array(), |
| 506 | 'dev_requirement' => false, |
| 507 | ), |
| 508 | 'automattic/jetpack-videopress' => array( |
| 509 | 'pretty_version' => 'v0.36.13', |
| 510 | 'version' => '0.36.13.0', |
| 511 | 'reference' => '9962ae4680267e5c34d277eaf8fd1fe8216a8633', |
| 512 | 'type' => 'jetpack-library', |
| 513 | 'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-videopress', |
| 514 | 'aliases' => array(), |
| 515 | 'dev_requirement' => false, |
| 516 | ), |
| 517 | 'automattic/jetpack-waf' => array( |
| 518 | 'pretty_version' => 'v0.28.7', |
| 519 | 'version' => '0.28.7.0', |
| 520 | 'reference' => 'dbab85bb624f409dd5bdfda1a28feada6a6626b6', |
| 521 | 'type' => 'jetpack-library', |
| 522 | 'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-waf', |
| 523 | 'aliases' => array(), |
| 524 | 'dev_requirement' => false, |
| 525 | ), |
| 526 | 'automattic/jetpack-wp-abilities' => array( |
| 527 | 'pretty_version' => 'v0.1.4', |
| 528 | 'version' => '0.1.4.0', |
| 529 | 'reference' => 'be951878e93e90d342f49aeb78d11950464330ab', |
| 530 | 'type' => 'jetpack-library', |
| 531 | 'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-wp-abilities', |
| 532 | 'aliases' => array(), |
| 533 | 'dev_requirement' => false, |
| 534 | ), |
| 535 | 'automattic/jetpack-wp-build-polyfills' => array( |
| 536 | 'pretty_version' => 'v0.1.13', |
| 537 | 'version' => '0.1.13.0', |
| 538 | 'reference' => 'f2605ed1ea1d535582779cb30db96e5d9cb92923', |
| 539 | 'type' => 'jetpack-library', |
| 540 | 'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-wp-build-polyfills', |
| 541 | 'aliases' => array(), |
| 542 | 'dev_requirement' => false, |
| 543 | ), |
| 544 | 'automattic/woocommerce-analytics' => array( |
| 545 | 'pretty_version' => '0.16.5', |
| 546 | 'version' => '0.16.5.0', |
| 547 | 'reference' => '9dd2e37ae64bbccb03d52447b3ee050dd5265a4f', |
| 548 | 'type' => 'jetpack-library', |
| 549 | 'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/woocommerce-analytics', |
| 550 | 'aliases' => array(), |
| 551 | 'dev_requirement' => false, |
| 552 | ), |
| 553 | 'wikimedia/aho-corasick' => array( |
| 554 | 'pretty_version' => 'v1.0.1', |
| 555 | 'version' => '1.0.1.0', |
| 556 | 'reference' => '2f3a1bd765913637a66eade658d11d82f0e551be', |
| 557 | 'type' => 'library', |
| 558 | 'install_path' => __DIR__ . '/../wikimedia/aho-corasick', |
| 559 | 'aliases' => array(), |
| 560 | 'dev_requirement' => false, |
| 561 | ), |
| 562 | ), |
| 563 | ); |
| 564 |