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 | |
| Version | 3.2.2 |
| Comparing to | |
| See all releases | |
Code changes from version 3.2.1 to 3.2.2
- changelog.txt +4 -0
- dist/index.asset.php +1 -1
- languages/woocommerce-payments.pot +3 -3
- readme.txt +5 -1
- vendor/autoload.php +1 -1
- vendor/autoload_packages.php +1 -1
- vendor/composer/ClassLoader.php +40 -4
- vendor/composer/InstalledVersions.php +325 -0
- vendor/composer/autoload_classmap.php +1 -0
- vendor/composer/autoload_real.php +8 -6
- vendor/composer/autoload_static.php +5 -4
- vendor/composer/installed.json +915 -895
- vendor/composer/installed.php +179 -0
- vendor/composer/jetpack_autoload_classmap.php +23 -23
- vendor/composer/platform_check.php +26 -0
- vendor/jetpack-autoloader/class-autoloader-handler.php +1 -1
- vendor/jetpack-autoloader/class-autoloader-locator.php +1 -1
- vendor/jetpack-autoloader/class-autoloader.php +1 -1
- vendor/jetpack-autoloader/class-container.php +1 -1
- vendor/jetpack-autoloader/class-hook-manager.php +1 -1
- vendor/jetpack-autoloader/class-latest-autoloader-guard.php +1 -1
- vendor/jetpack-autoloader/class-manifest-reader.php +1 -1
- vendor/jetpack-autoloader/class-path-processor.php +1 -1
- vendor/jetpack-autoloader/class-plugin-locator.php +1 -1
- vendor/jetpack-autoloader/class-plugins-handler.php +1 -1
- vendor/jetpack-autoloader/class-version-loader.php +1 -1
- vendor/jetpack-autoloader/class-version-selector.php +1 -1
- vendor/woocommerce/subscriptions-core/build/index.asset.php +1 -1
- vendor/woocommerce/subscriptions-core/changelog.txt +3 -0
- vendor/woocommerce/subscriptions-core/includes/gateways/paypal/class-wcs-paypal.php +1 -1
- vendor/woocommerce/subscriptions-core/woocommerce-subscriptions-core.php +1 -1
- 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' => '
|
| 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.
|
| 6 |
"Report-Msgid-Bugs-To: "
|
| 7 |
"https://wordpress.org/support/plugin/woocommerce-payments\n"
|
| 8 |
-
"POT-Creation-Date: 2021-10-
|
| 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:
|
| 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.
|
| 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
|
| 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\
|
| 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
|
| 41 |
-
* @see
|
| 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
|
| 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
|
| 6 |
{
|
| 7 |
private static $loader;
|
| 8 |
|
|
@@ -22,15 +22,17 @@ class ComposerAutoloaderInit9a4126bba506d2dbe6b7088f9f8890c2
|
|
| 22 |
return self::$loader;
|
| 23 |
}
|
| 24 |
|
| 25 |
-
|
| 26 |
-
|
| 27 |
-
|
|
|
|
|
|
|
| 28 |
|
| 29 |
$useStaticLoader = PHP_VERSION_ID >= 50600 && !defined('HHVM_VERSION') && (!function_exists('zend_loader_file_encoded') || !zend_loader_file_encoded());
|
| 30 |
if ($useStaticLoader) {
|
| 31 |
-
|
| 32 |
|
| 33 |
-
call_user_func(\Composer\Autoload\
|
| 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
|
| 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 =
|
| 218 |
-
$loader->prefixDirsPsr4 =
|
| 219 |
-
$loader->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 |
-
|
| 4 |
-
|
| 5 |
-
|
| 6 |
-
|
| 7 |
-
"
|
| 8 |
-
|
| 9 |
-
|
| 10 |
-
|
| 11 |
-
|
| 12 |
-
"
|
| 13 |
-
|
| 14 |
-
|
| 15 |
-
|
| 16 |
-
|
| 17 |
-
|
| 18 |
-
"
|
| 19 |
-
|
| 20 |
-
|
| 21 |
-
|
| 22 |
-
|
| 23 |
-
|
| 24 |
-
"
|
| 25 |
-
|
| 26 |
-
|
| 27 |
-
"
|
| 28 |
-
|
| 29 |
-
|
| 30 |
-
"
|
| 31 |
-
|
| 32 |
-
|
| 33 |
-
|
| 34 |
-
|
| 35 |
-
"
|
| 36 |
-
"
|
| 37 |
-
|
| 38 |
-
|
| 39 |
-
|
| 40 |
-
|
| 41 |
-
"
|
| 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 |
-
"
|
| 130 |
-
|
| 131 |
-
|
| 132 |
-
|
| 133 |
-
|
| 134 |
-
|
| 135 |
-
|
| 136 |
-
|
| 137 |
-
|
| 138 |
-
|
| 139 |
-
"source":
|
| 140 |
-
|
| 141 |
-
|
| 142 |
-
|
| 143 |
-
|
| 144 |
-
|
| 145 |
-
|
| 146 |
-
|
| 147 |
-
|
| 148 |
-
|
| 149 |
-
|
| 150 |
-
|
| 151 |
-
|
| 152 |
-
|
| 153 |
-
"
|
| 154 |
-
|
| 155 |
-
|
| 156 |
-
|
| 157 |
-
|
| 158 |
-
|
| 159 |
-
|
| 160 |
-
"
|
| 161 |
-
|
| 162 |
-
|
| 163 |
-
|
| 164 |
-
|
| 165 |
-
|
| 166 |
-
|
| 167 |
-
|
| 168 |
-
|
| 169 |
-
|
| 170 |
-
"
|
| 171 |
-
|
| 172 |
-
|
| 173 |
-
|
| 174 |
-
|
| 175 |
-
|
| 176 |
-
|
| 177 |
-
|
| 178 |
-
|
| 179 |
-
|
| 180 |
-
|
| 181 |
-
|
| 182 |
-
|
| 183 |
-
|
| 184 |
-
"
|
| 185 |
-
},
|
| 186 |
-
|
| 187 |
-
"
|
| 188 |
-
"
|
| 189 |
-
"
|
| 190 |
-
"
|
| 191 |
-
|
| 192 |
-
|
| 193 |
-
|
| 194 |
-
|
| 195 |
-
"
|
| 196 |
-
|
| 197 |
-
|
| 198 |
-
|
| 199 |
-
|
| 200 |
-
|
| 201 |
-
"
|
| 202 |
-
|
| 203 |
-
|
| 204 |
-
"
|
| 205 |
-
|
| 206 |
-
|
| 207 |
-
"
|
| 208 |
-
|
| 209 |
-
|
| 210 |
-
|
| 211 |
-
|
| 212 |
-
"
|
| 213 |
-
"
|
| 214 |
-
|
| 215 |
-
|
| 216 |
-
|
| 217 |
-
|
| 218 |
-
|
| 219 |
-
|
| 220 |
-
|
| 221 |
-
|
| 222 |
-
|
| 223 |
-
|
| 224 |
-
|
| 225 |
-
|
| 226 |
-
"
|
| 227 |
-
"
|
| 228 |
-
|
| 229 |
-
|
| 230 |
-
},
|
| 231 |
-
|
| 232 |
-
|
| 233 |
-
"
|
| 234 |
-
|
| 235 |
-
|
| 236 |
-
|
| 237 |
-
|
| 238 |
-
|
| 239 |
-
|
| 240 |
-
|
| 241 |
-
|
| 242 |
-
|
| 243 |
-
|
| 244 |
-
|
| 245 |
-
|
| 246 |
-
"
|
| 247 |
-
"
|
| 248 |
-
|
| 249 |
-
|
| 250 |
-
|
| 251 |
-
"
|
| 252 |
-
"
|
| 253 |
-
|
| 254 |
-
|
| 255 |
-
|
| 256 |
-
|
| 257 |
-
"
|
| 258 |
-
"
|
| 259 |
-
|
| 260 |
-
|
| 261 |
-
|
| 262 |
-
|
| 263 |
-
|
| 264 |
-
|
| 265 |
-
"
|
| 266 |
-
|
| 267 |
-
|
| 268 |
-
"
|
| 269 |
-
|
| 270 |
-
|
| 271 |
-
|
| 272 |
-
|
| 273 |
-
|
| 274 |
-
|
| 275 |
-
|
| 276 |
-
|
| 277 |
-
|
| 278 |
-
|
| 279 |
-
|
| 280 |
-
|
| 281 |
-
|
| 282 |
-
|
| 283 |
-
|
| 284 |
-
|
| 285 |
-
|
| 286 |
-
|
| 287 |
-
|
| 288 |
-
|
| 289 |
-
|
| 290 |
-
|
| 291 |
-
|
| 292 |
-
|
| 293 |
-
"
|
| 294 |
-
|
| 295 |
-
|
| 296 |
-
|
| 297 |
-
|
| 298 |
-
|
| 299 |
-
"
|
| 300 |
-
"
|
| 301 |
-
|
| 302 |
-
|
| 303 |
-
|
| 304 |
-
|
| 305 |
-
|
| 306 |
-
|
| 307 |
-
|
| 308 |
-
|
| 309 |
-
|
| 310 |
-
|
| 311 |
-
|
| 312 |
-
|
| 313 |
-
|
| 314 |
-
"
|
| 315 |
-
|
| 316 |
-
|
| 317 |
-
|
| 318 |
-
|
| 319 |
-
|
| 320 |
-
|
| 321 |
-
|
| 322 |
-
|
| 323 |
-
|
| 324 |
-
|
| 325 |
-
|
| 326 |
-
|
| 327 |
-
|
| 328 |
-
|
| 329 |
-
"
|
| 330 |
-
|
| 331 |
-
|
| 332 |
-
|
| 333 |
-
"
|
| 334 |
-
|
| 335 |
-
|
| 336 |
-
|
| 337 |
-
|
| 338 |
-
|
| 339 |
-
|
| 340 |
-
|
| 341 |
-
|
| 342 |
-
|
| 343 |
-
|
| 344 |
-
|
| 345 |
-
|
| 346 |
-
"
|
| 347 |
-
|
| 348 |
-
|
| 349 |
-
|
| 350 |
-
|
| 351 |
-
|
| 352 |
-
"
|
| 353 |
-
|
| 354 |
-
|
| 355 |
-
|
| 356 |
-
|
| 357 |
-
|
| 358 |
-
|
| 359 |
-
|
| 360 |
-
|
| 361 |
-
|
| 362 |
-
|
| 363 |
-
"
|
| 364 |
-
|
| 365 |
-
|
| 366 |
-
|
| 367 |
-
|
| 368 |
-
}
|
| 369 |
-
|
| 370 |
-
|
| 371 |
-
|
| 372 |
-
|
| 373 |
-
|
| 374 |
-
|
| 375 |
-
|
| 376 |
-
|
| 377 |
-
|
| 378 |
-
|
| 379 |
-
|
| 380 |
-
|
| 381 |
-
|
| 382 |
-
"
|
| 383 |
-
|
| 384 |
-
|
| 385 |
-
|
| 386 |
-
|
| 387 |
-
|
| 388 |
-
|
| 389 |
-
|
| 390 |
-
|
| 391 |
-
|
| 392 |
-
|
| 393 |
-
|
| 394 |
-
|
| 395 |
-
|
| 396 |
-
|
| 397 |
-
|
| 398 |
-
"
|
| 399 |
-
|
| 400 |
-
|
| 401 |
-
"
|
| 402 |
-
|
| 403 |
-
|
| 404 |
-
|
| 405 |
-
|
| 406 |
-
|
| 407 |
-
|
| 408 |
-
|
| 409 |
-
|
| 410 |
-
|
| 411 |
-
|
| 412 |
-
|
| 413 |
-
"
|
| 414 |
-
|
| 415 |
-
|
| 416 |
-
|
| 417 |
-
|
| 418 |
-
}
|
| 419 |
-
|
| 420 |
-
|
| 421 |
-
|
| 422 |
-
|
| 423 |
-
|
| 424 |
-
|
| 425 |
-
|
| 426 |
-
|
| 427 |
-
|
| 428 |
-
|
| 429 |
-
|
| 430 |
-
|
| 431 |
-
|
| 432 |
-
"
|
| 433 |
-
|
| 434 |
-
|
| 435 |
-
|
| 436 |
-
|
| 437 |
-
|
| 438 |
-
|
| 439 |
-
|
| 440 |
-
|
| 441 |
-
|
| 442 |
-
|
| 443 |
-
|
| 444 |
-
|
| 445 |
-
|
| 446 |
-
|
| 447 |
-
"
|
| 448 |
-
|
| 449 |
-
|
| 450 |
-
|
| 451 |
-
"
|
| 452 |
-
"
|
| 453 |
-
"
|
| 454 |
-
|
| 455 |
-
|
| 456 |
-
|
| 457 |
-
|
| 458 |
-
|
| 459 |
-
|
| 460 |
-
|
| 461 |
-
|
| 462 |
-
},
|
| 463 |
-
"
|
| 464 |
-
|
| 465 |
-
|
| 466 |
-
|
| 467 |
-
|
| 468 |
-
|
| 469 |
-
"
|
| 470 |
-
|
| 471 |
-
|
| 472 |
-
|
| 473 |
-
|
| 474 |
-
|
| 475 |
-
|
| 476 |
-
|
| 477 |
-
|
| 478 |
-
|
| 479 |
-
|
| 480 |
-
|
| 481 |
-
|
| 482 |
-
|
| 483 |
-
|
| 484 |
-
|
| 485 |
-
|
| 486 |
-
|
| 487 |
-
|
| 488 |
-
"
|
| 489 |
-
|
| 490 |
-
|
| 491 |
-
|
| 492 |
-
|
| 493 |
-
|
| 494 |
-
"
|
| 495 |
-
|
| 496 |
-
|
| 497 |
-
|
| 498 |
-
|
| 499 |
-
|
| 500 |
-
|
| 501 |
-
|
| 502 |
-
"
|
| 503 |
-
"
|
| 504 |
-
|
| 505 |
-
|
| 506 |
-
|
| 507 |
-
|
| 508 |
-
|
| 509 |
-
|
| 510 |
-
|
| 511 |
-
|
| 512 |
-
|
| 513 |
-
|
| 514 |
-
|
| 515 |
-
|
| 516 |
-
|
| 517 |
-
|
| 518 |
-
|
| 519 |
-
|
| 520 |
-
|
| 521 |
-
|
| 522 |
-
|
| 523 |
-
|
| 524 |
-
|
| 525 |
-
"
|
| 526 |
-
|
| 527 |
-
|
| 528 |
-
|
| 529 |
-
|
| 530 |
-
|
| 531 |
-
|
| 532 |
-
|
| 533 |
-
|
| 534 |
-
|
| 535 |
-
|
| 536 |
-
|
| 537 |
-
|
| 538 |
-
|
| 539 |
-
"
|
| 540 |
-
|
| 541 |
-
|
| 542 |
-
|
| 543 |
-
|
| 544 |
-
|
| 545 |
-
"
|
| 546 |
-
|
| 547 |
-
|
| 548 |
-
|
| 549 |
-
|
| 550 |
-
|
| 551 |
-
|
| 552 |
-
"
|
| 553 |
-
|
| 554 |
-
|
| 555 |
-
|
| 556 |
-
|
| 557 |
-
|
| 558 |
-
|
| 559 |
-
|
| 560 |
-
|
| 561 |
-
|
| 562 |
-
|
| 563 |
-
|
| 564 |
-
|
| 565 |
-
|
| 566 |
-
|
| 567 |
-
|
| 568 |
-
|
| 569 |
-
|
| 570 |
-
|
| 571 |
-
|
| 572 |
-
|
| 573 |
-
|
| 574 |
-
|
| 575 |
-
|
| 576 |
-
"
|
| 577 |
-
|
| 578 |
-
|
| 579 |
-
|
| 580 |
-
"
|
| 581 |
-
|
| 582 |
-
|
| 583 |
-
|
| 584 |
-
|
| 585 |
-
|
| 586 |
-
|
| 587 |
-
|
| 588 |
-
|
| 589 |
-
|
| 590 |
-
|
| 591 |
-
|
| 592 |
-
|
| 593 |
-
"
|
| 594 |
-
|
| 595 |
-
|
| 596 |
-
"
|
| 597 |
-
|
| 598 |
-
|
| 599 |
-
|
| 600 |
-
|
| 601 |
-
"
|
| 602 |
-
"
|
| 603 |
-
|
| 604 |
-
|
| 605 |
-
|
| 606 |
-
|
| 607 |
-
|
| 608 |
-
|
| 609 |
-
|
| 610 |
-
|
| 611 |
-
|
| 612 |
-
|
| 613 |
-
"
|
| 614 |
-
"
|
| 615 |
-
"
|
| 616 |
-
|
| 617 |
-
|
| 618 |
-
|
| 619 |
-
|
| 620 |
-
|
| 621 |
-
|
| 622 |
-
|
| 623 |
-
"
|
| 624 |
-
|
| 625 |
-
"
|
| 626 |
-
|
| 627 |
-
|
| 628 |
-
|
| 629 |
-
|
| 630 |
-
"
|
| 631 |
-
|
| 632 |
-
|
| 633 |
-
|
| 634 |
-
|
| 635 |
-
|
| 636 |
-
|
| 637 |
-
|
| 638 |
-
|
| 639 |
-
|
| 640 |
-
|
| 641 |
-
|
| 642 |
-
|
| 643 |
-
|
| 644 |
-
"
|
| 645 |
-
|
| 646 |
-
|
| 647 |
-
|
| 648 |
-
"
|
| 649 |
-
|
| 650 |
-
|
| 651 |
-
|
| 652 |
-
|
| 653 |
-
"
|
| 654 |
-
|
| 655 |
-
|
| 656 |
-
|
| 657 |
-
|
| 658 |
-
|
| 659 |
-
|
| 660 |
-
|
| 661 |
-
|
| 662 |
-
|
| 663 |
-
|
| 664 |
-
|
| 665 |
-
"
|
| 666 |
-
|
| 667 |
-
|
| 668 |
-
|
| 669 |
-
|
| 670 |
-
|
| 671 |
-
"
|
| 672 |
-
|
| 673 |
-
|
| 674 |
-
|
| 675 |
-
|
| 676 |
-
|
| 677 |
-
|
| 678 |
-
|
| 679 |
-
|
| 680 |
-
},
|
| 681 |
-
|
| 682 |
-
|
| 683 |
-
"
|
| 684 |
-
|
| 685 |
-
|
| 686 |
-
|
| 687 |
-
"
|
| 688 |
-
"
|
| 689 |
-
|
| 690 |
-
|
| 691 |
-
|
| 692 |
-
|
| 693 |
-
|
| 694 |
-
|
| 695 |
-
|
| 696 |
-
"
|
| 697 |
-
|
| 698 |
-
|
| 699 |
-
|
| 700 |
-
|
| 701 |
-
|
| 702 |
-
"
|
| 703 |
-
|
| 704 |
-
|
| 705 |
-
|
| 706 |
-
|
| 707 |
-
"
|
| 708 |
-
"
|
| 709 |
-
"
|
| 710 |
-
|
| 711 |
-
|
| 712 |
-
|
| 713 |
-
|
| 714 |
-
|
| 715 |
-
|
| 716 |
-
|
| 717 |
-
|
| 718 |
-
|
| 719 |
-
"
|
| 720 |
-
"
|
| 721 |
-
|
| 722 |
-
|
| 723 |
-
|
| 724 |
-
|
| 725 |
-
|
| 726 |
-
"
|
| 727 |
-
"
|
| 728 |
-
|
| 729 |
-
|
| 730 |
-
"
|
| 731 |
-
"
|
| 732 |
-
|
| 733 |
-
|
| 734 |
-
"
|
| 735 |
-
|
| 736 |
-
|
| 737 |
-
"
|
| 738 |
-
"
|
| 739 |
-
"
|
| 740 |
-
"
|
| 741 |
-
|
| 742 |
-
|
| 743 |
-
|
| 744 |
-
|
| 745 |
-
"
|
| 746 |
-
|
| 747 |
-
|
| 748 |
-
|
| 749 |
-
|
| 750 |
-
|
| 751 |
-
"
|
| 752 |
-
|
| 753 |
-
|
| 754 |
-
"
|
| 755 |
-
|
| 756 |
-
|
| 757 |
-
|
| 758 |
-
"
|
| 759 |
-
|
| 760 |
-
|
| 761 |
-
|
| 762 |
-
|
| 763 |
-
|
| 764 |
-
|
| 765 |
-
|
| 766 |
-
"
|
| 767 |
-
|
| 768 |
-
|
| 769 |
-
|
| 770 |
-
|
| 771 |
-
|
| 772 |
-
|
| 773 |
-
|
| 774 |
-
|
| 775 |
-
|
| 776 |
-
|
| 777 |
-
|
| 778 |
-
|
| 779 |
-
|
| 780 |
-
|
| 781 |
-
|
| 782 |
-
"
|
| 783 |
-
|
| 784 |
-
|
| 785 |
-
|
| 786 |
-
|
| 787 |
-
|
| 788 |
-
|
| 789 |
-
|
| 790 |
-
|
| 791 |
-
|
| 792 |
-
"
|
| 793 |
-
"
|
| 794 |
-
|
| 795 |
-
|
| 796 |
-
|
| 797 |
-
|
| 798 |
-
|
| 799 |
-
|
| 800 |
-
|
| 801 |
-
|
| 802 |
-
|
| 803 |
-
|
| 804 |
-
|
| 805 |
-
|
| 806 |
-
|
| 807 |
-
|
| 808 |
-
|
| 809 |
-
|
| 810 |
-
|
| 811 |
-
|
| 812 |
-
|
| 813 |
-
|
| 814 |
-
|
| 815 |
-
|
| 816 |
-
"
|
| 817 |
-
|
| 818 |
-
|
| 819 |
-
|
| 820 |
-
|
| 821 |
-
|
| 822 |
-
|
| 823 |
-
|
| 824 |
-
|
| 825 |
-
"
|
| 826 |
-
"
|
| 827 |
-
|
| 828 |
-
|
| 829 |
-
|
| 830 |
-
|
| 831 |
-
|
| 832 |
-
|
| 833 |
-
|
| 834 |
-
|
| 835 |
-
|
| 836 |
-
|
| 837 |
-
|
| 838 |
-
|
| 839 |
-
|
| 840 |
-
"
|
| 841 |
-
"
|
| 842 |
-
|
| 843 |
-
|
| 844 |
-
"
|
| 845 |
-
"
|
| 846 |
-
|
| 847 |
-
|
| 848 |
-
|
| 849 |
-
|
| 850 |
-
|
| 851 |
-
|
| 852 |
-
|
| 853 |
-
|
| 854 |
-
|
| 855 |
-
|
| 856 |
-
|
| 857 |
-
|
| 858 |
-
|
| 859 |
-
|
| 860 |
-
|
| 861 |
-
|
| 862 |
-
|
| 863 |
-
|
| 864 |
-
|
| 865 |
-
|
| 866 |
-
|
| 867 |
-
|
| 868 |
-
|
| 869 |
-
|
| 870 |
-
|
| 871 |
-
|
| 872 |
-
|
| 873 |
-
|
| 874 |
-
|
| 875 |
-
|
| 876 |
-
|
| 877 |
-
|
| 878 |
-
|
| 879 |
-
|
| 880 |
-
|
| 881 |
-
|
| 882 |
-
|
| 883 |
-
|
| 884 |
-
|
| 885 |
-
|
| 886 |
-
},
|
| 887 |
-
|
| 888 |
-
"
|
| 889 |
-
|
| 890 |
-
|
| 891 |
-
|
| 892 |
-
|
| 893 |
-
|
| 894 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 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' => '
|
| 11 |
'path' => $baseDir . '/includes/multi-currency/Compatibility/WooCommerceFedEx.php'
|
| 12 |
),
|
| 13 |
'WCPay\\MultiCurrency\\Compatibility\\WooCommerceUPS' => array(
|
| 14 |
-
'version' => '
|
| 15 |
'path' => $baseDir . '/includes/multi-currency/Compatibility/WooCommerceUPS.php'
|
| 16 |
),
|
| 17 |
'WCPay\\MultiCurrency\\RestController' => array(
|
| 18 |
-
'version' => '
|
| 19 |
'path' => $baseDir . '/includes/multi-currency/RestController.php'
|
| 20 |
),
|
| 21 |
'WCPay\\MultiCurrency\\SettingsOnboardCta' => array(
|
| 22 |
-
'version' => '
|
| 23 |
'path' => $baseDir . '/includes/multi-currency/SettingsOnboardCta.php'
|
| 24 |
),
|
| 25 |
'WCPay\\MultiCurrency\\Settings' => array(
|
| 26 |
-
'version' => '
|
| 27 |
'path' => $baseDir . '/includes/multi-currency/Settings.php'
|
| 28 |
),
|
| 29 |
'WCPay\\MultiCurrency\\FrontendPrices' => array(
|
| 30 |
-
'version' => '
|
| 31 |
'path' => $baseDir . '/includes/multi-currency/FrontendPrices.php'
|
| 32 |
),
|
| 33 |
'WCPay\\MultiCurrency\\Tracking' => array(
|
| 34 |
-
'version' => '
|
| 35 |
'path' => $baseDir . '/includes/multi-currency/Tracking.php'
|
| 36 |
),
|
| 37 |
'WCPay\\MultiCurrency\\PaymentMethodsCompatibility' => array(
|
| 38 |
-
'version' => '
|
| 39 |
'path' => $baseDir . '/includes/multi-currency/PaymentMethodsCompatibility.php'
|
| 40 |
),
|
| 41 |
'WCPay\\MultiCurrency\\Geolocation' => array(
|
| 42 |
-
'version' => '
|
| 43 |
'path' => $baseDir . '/includes/multi-currency/Geolocation.php'
|
| 44 |
),
|
| 45 |
'WCPay\\MultiCurrency\\BackendCurrencies' => array(
|
| 46 |
-
'version' => '
|
| 47 |
'path' => $baseDir . '/includes/multi-currency/BackendCurrencies.php'
|
| 48 |
),
|
| 49 |
'WCPay\\MultiCurrency\\Notes\\NoteMultiCurrencyAvailable' => array(
|
| 50 |
-
'version' => '
|
| 51 |
'path' => $baseDir . '/includes/multi-currency/Notes/NoteMultiCurrencyAvailable.php'
|
| 52 |
),
|
| 53 |
'WCPay\\MultiCurrency\\UserSettings' => array(
|
| 54 |
-
'version' => '
|
| 55 |
'path' => $baseDir . '/includes/multi-currency/UserSettings.php'
|
| 56 |
),
|
| 57 |
'WCPay\\MultiCurrency\\Currency' => array(
|
| 58 |
-
'version' => '
|
| 59 |
'path' => $baseDir . '/includes/multi-currency/Currency.php'
|
| 60 |
),
|
| 61 |
'WCPay\\MultiCurrency\\Analytics' => array(
|
| 62 |
-
'version' => '
|
| 63 |
'path' => $baseDir . '/includes/multi-currency/Analytics.php'
|
| 64 |
),
|
| 65 |
'WCPay\\MultiCurrency\\Utils' => array(
|
| 66 |
-
'version' => '
|
| 67 |
'path' => $baseDir . '/includes/multi-currency/Utils.php'
|
| 68 |
),
|
| 69 |
'WCPay\\MultiCurrency\\CurrencySwitcherBlock' => array(
|
| 70 |
-
'version' => '
|
| 71 |
'path' => $baseDir . '/includes/multi-currency/CurrencySwitcherBlock.php'
|
| 72 |
),
|
| 73 |
'WCPay\\MultiCurrency\\MultiCurrency' => array(
|
| 74 |
-
'version' => '
|
| 75 |
'path' => $baseDir . '/includes/multi-currency/MultiCurrency.php'
|
| 76 |
),
|
| 77 |
'WCPay\\MultiCurrency\\CurrencySwitcherWidget' => array(
|
| 78 |
-
'version' => '
|
| 79 |
'path' => $baseDir . '/includes/multi-currency/CurrencySwitcherWidget.php'
|
| 80 |
),
|
| 81 |
'WCPay\\MultiCurrency\\AdminNotices' => array(
|
| 82 |
-
'version' => '
|
| 83 |
'path' => $baseDir . '/includes/multi-currency/AdminNotices.php'
|
| 84 |
),
|
| 85 |
'WCPay\\MultiCurrency\\CountryFlags' => array(
|
| 86 |
-
'version' => '
|
| 87 |
'path' => $baseDir . '/includes/multi-currency/CountryFlags.php'
|
| 88 |
),
|
| 89 |
'WCPay\\MultiCurrency\\FrontendCurrencies' => array(
|
| 90 |
-
'version' => '
|
| 91 |
'path' => $baseDir . '/includes/multi-currency/FrontendCurrencies.php'
|
| 92 |
),
|
| 93 |
'WCPay\\MultiCurrency\\Compatibility' => array(
|
| 94 |
-
'version' => '
|
| 95 |
'path' => $baseDir . '/includes/multi-currency/Compatibility.php'
|
| 96 |
),
|
| 97 |
'WCPay\\MultiCurrency\\StorefrontIntegration' => array(
|
| 98 |
-
'version' => '
|
| 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\
|
| 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\
|
| 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\
|
| 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\
|
| 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\
|
| 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\
|
| 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\
|
| 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\
|
| 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\
|
| 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\
|
| 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\
|
| 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\
|
| 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' => '
|
| 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
|
| 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.
|
| 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.
|
| 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 |
|
