WooCommerce Payments – Fully Integrated Solution Built and Supported by Woo - Version 3.2.2

Version Description

  • 2021-10-29 =
  • Fix - Multisite compatibility - don't load subscriptions-core if already loaded by another multisite plugin.
  • Fix - Errors when attempting to get the WooCommerce Subscriptions Core version during PayPal requests.
Download this release

Release Info

Developer automattic
Plugin Icon 128x128 WooCommerce Payments – Fully Integrated Solution Built and Supported by Woo
Version 3.2.2
Comparing to
See all releases

Code changes from version 3.2.1 to 3.2.2

Files changed (32) hide show
  1. changelog.txt +4 -0
  2. dist/index.asset.php +1 -1
  3. languages/woocommerce-payments.pot +3 -3
  4. readme.txt +5 -1
  5. vendor/autoload.php +1 -1
  6. vendor/autoload_packages.php +1 -1
  7. vendor/composer/ClassLoader.php +40 -4
  8. vendor/composer/InstalledVersions.php +325 -0
  9. vendor/composer/autoload_classmap.php +1 -0
  10. vendor/composer/autoload_real.php +8 -6
  11. vendor/composer/autoload_static.php +5 -4
  12. vendor/composer/installed.json +915 -895
  13. vendor/composer/installed.php +179 -0
  14. vendor/composer/jetpack_autoload_classmap.php +23 -23
  15. vendor/composer/platform_check.php +26 -0
  16. vendor/jetpack-autoloader/class-autoloader-handler.php +1 -1
  17. vendor/jetpack-autoloader/class-autoloader-locator.php +1 -1
  18. vendor/jetpack-autoloader/class-autoloader.php +1 -1
  19. vendor/jetpack-autoloader/class-container.php +1 -1
  20. vendor/jetpack-autoloader/class-hook-manager.php +1 -1
  21. vendor/jetpack-autoloader/class-latest-autoloader-guard.php +1 -1
  22. vendor/jetpack-autoloader/class-manifest-reader.php +1 -1
  23. vendor/jetpack-autoloader/class-path-processor.php +1 -1
  24. vendor/jetpack-autoloader/class-plugin-locator.php +1 -1
  25. vendor/jetpack-autoloader/class-plugins-handler.php +1 -1
  26. vendor/jetpack-autoloader/class-version-loader.php +1 -1
  27. vendor/jetpack-autoloader/class-version-selector.php +1 -1
  28. vendor/woocommerce/subscriptions-core/build/index.asset.php +1 -1
  29. vendor/woocommerce/subscriptions-core/changelog.txt +3 -0
  30. vendor/woocommerce/subscriptions-core/includes/gateways/paypal/class-wcs-paypal.php +1 -1
  31. vendor/woocommerce/subscriptions-core/woocommerce-subscriptions-core.php +1 -1
  32. woocommerce-payments.php +8 -1
changelog.txt CHANGED
@@ -1,5 +1,9 @@
1
  *** WooCommerce Payments Changelog ***
2
 
 
 
 
 
3
  = 3.2.1 - 2021-10-28 =
4
  * Fix - PHP 7.2 compatibility - remove trailing commas from function args in subscriptions-core.
5
 
1
  *** WooCommerce Payments Changelog ***
2
 
3
+ = 3.2.2 - 2021-10-29 =
4
+ * Fix - Multisite compatibility - don't load subscriptions-core if already loaded by another multisite plugin.
5
+ * Fix - Errors when attempting to get the WooCommerce Subscriptions Core version during PayPal requests.
6
+
7
  = 3.2.1 - 2021-10-28 =
8
  * Fix - PHP 7.2 compatibility - remove trailing commas from function args in subscriptions-core.
9
 
dist/index.asset.php CHANGED
@@ -1 +1 @@
1
- <?php return array('dependencies' => array('lodash', 'moment', 'react', 'react-dom', 'wc-components', 'wc-currency', 'wc-navigation', 'wp-a11y', 'wp-api-fetch', 'wp-compose', 'wp-data', 'wp-data-controls', 'wp-date', 'wp-deprecated', 'wp-dom', 'wp-dom-ready', 'wp-element', 'wp-hooks', 'wp-html-entities', 'wp-i18n', 'wp-is-shallow-equal', 'wp-keycodes', 'wp-mediaelement', 'wp-polyfill', 'wp-primitives', 'wp-url', 'wp-warning'), 'version' => '4feda1e233b87118d450514417a5d999');
1
+ <?php return array('dependencies' => array('lodash', 'moment', 'react', 'react-dom', 'wc-components', 'wc-currency', 'wc-navigation', 'wp-a11y', 'wp-api-fetch', 'wp-compose', 'wp-data', 'wp-data-controls', 'wp-date', 'wp-deprecated', 'wp-dom', 'wp-dom-ready', 'wp-element', 'wp-hooks', 'wp-html-entities', 'wp-i18n', 'wp-is-shallow-equal', 'wp-keycodes', 'wp-mediaelement', 'wp-polyfill', 'wp-primitives', 'wp-url', 'wp-warning'), 'version' => 'b637e3546aa7e4111e8be7c488d1c730');
languages/woocommerce-payments.pot CHANGED
@@ -2,10 +2,10 @@
2
  # This file is distributed under the same license as the WooCommerce Payments package.
3
  msgid ""
4
  msgstr ""
5
- "Project-Id-Version: WooCommerce Payments 3.2.1\n"
6
  "Report-Msgid-Bugs-To: "
7
  "https://wordpress.org/support/plugin/woocommerce-payments\n"
8
- "POT-Creation-Date: 2021-10-28 21:33:06+00:00\n"
9
  "MIME-Version: 1.0\n"
10
  "Content-Type: text/plain; charset=utf-8\n"
11
  "Content-Transfer-Encoding: 8bit\n"
@@ -1677,7 +1677,7 @@ msgstr ""
1677
  msgid "Http request failed. Reason: %1$s"
1678
  msgstr ""
1679
 
1680
- #: woocommerce-payments.php:171
1681
  msgid ""
1682
  "The version of Jetpack installed is too old to be used with WooCommerce "
1683
  "Payments. WooCommerce Payments has been disabled. Please deactivate or "
2
  # This file is distributed under the same license as the WooCommerce Payments package.
3
  msgid ""
4
  msgstr ""
5
+ "Project-Id-Version: WooCommerce Payments 3.2.2\n"
6
  "Report-Msgid-Bugs-To: "
7
  "https://wordpress.org/support/plugin/woocommerce-payments\n"
8
+ "POT-Creation-Date: 2021-10-29 03:02:14+00:00\n"
9
  "MIME-Version: 1.0\n"
10
  "Content-Type: text/plain; charset=utf-8\n"
11
  "Content-Transfer-Encoding: 8bit\n"
1677
  msgid "Http request failed. Reason: %1$s"
1678
  msgstr ""
1679
 
1680
+ #: woocommerce-payments.php:178
1681
  msgid ""
1682
  "The version of Jetpack installed is too old to be used with WooCommerce "
1683
  "Payments. WooCommerce Payments has been disabled. Please deactivate or "
readme.txt CHANGED
@@ -4,7 +4,7 @@ Tags: woocommerce, payment, payment request, credit card, automattic
4
  Requires at least: 5.6
5
  Tested up to: 5.8.1
6
  Requires PHP: 7.0
7
- Stable tag: 3.2.1
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
@@ -98,6 +98,10 @@ Please note that our support for the checkout block is still experimental and th
98
 
99
  == Changelog ==
100
 
 
 
 
 
101
  = 3.2.1 - 2021-10-28 =
102
  * Fix - PHP 7.2 compatibility - remove trailing commas from function args in subscriptions-core.
103
 
4
  Requires at least: 5.6
5
  Tested up to: 5.8.1
6
  Requires PHP: 7.0
7
+ Stable tag: 3.2.2
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
98
 
99
  == Changelog ==
100
 
101
+ = 3.2.2 - 2021-10-29 =
102
+ * Fix - Multisite compatibility - don't load subscriptions-core if already loaded by another multisite plugin.
103
+ * Fix - Errors when attempting to get the WooCommerce Subscriptions Core version during PayPal requests.
104
+
105
  = 3.2.1 - 2021-10-28 =
106
  * Fix - PHP 7.2 compatibility - remove trailing commas from function args in subscriptions-core.
107
 
vendor/autoload.php CHANGED
@@ -4,4 +4,4 @@
4
 
5
  require_once __DIR__ . '/composer/autoload_real.php';
6
 
7
- return ComposerAutoloaderInit9a4126bba506d2dbe6b7088f9f8890c2::getLoader();
4
 
5
  require_once __DIR__ . '/composer/autoload_real.php';
6
 
7
+ return ComposerAutoloaderInite23918c00ac2cfd159e655b107d2bff1::getLoader();
vendor/autoload_packages.php CHANGED
@@ -5,7 +5,7 @@
5
  * @package automattic/jetpack-autoloader
6
  */
7
 
8
- namespace Automattic\Jetpack\Autoloader\jp9a4126bba506d2dbe6b7088f9f8890c2;
9
 
10
  // phpcs:ignore
11
 
5
  * @package automattic/jetpack-autoloader
6
  */
7
 
8
+ namespace Automattic\Jetpack\Autoloader\jpe23918c00ac2cfd159e655b107d2bff1;
9
 
10
  // phpcs:ignore
11
 
vendor/composer/ClassLoader.php CHANGED
@@ -37,11 +37,13 @@ namespace Composer\Autoload;
37
  *
38
  * @author Fabien Potencier <fabien@symfony.com>
39
  * @author Jordi Boggiano <j.boggiano@seld.be>
40
- * @see http://www.php-fig.org/psr/psr-0/
41
- * @see http://www.php-fig.org/psr/psr-4/
42
  */
43
  class ClassLoader
44
  {
 
 
45
  // PSR-4
46
  private $prefixLengthsPsr4 = array();
47
  private $prefixDirsPsr4 = array();
@@ -57,10 +59,17 @@ class ClassLoader
57
  private $missingClasses = array();
58
  private $apcuPrefix;
59
 
 
 
 
 
 
 
 
60
  public function getPrefixes()
61
  {
62
  if (!empty($this->prefixesPsr0)) {
63
- return call_user_func_array('array_merge', $this->prefixesPsr0);
64
  }
65
 
66
  return array();
@@ -300,6 +309,17 @@ class ClassLoader
300
  public function register($prepend = false)
301
  {
302
  spl_autoload_register(array($this, 'loadClass'), true, $prepend);
 
 
 
 
 
 
 
 
 
 
 
303
  }
304
 
305
  /**
@@ -308,13 +328,17 @@ class ClassLoader
308
  public function unregister()
309
  {
310
  spl_autoload_unregister(array($this, 'loadClass'));
 
 
 
 
311
  }
312
 
313
  /**
314
  * Loads the given class or interface.
315
  *
316
  * @param string $class The name of the class
317
- * @return bool|null True if loaded, null otherwise
318
  */
319
  public function loadClass($class)
320
  {
@@ -323,6 +347,8 @@ class ClassLoader
323
 
324
  return true;
325
  }
 
 
326
  }
327
 
328
  /**
@@ -367,6 +393,16 @@ class ClassLoader
367
  return $file;
368
  }
369
 
 
 
 
 
 
 
 
 
 
 
370
  private function findFileWithExtension($class, $ext)
371
  {
372
  // PSR-4 lookup
37
  *
38
  * @author Fabien Potencier <fabien@symfony.com>
39
  * @author Jordi Boggiano <j.boggiano@seld.be>
40
+ * @see https://www.php-fig.org/psr/psr-0/
41
+ * @see https://www.php-fig.org/psr/psr-4/
42
  */
43
  class ClassLoader
44
  {
45
+ private $vendorDir;
46
+
47
  // PSR-4
48
  private $prefixLengthsPsr4 = array();
49
  private $prefixDirsPsr4 = array();
59
  private $missingClasses = array();
60
  private $apcuPrefix;
61
 
62
+ private static $registeredLoaders = array();
63
+
64
+ public function __construct($vendorDir = null)
65
+ {
66
+ $this->vendorDir = $vendorDir;
67
+ }
68
+
69
  public function getPrefixes()
70
  {
71
  if (!empty($this->prefixesPsr0)) {
72
+ return call_user_func_array('array_merge', array_values($this->prefixesPsr0));
73
  }
74
 
75
  return array();
309
  public function register($prepend = false)
310
  {
311
  spl_autoload_register(array($this, 'loadClass'), true, $prepend);
312
+
313
+ if (null === $this->vendorDir) {
314
+ return;
315
+ }
316
+
317
+ if ($prepend) {
318
+ self::$registeredLoaders = array($this->vendorDir => $this) + self::$registeredLoaders;
319
+ } else {
320
+ unset(self::$registeredLoaders[$this->vendorDir]);
321
+ self::$registeredLoaders[$this->vendorDir] = $this;
322
+ }
323
  }
324
 
325
  /**
328
  public function unregister()
329
  {
330
  spl_autoload_unregister(array($this, 'loadClass'));
331
+
332
+ if (null !== $this->vendorDir) {
333
+ unset(self::$registeredLoaders[$this->vendorDir]);
334
+ }
335
  }
336
 
337
  /**
338
  * Loads the given class or interface.
339
  *
340
  * @param string $class The name of the class
341
+ * @return true|null True if loaded, null otherwise
342
  */
343
  public function loadClass($class)
344
  {
347
 
348
  return true;
349
  }
350
+
351
+ return null;
352
  }
353
 
354
  /**
393
  return $file;
394
  }
395
 
396
+ /**
397
+ * Returns the currently registered loaders indexed by their corresponding vendor directories.
398
+ *
399
+ * @return self[]
400
+ */
401
+ public static function getRegisteredLoaders()
402
+ {
403
+ return self::$registeredLoaders;
404
+ }
405
+
406
  private function findFileWithExtension($class, $ext)
407
  {
408
  // PSR-4 lookup
vendor/composer/InstalledVersions.php ADDED
@@ -0,0 +1,325 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+
3
+ /*
4
+ * This file is part of Composer.
5
+ *
6
+ * (c) Nils Adermann <naderman@naderman.de>
7
+ * Jordi Boggiano <j.boggiano@seld.be>
8
+ *
9
+ * For the full copyright and license information, please view the LICENSE
10
+ * file that was distributed with this source code.
11
+ */
12
+
13
+ namespace Composer;
14
+
15
+ use Composer\Autoload\ClassLoader;
16
+ use Composer\Semver\VersionParser;
17
+
18
+ /**
19
+ * This class is copied in every Composer installed project and available to all
20
+ *
21
+ * See also https://getcomposer.org/doc/07-runtime.md#installed-versions
22
+ *
23
+ * To require it's presence, you can require `composer-runtime-api ^2.0`
24
+ */
25
+ class InstalledVersions
26
+ {
27
+ private static $installed;
28
+ private static $canGetVendors;
29
+ private static $installedByVendor = array();
30
+
31
+ /**
32
+ * Returns a list of all package names which are present, either by being installed, replaced or provided
33
+ *
34
+ * @return string[]
35
+ * @psalm-return list<string>
36
+ */
37
+ public static function getInstalledPackages()
38
+ {
39
+ $packages = array();
40
+ foreach (self::getInstalled() as $installed) {
41
+ $packages[] = array_keys($installed['versions']);
42
+ }
43
+
44
+ if (1 === \count($packages)) {
45
+ return $packages[0];
46
+ }
47
+
48
+ return array_keys(array_flip(\call_user_func_array('array_merge', $packages)));
49
+ }
50
+
51
+ /**
52
+ * Returns a list of all package names with a specific type e.g. 'library'
53
+ *
54
+ * @param string $type
55
+ * @return string[]
56
+ * @psalm-return list<string>
57
+ */
58
+ public static function getInstalledPackagesByType($type)
59
+ {
60
+ $packagesByType = array();
61
+
62
+ foreach (self::getInstalled() as $installed) {
63
+ foreach ($installed['versions'] as $name => $package) {
64
+ if (isset($package['type']) && $package['type'] === $type) {
65
+ $packagesByType[] = $name;
66
+ }
67
+ }
68
+ }
69
+
70
+ return $packagesByType;
71
+ }
72
+
73
+ /**
74
+ * Checks whether the given package is installed
75
+ *
76
+ * This also returns true if the package name is provided or replaced by another package
77
+ *
78
+ * @param string $packageName
79
+ * @param bool $includeDevRequirements
80
+ * @return bool
81
+ */
82
+ public static function isInstalled($packageName, $includeDevRequirements = true)
83
+ {
84
+ foreach (self::getInstalled() as $installed) {
85
+ if (isset($installed['versions'][$packageName])) {
86
+ return $includeDevRequirements || empty($installed['versions'][$packageName]['dev_requirement']);
87
+ }
88
+ }
89
+
90
+ return false;
91
+ }
92
+
93
+ /**
94
+ * Checks whether the given package satisfies a version constraint
95
+ *
96
+ * e.g. If you want to know whether version 2.3+ of package foo/bar is installed, you would call:
97
+ *
98
+ * Composer\InstalledVersions::satisfies(new VersionParser, 'foo/bar', '^2.3')
99
+ *
100
+ * @param VersionParser $parser Install composer/semver to have access to this class and functionality
101
+ * @param string $packageName
102
+ * @param string|null $constraint A version constraint to check for, if you pass one you have to make sure composer/semver is required by your package
103
+ * @return bool
104
+ */
105
+ public static function satisfies(VersionParser $parser, $packageName, $constraint)
106
+ {
107
+ $constraint = $parser->parseConstraints($constraint);
108
+ $provided = $parser->parseConstraints(self::getVersionRanges($packageName));
109
+
110
+ return $provided->matches($constraint);
111
+ }
112
+
113
+ /**
114
+ * Returns a version constraint representing all the range(s) which are installed for a given package
115
+ *
116
+ * It is easier to use this via isInstalled() with the $constraint argument if you need to check
117
+ * whether a given version of a package is installed, and not just whether it exists
118
+ *
119
+ * @param string $packageName
120
+ * @return string Version constraint usable with composer/semver
121
+ */
122
+ public static function getVersionRanges($packageName)
123
+ {
124
+ foreach (self::getInstalled() as $installed) {
125
+ if (!isset($installed['versions'][$packageName])) {
126
+ continue;
127
+ }
128
+
129
+ $ranges = array();
130
+ if (isset($installed['versions'][$packageName]['pretty_version'])) {
131
+ $ranges[] = $installed['versions'][$packageName]['pretty_version'];
132
+ }
133
+ if (array_key_exists('aliases', $installed['versions'][$packageName])) {
134
+ $ranges = array_merge($ranges, $installed['versions'][$packageName]['aliases']);
135
+ }
136
+ if (array_key_exists('replaced', $installed['versions'][$packageName])) {
137
+ $ranges = array_merge($ranges, $installed['versions'][$packageName]['replaced']);
138
+ }
139
+ if (array_key_exists('provided', $installed['versions'][$packageName])) {
140
+ $ranges = array_merge($ranges, $installed['versions'][$packageName]['provided']);
141
+ }
142
+
143
+ return implode(' || ', $ranges);
144
+ }
145
+
146
+ throw new \OutOfBoundsException('Package "' . $packageName . '" is not installed');
147
+ }
148
+
149
+ /**
150
+ * @param string $packageName
151
+ * @return string|null If the package is being replaced or provided but is not really installed, null will be returned as version, use satisfies or getVersionRanges if you need to know if a given version is present
152
+ */
153
+ public static function getVersion($packageName)
154
+ {
155
+ foreach (self::getInstalled() as $installed) {
156
+ if (!isset($installed['versions'][$packageName])) {
157
+ continue;
158
+ }
159
+
160
+ if (!isset($installed['versions'][$packageName]['version'])) {
161
+ return null;
162
+ }
163
+
164
+ return $installed['versions'][$packageName]['version'];
165
+ }
166
+
167
+ throw new \OutOfBoundsException('Package "' . $packageName . '" is not installed');
168
+ }
169
+
170
+ /**
171
+ * @param string $packageName
172
+ * @return string|null If the package is being replaced or provided but is not really installed, null will be returned as version, use satisfies or getVersionRanges if you need to know if a given version is present
173
+ */
174
+ public static function getPrettyVersion($packageName)
175
+ {
176
+ foreach (self::getInstalled() as $installed) {
177
+ if (!isset($installed['versions'][$packageName])) {
178
+ continue;
179
+ }
180
+
181
+ if (!isset($installed['versions'][$packageName]['pretty_version'])) {
182
+ return null;
183
+ }
184
+
185
+ return $installed['versions'][$packageName]['pretty_version'];
186
+ }
187
+
188
+ throw new \OutOfBoundsException('Package "' . $packageName . '" is not installed');
189
+ }
190
+
191
+ /**
192
+ * @param string $packageName
193
+ * @return string|null If the package is being replaced or provided but is not really installed, null will be returned as reference
194
+ */
195
+ public static function getReference($packageName)
196
+ {
197
+ foreach (self::getInstalled() as $installed) {
198
+ if (!isset($installed['versions'][$packageName])) {
199
+ continue;
200
+ }
201
+
202
+ if (!isset($installed['versions'][$packageName]['reference'])) {
203
+ return null;
204
+ }
205
+
206
+ return $installed['versions'][$packageName]['reference'];
207
+ }
208
+
209
+ throw new \OutOfBoundsException('Package "' . $packageName . '" is not installed');
210
+ }
211
+
212
+ /**
213
+ * @param string $packageName
214
+ * @return string|null If the package is being replaced or provided but is not really installed, null will be returned as install path. Packages of type metapackages also have a null install path.
215
+ */
216
+ public static function getInstallPath($packageName)
217
+ {
218
+ foreach (self::getInstalled() as $installed) {
219
+ if (!isset($installed['versions'][$packageName])) {
220
+ continue;
221
+ }
222
+
223
+ return isset($installed['versions'][$packageName]['install_path']) ? $installed['versions'][$packageName]['install_path'] : null;
224
+ }
225
+
226
+ throw new \OutOfBoundsException('Package "' . $packageName . '" is not installed');
227
+ }
228
+
229
+ /**
230
+ * @return array
231
+ * @psalm-return array{name: string, version: string, reference: string, pretty_version: string, aliases: string[], dev: bool, install_path: string}
232
+ */
233
+ public static function getRootPackage()
234
+ {
235
+ $installed = self::getInstalled();
236
+
237
+ return $installed[0]['root'];
238
+ }
239
+
240
+ /**
241
+ * Returns the raw installed.php data for custom implementations
242
+ *
243
+ * @deprecated Use getAllRawData() instead which returns all datasets for all autoloaders present in the process. getRawData only returns the first dataset loaded, which may not be what you expect.
244
+ * @return array[]
245
+ * @psalm-return array{root: array{name: string, version: string, reference: string, pretty_version: string, aliases: string[], dev: bool, install_path: string}, versions: array<string, array{dev_requirement: bool, pretty_version?: string, version?: string, aliases?: string[], reference?: string, replaced?: string[], provided?: string[], install_path?: string}>}
246
+ */
247
+ public static function getRawData()
248
+ {
249
+ @trigger_error('getRawData only returns the first dataset loaded, which may not be what you expect. Use getAllRawData() instead which returns all datasets for all autoloaders present in the process.', E_USER_DEPRECATED);
250
+
251
+ if (null === self::$installed) {
252
+ self::$installed = include __DIR__ . '/installed.php';
253
+ }
254
+
255
+ return self::$installed;
256
+ }
257
+
258
+ /**
259
+ * Returns the raw data of all installed.php which are currently loaded for custom implementations
260
+ *
261
+ * @return array[]
262
+ * @psalm-return list<array{root: array{name: string, version: string, reference: string, pretty_version: string, aliases: string[], dev: bool, install_path: string}, versions: array<string, array{dev_requirement: bool, pretty_version?: string, version?: string, aliases?: string[], reference?: string, replaced?: string[], provided?: string[], install_path?: string}>}>
263
+ */
264
+ public static function getAllRawData()
265
+ {
266
+ return self::getInstalled();
267
+ }
268
+
269
+ /**
270
+ * Lets you reload the static array from another file
271
+ *
272
+ * This is only useful for complex integrations in which a project needs to use
273
+ * this class but then also needs to execute another project's autoloader in process,
274
+ * and wants to ensure both projects have access to their version of installed.php.
275
+ *
276
+ * A typical case would be PHPUnit, where it would need to make sure it reads all
277
+ * the data it needs from this class, then call reload() with
278
+ * `require $CWD/vendor/composer/installed.php` (or similar) as input to make sure
279
+ * the project in which it runs can then also use this class safely, without
280
+ * interference between PHPUnit's dependencies and the project's dependencies.
281
+ *
282
+ * @param array[] $data A vendor/composer/installed.php data set
283
+ * @return void
284
+ *
285
+ * @psalm-param array{root: array{name: string, version: string, reference: string, pretty_version: string, aliases: string[], dev: bool, install_path: string}, versions: array<string, array{dev_requirement: bool, pretty_version?: string, version?: string, aliases?: string[], reference?: string, replaced?: string[], provided?: string[], install_path?: string}>} $data
286
+ */
287
+ public static function reload($data)
288
+ {
289
+ self::$installed = $data;
290
+ self::$installedByVendor = array();
291
+ }
292
+
293
+ /**
294
+ * @return array[]
295
+ * @psalm-return list<array{root: array{name: string, version: string, reference: string, pretty_version: string, aliases: string[], dev: bool, install_path: string}, versions: array<string, array{dev_requirement: bool, pretty_version?: string, version?: string, aliases?: string[], reference?: string, replaced?: string[], provided?: string[], install_path?: string}>}>
296
+ */
297
+ private static function getInstalled()
298
+ {
299
+ if (null === self::$canGetVendors) {
300
+ self::$canGetVendors = method_exists('Composer\Autoload\ClassLoader', 'getRegisteredLoaders');
301
+ }
302
+
303
+ $installed = array();
304
+
305
+ if (self::$canGetVendors) {
306
+ foreach (ClassLoader::getRegisteredLoaders() as $vendorDir => $loader) {
307
+ if (isset(self::$installedByVendor[$vendorDir])) {
308
+ $installed[] = self::$installedByVendor[$vendorDir];
309
+ } elseif (is_file($vendorDir.'/composer/installed.php')) {
310
+ $installed[] = self::$installedByVendor[$vendorDir] = require $vendorDir.'/composer/installed.php';
311
+ if (null === self::$installed && strtr($vendorDir.'/composer', '\\', '/') === strtr(__DIR__, '\\', '/')) {
312
+ self::$installed = $installed[count($installed) - 1];
313
+ }
314
+ }
315
+ }
316
+ }
317
+
318
+ if (null === self::$installed) {
319
+ self::$installed = require __DIR__ . '/installed.php';
320
+ }
321
+ $installed[] = self::$installed;
322
+
323
+ return $installed;
324
+ }
325
+ }
vendor/composer/autoload_classmap.php CHANGED
@@ -40,6 +40,7 @@ return array(
40
  'Automattic\\Jetpack\\Status\\Host' => $vendorDir . '/automattic/jetpack-status/src/class-host.php',
41
  'Automattic\\Jetpack\\Terms_Of_Service' => $vendorDir . '/automattic/jetpack-terms-of-service/src/class-terms-of-service.php',
42
  'Automattic\\Jetpack\\Tracking' => $vendorDir . '/automattic/jetpack-tracking/src/class-tracking.php',
 
43
  'Composer\\Installers\\AglInstaller' => $vendorDir . '/composer/installers/src/Composer/Installers/AglInstaller.php',
44
  'Composer\\Installers\\AimeosInstaller' => $vendorDir . '/composer/installers/src/Composer/Installers/AimeosInstaller.php',
45
  'Composer\\Installers\\AnnotateCmsInstaller' => $vendorDir . '/composer/installers/src/Composer/Installers/AnnotateCmsInstaller.php',
40
  'Automattic\\Jetpack\\Status\\Host' => $vendorDir . '/automattic/jetpack-status/src/class-host.php',
41
  'Automattic\\Jetpack\\Terms_Of_Service' => $vendorDir . '/automattic/jetpack-terms-of-service/src/class-terms-of-service.php',
42
  'Automattic\\Jetpack\\Tracking' => $vendorDir . '/automattic/jetpack-tracking/src/class-tracking.php',
43
+ 'Composer\\InstalledVersions' => $vendorDir . '/composer/InstalledVersions.php',
44
  'Composer\\Installers\\AglInstaller' => $vendorDir . '/composer/installers/src/Composer/Installers/AglInstaller.php',
45
  'Composer\\Installers\\AimeosInstaller' => $vendorDir . '/composer/installers/src/Composer/Installers/AimeosInstaller.php',
46
  'Composer\\Installers\\AnnotateCmsInstaller' => $vendorDir . '/composer/installers/src/Composer/Installers/AnnotateCmsInstaller.php',
vendor/composer/autoload_real.php CHANGED
@@ -2,7 +2,7 @@
2
 
3
  // autoload_real.php @generated by Composer
4
 
5
- class ComposerAutoloaderInit9a4126bba506d2dbe6b7088f9f8890c2
6
  {
7
  private static $loader;
8
 
@@ -22,15 +22,17 @@ class ComposerAutoloaderInit9a4126bba506d2dbe6b7088f9f8890c2
22
  return self::$loader;
23
  }
24
 
25
- spl_autoload_register(array('ComposerAutoloaderInit9a4126bba506d2dbe6b7088f9f8890c2', 'loadClassLoader'), true, true);
26
- self::$loader = $loader = new \Composer\Autoload\ClassLoader();
27
- spl_autoload_unregister(array('ComposerAutoloaderInit9a4126bba506d2dbe6b7088f9f8890c2', 'loadClassLoader'));
 
 
28
 
29
  $useStaticLoader = PHP_VERSION_ID >= 50600 && !defined('HHVM_VERSION') && (!function_exists('zend_loader_file_encoded') || !zend_loader_file_encoded());
30
  if ($useStaticLoader) {
31
- require_once __DIR__ . '/autoload_static.php';
32
 
33
- call_user_func(\Composer\Autoload\ComposerStaticInit9a4126bba506d2dbe6b7088f9f8890c2::getInitializer($loader));
34
  } else {
35
  $map = require __DIR__ . '/autoload_namespaces.php';
36
  foreach ($map as $namespace => $path) {
2
 
3
  // autoload_real.php @generated by Composer
4
 
5
+ class ComposerAutoloaderInite23918c00ac2cfd159e655b107d2bff1
6
  {
7
  private static $loader;
8
 
22
  return self::$loader;
23
  }
24
 
25
+ require __DIR__ . '/platform_check.php';
26
+
27
+ spl_autoload_register(array('ComposerAutoloaderInite23918c00ac2cfd159e655b107d2bff1', 'loadClassLoader'), true, true);
28
+ self::$loader = $loader = new \Composer\Autoload\ClassLoader(\dirname(\dirname(__FILE__)));
29
+ spl_autoload_unregister(array('ComposerAutoloaderInite23918c00ac2cfd159e655b107d2bff1', 'loadClassLoader'));
30
 
31
  $useStaticLoader = PHP_VERSION_ID >= 50600 && !defined('HHVM_VERSION') && (!function_exists('zend_loader_file_encoded') || !zend_loader_file_encoded());
32
  if ($useStaticLoader) {
33
+ require __DIR__ . '/autoload_static.php';
34
 
35
+ call_user_func(\Composer\Autoload\ComposerStaticInite23918c00ac2cfd159e655b107d2bff1::getInitializer($loader));
36
  } else {
37
  $map = require __DIR__ . '/autoload_namespaces.php';
38
  foreach ($map as $namespace => $path) {
vendor/composer/autoload_static.php CHANGED
@@ -4,7 +4,7 @@
4
 
5
  namespace Composer\Autoload;
6
 
7
- class ComposerStaticInit9a4126bba506d2dbe6b7088f9f8890c2
8
  {
9
  public static $prefixLengthsPsr4 = array (
10
  'W' =>
@@ -79,6 +79,7 @@ class ComposerStaticInit9a4126bba506d2dbe6b7088f9f8890c2
79
  'Automattic\\Jetpack\\Status\\Host' => __DIR__ . '/..' . '/automattic/jetpack-status/src/class-host.php',
80
  'Automattic\\Jetpack\\Terms_Of_Service' => __DIR__ . '/..' . '/automattic/jetpack-terms-of-service/src/class-terms-of-service.php',
81
  'Automattic\\Jetpack\\Tracking' => __DIR__ . '/..' . '/automattic/jetpack-tracking/src/class-tracking.php',
 
82
  'Composer\\Installers\\AglInstaller' => __DIR__ . '/..' . '/composer/installers/src/Composer/Installers/AglInstaller.php',
83
  'Composer\\Installers\\AimeosInstaller' => __DIR__ . '/..' . '/composer/installers/src/Composer/Installers/AimeosInstaller.php',
84
  'Composer\\Installers\\AnnotateCmsInstaller' => __DIR__ . '/..' . '/composer/installers/src/Composer/Installers/AnnotateCmsInstaller.php',
@@ -214,9 +215,9 @@ class ComposerStaticInit9a4126bba506d2dbe6b7088f9f8890c2
214
  public static function getInitializer(ClassLoader $loader)
215
  {
216
  return \Closure::bind(function () use ($loader) {
217
- $loader->prefixLengthsPsr4 = ComposerStaticInit9a4126bba506d2dbe6b7088f9f8890c2::$prefixLengthsPsr4;
218
- $loader->prefixDirsPsr4 = ComposerStaticInit9a4126bba506d2dbe6b7088f9f8890c2::$prefixDirsPsr4;
219
- $loader->classMap = ComposerStaticInit9a4126bba506d2dbe6b7088f9f8890c2::$classMap;
220
 
221
  }, null, ClassLoader::class);
222
  }
4
 
5
  namespace Composer\Autoload;
6
 
7
+ class ComposerStaticInite23918c00ac2cfd159e655b107d2bff1
8
  {
9
  public static $prefixLengthsPsr4 = array (
10
  'W' =>
79
  'Automattic\\Jetpack\\Status\\Host' => __DIR__ . '/..' . '/automattic/jetpack-status/src/class-host.php',
80
  'Automattic\\Jetpack\\Terms_Of_Service' => __DIR__ . '/..' . '/automattic/jetpack-terms-of-service/src/class-terms-of-service.php',
81
  'Automattic\\Jetpack\\Tracking' => __DIR__ . '/..' . '/automattic/jetpack-tracking/src/class-tracking.php',
82
+ 'Composer\\InstalledVersions' => __DIR__ . '/..' . '/composer/InstalledVersions.php',
83
  'Composer\\Installers\\AglInstaller' => __DIR__ . '/..' . '/composer/installers/src/Composer/Installers/AglInstaller.php',
84
  'Composer\\Installers\\AimeosInstaller' => __DIR__ . '/..' . '/composer/installers/src/Composer/Installers/AimeosInstaller.php',
85
  'Composer\\Installers\\AnnotateCmsInstaller' => __DIR__ . '/..' . '/composer/installers/src/Composer/Installers/AnnotateCmsInstaller.php',
215
  public static function getInitializer(ClassLoader $loader)
216
  {
217
  return \Closure::bind(function () use ($loader) {
218
+ $loader->prefixLengthsPsr4 = ComposerStaticInite23918c00ac2cfd159e655b107d2bff1::$prefixLengthsPsr4;
219
+ $loader->prefixDirsPsr4 = ComposerStaticInite23918c00ac2cfd159e655b107d2bff1::$prefixDirsPsr4;
220
+ $loader->classMap = ComposerStaticInite23918c00ac2cfd159e655b107d2bff1::$classMap;
221
 
222
  }, null, ClassLoader::class);
223
  }
vendor/composer/installed.json CHANGED
@@ -1,897 +1,917 @@
1
- [
2
- {
3
- "name": "automattic/jetpack-a8c-mc-stats",
4
- "version": "v1.4.8",
5
- "version_normalized": "1.4.8.0",
6
- "source": {
7
- "type": "git",
8
- "url": "https://github.com/Automattic/jetpack-a8c-mc-stats.git",
9
- "reference": "adb8738d08ae88c16a0dda0a3fc8285b60c0d96f"
10
- },
11
- "dist": {
12
- "type": "zip",
13
- "url": "https://api.github.com/repos/Automattic/jetpack-a8c-mc-stats/zipball/adb8738d08ae88c16a0dda0a3fc8285b60c0d96f",
14
- "reference": "adb8738d08ae88c16a0dda0a3fc8285b60c0d96f",
15
- "shasum": ""
16
- },
17
- "require-dev": {
18
- "automattic/jetpack-changelogger": "^3.0",
19
- "yoast/phpunit-polyfills": "1.0.2"
20
- },
21
- "time": "2021-10-13T17:10:46+00:00",
22
- "type": "library",
23
- "extra": {
24
- "autotagger": true,
25
- "mirror-repo": "Automattic/jetpack-a8c-mc-stats",
26
- "changelogger": {
27
- "link-template": "https://github.com/Automattic/jetpack-a8c-mc-stats/compare/v${old}...v${new}"
28
- },
29
- "branch-alias": {
30
- "dev-master": "1.4.x-dev"
31
- }
32
- },
33
- "installation-source": "dist",
34
- "autoload": {
35
- "classmap": [
36
- "src/"
37
- ]
38
- },
39
- "notification-url": "https://packagist.org/downloads/",
40
- "license": [
41
- "GPL-2.0-or-later"
42
- ],
43
- "description": "Used to record internal usage stats for Automattic. Not visible to site owners.",
44
- "support": {
45
- "source": "https://github.com/Automattic/jetpack-a8c-mc-stats/tree/v1.4.8"
46
- }
47
- },
48
- {
49
- "name": "automattic/jetpack-assets",
50
- "version": "v1.11.9",
51
- "version_normalized": "1.11.9.0",
52
- "source": {
53
- "type": "git",
54
- "url": "https://github.com/Automattic/jetpack-assets.git",
55
- "reference": "7e2fc169af1b3dfce5ea70e0b225aaf6ad49b77a"
56
- },
57
- "dist": {
58
- "type": "zip",
59
- "url": "https://api.github.com/repos/Automattic/jetpack-assets/zipball/7e2fc169af1b3dfce5ea70e0b225aaf6ad49b77a",
60
- "reference": "7e2fc169af1b3dfce5ea70e0b225aaf6ad49b77a",
61
- "shasum": ""
62
- },
63
- "require": {
64
- "automattic/jetpack-constants": "^1.6"
65
- },
66
- "require-dev": {
67
- "automattic/jetpack-changelogger": "^3.0",
68
- "brain/monkey": "2.6.0",
69
- "yoast/phpunit-polyfills": "1.0.2"
70
- },
71
- "time": "2021-10-13T17:11:16+00:00",
72
- "type": "library",
73
- "extra": {
74
- "autotagger": true,
75
- "mirror-repo": "Automattic/jetpack-assets",
76
- "changelogger": {
77
- "link-template": "https://github.com/Automattic/jetpack-assets/compare/v${old}...v${new}"
78
- },
79
- "branch-alias": {
80
- "dev-master": "1.11.x-dev"
81
- }
82
- },
83
- "installation-source": "dist",
84
- "autoload": {
85
- "classmap": [
86
- "src/"
87
- ]
88
- },
89
- "notification-url": "https://packagist.org/downloads/",
90
- "license": [
91
- "GPL-2.0-or-later"
92
- ],
93
- "description": "Asset management utilities for Jetpack ecosystem packages",
94
- "support": {
95
- "source": "https://github.com/Automattic/jetpack-assets/tree/v1.11.9"
96
- }
97
- },
98
- {
99
- "name": "automattic/jetpack-autoloader",
100
- "version": "v2.8.0",
101
- "version_normalized": "2.8.0.0",
102
- "source": {
103
- "type": "git",
104
- "url": "https://github.com/Automattic/jetpack-autoloader.git",
105
- "reference": "5437697a56aefbdf707849b9833e1b36093d7a73"
106
- },
107
- "dist": {
108
- "type": "zip",
109
- "url": "https://api.github.com/repos/Automattic/jetpack-autoloader/zipball/5437697a56aefbdf707849b9833e1b36093d7a73",
110
- "reference": "5437697a56aefbdf707849b9833e1b36093d7a73",
111
- "shasum": ""
112
- },
113
- "require": {
114
- "composer-plugin-api": "^1.1 || ^2.0"
115
- },
116
- "require-dev": {
117
- "yoast/phpunit-polyfills": "0.2.0"
118
- },
119
- "time": "2020-12-18T22:33:59+00:00",
120
- "type": "composer-plugin",
121
- "extra": {
122
- "class": "Automattic\\Jetpack\\Autoloader\\CustomAutoloaderPlugin"
123
- },
124
- "installation-source": "dist",
125
- "autoload": {
126
- "classmap": [
127
- "src/AutoloadGenerator.php"
128
  ],
129
- "psr-4": {
130
- "Automattic\\Jetpack\\Autoloader\\": "src"
131
- }
132
- },
133
- "notification-url": "https://packagist.org/downloads/",
134
- "license": [
135
- "GPL-2.0-or-later"
136
- ],
137
- "description": "Creates a custom autoloader for a plugin or theme.",
138
- "support": {
139
- "source": "https://github.com/Automattic/jetpack-autoloader/tree/v2.8.0"
140
- }
141
- },
142
- {
143
- "name": "automattic/jetpack-config",
144
- "version": "v1.4.3",
145
- "version_normalized": "1.4.3.0",
146
- "source": {
147
- "type": "git",
148
- "url": "https://github.com/Automattic/jetpack-config.git",
149
- "reference": "6bc77aa73d90510c9488e2d8fdaad4b056d3a066"
150
- },
151
- "dist": {
152
- "type": "zip",
153
- "url": "https://api.github.com/repos/Automattic/jetpack-config/zipball/6bc77aa73d90510c9488e2d8fdaad4b056d3a066",
154
- "reference": "6bc77aa73d90510c9488e2d8fdaad4b056d3a066",
155
- "shasum": ""
156
- },
157
- "time": "2021-01-19T14:25:05+00:00",
158
- "type": "library",
159
- "extra": {
160
- "mirror-repo": "Automattic/jetpack-config"
161
- },
162
- "installation-source": "dist",
163
- "autoload": {
164
- "classmap": [
165
- "src/"
166
- ]
167
- },
168
- "notification-url": "https://packagist.org/downloads/",
169
- "license": [
170
- "GPL-2.0-or-later"
171
- ],
172
- "description": "Jetpack configuration package that initializes other packages and configures Jetpack's functionality. Can be used as a base for all variants of Jetpack package usage.",
173
- "support": {
174
- "source": "https://github.com/Automattic/jetpack-config/tree/v1.4.3"
175
- }
176
- },
177
- {
178
- "name": "automattic/jetpack-connection",
179
- "version": "v1.30.5",
180
- "version_normalized": "1.30.5.0",
181
- "source": {
182
- "type": "git",
183
- "url": "https://github.com/Automattic/jetpack-connection.git",
184
- "reference": "2c0f6a8c37601afe5497b2ba8a62e119684e3e53"
185
- },
186
- "dist": {
187
- "type": "zip",
188
- "url": "https://api.github.com/repos/Automattic/jetpack-connection/zipball/2c0f6a8c37601afe5497b2ba8a62e119684e3e53",
189
- "reference": "2c0f6a8c37601afe5497b2ba8a62e119684e3e53",
190
- "shasum": ""
191
- },
192
- "require": {
193
- "automattic/jetpack-a8c-mc-stats": "^1.4",
194
- "automattic/jetpack-constants": "^1.6",
195
- "automattic/jetpack-heartbeat": "^1.3",
196
- "automattic/jetpack-options": "^1.13",
197
- "automattic/jetpack-redirect": "^1.7",
198
- "automattic/jetpack-roles": "^1.4",
199
- "automattic/jetpack-status": "^1.8",
200
- "automattic/jetpack-terms-of-service": "^1.9",
201
- "automattic/jetpack-tracking": "^1.13"
202
- },
203
- "require-dev": {
204
- "automattic/jetpack-changelogger": "^2.0",
205
- "automattic/wordbless": "@dev",
206
- "brain/monkey": "2.6.0",
207
- "yoast/phpunit-polyfills": "1.0.1"
208
- },
209
- "time": "2021-09-28T18:20:00+00:00",
210
- "type": "library",
211
- "extra": {
212
- "autotagger": true,
213
- "mirror-repo": "Automattic/jetpack-connection",
214
- "version-constants": {
215
- "::PACKAGE_VERSION": "src/class-package-version.php"
216
- },
217
- "changelogger": {
218
- "link-template": "https://github.com/Automattic/jetpack-connection/compare/v${old}...v${new}"
219
- },
220
- "branch-alias": {
221
- "dev-master": "1.30.x-dev"
222
- }
223
- },
224
- "installation-source": "dist",
225
- "autoload": {
226
- "classmap": [
227
- "legacy",
228
- "src/"
229
- ]
230
- },
231
- "notification-url": "https://packagist.org/downloads/",
232
- "license": [
233
- "GPL-2.0-or-later"
234
- ],
235
- "description": "Everything needed to connect to the Jetpack infrastructure",
236
- "support": {
237
- "source": "https://github.com/Automattic/jetpack-connection/tree/v1.30.5"
238
- }
239
- },
240
- {
241
- "name": "automattic/jetpack-constants",
242
- "version": "v1.6.10",
243
- "version_normalized": "1.6.10.0",
244
- "source": {
245
- "type": "git",
246
- "url": "https://github.com/Automattic/jetpack-constants.git",
247
- "reference": "3746cf10373328f62266bea4dc1b27e4300e5d97"
248
- },
249
- "dist": {
250
- "type": "zip",
251
- "url": "https://api.github.com/repos/Automattic/jetpack-constants/zipball/3746cf10373328f62266bea4dc1b27e4300e5d97",
252
- "reference": "3746cf10373328f62266bea4dc1b27e4300e5d97",
253
- "shasum": ""
254
- },
255
- "require-dev": {
256
- "automattic/jetpack-changelogger": "^3.0",
257
- "brain/monkey": "2.6.0",
258
- "yoast/phpunit-polyfills": "1.0.2"
259
- },
260
- "time": "2021-10-26T14:14:41+00:00",
261
- "type": "library",
262
- "extra": {
263
- "autotagger": true,
264
- "mirror-repo": "Automattic/jetpack-constants",
265
- "changelogger": {
266
- "link-template": "https://github.com/Automattic/jetpack-constants/compare/v${old}...v${new}"
267
- },
268
- "branch-alias": {
269
- "dev-master": "1.6.x-dev"
270
- }
271
- },
272
- "installation-source": "dist",
273
- "autoload": {
274
- "classmap": [
275
- "src/"
276
- ]
277
- },
278
- "notification-url": "https://packagist.org/downloads/",
279
- "license": [
280
- "GPL-2.0-or-later"
281
- ],
282
- "description": "A wrapper for defining constants in a more testable way.",
283
- "support": {
284
- "source": "https://github.com/Automattic/jetpack-constants/tree/v1.6.10"
285
- }
286
- },
287
- {
288
- "name": "automattic/jetpack-heartbeat",
289
- "version": "v1.3.13",
290
- "version_normalized": "1.3.13.0",
291
- "source": {
292
- "type": "git",
293
- "url": "https://github.com/Automattic/jetpack-heartbeat.git",
294
- "reference": "cce7b6910a3ee2ad7bad3c8fea3905774f9198df"
295
- },
296
- "dist": {
297
- "type": "zip",
298
- "url": "https://api.github.com/repos/Automattic/jetpack-heartbeat/zipball/cce7b6910a3ee2ad7bad3c8fea3905774f9198df",
299
- "reference": "cce7b6910a3ee2ad7bad3c8fea3905774f9198df",
300
- "shasum": ""
301
- },
302
- "require": {
303
- "automattic/jetpack-a8c-mc-stats": "^1.4",
304
- "automattic/jetpack-options": "^1.13"
305
- },
306
- "require-dev": {
307
- "automattic/jetpack-changelogger": "^3.0"
308
- },
309
- "time": "2021-10-19T10:39:52+00:00",
310
- "type": "library",
311
- "extra": {
312
- "autotagger": true,
313
- "mirror-repo": "Automattic/jetpack-heartbeat",
314
- "changelogger": {
315
- "link-template": "https://github.com/Automattic/jetpack-heartbeat/compare/v${old}...v${new}"
316
- },
317
- "branch-alias": {
318
- "dev-master": "1.3.x-dev"
319
- }
320
- },
321
- "installation-source": "dist",
322
- "autoload": {
323
- "classmap": [
324
- "src/"
325
- ]
326
- },
327
- "notification-url": "https://packagist.org/downloads/",
328
- "license": [
329
- "GPL-2.0-or-later"
330
- ],
331
- "description": "This adds a cronjob that sends a batch of internal automattic stats to wp.com once a day",
332
- "support": {
333
- "source": "https://github.com/Automattic/jetpack-heartbeat/tree/v1.3.13"
334
- }
335
- },
336
- {
337
- "name": "automattic/jetpack-options",
338
- "version": "v1.13.4",
339
- "version_normalized": "1.13.4.0",
340
- "source": {
341
- "type": "git",
342
- "url": "https://github.com/Automattic/jetpack-options.git",
343
- "reference": "aa021e07d60b978f8631de1aa564af80b46eede5"
344
- },
345
- "dist": {
346
- "type": "zip",
347
- "url": "https://api.github.com/repos/Automattic/jetpack-options/zipball/aa021e07d60b978f8631de1aa564af80b46eede5",
348
- "reference": "aa021e07d60b978f8631de1aa564af80b46eede5",
349
- "shasum": ""
350
- },
351
- "require": {
352
- "automattic/jetpack-constants": "^1.6"
353
- },
354
- "require-dev": {
355
- "automattic/jetpack-changelogger": "^3.0",
356
- "yoast/phpunit-polyfills": "1.0.2"
357
- },
358
- "time": "2021-10-13T17:11:18+00:00",
359
- "type": "library",
360
- "extra": {
361
- "autotagger": true,
362
- "mirror-repo": "Automattic/jetpack-options",
363
- "changelogger": {
364
- "link-template": "https://github.com/Automattic/jetpack-options/compare/v${old}...v${new}"
365
- },
366
- "branch-alias": {
367
- "dev-master": "1.13.x-dev"
368
- }
369
- },
370
- "installation-source": "dist",
371
- "autoload": {
372
- "classmap": [
373
- "legacy"
374
- ]
375
- },
376
- "notification-url": "https://packagist.org/downloads/",
377
- "license": [
378
- "GPL-2.0-or-later"
379
- ],
380
- "description": "A wrapper for wp-options to manage specific Jetpack options.",
381
- "support": {
382
- "source": "https://github.com/Automattic/jetpack-options/tree/v1.13.4"
383
- }
384
- },
385
- {
386
- "name": "automattic/jetpack-redirect",
387
- "version": "v1.7.5",
388
- "version_normalized": "1.7.5.0",
389
- "source": {
390
- "type": "git",
391
- "url": "https://github.com/Automattic/jetpack-redirect.git",
392
- "reference": "97e1856e75b6c65090a5125b3e658b19dab0e9d5"
393
- },
394
- "dist": {
395
- "type": "zip",
396
- "url": "https://api.github.com/repos/Automattic/jetpack-redirect/zipball/97e1856e75b6c65090a5125b3e658b19dab0e9d5",
397
- "reference": "97e1856e75b6c65090a5125b3e658b19dab0e9d5",
398
- "shasum": ""
399
- },
400
- "require": {
401
- "automattic/jetpack-status": "^1.9"
402
- },
403
- "require-dev": {
404
- "automattic/jetpack-changelogger": "^3.0",
405
- "brain/monkey": "2.6.0",
406
- "yoast/phpunit-polyfills": "1.0.2"
407
- },
408
- "time": "2021-10-26T14:15:09+00:00",
409
- "type": "library",
410
- "extra": {
411
- "autotagger": true,
412
- "mirror-repo": "Automattic/jetpack-redirect",
413
- "changelogger": {
414
- "link-template": "https://github.com/Automattic/jetpack-redirect/compare/v${old}...v${new}"
415
- },
416
- "branch-alias": {
417
- "dev-master": "1.7.x-dev"
418
- }
419
- },
420
- "installation-source": "dist",
421
- "autoload": {
422
- "classmap": [
423
- "src/"
424
- ]
425
- },
426
- "notification-url": "https://packagist.org/downloads/",
427
- "license": [
428
- "GPL-2.0-or-later"
429
- ],
430
- "description": "Utilities to build URLs to the jetpack.com/redirect/ service",
431
- "support": {
432
- "source": "https://github.com/Automattic/jetpack-redirect/tree/v1.7.5"
433
- }
434
- },
435
- {
436
- "name": "automattic/jetpack-roles",
437
- "version": "v1.4.9",
438
- "version_normalized": "1.4.9.0",
439
- "source": {
440
- "type": "git",
441
- "url": "https://github.com/Automattic/jetpack-roles.git",
442
- "reference": "75d466da1c421d071d09051eddfd570a7c950f59"
443
- },
444
- "dist": {
445
- "type": "zip",
446
- "url": "https://api.github.com/repos/Automattic/jetpack-roles/zipball/75d466da1c421d071d09051eddfd570a7c950f59",
447
- "reference": "75d466da1c421d071d09051eddfd570a7c950f59",
448
- "shasum": ""
449
- },
450
- "require-dev": {
451
- "automattic/jetpack-changelogger": "^3.0",
452
- "brain/monkey": "2.6.0",
453
- "yoast/phpunit-polyfills": "1.0.2"
454
- },
455
- "time": "2021-10-13T17:11:07+00:00",
456
- "type": "library",
457
- "extra": {
458
- "autotagger": true,
459
- "mirror-repo": "Automattic/jetpack-roles",
460
- "changelogger": {
461
- "link-template": "https://github.com/Automattic/jetpack-roles/compare/v${old}...v${new}"
462
- },
463
- "branch-alias": {
464
- "dev-master": "1.4.x-dev"
465
- }
466
- },
467
- "installation-source": "dist",
468
- "autoload": {
469
- "classmap": [
470
- "src/"
471
- ]
472
- },
473
- "notification-url": "https://packagist.org/downloads/",
474
- "license": [
475
- "GPL-2.0-or-later"
476
- ],
477
- "description": "Utilities, related with user roles and capabilities.",
478
- "support": {
479
- "source": "https://github.com/Automattic/jetpack-roles/tree/v1.4.9"
480
- }
481
- },
482
- {
483
- "name": "automattic/jetpack-status",
484
- "version": "v1.9.0",
485
- "version_normalized": "1.9.0.0",
486
- "source": {
487
- "type": "git",
488
- "url": "https://github.com/Automattic/jetpack-status.git",
489
- "reference": "1e400f21c5c3b05f4338ab43468f0bbaa903bb2c"
490
- },
491
- "dist": {
492
- "type": "zip",
493
- "url": "https://api.github.com/repos/Automattic/jetpack-status/zipball/1e400f21c5c3b05f4338ab43468f0bbaa903bb2c",
494
- "reference": "1e400f21c5c3b05f4338ab43468f0bbaa903bb2c",
495
- "shasum": ""
496
- },
497
- "require": {
498
- "automattic/jetpack-constants": "^1.6"
499
- },
500
- "require-dev": {
501
- "automattic/jetpack-changelogger": "^3.0",
502
- "brain/monkey": "2.6.0",
503
- "yoast/phpunit-polyfills": "1.0.2"
504
- },
505
- "time": "2021-10-26T14:14:57+00:00",
506
- "type": "library",
507
- "extra": {
508
- "autotagger": true,
509
- "mirror-repo": "Automattic/jetpack-status",
510
- "changelogger": {
511
- "link-template": "https://github.com/Automattic/jetpack-status/compare/v${old}...v${new}"
512
- },
513
- "branch-alias": {
514
- "dev-master": "1.9.x-dev"
515
- }
516
- },
517
- "installation-source": "dist",
518
- "autoload": {
519
- "classmap": [
520
- "src/"
521
- ]
522
- },
523
- "notification-url": "https://packagist.org/downloads/",
524
- "license": [
525
- "GPL-2.0-or-later"
526
- ],
527
- "description": "Used to retrieve information about the current status of Jetpack and the site overall.",
528
- "support": {
529
- "source": "https://github.com/Automattic/jetpack-status/tree/v1.9.0"
530
- }
531
- },
532
- {
533
- "name": "automattic/jetpack-terms-of-service",
534
- "version": "v1.9.13",
535
- "version_normalized": "1.9.13.0",
536
- "source": {
537
- "type": "git",
538
- "url": "https://github.com/Automattic/jetpack-terms-of-service.git",
539
- "reference": "83a9b14f34f7ea36e07e595a7f5ebad142523c5b"
540
- },
541
- "dist": {
542
- "type": "zip",
543
- "url": "https://api.github.com/repos/Automattic/jetpack-terms-of-service/zipball/83a9b14f34f7ea36e07e595a7f5ebad142523c5b",
544
- "reference": "83a9b14f34f7ea36e07e595a7f5ebad142523c5b",
545
- "shasum": ""
546
- },
547
- "require": {
548
- "automattic/jetpack-options": "^1.13",
549
- "automattic/jetpack-status": "^1.9"
550
- },
551
- "require-dev": {
552
- "automattic/jetpack-changelogger": "^3.0",
553
- "brain/monkey": "2.6.0",
554
- "yoast/phpunit-polyfills": "1.0.2"
555
- },
556
- "time": "2021-10-26T14:15:10+00:00",
557
- "type": "library",
558
- "extra": {
559
- "autotagger": true,
560
- "mirror-repo": "Automattic/jetpack-terms-of-service",
561
- "changelogger": {
562
- "link-template": "https://github.com/Automattic/jetpack-terms-of-service/compare/v${old}...v${new}"
563
- },
564
- "branch-alias": {
565
- "dev-master": "1.9.x-dev"
566
- }
567
- },
568
- "installation-source": "dist",
569
- "autoload": {
570
- "classmap": [
571
- "src/"
572
- ]
573
- },
574
- "notification-url": "https://packagist.org/downloads/",
575
- "license": [
576
- "GPL-2.0-or-later"
577
- ],
578
- "description": "Everything need to manage the terms of service state",
579
- "support": {
580
- "source": "https://github.com/Automattic/jetpack-terms-of-service/tree/v1.9.13"
581
- }
582
- },
583
- {
584
- "name": "automattic/jetpack-tracking",
585
- "version": "v1.13.14",
586
- "version_normalized": "1.13.14.0",
587
- "source": {
588
- "type": "git",
589
- "url": "https://github.com/Automattic/jetpack-tracking.git",
590
- "reference": "191cf22226cc2e10bcb0209908279448c46831ed"
591
- },
592
- "dist": {
593
- "type": "zip",
594
- "url": "https://api.github.com/repos/Automattic/jetpack-tracking/zipball/191cf22226cc2e10bcb0209908279448c46831ed",
595
- "reference": "191cf22226cc2e10bcb0209908279448c46831ed",
596
- "shasum": ""
597
- },
598
- "require": {
599
- "automattic/jetpack-assets": "^1.11",
600
- "automattic/jetpack-options": "^1.13",
601
- "automattic/jetpack-status": "^1.9",
602
- "automattic/jetpack-terms-of-service": "^1.9"
603
- },
604
- "require-dev": {
605
- "automattic/jetpack-changelogger": "^3.0",
606
- "brain/monkey": "2.6.0",
607
- "yoast/phpunit-polyfills": "1.0.2"
608
- },
609
- "time": "2021-10-26T14:15:13+00:00",
610
- "type": "library",
611
- "extra": {
612
- "autotagger": true,
613
- "mirror-repo": "Automattic/jetpack-tracking",
614
- "changelogger": {
615
- "link-template": "https://github.com/Automattic/jetpack-tracking/compare/v${old}...v${new}"
616
- },
617
- "branch-alias": {
618
- "dev-master": "1.13.x-dev"
619
- }
620
- },
621
- "installation-source": "dist",
622
- "autoload": {
623
- "classmap": [
624
- "legacy",
625
- "src/"
626
- ]
627
- },
628
- "notification-url": "https://packagist.org/downloads/",
629
- "license": [
630
- "GPL-2.0-or-later"
631
- ],
632
- "description": "Tracking for Jetpack",
633
- "support": {
634
- "source": "https://github.com/Automattic/jetpack-tracking/tree/v1.13.14"
635
- }
636
- },
637
- {
638
- "name": "composer/installers",
639
- "version": "v1.10.0",
640
- "version_normalized": "1.10.0.0",
641
- "source": {
642
- "type": "git",
643
- "url": "https://github.com/composer/installers.git",
644
- "reference": "1a0357fccad9d1cc1ea0c9a05b8847fbccccb78d"
645
- },
646
- "dist": {
647
- "type": "zip",
648
- "url": "https://api.github.com/repos/composer/installers/zipball/1a0357fccad9d1cc1ea0c9a05b8847fbccccb78d",
649
- "reference": "1a0357fccad9d1cc1ea0c9a05b8847fbccccb78d",
650
- "shasum": ""
651
- },
652
- "require": {
653
- "composer-plugin-api": "^1.0 || ^2.0"
654
- },
655
- "replace": {
656
- "roundcube/plugin-installer": "*",
657
- "shama/baton": "*"
658
- },
659
- "require-dev": {
660
- "composer/composer": "1.6.* || ^2.0",
661
- "composer/semver": "^1 || ^3",
662
- "phpstan/phpstan": "^0.12.55",
663
- "phpstan/phpstan-phpunit": "^0.12.16",
664
- "symfony/phpunit-bridge": "^4.2 || ^5",
665
- "symfony/process": "^2.3"
666
- },
667
- "time": "2021-01-14T11:07:16+00:00",
668
- "type": "composer-plugin",
669
- "extra": {
670
- "class": "Composer\\Installers\\Plugin",
671
- "branch-alias": {
672
- "dev-main": "1.x-dev"
673
- }
674
- },
675
- "installation-source": "dist",
676
- "autoload": {
677
- "psr-4": {
678
- "Composer\\Installers\\": "src/Composer/Installers"
679
- }
680
- },
681
- "notification-url": "https://packagist.org/downloads/",
682
- "license": [
683
- "MIT"
684
- ],
685
- "authors": [
686
- {
687
- "name": "Kyle Robinson Young",
688
- "email": "kyle@dontkry.com",
689
- "homepage": "https://github.com/shama"
690
- }
691
- ],
692
- "description": "A multi-framework Composer library installer",
693
- "homepage": "https://composer.github.io/installers/",
694
- "keywords": [
695
- "Craft",
696
- "Dolibarr",
697
- "Eliasis",
698
- "Hurad",
699
- "ImageCMS",
700
- "Kanboard",
701
- "Lan Management System",
702
- "MODX Evo",
703
- "MantisBT",
704
- "Mautic",
705
- "Maya",
706
- "OXID",
707
- "Plentymarkets",
708
- "Porto",
709
- "RadPHP",
710
- "SMF",
711
- "Starbug",
712
- "Thelia",
713
- "Whmcs",
714
- "WolfCMS",
715
- "agl",
716
- "aimeos",
717
- "annotatecms",
718
- "attogram",
719
- "bitrix",
720
- "cakephp",
721
- "chef",
722
- "cockpit",
723
- "codeigniter",
724
- "concrete5",
725
- "croogo",
726
- "dokuwiki",
727
- "drupal",
728
- "eZ Platform",
729
- "elgg",
730
- "expressionengine",
731
- "fuelphp",
732
- "grav",
733
- "installer",
734
- "itop",
735
- "joomla",
736
- "known",
737
- "kohana",
738
- "laravel",
739
- "lavalite",
740
- "lithium",
741
- "magento",
742
- "majima",
743
- "mako",
744
- "mediawiki",
745
- "modulework",
746
- "modx",
747
- "moodle",
748
- "osclass",
749
- "phpbb",
750
- "piwik",
751
- "ppi",
752
- "processwire",
753
- "puppet",
754
- "pxcms",
755
- "reindex",
756
- "roundcube",
757
- "shopware",
758
- "silverstripe",
759
- "sydes",
760
- "sylius",
761
- "symfony",
762
- "typo3",
763
- "wordpress",
764
- "yawik",
765
- "zend",
766
- "zikula"
767
- ],
768
- "support": {
769
- "issues": "https://github.com/composer/installers/issues",
770
- "source": "https://github.com/composer/installers/tree/v1.10.0"
771
- },
772
- "funding": [
773
- {
774
- "url": "https://packagist.com",
775
- "type": "custom"
776
- },
777
- {
778
- "url": "https://github.com/composer",
779
- "type": "github"
780
- },
781
- {
782
- "url": "https://tidelift.com/funding/github/packagist/composer/composer",
783
- "type": "tidelift"
784
- }
785
- ]
786
- },
787
- {
788
- "name": "myclabs/php-enum",
789
- "version": "1.7.7",
790
- "version_normalized": "1.7.7.0",
791
- "source": {
792
- "type": "git",
793
- "url": "https://github.com/myclabs/php-enum.git",
794
- "reference": "d178027d1e679832db9f38248fcc7200647dc2b7"
795
- },
796
- "dist": {
797
- "type": "zip",
798
- "url": "https://api.github.com/repos/myclabs/php-enum/zipball/d178027d1e679832db9f38248fcc7200647dc2b7",
799
- "reference": "d178027d1e679832db9f38248fcc7200647dc2b7",
800
- "shasum": ""
801
- },
802
- "require": {
803
- "ext-json": "*",
804
- "php": ">=7.1"
805
- },
806
- "require-dev": {
807
- "phpunit/phpunit": "^7",
808
- "squizlabs/php_codesniffer": "1.*",
809
- "vimeo/psalm": "^3.8"
810
- },
811
- "time": "2020-11-14T18:14:52+00:00",
812
- "type": "library",
813
- "installation-source": "dist",
814
- "autoload": {
815
- "psr-4": {
816
- "MyCLabs\\Enum\\": "src/"
817
- }
818
- },
819
- "notification-url": "https://packagist.org/downloads/",
820
- "license": [
821
- "MIT"
822
- ],
823
- "authors": [
824
- {
825
- "name": "PHP Enum contributors",
826
- "homepage": "https://github.com/myclabs/php-enum/graphs/contributors"
827
- }
828
- ],
829
- "description": "PHP Enum implementation",
830
- "homepage": "http://github.com/myclabs/php-enum",
831
- "keywords": [
832
- "enum"
833
- ],
834
- "support": {
835
- "issues": "https://github.com/myclabs/php-enum/issues",
836
- "source": "https://github.com/myclabs/php-enum/tree/1.7.7"
837
- },
838
- "funding": [
839
- {
840
- "url": "https://github.com/mnapoli",
841
- "type": "github"
842
- },
843
- {
844
- "url": "https://tidelift.com/funding/github/packagist/myclabs/php-enum",
845
- "type": "tidelift"
846
- }
847
- ]
848
- },
849
- {
850
- "name": "woocommerce/subscriptions-core",
851
- "version": "1.0.2",
852
- "version_normalized": "1.0.2.0",
853
- "source": {
854
- "type": "git",
855
- "url": "https://github.com/Automattic/woocommerce-subscriptions-core.git",
856
- "reference": "79fb4427f509ec2f0c6e045efd361a4d09d3d8c2"
857
- },
858
- "dist": {
859
- "type": "zip",
860
- "url": "https://api.github.com/repos/Automattic/woocommerce-subscriptions-core/zipball/79fb4427f509ec2f0c6e045efd361a4d09d3d8c2",
861
- "reference": "79fb4427f509ec2f0c6e045efd361a4d09d3d8c2",
862
- "shasum": ""
863
- },
864
- "archive": {
865
- "exclude": [
866
- "!/build"
867
- ]
868
- },
869
- "require": {
870
- "composer/installers": "~1.2"
871
- },
872
- "require-dev": {
873
- "phpunit/phpunit": "6.5.14",
874
- "woocommerce/woocommerce-sniffs": "0.1.0"
875
- },
876
- "time": "2021-10-28T20:27:08+00:00",
877
- "type": "library",
878
- "extra": {
879
- "phpcodesniffer-search-depth": 2
880
- },
881
- "installation-source": "dist",
882
- "scripts": {
883
- "phpcs": [
884
- "vendor/bin/phpcs"
885
- ]
886
- },
887
- "license": [
888
- "GPL-3.0-or-later"
889
- ],
890
- "description": "Sell products and services with recurring payments in your WooCommerce Store.",
891
- "homepage": "https://github.com/Automattic/woocommerce-subscriptions-core",
892
- "support": {
893
- "source": "https://github.com/Automattic/woocommerce-subscriptions-core/tree/1.0.2",
894
- "issues": "https://github.com/Automattic/woocommerce-subscriptions-core/issues"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
895
  }
896
- }
897
- ]
 
 
1
+ {
2
+ "packages": [
3
+ {
4
+ "name": "automattic/jetpack-a8c-mc-stats",
5
+ "version": "v1.4.8",
6
+ "version_normalized": "1.4.8.0",
7
+ "source": {
8
+ "type": "git",
9
+ "url": "https://github.com/Automattic/jetpack-a8c-mc-stats.git",
10
+ "reference": "adb8738d08ae88c16a0dda0a3fc8285b60c0d96f"
11
+ },
12
+ "dist": {
13
+ "type": "zip",
14
+ "url": "https://api.github.com/repos/Automattic/jetpack-a8c-mc-stats/zipball/adb8738d08ae88c16a0dda0a3fc8285b60c0d96f",
15
+ "reference": "adb8738d08ae88c16a0dda0a3fc8285b60c0d96f",
16
+ "shasum": ""
17
+ },
18
+ "require-dev": {
19
+ "automattic/jetpack-changelogger": "^3.0",
20
+ "yoast/phpunit-polyfills": "1.0.2"
21
+ },
22
+ "time": "2021-10-13T17:10:46+00:00",
23
+ "type": "library",
24
+ "extra": {
25
+ "autotagger": true,
26
+ "mirror-repo": "Automattic/jetpack-a8c-mc-stats",
27
+ "changelogger": {
28
+ "link-template": "https://github.com/Automattic/jetpack-a8c-mc-stats/compare/v${old}...v${new}"
29
+ },
30
+ "branch-alias": {
31
+ "dev-master": "1.4.x-dev"
32
+ }
33
+ },
34
+ "installation-source": "dist",
35
+ "autoload": {
36
+ "classmap": [
37
+ "src/"
38
+ ]
39
+ },
40
+ "notification-url": "https://packagist.org/downloads/",
41
+ "license": [
42
+ "GPL-2.0-or-later"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
43
  ],
44
+ "description": "Used to record internal usage stats for Automattic. Not visible to site owners.",
45
+ "support": {
46
+ "source": "https://github.com/Automattic/jetpack-a8c-mc-stats/tree/v1.4.8"
47
+ },
48
+ "install-path": "../automattic/jetpack-a8c-mc-stats"
49
+ },
50
+ {
51
+ "name": "automattic/jetpack-assets",
52
+ "version": "v1.11.9",
53
+ "version_normalized": "1.11.9.0",
54
+ "source": {
55
+ "type": "git",
56
+ "url": "https://github.com/Automattic/jetpack-assets.git",
57
+ "reference": "7e2fc169af1b3dfce5ea70e0b225aaf6ad49b77a"
58
+ },
59
+ "dist": {
60
+ "type": "zip",
61
+ "url": "https://api.github.com/repos/Automattic/jetpack-assets/zipball/7e2fc169af1b3dfce5ea70e0b225aaf6ad49b77a",
62
+ "reference": "7e2fc169af1b3dfce5ea70e0b225aaf6ad49b77a",
63
+ "shasum": ""
64
+ },
65
+ "require": {
66
+ "automattic/jetpack-constants": "^1.6"
67
+ },
68
+ "require-dev": {
69
+ "automattic/jetpack-changelogger": "^3.0",
70
+ "brain/monkey": "2.6.0",
71
+ "yoast/phpunit-polyfills": "1.0.2"
72
+ },
73
+ "time": "2021-10-13T17:11:16+00:00",
74
+ "type": "library",
75
+ "extra": {
76
+ "autotagger": true,
77
+ "mirror-repo": "Automattic/jetpack-assets",
78
+ "changelogger": {
79
+ "link-template": "https://github.com/Automattic/jetpack-assets/compare/v${old}...v${new}"
80
+ },
81
+ "branch-alias": {
82
+ "dev-master": "1.11.x-dev"
83
+ }
84
+ },
85
+ "installation-source": "dist",
86
+ "autoload": {
87
+ "classmap": [
88
+ "src/"
89
+ ]
90
+ },
91
+ "notification-url": "https://packagist.org/downloads/",
92
+ "license": [
93
+ "GPL-2.0-or-later"
94
+ ],
95
+ "description": "Asset management utilities for Jetpack ecosystem packages",
96
+ "support": {
97
+ "source": "https://github.com/Automattic/jetpack-assets/tree/v1.11.9"
98
+ },
99
+ "install-path": "../automattic/jetpack-assets"
100
+ },
101
+ {
102
+ "name": "automattic/jetpack-autoloader",
103
+ "version": "v2.8.0",
104
+ "version_normalized": "2.8.0.0",
105
+ "source": {
106
+ "type": "git",
107
+ "url": "https://github.com/Automattic/jetpack-autoloader.git",
108
+ "reference": "5437697a56aefbdf707849b9833e1b36093d7a73"
109
+ },
110
+ "dist": {
111
+ "type": "zip",
112
+ "url": "https://api.github.com/repos/Automattic/jetpack-autoloader/zipball/5437697a56aefbdf707849b9833e1b36093d7a73",
113
+ "reference": "5437697a56aefbdf707849b9833e1b36093d7a73",
114
+ "shasum": ""
115
+ },
116
+ "require": {
117
+ "composer-plugin-api": "^1.1 || ^2.0"
118
+ },
119
+ "require-dev": {
120
+ "yoast/phpunit-polyfills": "0.2.0"
121
+ },
122
+ "time": "2020-12-18T22:33:59+00:00",
123
+ "type": "composer-plugin",
124
+ "extra": {
125
+ "class": "Automattic\\Jetpack\\Autoloader\\CustomAutoloaderPlugin"
126
+ },
127
+ "installation-source": "dist",
128
+ "autoload": {
129
+ "classmap": [
130
+ "src/AutoloadGenerator.php"
131
+ ],
132
+ "psr-4": {
133
+ "Automattic\\Jetpack\\Autoloader\\": "src"
134
+ }
135
+ },
136
+ "notification-url": "https://packagist.org/downloads/",
137
+ "license": [
138
+ "GPL-2.0-or-later"
139
+ ],
140
+ "description": "Creates a custom autoloader for a plugin or theme.",
141
+ "support": {
142
+ "source": "https://github.com/Automattic/jetpack-autoloader/tree/v2.8.0"
143
+ },
144
+ "install-path": "../automattic/jetpack-autoloader"
145
+ },
146
+ {
147
+ "name": "automattic/jetpack-config",
148
+ "version": "v1.4.3",
149
+ "version_normalized": "1.4.3.0",
150
+ "source": {
151
+ "type": "git",
152
+ "url": "https://github.com/Automattic/jetpack-config.git",
153
+ "reference": "6bc77aa73d90510c9488e2d8fdaad4b056d3a066"
154
+ },
155
+ "dist": {
156
+ "type": "zip",
157
+ "url": "https://api.github.com/repos/Automattic/jetpack-config/zipball/6bc77aa73d90510c9488e2d8fdaad4b056d3a066",
158
+ "reference": "6bc77aa73d90510c9488e2d8fdaad4b056d3a066",
159
+ "shasum": ""
160
+ },
161
+ "time": "2021-01-19T14:25:05+00:00",
162
+ "type": "library",
163
+ "extra": {
164
+ "mirror-repo": "Automattic/jetpack-config"
165
+ },
166
+ "installation-source": "dist",
167
+ "autoload": {
168
+ "classmap": [
169
+ "src/"
170
+ ]
171
+ },
172
+ "notification-url": "https://packagist.org/downloads/",
173
+ "license": [
174
+ "GPL-2.0-or-later"
175
+ ],
176
+ "description": "Jetpack configuration package that initializes other packages and configures Jetpack's functionality. Can be used as a base for all variants of Jetpack package usage.",
177
+ "support": {
178
+ "source": "https://github.com/Automattic/jetpack-config/tree/v1.4.3"
179
+ },
180
+ "install-path": "../automattic/jetpack-config"
181
+ },
182
+ {
183
+ "name": "automattic/jetpack-connection",
184
+ "version": "v1.30.5",
185
+ "version_normalized": "1.30.5.0",
186
+ "source": {
187
+ "type": "git",
188
+ "url": "https://github.com/Automattic/jetpack-connection.git",
189
+ "reference": "2c0f6a8c37601afe5497b2ba8a62e119684e3e53"
190
+ },
191
+ "dist": {
192
+ "type": "zip",
193
+ "url": "https://api.github.com/repos/Automattic/jetpack-connection/zipball/2c0f6a8c37601afe5497b2ba8a62e119684e3e53",
194
+ "reference": "2c0f6a8c37601afe5497b2ba8a62e119684e3e53",
195
+ "shasum": ""
196
+ },
197
+ "require": {
198
+ "automattic/jetpack-a8c-mc-stats": "^1.4",
199
+ "automattic/jetpack-constants": "^1.6",
200
+ "automattic/jetpack-heartbeat": "^1.3",
201
+ "automattic/jetpack-options": "^1.13",
202
+ "automattic/jetpack-redirect": "^1.7",
203
+ "automattic/jetpack-roles": "^1.4",
204
+ "automattic/jetpack-status": "^1.8",
205
+ "automattic/jetpack-terms-of-service": "^1.9",
206
+ "automattic/jetpack-tracking": "^1.13"
207
+ },
208
+ "require-dev": {
209
+ "automattic/jetpack-changelogger": "^2.0",
210
+ "automattic/wordbless": "@dev",
211
+ "brain/monkey": "2.6.0",
212
+ "yoast/phpunit-polyfills": "1.0.1"
213
+ },
214
+ "time": "2021-09-28T18:20:00+00:00",
215
+ "type": "library",
216
+ "extra": {
217
+ "autotagger": true,
218
+ "mirror-repo": "Automattic/jetpack-connection",
219
+ "version-constants": {
220
+ "::PACKAGE_VERSION": "src/class-package-version.php"
221
+ },
222
+ "changelogger": {
223
+ "link-template": "https://github.com/Automattic/jetpack-connection/compare/v${old}...v${new}"
224
+ },
225
+ "branch-alias": {
226
+ "dev-master": "1.30.x-dev"
227
+ }
228
+ },
229
+ "installation-source": "dist",
230
+ "autoload": {
231
+ "classmap": [
232
+ "legacy",
233
+ "src/"
234
+ ]
235
+ },
236
+ "notification-url": "https://packagist.org/downloads/",
237
+ "license": [
238
+ "GPL-2.0-or-later"
239
+ ],
240
+ "description": "Everything needed to connect to the Jetpack infrastructure",
241
+ "support": {
242
+ "source": "https://github.com/Automattic/jetpack-connection/tree/v1.30.5"
243
+ },
244
+ "install-path": "../automattic/jetpack-connection"
245
+ },
246
+ {
247
+ "name": "automattic/jetpack-constants",
248
+ "version": "v1.6.10",
249
+ "version_normalized": "1.6.10.0",
250
+ "source": {
251
+ "type": "git",
252
+ "url": "https://github.com/Automattic/jetpack-constants.git",
253
+ "reference": "3746cf10373328f62266bea4dc1b27e4300e5d97"
254
+ },
255
+ "dist": {
256
+ "type": "zip",
257
+ "url": "https://api.github.com/repos/Automattic/jetpack-constants/zipball/3746cf10373328f62266bea4dc1b27e4300e5d97",
258
+ "reference": "3746cf10373328f62266bea4dc1b27e4300e5d97",
259
+ "shasum": ""
260
+ },
261
+ "require-dev": {
262
+ "automattic/jetpack-changelogger": "^3.0",
263
+ "brain/monkey": "2.6.0",
264
+ "yoast/phpunit-polyfills": "1.0.2"
265
+ },
266
+ "time": "2021-10-26T14:14:41+00:00",
267
+ "type": "library",
268
+ "extra": {
269
+ "autotagger": true,
270
+ "mirror-repo": "Automattic/jetpack-constants",
271
+ "changelogger": {
272
+ "link-template": "https://github.com/Automattic/jetpack-constants/compare/v${old}...v${new}"
273
+ },
274
+ "branch-alias": {
275
+ "dev-master": "1.6.x-dev"
276
+ }
277
+ },
278
+ "installation-source": "dist",
279
+ "autoload": {
280
+ "classmap": [
281
+ "src/"
282
+ ]
283
+ },
284
+ "notification-url": "https://packagist.org/downloads/",
285
+ "license": [
286
+ "GPL-2.0-or-later"
287
+ ],
288
+ "description": "A wrapper for defining constants in a more testable way.",
289
+ "support": {
290
+ "source": "https://github.com/Automattic/jetpack-constants/tree/v1.6.10"
291
+ },
292
+ "install-path": "../automattic/jetpack-constants"
293
+ },
294
+ {
295
+ "name": "automattic/jetpack-heartbeat",
296
+ "version": "v1.3.13",
297
+ "version_normalized": "1.3.13.0",
298
+ "source": {
299
+ "type": "git",
300
+ "url": "https://github.com/Automattic/jetpack-heartbeat.git",
301
+ "reference": "cce7b6910a3ee2ad7bad3c8fea3905774f9198df"
302
+ },
303
+ "dist": {
304
+ "type": "zip",
305
+ "url": "https://api.github.com/repos/Automattic/jetpack-heartbeat/zipball/cce7b6910a3ee2ad7bad3c8fea3905774f9198df",
306
+ "reference": "cce7b6910a3ee2ad7bad3c8fea3905774f9198df",
307
+ "shasum": ""
308
+ },
309
+ "require": {
310
+ "automattic/jetpack-a8c-mc-stats": "^1.4",
311
+ "automattic/jetpack-options": "^1.13"
312
+ },
313
+ "require-dev": {
314
+ "automattic/jetpack-changelogger": "^3.0"
315
+ },
316
+ "time": "2021-10-19T10:39:52+00:00",
317
+ "type": "library",
318
+ "extra": {
319
+ "autotagger": true,
320
+ "mirror-repo": "Automattic/jetpack-heartbeat",
321
+ "changelogger": {
322
+ "link-template": "https://github.com/Automattic/jetpack-heartbeat/compare/v${old}...v${new}"
323
+ },
324
+ "branch-alias": {
325
+ "dev-master": "1.3.x-dev"
326
+ }
327
+ },
328
+ "installation-source": "dist",
329
+ "autoload": {
330
+ "classmap": [
331
+ "src/"
332
+ ]
333
+ },
334
+ "notification-url": "https://packagist.org/downloads/",
335
+ "license": [
336
+ "GPL-2.0-or-later"
337
+ ],
338
+ "description": "This adds a cronjob that sends a batch of internal automattic stats to wp.com once a day",
339
+ "support": {
340
+ "source": "https://github.com/Automattic/jetpack-heartbeat/tree/v1.3.13"
341
+ },
342
+ "install-path": "../automattic/jetpack-heartbeat"
343
+ },
344
+ {
345
+ "name": "automattic/jetpack-options",
346
+ "version": "v1.13.4",
347
+ "version_normalized": "1.13.4.0",
348
+ "source": {
349
+ "type": "git",
350
+ "url": "https://github.com/Automattic/jetpack-options.git",
351
+ "reference": "aa021e07d60b978f8631de1aa564af80b46eede5"
352
+ },
353
+ "dist": {
354
+ "type": "zip",
355
+ "url": "https://api.github.com/repos/Automattic/jetpack-options/zipball/aa021e07d60b978f8631de1aa564af80b46eede5",
356
+ "reference": "aa021e07d60b978f8631de1aa564af80b46eede5",
357
+ "shasum": ""
358
+ },
359
+ "require": {
360
+ "automattic/jetpack-constants": "^1.6"
361
+ },
362
+ "require-dev": {
363
+ "automattic/jetpack-changelogger": "^3.0",
364
+ "yoast/phpunit-polyfills": "1.0.2"
365
+ },
366
+ "time": "2021-10-13T17:11:18+00:00",
367
+ "type": "library",
368
+ "extra": {
369
+ "autotagger": true,
370
+ "mirror-repo": "Automattic/jetpack-options",
371
+ "changelogger": {
372
+ "link-template": "https://github.com/Automattic/jetpack-options/compare/v${old}...v${new}"
373
+ },
374
+ "branch-alias": {
375
+ "dev-master": "1.13.x-dev"
376
+ }
377
+ },
378
+ "installation-source": "dist",
379
+ "autoload": {
380
+ "classmap": [
381
+ "legacy"
382
+ ]
383
+ },
384
+ "notification-url": "https://packagist.org/downloads/",
385
+ "license": [
386
+ "GPL-2.0-or-later"
387
+ ],
388
+ "description": "A wrapper for wp-options to manage specific Jetpack options.",
389
+ "support": {
390
+ "source": "https://github.com/Automattic/jetpack-options/tree/v1.13.4"
391
+ },
392
+ "install-path": "../automattic/jetpack-options"
393
+ },
394
+ {
395
+ "name": "automattic/jetpack-redirect",
396
+ "version": "v1.7.5",
397
+ "version_normalized": "1.7.5.0",
398
+ "source": {
399
+ "type": "git",
400
+ "url": "https://github.com/Automattic/jetpack-redirect.git",
401
+ "reference": "97e1856e75b6c65090a5125b3e658b19dab0e9d5"
402
+ },
403
+ "dist": {
404
+ "type": "zip",
405
+ "url": "https://api.github.com/repos/Automattic/jetpack-redirect/zipball/97e1856e75b6c65090a5125b3e658b19dab0e9d5",
406
+ "reference": "97e1856e75b6c65090a5125b3e658b19dab0e9d5",
407
+ "shasum": ""
408
+ },
409
+ "require": {
410
+ "automattic/jetpack-status": "^1.9"
411
+ },
412
+ "require-dev": {
413
+ "automattic/jetpack-changelogger": "^3.0",
414
+ "brain/monkey": "2.6.0",
415
+ "yoast/phpunit-polyfills": "1.0.2"
416
+ },
417
+ "time": "2021-10-26T14:15:09+00:00",
418
+ "type": "library",
419
+ "extra": {
420
+ "autotagger": true,
421
+ "mirror-repo": "Automattic/jetpack-redirect",
422
+ "changelogger": {
423
+ "link-template": "https://github.com/Automattic/jetpack-redirect/compare/v${old}...v${new}"
424
+ },
425
+ "branch-alias": {
426
+ "dev-master": "1.7.x-dev"
427
+ }
428
+ },
429
+ "installation-source": "dist",
430
+ "autoload": {
431
+ "classmap": [
432
+ "src/"
433
+ ]
434
+ },
435
+ "notification-url": "https://packagist.org/downloads/",
436
+ "license": [
437
+ "GPL-2.0-or-later"
438
+ ],
439
+ "description": "Utilities to build URLs to the jetpack.com/redirect/ service",
440
+ "support": {
441
+ "source": "https://github.com/Automattic/jetpack-redirect/tree/v1.7.5"
442
+ },
443
+ "install-path": "../automattic/jetpack-redirect"
444
+ },
445
+ {
446
+ "name": "automattic/jetpack-roles",
447
+ "version": "v1.4.9",
448
+ "version_normalized": "1.4.9.0",
449
+ "source": {
450
+ "type": "git",
451
+ "url": "https://github.com/Automattic/jetpack-roles.git",
452
+ "reference": "75d466da1c421d071d09051eddfd570a7c950f59"
453
+ },
454
+ "dist": {
455
+ "type": "zip",
456
+ "url": "https://api.github.com/repos/Automattic/jetpack-roles/zipball/75d466da1c421d071d09051eddfd570a7c950f59",
457
+ "reference": "75d466da1c421d071d09051eddfd570a7c950f59",
458
+ "shasum": ""
459
+ },
460
+ "require-dev": {
461
+ "automattic/jetpack-changelogger": "^3.0",
462
+ "brain/monkey": "2.6.0",
463
+ "yoast/phpunit-polyfills": "1.0.2"
464
+ },
465
+ "time": "2021-10-13T17:11:07+00:00",
466
+ "type": "library",
467
+ "extra": {
468
+ "autotagger": true,
469
+ "mirror-repo": "Automattic/jetpack-roles",
470
+ "changelogger": {
471
+ "link-template": "https://github.com/Automattic/jetpack-roles/compare/v${old}...v${new}"
472
+ },
473
+ "branch-alias": {
474
+ "dev-master": "1.4.x-dev"
475
+ }
476
+ },
477
+ "installation-source": "dist",
478
+ "autoload": {
479
+ "classmap": [
480
+ "src/"
481
+ ]
482
+ },
483
+ "notification-url": "https://packagist.org/downloads/",
484
+ "license": [
485
+ "GPL-2.0-or-later"
486
+ ],
487
+ "description": "Utilities, related with user roles and capabilities.",
488
+ "support": {
489
+ "source": "https://github.com/Automattic/jetpack-roles/tree/v1.4.9"
490
+ },
491
+ "install-path": "../automattic/jetpack-roles"
492
+ },
493
+ {
494
+ "name": "automattic/jetpack-status",
495
+ "version": "v1.9.0",
496
+ "version_normalized": "1.9.0.0",
497
+ "source": {
498
+ "type": "git",
499
+ "url": "https://github.com/Automattic/jetpack-status.git",
500
+ "reference": "1e400f21c5c3b05f4338ab43468f0bbaa903bb2c"
501
+ },
502
+ "dist": {
503
+ "type": "zip",
504
+ "url": "https://api.github.com/repos/Automattic/jetpack-status/zipball/1e400f21c5c3b05f4338ab43468f0bbaa903bb2c",
505
+ "reference": "1e400f21c5c3b05f4338ab43468f0bbaa903bb2c",
506
+ "shasum": ""
507
+ },
508
+ "require": {
509
+ "automattic/jetpack-constants": "^1.6"
510
+ },
511
+ "require-dev": {
512
+ "automattic/jetpack-changelogger": "^3.0",
513
+ "brain/monkey": "2.6.0",
514
+ "yoast/phpunit-polyfills": "1.0.2"
515
+ },
516
+ "time": "2021-10-26T14:14:57+00:00",
517
+ "type": "library",
518
+ "extra": {
519
+ "autotagger": true,
520
+ "mirror-repo": "Automattic/jetpack-status",
521
+ "changelogger": {
522
+ "link-template": "https://github.com/Automattic/jetpack-status/compare/v${old}...v${new}"
523
+ },
524
+ "branch-alias": {
525
+ "dev-master": "1.9.x-dev"
526
+ }
527
+ },
528
+ "installation-source": "dist",
529
+ "autoload": {
530
+ "classmap": [
531
+ "src/"
532
+ ]
533
+ },
534
+ "notification-url": "https://packagist.org/downloads/",
535
+ "license": [
536
+ "GPL-2.0-or-later"
537
+ ],
538
+ "description": "Used to retrieve information about the current status of Jetpack and the site overall.",
539
+ "support": {
540
+ "source": "https://github.com/Automattic/jetpack-status/tree/v1.9.0"
541
+ },
542
+ "install-path": "../automattic/jetpack-status"
543
+ },
544
+ {
545
+ "name": "automattic/jetpack-terms-of-service",
546
+ "version": "v1.9.13",
547
+ "version_normalized": "1.9.13.0",
548
+ "source": {
549
+ "type": "git",
550
+ "url": "https://github.com/Automattic/jetpack-terms-of-service.git",
551
+ "reference": "83a9b14f34f7ea36e07e595a7f5ebad142523c5b"
552
+ },
553
+ "dist": {
554
+ "type": "zip",
555
+ "url": "https://api.github.com/repos/Automattic/jetpack-terms-of-service/zipball/83a9b14f34f7ea36e07e595a7f5ebad142523c5b",
556
+ "reference": "83a9b14f34f7ea36e07e595a7f5ebad142523c5b",
557
+ "shasum": ""
558
+ },
559
+ "require": {
560
+ "automattic/jetpack-options": "^1.13",
561
+ "automattic/jetpack-status": "^1.9"
562
+ },
563
+ "require-dev": {
564
+ "automattic/jetpack-changelogger": "^3.0",
565
+ "brain/monkey": "2.6.0",
566
+ "yoast/phpunit-polyfills": "1.0.2"
567
+ },
568
+ "time": "2021-10-26T14:15:10+00:00",
569
+ "type": "library",
570
+ "extra": {
571
+ "autotagger": true,
572
+ "mirror-repo": "Automattic/jetpack-terms-of-service",
573
+ "changelogger": {
574
+ "link-template": "https://github.com/Automattic/jetpack-terms-of-service/compare/v${old}...v${new}"
575
+ },
576
+ "branch-alias": {
577
+ "dev-master": "1.9.x-dev"
578
+ }
579
+ },
580
+ "installation-source": "dist",
581
+ "autoload": {
582
+ "classmap": [
583
+ "src/"
584
+ ]
585
+ },
586
+ "notification-url": "https://packagist.org/downloads/",
587
+ "license": [
588
+ "GPL-2.0-or-later"
589
+ ],
590
+ "description": "Everything need to manage the terms of service state",
591
+ "support": {
592
+ "source": "https://github.com/Automattic/jetpack-terms-of-service/tree/v1.9.13"
593
+ },
594
+ "install-path": "../automattic/jetpack-terms-of-service"
595
+ },
596
+ {
597
+ "name": "automattic/jetpack-tracking",
598
+ "version": "v1.13.14",
599
+ "version_normalized": "1.13.14.0",
600
+ "source": {
601
+ "type": "git",
602
+ "url": "https://github.com/Automattic/jetpack-tracking.git",
603
+ "reference": "191cf22226cc2e10bcb0209908279448c46831ed"
604
+ },
605
+ "dist": {
606
+ "type": "zip",
607
+ "url": "https://api.github.com/repos/Automattic/jetpack-tracking/zipball/191cf22226cc2e10bcb0209908279448c46831ed",
608
+ "reference": "191cf22226cc2e10bcb0209908279448c46831ed",
609
+ "shasum": ""
610
+ },
611
+ "require": {
612
+ "automattic/jetpack-assets": "^1.11",
613
+ "automattic/jetpack-options": "^1.13",
614
+ "automattic/jetpack-status": "^1.9",
615
+ "automattic/jetpack-terms-of-service": "^1.9"
616
+ },
617
+ "require-dev": {
618
+ "automattic/jetpack-changelogger": "^3.0",
619
+ "brain/monkey": "2.6.0",
620
+ "yoast/phpunit-polyfills": "1.0.2"
621
+ },
622
+ "time": "2021-10-26T14:15:13+00:00",
623
+ "type": "library",
624
+ "extra": {
625
+ "autotagger": true,
626
+ "mirror-repo": "Automattic/jetpack-tracking",
627
+ "changelogger": {
628
+ "link-template": "https://github.com/Automattic/jetpack-tracking/compare/v${old}...v${new}"
629
+ },
630
+ "branch-alias": {
631
+ "dev-master": "1.13.x-dev"
632
+ }
633
+ },
634
+ "installation-source": "dist",
635
+ "autoload": {
636
+ "classmap": [
637
+ "legacy",
638
+ "src/"
639
+ ]
640
+ },
641
+ "notification-url": "https://packagist.org/downloads/",
642
+ "license": [
643
+ "GPL-2.0-or-later"
644
+ ],
645
+ "description": "Tracking for Jetpack",
646
+ "support": {
647
+ "source": "https://github.com/Automattic/jetpack-tracking/tree/v1.13.14"
648
+ },
649
+ "install-path": "../automattic/jetpack-tracking"
650
+ },
651
+ {
652
+ "name": "composer/installers",
653
+ "version": "v1.10.0",
654
+ "version_normalized": "1.10.0.0",
655
+ "source": {
656
+ "type": "git",
657
+ "url": "https://github.com/composer/installers.git",
658
+ "reference": "1a0357fccad9d1cc1ea0c9a05b8847fbccccb78d"
659
+ },
660
+ "dist": {
661
+ "type": "zip",
662
+ "url": "https://api.github.com/repos/composer/installers/zipball/1a0357fccad9d1cc1ea0c9a05b8847fbccccb78d",
663
+ "reference": "1a0357fccad9d1cc1ea0c9a05b8847fbccccb78d",
664
+ "shasum": ""
665
+ },
666
+ "require": {
667
+ "composer-plugin-api": "^1.0 || ^2.0"
668
+ },
669
+ "replace": {
670
+ "roundcube/plugin-installer": "*",
671
+ "shama/baton": "*"
672
+ },
673
+ "require-dev": {
674
+ "composer/composer": "1.6.* || ^2.0",
675
+ "composer/semver": "^1 || ^3",
676
+ "phpstan/phpstan": "^0.12.55",
677
+ "phpstan/phpstan-phpunit": "^0.12.16",
678
+ "symfony/phpunit-bridge": "^4.2 || ^5",
679
+ "symfony/process": "^2.3"
680
+ },
681
+ "time": "2021-01-14T11:07:16+00:00",
682
+ "type": "composer-plugin",
683
+ "extra": {
684
+ "class": "Composer\\Installers\\Plugin",
685
+ "branch-alias": {
686
+ "dev-main": "1.x-dev"
687
+ }
688
+ },
689
+ "installation-source": "dist",
690
+ "autoload": {
691
+ "psr-4": {
692
+ "Composer\\Installers\\": "src/Composer/Installers"
693
+ }
694
+ },
695
+ "notification-url": "https://packagist.org/downloads/",
696
+ "license": [
697
+ "MIT"
698
+ ],
699
+ "authors": [
700
+ {
701
+ "name": "Kyle Robinson Young",
702
+ "email": "kyle@dontkry.com",
703
+ "homepage": "https://github.com/shama"
704
+ }
705
+ ],
706
+ "description": "A multi-framework Composer library installer",
707
+ "homepage": "https://composer.github.io/installers/",
708
+ "keywords": [
709
+ "Craft",
710
+ "Dolibarr",
711
+ "Eliasis",
712
+ "Hurad",
713
+ "ImageCMS",
714
+ "Kanboard",
715
+ "Lan Management System",
716
+ "MODX Evo",
717
+ "MantisBT",
718
+ "Mautic",
719
+ "Maya",
720
+ "OXID",
721
+ "Plentymarkets",
722
+ "Porto",
723
+ "RadPHP",
724
+ "SMF",
725
+ "Starbug",
726
+ "Thelia",
727
+ "Whmcs",
728
+ "WolfCMS",
729
+ "agl",
730
+ "aimeos",
731
+ "annotatecms",
732
+ "attogram",
733
+ "bitrix",
734
+ "cakephp",
735
+ "chef",
736
+ "cockpit",
737
+ "codeigniter",
738
+ "concrete5",
739
+ "croogo",
740
+ "dokuwiki",
741
+ "drupal",
742
+ "eZ Platform",
743
+ "elgg",
744
+ "expressionengine",
745
+ "fuelphp",
746
+ "grav",
747
+ "installer",
748
+ "itop",
749
+ "joomla",
750
+ "known",
751
+ "kohana",
752
+ "laravel",
753
+ "lavalite",
754
+ "lithium",
755
+ "magento",
756
+ "majima",
757
+ "mako",
758
+ "mediawiki",
759
+ "modulework",
760
+ "modx",
761
+ "moodle",
762
+ "osclass",
763
+ "phpbb",
764
+ "piwik",
765
+ "ppi",
766
+ "processwire",
767
+ "puppet",
768
+ "pxcms",
769
+ "reindex",
770
+ "roundcube",
771
+ "shopware",
772
+ "silverstripe",
773
+ "sydes",
774
+ "sylius",
775
+ "symfony",
776
+ "typo3",
777
+ "wordpress",
778
+ "yawik",
779
+ "zend",
780
+ "zikula"
781
+ ],
782
+ "support": {
783
+ "issues": "https://github.com/composer/installers/issues",
784
+ "source": "https://github.com/composer/installers/tree/v1.10.0"
785
+ },
786
+ "funding": [
787
+ {
788
+ "url": "https://packagist.com",
789
+ "type": "custom"
790
+ },
791
+ {
792
+ "url": "https://github.com/composer",
793
+ "type": "github"
794
+ },
795
+ {
796
+ "url": "https://tidelift.com/funding/github/packagist/composer/composer",
797
+ "type": "tidelift"
798
+ }
799
+ ],
800
+ "install-path": "./installers"
801
+ },
802
+ {
803
+ "name": "myclabs/php-enum",
804
+ "version": "1.7.7",
805
+ "version_normalized": "1.7.7.0",
806
+ "source": {
807
+ "type": "git",
808
+ "url": "https://github.com/myclabs/php-enum.git",
809
+ "reference": "d178027d1e679832db9f38248fcc7200647dc2b7"
810
+ },
811
+ "dist": {
812
+ "type": "zip",
813
+ "url": "https://api.github.com/repos/myclabs/php-enum/zipball/d178027d1e679832db9f38248fcc7200647dc2b7",
814
+ "reference": "d178027d1e679832db9f38248fcc7200647dc2b7",
815
+ "shasum": ""
816
+ },
817
+ "require": {
818
+ "ext-json": "*",
819
+ "php": ">=7.1"
820
+ },
821
+ "require-dev": {
822
+ "phpunit/phpunit": "^7",
823
+ "squizlabs/php_codesniffer": "1.*",
824
+ "vimeo/psalm": "^3.8"
825
+ },
826
+ "time": "2020-11-14T18:14:52+00:00",
827
+ "type": "library",
828
+ "installation-source": "dist",
829
+ "autoload": {
830
+ "psr-4": {
831
+ "MyCLabs\\Enum\\": "src/"
832
+ }
833
+ },
834
+ "notification-url": "https://packagist.org/downloads/",
835
+ "license": [
836
+ "MIT"
837
+ ],
838
+ "authors": [
839
+ {
840
+ "name": "PHP Enum contributors",
841
+ "homepage": "https://github.com/myclabs/php-enum/graphs/contributors"
842
+ }
843
+ ],
844
+ "description": "PHP Enum implementation",
845
+ "homepage": "http://github.com/myclabs/php-enum",
846
+ "keywords": [
847
+ "enum"
848
+ ],
849
+ "support": {
850
+ "issues": "https://github.com/myclabs/php-enum/issues",
851
+ "source": "https://github.com/myclabs/php-enum/tree/1.7.7"
852
+ },
853
+ "funding": [
854
+ {
855
+ "url": "https://github.com/mnapoli",
856
+ "type": "github"
857
+ },
858
+ {
859
+ "url": "https://tidelift.com/funding/github/packagist/myclabs/php-enum",
860
+ "type": "tidelift"
861
+ }
862
+ ],
863
+ "install-path": "../myclabs/php-enum"
864
+ },
865
+ {
866
+ "name": "woocommerce/subscriptions-core",
867
+ "version": "1.0.3",
868
+ "version_normalized": "1.0.3.0",
869
+ "source": {
870
+ "type": "git",
871
+ "url": "https://github.com/Automattic/woocommerce-subscriptions-core.git",
872
+ "reference": "7d342b214bef0085f84745607aa6719d1e31960f"
873
+ },
874
+ "dist": {
875
+ "type": "zip",
876
+ "url": "https://api.github.com/repos/Automattic/woocommerce-subscriptions-core/zipball/7d342b214bef0085f84745607aa6719d1e31960f",
877
+ "reference": "7d342b214bef0085f84745607aa6719d1e31960f",
878
+ "shasum": ""
879
+ },
880
+ "require": {
881
+ "composer/installers": "~1.2"
882
+ },
883
+ "require-dev": {
884
+ "phpunit/phpunit": "6.5.14",
885
+ "woocommerce/woocommerce-sniffs": "0.1.0"
886
+ },
887
+ "time": "2021-10-29T01:58:17+00:00",
888
+ "type": "library",
889
+ "extra": {
890
+ "phpcodesniffer-search-depth": 2
891
+ },
892
+ "installation-source": "dist",
893
+ "archive": {
894
+ "exclude": [
895
+ "!/build"
896
+ ]
897
+ },
898
+ "scripts": {
899
+ "phpcs": [
900
+ "vendor/bin/phpcs"
901
+ ]
902
+ },
903
+ "license": [
904
+ "GPL-3.0-or-later"
905
+ ],
906
+ "description": "Sell products and services with recurring payments in your WooCommerce Store.",
907
+ "homepage": "https://github.com/Automattic/woocommerce-subscriptions-core",
908
+ "support": {
909
+ "source": "https://github.com/Automattic/woocommerce-subscriptions-core/tree/1.0.3",
910
+ "issues": "https://github.com/Automattic/woocommerce-subscriptions-core/issues"
911
+ },
912
+ "install-path": "../woocommerce/subscriptions-core"
913
  }
914
+ ],
915
+ "dev": false,
916
+ "dev-package-names": []
917
+ }
vendor/composer/installed.php ADDED
@@ -0,0 +1,179 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php return array(
2
+ 'root' => array(
3
+ 'pretty_version' => 'dev-trunk',
4
+ 'version' => 'dev-trunk',
5
+ 'type' => 'wordpress-plugin',
6
+ 'install_path' => __DIR__ . '/../../',
7
+ 'aliases' => array(),
8
+ 'reference' => '58a4078582ec4ef2a314d8029dbe1c3f9019d00a',
9
+ 'name' => 'woocommerce/payments',
10
+ 'dev' => false,
11
+ ),
12
+ 'versions' => array(
13
+ 'automattic/jetpack-a8c-mc-stats' => array(
14
+ 'pretty_version' => 'v1.4.8',
15
+ 'version' => '1.4.8.0',
16
+ 'type' => 'library',
17
+ 'install_path' => __DIR__ . '/../automattic/jetpack-a8c-mc-stats',
18
+ 'aliases' => array(),
19
+ 'reference' => 'adb8738d08ae88c16a0dda0a3fc8285b60c0d96f',
20
+ 'dev_requirement' => false,
21
+ ),
22
+ 'automattic/jetpack-assets' => array(
23
+ 'pretty_version' => 'v1.11.9',
24
+ 'version' => '1.11.9.0',
25
+ 'type' => 'library',
26
+ 'install_path' => __DIR__ . '/../automattic/jetpack-assets',
27
+ 'aliases' => array(),
28
+ 'reference' => '7e2fc169af1b3dfce5ea70e0b225aaf6ad49b77a',
29
+ 'dev_requirement' => false,
30
+ ),
31
+ 'automattic/jetpack-autoloader' => array(
32
+ 'pretty_version' => 'v2.8.0',
33
+ 'version' => '2.8.0.0',
34
+ 'type' => 'composer-plugin',
35
+ 'install_path' => __DIR__ . '/../automattic/jetpack-autoloader',
36
+ 'aliases' => array(),
37
+ 'reference' => '5437697a56aefbdf707849b9833e1b36093d7a73',
38
+ 'dev_requirement' => false,
39
+ ),
40
+ 'automattic/jetpack-config' => array(
41
+ 'pretty_version' => 'v1.4.3',
42
+ 'version' => '1.4.3.0',
43
+ 'type' => 'library',
44
+ 'install_path' => __DIR__ . '/../automattic/jetpack-config',
45
+ 'aliases' => array(),
46
+ 'reference' => '6bc77aa73d90510c9488e2d8fdaad4b056d3a066',
47
+ 'dev_requirement' => false,
48
+ ),
49
+ 'automattic/jetpack-connection' => array(
50
+ 'pretty_version' => 'v1.30.5',
51
+ 'version' => '1.30.5.0',
52
+ 'type' => 'library',
53
+ 'install_path' => __DIR__ . '/../automattic/jetpack-connection',
54
+ 'aliases' => array(),
55
+ 'reference' => '2c0f6a8c37601afe5497b2ba8a62e119684e3e53',
56
+ 'dev_requirement' => false,
57
+ ),
58
+ 'automattic/jetpack-constants' => array(
59
+ 'pretty_version' => 'v1.6.10',
60
+ 'version' => '1.6.10.0',
61
+ 'type' => 'library',
62
+ 'install_path' => __DIR__ . '/../automattic/jetpack-constants',
63
+ 'aliases' => array(),
64
+ 'reference' => '3746cf10373328f62266bea4dc1b27e4300e5d97',
65
+ 'dev_requirement' => false,
66
+ ),
67
+ 'automattic/jetpack-heartbeat' => array(
68
+ 'pretty_version' => 'v1.3.13',
69
+ 'version' => '1.3.13.0',
70
+ 'type' => 'library',
71
+ 'install_path' => __DIR__ . '/../automattic/jetpack-heartbeat',
72
+ 'aliases' => array(),
73
+ 'reference' => 'cce7b6910a3ee2ad7bad3c8fea3905774f9198df',
74
+ 'dev_requirement' => false,
75
+ ),
76
+ 'automattic/jetpack-options' => array(
77
+ 'pretty_version' => 'v1.13.4',
78
+ 'version' => '1.13.4.0',
79
+ 'type' => 'library',
80
+ 'install_path' => __DIR__ . '/../automattic/jetpack-options',
81
+ 'aliases' => array(),
82
+ 'reference' => 'aa021e07d60b978f8631de1aa564af80b46eede5',
83
+ 'dev_requirement' => false,
84
+ ),
85
+ 'automattic/jetpack-redirect' => array(
86
+ 'pretty_version' => 'v1.7.5',
87
+ 'version' => '1.7.5.0',
88
+ 'type' => 'library',
89
+ 'install_path' => __DIR__ . '/../automattic/jetpack-redirect',
90
+ 'aliases' => array(),
91
+ 'reference' => '97e1856e75b6c65090a5125b3e658b19dab0e9d5',
92
+ 'dev_requirement' => false,
93
+ ),
94
+ 'automattic/jetpack-roles' => array(
95
+ 'pretty_version' => 'v1.4.9',
96
+ 'version' => '1.4.9.0',
97
+ 'type' => 'library',
98
+ 'install_path' => __DIR__ . '/../automattic/jetpack-roles',
99
+ 'aliases' => array(),
100
+ 'reference' => '75d466da1c421d071d09051eddfd570a7c950f59',
101
+ 'dev_requirement' => false,
102
+ ),
103
+ 'automattic/jetpack-status' => array(
104
+ 'pretty_version' => 'v1.9.0',
105
+ 'version' => '1.9.0.0',
106
+ 'type' => 'library',
107
+ 'install_path' => __DIR__ . '/../automattic/jetpack-status',
108
+ 'aliases' => array(),
109
+ 'reference' => '1e400f21c5c3b05f4338ab43468f0bbaa903bb2c',
110
+ 'dev_requirement' => false,
111
+ ),
112
+ 'automattic/jetpack-terms-of-service' => array(
113
+ 'pretty_version' => 'v1.9.13',
114
+ 'version' => '1.9.13.0',
115
+ 'type' => 'library',
116
+ 'install_path' => __DIR__ . '/../automattic/jetpack-terms-of-service',
117
+ 'aliases' => array(),
118
+ 'reference' => '83a9b14f34f7ea36e07e595a7f5ebad142523c5b',
119
+ 'dev_requirement' => false,
120
+ ),
121
+ 'automattic/jetpack-tracking' => array(
122
+ 'pretty_version' => 'v1.13.14',
123
+ 'version' => '1.13.14.0',
124
+ 'type' => 'library',
125
+ 'install_path' => __DIR__ . '/../automattic/jetpack-tracking',
126
+ 'aliases' => array(),
127
+ 'reference' => '191cf22226cc2e10bcb0209908279448c46831ed',
128
+ 'dev_requirement' => false,
129
+ ),
130
+ 'composer/installers' => array(
131
+ 'pretty_version' => 'v1.10.0',
132
+ 'version' => '1.10.0.0',
133
+ 'type' => 'composer-plugin',
134
+ 'install_path' => __DIR__ . '/./installers',
135
+ 'aliases' => array(),
136
+ 'reference' => '1a0357fccad9d1cc1ea0c9a05b8847fbccccb78d',
137
+ 'dev_requirement' => false,
138
+ ),
139
+ 'myclabs/php-enum' => array(
140
+ 'pretty_version' => '1.7.7',
141
+ 'version' => '1.7.7.0',
142
+ 'type' => 'library',
143
+ 'install_path' => __DIR__ . '/../myclabs/php-enum',
144
+ 'aliases' => array(),
145
+ 'reference' => 'd178027d1e679832db9f38248fcc7200647dc2b7',
146
+ 'dev_requirement' => false,
147
+ ),
148
+ 'roundcube/plugin-installer' => array(
149
+ 'dev_requirement' => false,
150
+ 'replaced' => array(
151
+ 0 => '*',
152
+ ),
153
+ ),
154
+ 'shama/baton' => array(
155
+ 'dev_requirement' => false,
156
+ 'replaced' => array(
157
+ 0 => '*',
158
+ ),
159
+ ),
160
+ 'woocommerce/payments' => array(
161
+ 'pretty_version' => 'dev-trunk',
162
+ 'version' => 'dev-trunk',
163
+ 'type' => 'wordpress-plugin',
164
+ 'install_path' => __DIR__ . '/../../',
165
+ 'aliases' => array(),
166
+ 'reference' => '58a4078582ec4ef2a314d8029dbe1c3f9019d00a',
167
+ 'dev_requirement' => false,
168
+ ),
169
+ 'woocommerce/subscriptions-core' => array(
170
+ 'pretty_version' => '1.0.3',
171
+ 'version' => '1.0.3.0',
172
+ 'type' => 'library',
173
+ 'install_path' => __DIR__ . '/../woocommerce/subscriptions-core',
174
+ 'aliases' => array(),
175
+ 'reference' => '7d342b214bef0085f84745607aa6719d1e31960f',
176
+ 'dev_requirement' => false,
177
+ ),
178
+ ),
179
+ );
vendor/composer/jetpack_autoload_classmap.php CHANGED
@@ -7,95 +7,95 @@ $baseDir = dirname($vendorDir);
7
 
8
  return array(
9
  'WCPay\\MultiCurrency\\Compatibility\\WooCommerceFedEx' => array(
10
- 'version' => '9999999-dev',
11
  'path' => $baseDir . '/includes/multi-currency/Compatibility/WooCommerceFedEx.php'
12
  ),
13
  'WCPay\\MultiCurrency\\Compatibility\\WooCommerceUPS' => array(
14
- 'version' => '9999999-dev',
15
  'path' => $baseDir . '/includes/multi-currency/Compatibility/WooCommerceUPS.php'
16
  ),
17
  'WCPay\\MultiCurrency\\RestController' => array(
18
- 'version' => '9999999-dev',
19
  'path' => $baseDir . '/includes/multi-currency/RestController.php'
20
  ),
21
  'WCPay\\MultiCurrency\\SettingsOnboardCta' => array(
22
- 'version' => '9999999-dev',
23
  'path' => $baseDir . '/includes/multi-currency/SettingsOnboardCta.php'
24
  ),
25
  'WCPay\\MultiCurrency\\Settings' => array(
26
- 'version' => '9999999-dev',
27
  'path' => $baseDir . '/includes/multi-currency/Settings.php'
28
  ),
29
  'WCPay\\MultiCurrency\\FrontendPrices' => array(
30
- 'version' => '9999999-dev',
31
  'path' => $baseDir . '/includes/multi-currency/FrontendPrices.php'
32
  ),
33
  'WCPay\\MultiCurrency\\Tracking' => array(
34
- 'version' => '9999999-dev',
35
  'path' => $baseDir . '/includes/multi-currency/Tracking.php'
36
  ),
37
  'WCPay\\MultiCurrency\\PaymentMethodsCompatibility' => array(
38
- 'version' => '9999999-dev',
39
  'path' => $baseDir . '/includes/multi-currency/PaymentMethodsCompatibility.php'
40
  ),
41
  'WCPay\\MultiCurrency\\Geolocation' => array(
42
- 'version' => '9999999-dev',
43
  'path' => $baseDir . '/includes/multi-currency/Geolocation.php'
44
  ),
45
  'WCPay\\MultiCurrency\\BackendCurrencies' => array(
46
- 'version' => '9999999-dev',
47
  'path' => $baseDir . '/includes/multi-currency/BackendCurrencies.php'
48
  ),
49
  'WCPay\\MultiCurrency\\Notes\\NoteMultiCurrencyAvailable' => array(
50
- 'version' => '9999999-dev',
51
  'path' => $baseDir . '/includes/multi-currency/Notes/NoteMultiCurrencyAvailable.php'
52
  ),
53
  'WCPay\\MultiCurrency\\UserSettings' => array(
54
- 'version' => '9999999-dev',
55
  'path' => $baseDir . '/includes/multi-currency/UserSettings.php'
56
  ),
57
  'WCPay\\MultiCurrency\\Currency' => array(
58
- 'version' => '9999999-dev',
59
  'path' => $baseDir . '/includes/multi-currency/Currency.php'
60
  ),
61
  'WCPay\\MultiCurrency\\Analytics' => array(
62
- 'version' => '9999999-dev',
63
  'path' => $baseDir . '/includes/multi-currency/Analytics.php'
64
  ),
65
  'WCPay\\MultiCurrency\\Utils' => array(
66
- 'version' => '9999999-dev',
67
  'path' => $baseDir . '/includes/multi-currency/Utils.php'
68
  ),
69
  'WCPay\\MultiCurrency\\CurrencySwitcherBlock' => array(
70
- 'version' => '9999999-dev',
71
  'path' => $baseDir . '/includes/multi-currency/CurrencySwitcherBlock.php'
72
  ),
73
  'WCPay\\MultiCurrency\\MultiCurrency' => array(
74
- 'version' => '9999999-dev',
75
  'path' => $baseDir . '/includes/multi-currency/MultiCurrency.php'
76
  ),
77
  'WCPay\\MultiCurrency\\CurrencySwitcherWidget' => array(
78
- 'version' => '9999999-dev',
79
  'path' => $baseDir . '/includes/multi-currency/CurrencySwitcherWidget.php'
80
  ),
81
  'WCPay\\MultiCurrency\\AdminNotices' => array(
82
- 'version' => '9999999-dev',
83
  'path' => $baseDir . '/includes/multi-currency/AdminNotices.php'
84
  ),
85
  'WCPay\\MultiCurrency\\CountryFlags' => array(
86
- 'version' => '9999999-dev',
87
  'path' => $baseDir . '/includes/multi-currency/CountryFlags.php'
88
  ),
89
  'WCPay\\MultiCurrency\\FrontendCurrencies' => array(
90
- 'version' => '9999999-dev',
91
  'path' => $baseDir . '/includes/multi-currency/FrontendCurrencies.php'
92
  ),
93
  'WCPay\\MultiCurrency\\Compatibility' => array(
94
- 'version' => '9999999-dev',
95
  'path' => $baseDir . '/includes/multi-currency/Compatibility.php'
96
  ),
97
  'WCPay\\MultiCurrency\\StorefrontIntegration' => array(
98
- 'version' => '9999999-dev',
99
  'path' => $baseDir . '/includes/multi-currency/StorefrontIntegration.php'
100
  ),
101
  'MyCLabs\\Enum\\Enum' => array(
7
 
8
  return array(
9
  'WCPay\\MultiCurrency\\Compatibility\\WooCommerceFedEx' => array(
10
+ 'version' => 'dev-trunk',
11
  'path' => $baseDir . '/includes/multi-currency/Compatibility/WooCommerceFedEx.php'
12
  ),
13
  'WCPay\\MultiCurrency\\Compatibility\\WooCommerceUPS' => array(
14
+ 'version' => 'dev-trunk',
15
  'path' => $baseDir . '/includes/multi-currency/Compatibility/WooCommerceUPS.php'
16
  ),
17
  'WCPay\\MultiCurrency\\RestController' => array(
18
+ 'version' => 'dev-trunk',
19
  'path' => $baseDir . '/includes/multi-currency/RestController.php'
20
  ),
21
  'WCPay\\MultiCurrency\\SettingsOnboardCta' => array(
22
+ 'version' => 'dev-trunk',
23
  'path' => $baseDir . '/includes/multi-currency/SettingsOnboardCta.php'
24
  ),
25
  'WCPay\\MultiCurrency\\Settings' => array(
26
+ 'version' => 'dev-trunk',
27
  'path' => $baseDir . '/includes/multi-currency/Settings.php'
28
  ),
29
  'WCPay\\MultiCurrency\\FrontendPrices' => array(
30
+ 'version' => 'dev-trunk',
31
  'path' => $baseDir . '/includes/multi-currency/FrontendPrices.php'
32
  ),
33
  'WCPay\\MultiCurrency\\Tracking' => array(
34
+ 'version' => 'dev-trunk',
35
  'path' => $baseDir . '/includes/multi-currency/Tracking.php'
36
  ),
37
  'WCPay\\MultiCurrency\\PaymentMethodsCompatibility' => array(
38
+ 'version' => 'dev-trunk',
39
  'path' => $baseDir . '/includes/multi-currency/PaymentMethodsCompatibility.php'
40
  ),
41
  'WCPay\\MultiCurrency\\Geolocation' => array(
42
+ 'version' => 'dev-trunk',
43
  'path' => $baseDir . '/includes/multi-currency/Geolocation.php'
44
  ),
45
  'WCPay\\MultiCurrency\\BackendCurrencies' => array(
46
+ 'version' => 'dev-trunk',
47
  'path' => $baseDir . '/includes/multi-currency/BackendCurrencies.php'
48
  ),
49
  'WCPay\\MultiCurrency\\Notes\\NoteMultiCurrencyAvailable' => array(
50
+ 'version' => 'dev-trunk',
51
  'path' => $baseDir . '/includes/multi-currency/Notes/NoteMultiCurrencyAvailable.php'
52
  ),
53
  'WCPay\\MultiCurrency\\UserSettings' => array(
54
+ 'version' => 'dev-trunk',
55
  'path' => $baseDir . '/includes/multi-currency/UserSettings.php'
56
  ),
57
  'WCPay\\MultiCurrency\\Currency' => array(
58
+ 'version' => 'dev-trunk',
59
  'path' => $baseDir . '/includes/multi-currency/Currency.php'
60
  ),
61
  'WCPay\\MultiCurrency\\Analytics' => array(
62
+ 'version' => 'dev-trunk',
63
  'path' => $baseDir . '/includes/multi-currency/Analytics.php'
64
  ),
65
  'WCPay\\MultiCurrency\\Utils' => array(
66
+ 'version' => 'dev-trunk',
67
  'path' => $baseDir . '/includes/multi-currency/Utils.php'
68
  ),
69
  'WCPay\\MultiCurrency\\CurrencySwitcherBlock' => array(
70
+ 'version' => 'dev-trunk',
71
  'path' => $baseDir . '/includes/multi-currency/CurrencySwitcherBlock.php'
72
  ),
73
  'WCPay\\MultiCurrency\\MultiCurrency' => array(
74
+ 'version' => 'dev-trunk',
75
  'path' => $baseDir . '/includes/multi-currency/MultiCurrency.php'
76
  ),
77
  'WCPay\\MultiCurrency\\CurrencySwitcherWidget' => array(
78
+ 'version' => 'dev-trunk',
79
  'path' => $baseDir . '/includes/multi-currency/CurrencySwitcherWidget.php'
80
  ),
81
  'WCPay\\MultiCurrency\\AdminNotices' => array(
82
+ 'version' => 'dev-trunk',
83
  'path' => $baseDir . '/includes/multi-currency/AdminNotices.php'
84
  ),
85
  'WCPay\\MultiCurrency\\CountryFlags' => array(
86
+ 'version' => 'dev-trunk',
87
  'path' => $baseDir . '/includes/multi-currency/CountryFlags.php'
88
  ),
89
  'WCPay\\MultiCurrency\\FrontendCurrencies' => array(
90
+ 'version' => 'dev-trunk',
91
  'path' => $baseDir . '/includes/multi-currency/FrontendCurrencies.php'
92
  ),
93
  'WCPay\\MultiCurrency\\Compatibility' => array(
94
+ 'version' => 'dev-trunk',
95
  'path' => $baseDir . '/includes/multi-currency/Compatibility.php'
96
  ),
97
  'WCPay\\MultiCurrency\\StorefrontIntegration' => array(
98
+ 'version' => 'dev-trunk',
99
  'path' => $baseDir . '/includes/multi-currency/StorefrontIntegration.php'
100
  ),
101
  'MyCLabs\\Enum\\Enum' => array(
vendor/composer/platform_check.php ADDED
@@ -0,0 +1,26 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+
3
+ // platform_check.php @generated by Composer
4
+
5
+ $issues = array();
6
+
7
+ if (!(PHP_VERSION_ID >= 70100)) {
8
+ $issues[] = 'Your Composer dependencies require a PHP version ">= 7.1.0". You are running ' . PHP_VERSION . '.';
9
+ }
10
+
11
+ if ($issues) {
12
+ if (!headers_sent()) {
13
+ header('HTTP/1.1 500 Internal Server Error');
14
+ }
15
+ if (!ini_get('display_errors')) {
16
+ if (PHP_SAPI === 'cli' || PHP_SAPI === 'phpdbg') {
17
+ fwrite(STDERR, 'Composer detected issues in your platform:' . PHP_EOL.PHP_EOL . implode(PHP_EOL, $issues) . PHP_EOL.PHP_EOL);
18
+ } elseif (!headers_sent()) {
19
+ echo 'Composer detected issues in your platform:' . PHP_EOL.PHP_EOL . str_replace('You are running '.PHP_VERSION.'.', '', implode(PHP_EOL, $issues)) . PHP_EOL.PHP_EOL;
20
+ }
21
+ }
22
+ trigger_error(
23
+ 'Composer detected issues in your platform: ' . implode(' ', $issues),
24
+ E_USER_ERROR
25
+ );
26
+ }
vendor/jetpack-autoloader/class-autoloader-handler.php CHANGED
@@ -5,7 +5,7 @@
5
  * @package automattic/jetpack-autoloader
6
  */
7
 
8
- namespace Automattic\Jetpack\Autoloader\jp9a4126bba506d2dbe6b7088f9f8890c2;
9
 
10
  // phpcs:ignore
11
 
5
  * @package automattic/jetpack-autoloader
6
  */
7
 
8
+ namespace Automattic\Jetpack\Autoloader\jpe23918c00ac2cfd159e655b107d2bff1;
9
 
10
  // phpcs:ignore
11
 
vendor/jetpack-autoloader/class-autoloader-locator.php CHANGED
@@ -5,7 +5,7 @@
5
  * @package automattic/jetpack-autoloader
6
  */
7
 
8
- namespace Automattic\Jetpack\Autoloader\jp9a4126bba506d2dbe6b7088f9f8890c2;
9
 
10
  // phpcs:ignore
11
 
5
  * @package automattic/jetpack-autoloader
6
  */
7
 
8
+ namespace Automattic\Jetpack\Autoloader\jpe23918c00ac2cfd159e655b107d2bff1;
9
 
10
  // phpcs:ignore
11
 
vendor/jetpack-autoloader/class-autoloader.php CHANGED
@@ -5,7 +5,7 @@
5
  * @package automattic/jetpack-autoloader
6
  */
7
 
8
- namespace Automattic\Jetpack\Autoloader\jp9a4126bba506d2dbe6b7088f9f8890c2;
9
 
10
  // phpcs:ignore
11
 
5
  * @package automattic/jetpack-autoloader
6
  */
7
 
8
+ namespace Automattic\Jetpack\Autoloader\jpe23918c00ac2cfd159e655b107d2bff1;
9
 
10
  // phpcs:ignore
11
 
vendor/jetpack-autoloader/class-container.php CHANGED
@@ -5,7 +5,7 @@
5
  * @package automattic/jetpack-autoloader
6
  */
7
 
8
- namespace Automattic\Jetpack\Autoloader\jp9a4126bba506d2dbe6b7088f9f8890c2;
9
 
10
  // phpcs:ignore
11
 
5
  * @package automattic/jetpack-autoloader
6
  */
7
 
8
+ namespace Automattic\Jetpack\Autoloader\jpe23918c00ac2cfd159e655b107d2bff1;
9
 
10
  // phpcs:ignore
11
 
vendor/jetpack-autoloader/class-hook-manager.php CHANGED
@@ -5,7 +5,7 @@
5
  * @package automattic/jetpack-autoloader
6
  */
7
 
8
- namespace Automattic\Jetpack\Autoloader\jp9a4126bba506d2dbe6b7088f9f8890c2;
9
 
10
  // phpcs:ignore
11
 
5
  * @package automattic/jetpack-autoloader
6
  */
7
 
8
+ namespace Automattic\Jetpack\Autoloader\jpe23918c00ac2cfd159e655b107d2bff1;
9
 
10
  // phpcs:ignore
11
 
vendor/jetpack-autoloader/class-latest-autoloader-guard.php CHANGED
@@ -5,7 +5,7 @@
5
  * @package automattic/jetpack-autoloader
6
  */
7
 
8
- namespace Automattic\Jetpack\Autoloader\jp9a4126bba506d2dbe6b7088f9f8890c2;
9
 
10
  // phpcs:ignore
11
 
5
  * @package automattic/jetpack-autoloader
6
  */
7
 
8
+ namespace Automattic\Jetpack\Autoloader\jpe23918c00ac2cfd159e655b107d2bff1;
9
 
10
  // phpcs:ignore
11
 
vendor/jetpack-autoloader/class-manifest-reader.php CHANGED
@@ -5,7 +5,7 @@
5
  * @package automattic/jetpack-autoloader
6
  */
7
 
8
- namespace Automattic\Jetpack\Autoloader\jp9a4126bba506d2dbe6b7088f9f8890c2;
9
 
10
  // phpcs:ignore
11
 
5
  * @package automattic/jetpack-autoloader
6
  */
7
 
8
+ namespace Automattic\Jetpack\Autoloader\jpe23918c00ac2cfd159e655b107d2bff1;
9
 
10
  // phpcs:ignore
11
 
vendor/jetpack-autoloader/class-path-processor.php CHANGED
@@ -5,7 +5,7 @@
5
  * @package automattic/jetpack-autoloader
6
  */
7
 
8
- namespace Automattic\Jetpack\Autoloader\jp9a4126bba506d2dbe6b7088f9f8890c2;
9
 
10
  // phpcs:ignore
11
 
5
  * @package automattic/jetpack-autoloader
6
  */
7
 
8
+ namespace Automattic\Jetpack\Autoloader\jpe23918c00ac2cfd159e655b107d2bff1;
9
 
10
  // phpcs:ignore
11
 
vendor/jetpack-autoloader/class-plugin-locator.php CHANGED
@@ -5,7 +5,7 @@
5
  * @package automattic/jetpack-autoloader
6
  */
7
 
8
- namespace Automattic\Jetpack\Autoloader\jp9a4126bba506d2dbe6b7088f9f8890c2;
9
 
10
  // phpcs:ignore
11
 
5
  * @package automattic/jetpack-autoloader
6
  */
7
 
8
+ namespace Automattic\Jetpack\Autoloader\jpe23918c00ac2cfd159e655b107d2bff1;
9
 
10
  // phpcs:ignore
11
 
vendor/jetpack-autoloader/class-plugins-handler.php CHANGED
@@ -5,7 +5,7 @@
5
  * @package automattic/jetpack-autoloader
6
  */
7
 
8
- namespace Automattic\Jetpack\Autoloader\jp9a4126bba506d2dbe6b7088f9f8890c2;
9
 
10
  // phpcs:ignore
11
 
5
  * @package automattic/jetpack-autoloader
6
  */
7
 
8
+ namespace Automattic\Jetpack\Autoloader\jpe23918c00ac2cfd159e655b107d2bff1;
9
 
10
  // phpcs:ignore
11
 
vendor/jetpack-autoloader/class-version-loader.php CHANGED
@@ -5,7 +5,7 @@
5
  * @package automattic/jetpack-autoloader
6
  */
7
 
8
- namespace Automattic\Jetpack\Autoloader\jp9a4126bba506d2dbe6b7088f9f8890c2;
9
 
10
  // phpcs:ignore
11
 
5
  * @package automattic/jetpack-autoloader
6
  */
7
 
8
+ namespace Automattic\Jetpack\Autoloader\jpe23918c00ac2cfd159e655b107d2bff1;
9
 
10
  // phpcs:ignore
11
 
vendor/jetpack-autoloader/class-version-selector.php CHANGED
@@ -5,7 +5,7 @@
5
  * @package automattic/jetpack-autoloader
6
  */
7
 
8
- namespace Automattic\Jetpack\Autoloader\jp9a4126bba506d2dbe6b7088f9f8890c2;
9
 
10
  // phpcs:ignore
11
 
5
  * @package automattic/jetpack-autoloader
6
  */
7
 
8
+ namespace Automattic\Jetpack\Autoloader\jpe23918c00ac2cfd159e655b107d2bff1;
9
 
10
  // phpcs:ignore
11
 
vendor/woocommerce/subscriptions-core/build/index.asset.php CHANGED
@@ -1 +1 @@
1
- <?php return array('dependencies' => array('wc-blocks-checkout', 'wc-price-format', 'wc-settings', 'wp-element', 'wp-i18n', 'wp-plugins'), 'version' => 'de4ffcbc82ff229a2e16d041f25e3790');
1
+ <?php return array('dependencies' => array('wc-blocks-checkout', 'wc-price-format', 'wc-settings', 'wp-element', 'wp-i18n', 'wp-plugins'), 'version' => '907285d06eff80f942a535ac3d72b2ca');
vendor/woocommerce/subscriptions-core/changelog.txt CHANGED
@@ -1,5 +1,8 @@
1
  *** WooCommerce Subscriptions Core Changelog ***
2
 
 
 
 
3
  2021-10-29 - version 1.0.2
4
  * Fix: PHP 7.2 compatibility - remove trailing commas from function args. PR #23
5
 
1
  *** WooCommerce Subscriptions Core Changelog ***
2
 
3
+ 2021-10-29 - version 1.0.3
4
+ * Fix: Errors when attempting to get the plugin version during PayPal requests. PR#27
5
+
6
  2021-10-29 - version 1.0.2
7
  * Fix: PHP 7.2 compatibility - remove trailing commas from function args. PR #23
8
 
vendor/woocommerce/subscriptions-core/includes/gateways/paypal/class-wcs-paypal.php CHANGED
@@ -627,7 +627,7 @@ class WCS_PayPal {
627
  }
628
 
629
  public function get_version() {
630
- return WC_Subscriptions::$version;
631
  }
632
 
633
  public function get_id() {
627
  }
628
 
629
  public function get_version() {
630
+ return WC_Subscriptions_Core_Plugin::instance()->get_plugin_version();
631
  }
632
 
633
  public function get_id() {
vendor/woocommerce/subscriptions-core/woocommerce-subscriptions-core.php CHANGED
@@ -6,5 +6,5 @@
6
  * Author: Automattic
7
  * Author URI: https://woocommerce.com/
8
  * Requires WP: 5.6
9
- * Version: 1.0.2
10
  */
6
  * Author: Automattic
7
  * Author URI: https://woocommerce.com/
8
  * Requires WP: 5.6
9
+ * Version: 1.0.3
10
  */
woocommerce-payments.php CHANGED
@@ -11,7 +11,7 @@
11
  * WC requires at least: 4.4
12
  * WC tested up to: 5.8.0
13
  * Requires WP: 5.6
14
- * Version: 3.2.1
15
  *
16
  * @package WooCommerce\Payments
17
  */
@@ -121,6 +121,13 @@ if ( ! function_exists( 'wcpay_init_subscriptions_core' ) ) {
121
  return true;
122
  }
123
 
 
 
 
 
 
 
 
124
  return Automattic\WooCommerce\Admin\PluginsHelper::is_plugin_active( $plugin_slug );
125
  };
126
 
11
  * WC requires at least: 4.4
12
  * WC tested up to: 5.8.0
13
  * Requires WP: 5.6
14
+ * Version: 3.2.2
15
  *
16
  * @package WooCommerce\Payments
17
  */
121
  return true;
122
  }
123
 
124
+ if ( is_multisite() ) {
125
+ $plugins = get_site_option( 'active_sitewide_plugins' );
126
+ if ( isset( $plugins[ $plugin_slug ] ) ) {
127
+ return true;
128
+ }
129
+ }
130
+
131
  return Automattic\WooCommerce\Admin\PluginsHelper::is_plugin_active( $plugin_slug );
132
  };
133