Version Description
2022-08-18 =
WooCommerce
- Fix - Do not create default shipping zones when a shipping zone already exists #34351
Download this release
Release Info
Developer | psealock |
Plugin | WooCommerce |
Version | 6.8.1 |
Comparing to | |
See all releases |
Code changes from version 6.8.0 to 6.8.1
- i18n/languages/woocommerce.pot +4 -4
- readme.txt +7 -1
- src/Internal/Admin/Homescreen.php +8 -1
- vendor/autoload.php +1 -1
- vendor/autoload_packages.php +1 -1
- vendor/composer/autoload_real.php +7 -7
- vendor/composer/autoload_static.php +5 -5
- vendor/composer/jetpack_autoload_classmap.php +1912 -1836
- 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-php-autoloader.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-shutdown-handler.php +1 -1
- vendor/jetpack-autoloader/class-version-loader.php +1 -1
- vendor/jetpack-autoloader/class-version-selector.php +1 -1
- woocommerce.php +1 -1
i18n/languages/woocommerce.pot
CHANGED
@@ -2,14 +2,14 @@
|
|
2 |
# This file is distributed under the same license as the WooCommerce plugin.
|
3 |
msgid ""
|
4 |
msgstr ""
|
5 |
-
"Project-Id-Version: WooCommerce 6.8.
|
6 |
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/woocommerce\n"
|
7 |
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
8 |
"Language-Team: LANGUAGE <LL@li.org>\n"
|
9 |
"MIME-Version: 1.0\n"
|
10 |
"Content-Type: text/plain; charset=UTF-8\n"
|
11 |
"Content-Transfer-Encoding: 8bit\n"
|
12 |
-
"POT-Creation-Date: 2022-08-
|
13 |
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
14 |
"X-Generator: WP-CLI 2.6.0\n"
|
15 |
"X-Domain: woocommerce\n"
|
@@ -31,7 +31,7 @@ msgstr ""
|
|
31 |
#: includes/react-admin/connect-existing-pages.php:62
|
32 |
#: includes/wc-order-functions.php:1000
|
33 |
#: src/Admin/PageController.php:201
|
34 |
-
#: src/Internal/Admin/Homescreen.php:
|
35 |
#: src/Internal/Admin/Loader.php:388
|
36 |
#: src/Internal/Admin/Settings.php:207
|
37 |
#: templates/auth/header.php:32
|
@@ -34387,7 +34387,7 @@ msgid "Marketing"
|
|
34387 |
msgstr ""
|
34388 |
|
34389 |
#: src/Admin/Features/Navigation/CoreMenu.php:198
|
34390 |
-
#: src/Internal/Admin/Homescreen.php:
|
34391 |
#: assets/client/admin/app/index.js:2
|
34392 |
msgid "Home"
|
34393 |
msgstr ""
|
2 |
# This file is distributed under the same license as the WooCommerce plugin.
|
3 |
msgid ""
|
4 |
msgstr ""
|
5 |
+
"Project-Id-Version: WooCommerce 6.8.1\n"
|
6 |
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/woocommerce\n"
|
7 |
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
8 |
"Language-Team: LANGUAGE <LL@li.org>\n"
|
9 |
"MIME-Version: 1.0\n"
|
10 |
"Content-Type: text/plain; charset=UTF-8\n"
|
11 |
"Content-Transfer-Encoding: 8bit\n"
|
12 |
+
"POT-Creation-Date: 2022-08-19T01:18:49+00:00\n"
|
13 |
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
14 |
"X-Generator: WP-CLI 2.6.0\n"
|
15 |
"X-Domain: woocommerce\n"
|
31 |
#: includes/react-admin/connect-existing-pages.php:62
|
32 |
#: includes/wc-order-functions.php:1000
|
33 |
#: src/Admin/PageController.php:201
|
34 |
+
#: src/Internal/Admin/Homescreen.php:173
|
35 |
#: src/Internal/Admin/Loader.php:388
|
36 |
#: src/Internal/Admin/Settings.php:207
|
37 |
#: templates/auth/header.php:32
|
34387 |
msgstr ""
|
34388 |
|
34389 |
#: src/Admin/Features/Navigation/CoreMenu.php:198
|
34390 |
+
#: src/Internal/Admin/Homescreen.php:184
|
34391 |
#: assets/client/admin/app/index.js:2
|
34392 |
msgid "Home"
|
34393 |
msgstr ""
|
readme.txt
CHANGED
@@ -4,7 +4,7 @@ Tags: e-commerce, store, sales, sell, woo, shop, cart, checkout, downloadable, d
|
|
4 |
Requires at least: 5.8
|
5 |
Tested up to: 6.0
|
6 |
Requires PHP: 7.2
|
7 |
-
Stable tag: 6.8.
|
8 |
License: GPLv3
|
9 |
License URI: https://www.gnu.org/licenses/gpl-3.0.html
|
10 |
|
@@ -160,6 +160,12 @@ WooCommerce comes with some sample data you can use to see how products look; im
|
|
160 |
|
161 |
== Changelog ==
|
162 |
|
|
|
|
|
|
|
|
|
|
|
|
|
163 |
= 6.8.0 2022-08-09 =
|
164 |
|
165 |
**WooCommerce**
|
4 |
Requires at least: 5.8
|
5 |
Tested up to: 6.0
|
6 |
Requires PHP: 7.2
|
7 |
+
Stable tag: 6.8.1
|
8 |
License: GPLv3
|
9 |
License URI: https://www.gnu.org/licenses/gpl-3.0.html
|
10 |
|
160 |
|
161 |
== Changelog ==
|
162 |
|
163 |
+
= 6.8.1 2022-08-18 =
|
164 |
+
|
165 |
+
**WooCommerce**
|
166 |
+
|
167 |
+
* Fix - Do not create default shipping zones when a shipping zone already exists [#34351](https://github.com/woocommerce/woocommerce/pull/34351)
|
168 |
+
|
169 |
= 6.8.0 2022-08-09 =
|
170 |
|
171 |
**WooCommerce**
|
src/Internal/Admin/Homescreen.php
CHANGED
@@ -87,7 +87,14 @@ class Homescreen {
|
|
87 |
|
88 |
// Abort if we already created the shipping options.
|
89 |
$already_created = get_option( 'woocommerce_admin_created_default_shipping_zones' );
|
90 |
-
if ( 'yes'
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
91 |
return $settings;
|
92 |
}
|
93 |
|
87 |
|
88 |
// Abort if we already created the shipping options.
|
89 |
$already_created = get_option( 'woocommerce_admin_created_default_shipping_zones' );
|
90 |
+
if ( $already_created === 'yes' ) {
|
91 |
+
return $settings;
|
92 |
+
}
|
93 |
+
|
94 |
+
$zone_count = count( \WC_Data_Store::load( 'shipping-zone' )->get_zones() );
|
95 |
+
if ( $zone_count ) {
|
96 |
+
update_option( 'woocommerce_admin_created_default_shipping_zones', 'yes' );
|
97 |
+
update_option( 'woocommerce_admin_reviewed_default_shipping_zones', 'yes' );
|
98 |
return $settings;
|
99 |
}
|
100 |
|
vendor/autoload.php
CHANGED
@@ -9,4 +9,4 @@ if (PHP_VERSION_ID < 50600) {
|
|
9 |
|
10 |
require_once __DIR__ . '/composer/autoload_real.php';
|
11 |
|
12 |
-
return
|
9 |
|
10 |
require_once __DIR__ . '/composer/autoload_real.php';
|
11 |
|
12 |
+
return ComposerAutoloaderInit56ee466c3d80662e3a8e4512c3ae881d::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\jp56ee466c3d80662e3a8e4512c3ae881d;
|
9 |
|
10 |
// phpcs:ignore
|
11 |
|
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 |
|
@@ -24,18 +24,18 @@ class ComposerAutoloaderInit2209626d89ea551641d9127876ba3fec
|
|
24 |
|
25 |
require __DIR__ . '/platform_check.php';
|
26 |
|
27 |
-
spl_autoload_register(array('
|
28 |
self::$loader = $loader = new \Composer\Autoload\ClassLoader(\dirname(__DIR__));
|
29 |
-
spl_autoload_unregister(array('
|
30 |
|
31 |
require __DIR__ . '/autoload_static.php';
|
32 |
-
call_user_func(\Composer\Autoload\
|
33 |
|
34 |
$loader->register(true);
|
35 |
|
36 |
-
$includeFiles = \Composer\Autoload\
|
37 |
foreach ($includeFiles as $fileIdentifier => $file) {
|
38 |
-
|
39 |
}
|
40 |
|
41 |
return $loader;
|
@@ -47,7 +47,7 @@ class ComposerAutoloaderInit2209626d89ea551641d9127876ba3fec
|
|
47 |
* @param string $file
|
48 |
* @return void
|
49 |
*/
|
50 |
-
function
|
51 |
{
|
52 |
if (empty($GLOBALS['__composer_autoload_files'][$fileIdentifier])) {
|
53 |
$GLOBALS['__composer_autoload_files'][$fileIdentifier] = true;
|
2 |
|
3 |
// autoload_real.php @generated by Composer
|
4 |
|
5 |
+
class ComposerAutoloaderInit56ee466c3d80662e3a8e4512c3ae881d
|
6 |
{
|
7 |
private static $loader;
|
8 |
|
24 |
|
25 |
require __DIR__ . '/platform_check.php';
|
26 |
|
27 |
+
spl_autoload_register(array('ComposerAutoloaderInit56ee466c3d80662e3a8e4512c3ae881d', 'loadClassLoader'), true, true);
|
28 |
self::$loader = $loader = new \Composer\Autoload\ClassLoader(\dirname(__DIR__));
|
29 |
+
spl_autoload_unregister(array('ComposerAutoloaderInit56ee466c3d80662e3a8e4512c3ae881d', 'loadClassLoader'));
|
30 |
|
31 |
require __DIR__ . '/autoload_static.php';
|
32 |
+
call_user_func(\Composer\Autoload\ComposerStaticInit56ee466c3d80662e3a8e4512c3ae881d::getInitializer($loader));
|
33 |
|
34 |
$loader->register(true);
|
35 |
|
36 |
+
$includeFiles = \Composer\Autoload\ComposerStaticInit56ee466c3d80662e3a8e4512c3ae881d::$files;
|
37 |
foreach ($includeFiles as $fileIdentifier => $file) {
|
38 |
+
composerRequire56ee466c3d80662e3a8e4512c3ae881d($fileIdentifier, $file);
|
39 |
}
|
40 |
|
41 |
return $loader;
|
47 |
* @param string $file
|
48 |
* @return void
|
49 |
*/
|
50 |
+
function composerRequire56ee466c3d80662e3a8e4512c3ae881d($fileIdentifier, $file)
|
51 |
{
|
52 |
if (empty($GLOBALS['__composer_autoload_files'][$fileIdentifier])) {
|
53 |
$GLOBALS['__composer_autoload_files'][$fileIdentifier] = true;
|
vendor/composer/autoload_static.php
CHANGED
@@ -4,7 +4,7 @@
|
|
4 |
|
5 |
namespace Composer\Autoload;
|
6 |
|
7 |
-
class
|
8 |
{
|
9 |
public static $files = array (
|
10 |
'a4a119a56e50fbb293281d9a48007e0e' => __DIR__ . '/..' . '/symfony/polyfill-php80/bootstrap.php',
|
@@ -981,10 +981,10 @@ class ComposerStaticInit2209626d89ea551641d9127876ba3fec
|
|
981 |
public static function getInitializer(ClassLoader $loader)
|
982 |
{
|
983 |
return \Closure::bind(function () use ($loader) {
|
984 |
-
$loader->prefixLengthsPsr4 =
|
985 |
-
$loader->prefixDirsPsr4 =
|
986 |
-
$loader->prefixesPsr0 =
|
987 |
-
$loader->classMap =
|
988 |
|
989 |
}, null, ClassLoader::class);
|
990 |
}
|
4 |
|
5 |
namespace Composer\Autoload;
|
6 |
|
7 |
+
class ComposerStaticInit56ee466c3d80662e3a8e4512c3ae881d
|
8 |
{
|
9 |
public static $files = array (
|
10 |
'a4a119a56e50fbb293281d9a48007e0e' => __DIR__ . '/..' . '/symfony/polyfill-php80/bootstrap.php',
|
981 |
public static function getInitializer(ClassLoader $loader)
|
982 |
{
|
983 |
return \Closure::bind(function () use ($loader) {
|
984 |
+
$loader->prefixLengthsPsr4 = ComposerStaticInit56ee466c3d80662e3a8e4512c3ae881d::$prefixLengthsPsr4;
|
985 |
+
$loader->prefixDirsPsr4 = ComposerStaticInit56ee466c3d80662e3a8e4512c3ae881d::$prefixDirsPsr4;
|
986 |
+
$loader->prefixesPsr0 = ComposerStaticInit56ee466c3d80662e3a8e4512c3ae881d::$prefixesPsr0;
|
987 |
+
$loader->classMap = ComposerStaticInit56ee466c3d80662e3a8e4512c3ae881d::$classMap;
|
988 |
|
989 |
}, null, ClassLoader::class);
|
990 |
}
|
vendor/composer/jetpack_autoload_classmap.php
CHANGED
@@ -14,394 +14,418 @@ return array(
|
|
14 |
'version' => '1.26.0.0',
|
15 |
'path' => $vendorDir . '/symfony/polyfill-php80/PhpToken.php'
|
16 |
),
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
17 |
'Symfony\\Component\\CssSelector\\Exception\\InternalErrorException' => array(
|
18 |
'version' => '4.4.37.0',
|
19 |
'path' => $vendorDir . '/symfony/css-selector/Exception/InternalErrorException.php'
|
20 |
),
|
21 |
-
'Symfony\\Component\\CssSelector\\Exception\\SyntaxErrorException' => array(
|
22 |
-
'version' => '4.4.37.0',
|
23 |
-
'path' => $vendorDir . '/symfony/css-selector/Exception/SyntaxErrorException.php'
|
24 |
-
),
|
25 |
'Symfony\\Component\\CssSelector\\Exception\\ExpressionErrorException' => array(
|
26 |
'version' => '4.4.37.0',
|
27 |
'path' => $vendorDir . '/symfony/css-selector/Exception/ExpressionErrorException.php'
|
28 |
),
|
|
|
|
|
|
|
|
|
29 |
'Symfony\\Component\\CssSelector\\Exception\\ExceptionInterface' => array(
|
30 |
'version' => '4.4.37.0',
|
31 |
'path' => $vendorDir . '/symfony/css-selector/Exception/ExceptionInterface.php'
|
32 |
),
|
33 |
-
'Symfony\\Component\\CssSelector\\Exception\\
|
34 |
'version' => '4.4.37.0',
|
35 |
-
'path' => $vendorDir . '/symfony/css-selector/Exception/
|
36 |
),
|
37 |
-
'Symfony\\Component\\CssSelector\\
|
38 |
'version' => '4.4.37.0',
|
39 |
-
'path' => $vendorDir . '/symfony/css-selector/
|
40 |
),
|
41 |
-
'Symfony\\Component\\CssSelector\\
|
42 |
'version' => '4.4.37.0',
|
43 |
-
'path' => $vendorDir . '/symfony/css-selector/
|
44 |
),
|
45 |
-
'Symfony\\Component\\CssSelector\\
|
46 |
'version' => '4.4.37.0',
|
47 |
-
'path' => $vendorDir . '/symfony/css-selector/
|
48 |
),
|
49 |
-
'Symfony\\Component\\CssSelector\\
|
50 |
'version' => '4.4.37.0',
|
51 |
-
'path' => $vendorDir . '/symfony/css-selector/
|
52 |
),
|
53 |
-
'Symfony\\Component\\CssSelector\\
|
54 |
'version' => '4.4.37.0',
|
55 |
-
'path' => $vendorDir . '/symfony/css-selector/
|
56 |
),
|
57 |
-
'Symfony\\Component\\CssSelector\\
|
58 |
'version' => '4.4.37.0',
|
59 |
-
'path' => $vendorDir . '/symfony/css-selector/
|
60 |
),
|
61 |
-
'Symfony\\Component\\CssSelector\\
|
62 |
'version' => '4.4.37.0',
|
63 |
-
'path' => $vendorDir . '/symfony/css-selector/
|
64 |
),
|
65 |
-
'Symfony\\Component\\CssSelector\\
|
66 |
'version' => '4.4.37.0',
|
67 |
-
'path' => $vendorDir . '/symfony/css-selector/
|
68 |
),
|
69 |
-
'Symfony\\Component\\CssSelector\\
|
70 |
'version' => '4.4.37.0',
|
71 |
-
'path' => $vendorDir . '/symfony/css-selector/
|
72 |
),
|
73 |
-
'Symfony\\Component\\CssSelector\\
|
74 |
'version' => '4.4.37.0',
|
75 |
-
'path' => $vendorDir . '/symfony/css-selector/
|
76 |
),
|
77 |
-
'Symfony\\Component\\CssSelector\\
|
78 |
'version' => '4.4.37.0',
|
79 |
-
'path' => $vendorDir . '/symfony/css-selector/
|
80 |
),
|
81 |
-
'Symfony\\Component\\CssSelector\\
|
82 |
'version' => '4.4.37.0',
|
83 |
-
'path' => $vendorDir . '/symfony/css-selector/
|
84 |
),
|
85 |
-
'Symfony\\Component\\CssSelector\\
|
86 |
'version' => '4.4.37.0',
|
87 |
-
'path' => $vendorDir . '/symfony/css-selector/
|
88 |
),
|
89 |
-
'Symfony\\Component\\CssSelector\\
|
90 |
'version' => '4.4.37.0',
|
91 |
-
'path' => $vendorDir . '/symfony/css-selector/
|
92 |
),
|
93 |
-
'Symfony\\Component\\CssSelector\\
|
94 |
'version' => '4.4.37.0',
|
95 |
-
'path' => $vendorDir . '/symfony/css-selector/
|
96 |
),
|
97 |
-
'Symfony\\Component\\CssSelector\\
|
98 |
'version' => '4.4.37.0',
|
99 |
-
'path' => $vendorDir . '/symfony/css-selector/
|
100 |
),
|
101 |
-
'Symfony\\Component\\CssSelector\\
|
102 |
'version' => '4.4.37.0',
|
103 |
-
'path' => $vendorDir . '/symfony/css-selector/
|
104 |
),
|
105 |
-
'Symfony\\Component\\CssSelector\\
|
106 |
'version' => '4.4.37.0',
|
107 |
-
'path' => $vendorDir . '/symfony/css-selector/
|
108 |
),
|
109 |
-
'Symfony\\Component\\CssSelector\\
|
110 |
'version' => '4.4.37.0',
|
111 |
-
'path' => $vendorDir . '/symfony/css-selector/
|
112 |
),
|
113 |
-
'Symfony\\Component\\CssSelector\\
|
114 |
'version' => '4.4.37.0',
|
115 |
-
'path' => $vendorDir . '/symfony/css-selector/
|
116 |
),
|
117 |
-
'Symfony\\Component\\CssSelector\\
|
118 |
'version' => '4.4.37.0',
|
119 |
-
'path' => $vendorDir . '/symfony/css-selector/
|
120 |
),
|
121 |
-
'Symfony\\Component\\CssSelector\\
|
122 |
'version' => '4.4.37.0',
|
123 |
-
'path' => $vendorDir . '/symfony/css-selector/
|
124 |
),
|
125 |
-
'Symfony\\Component\\CssSelector\\
|
126 |
'version' => '4.4.37.0',
|
127 |
-
'path' => $vendorDir . '/symfony/css-selector/
|
128 |
),
|
129 |
-
'Symfony\\Component\\CssSelector\\
|
130 |
'version' => '4.4.37.0',
|
131 |
-
'path' => $vendorDir . '/symfony/css-selector/
|
132 |
),
|
133 |
-
'Symfony\\Component\\CssSelector\\
|
134 |
'version' => '4.4.37.0',
|
135 |
-
'path' => $vendorDir . '/symfony/css-selector/
|
136 |
),
|
137 |
-
'Symfony\\Component\\CssSelector\\
|
138 |
'version' => '4.4.37.0',
|
139 |
-
'path' => $vendorDir . '/symfony/css-selector/
|
140 |
),
|
141 |
-
'Symfony\\Component\\CssSelector\\
|
142 |
'version' => '4.4.37.0',
|
143 |
-
'path' => $vendorDir . '/symfony/css-selector/
|
144 |
),
|
145 |
-
'Symfony\\Component\\CssSelector\\
|
146 |
'version' => '4.4.37.0',
|
147 |
-
'path' => $vendorDir . '/symfony/css-selector/
|
148 |
),
|
149 |
-
'Symfony\\Component\\CssSelector\\
|
150 |
'version' => '4.4.37.0',
|
151 |
-
'path' => $vendorDir . '/symfony/css-selector/
|
152 |
),
|
153 |
-
'Symfony\\Component\\CssSelector\\
|
154 |
'version' => '4.4.37.0',
|
155 |
-
'path' => $vendorDir . '/symfony/css-selector/
|
156 |
),
|
157 |
-
'Symfony\\Component\\CssSelector\\
|
158 |
'version' => '4.4.37.0',
|
159 |
-
'path' => $vendorDir . '/symfony/css-selector/
|
160 |
),
|
161 |
-
'Symfony\\Component\\CssSelector\\
|
162 |
'version' => '4.4.37.0',
|
163 |
-
'path' => $vendorDir . '/symfony/css-selector/
|
164 |
),
|
165 |
-
'Symfony\\Component\\CssSelector\\
|
166 |
'version' => '4.4.37.0',
|
167 |
-
'path' => $vendorDir . '/symfony/css-selector/
|
168 |
),
|
169 |
-
'Symfony\\Component\\CssSelector\\
|
170 |
'version' => '4.4.37.0',
|
171 |
-
'path' => $vendorDir . '/symfony/css-selector/
|
172 |
),
|
173 |
-
'Symfony\\Component\\CssSelector\\
|
174 |
'version' => '4.4.37.0',
|
175 |
-
'path' => $vendorDir . '/symfony/css-selector/
|
176 |
),
|
177 |
-
'Symfony\\Component\\CssSelector\\
|
178 |
'version' => '4.4.37.0',
|
179 |
-
'path' => $vendorDir . '/symfony/css-selector/
|
180 |
),
|
181 |
-
'Symfony\\Component\\CssSelector\\
|
182 |
'version' => '4.4.37.0',
|
183 |
-
'path' => $vendorDir . '/symfony/css-selector/
|
184 |
),
|
185 |
-
'Symfony\\Component\\CssSelector\\
|
186 |
'version' => '4.4.37.0',
|
187 |
-
'path' => $vendorDir . '/symfony/css-selector/
|
188 |
),
|
189 |
-
'Symfony\\Component\\CssSelector\\
|
190 |
'version' => '4.4.37.0',
|
191 |
-
'path' => $vendorDir . '/symfony/css-selector/
|
192 |
),
|
193 |
-
'Symfony\\Component\\CssSelector\\
|
194 |
'version' => '4.4.37.0',
|
195 |
-
'path' => $vendorDir . '/symfony/css-selector/
|
196 |
),
|
197 |
-
'Symfony\\Component\\CssSelector\\
|
198 |
'version' => '4.4.37.0',
|
199 |
-
'path' => $vendorDir . '/symfony/css-selector/
|
200 |
),
|
201 |
-
'Symfony\\Component\\CssSelector\\
|
202 |
'version' => '4.4.37.0',
|
203 |
-
'path' => $vendorDir . '/symfony/css-selector/
|
204 |
),
|
205 |
-
'Symfony\\Component\\CssSelector\\
|
206 |
'version' => '4.4.37.0',
|
207 |
-
'path' => $vendorDir . '/symfony/css-selector/
|
208 |
),
|
209 |
-
'Sabberworm\\CSS\\
|
210 |
'version' => '8.4.0.0',
|
211 |
-
'path' => $vendorDir . '/sabberworm/php-css-parser/src/
|
212 |
),
|
213 |
-
'Sabberworm\\CSS\\
|
214 |
'version' => '8.4.0.0',
|
215 |
-
'path' => $vendorDir . '/sabberworm/php-css-parser/src/
|
216 |
),
|
217 |
-
'Sabberworm\\CSS\\
|
218 |
'version' => '8.4.0.0',
|
219 |
-
'path' => $vendorDir . '/sabberworm/php-css-parser/src/
|
220 |
),
|
221 |
-
'Sabberworm\\CSS\\
|
222 |
'version' => '8.4.0.0',
|
223 |
-
'path' => $vendorDir . '/sabberworm/php-css-parser/src/
|
224 |
),
|
225 |
-
'Sabberworm\\CSS\\
|
226 |
'version' => '8.4.0.0',
|
227 |
-
'path' => $vendorDir . '/sabberworm/php-css-parser/src/
|
228 |
),
|
229 |
-
'Sabberworm\\CSS\\
|
230 |
'version' => '8.4.0.0',
|
231 |
-
'path' => $vendorDir . '/sabberworm/php-css-parser/src/
|
232 |
),
|
233 |
-
'Sabberworm\\CSS\\
|
234 |
'version' => '8.4.0.0',
|
235 |
-
'path' => $vendorDir . '/sabberworm/php-css-parser/src/
|
236 |
),
|
237 |
-
'Sabberworm\\CSS\\
|
238 |
'version' => '8.4.0.0',
|
239 |
-
'path' => $vendorDir . '/sabberworm/php-css-parser/src/
|
240 |
),
|
241 |
-
'Sabberworm\\CSS\\
|
242 |
'version' => '8.4.0.0',
|
243 |
-
'path' => $vendorDir . '/sabberworm/php-css-parser/src/
|
244 |
),
|
245 |
-
'Sabberworm\\CSS\\
|
246 |
'version' => '8.4.0.0',
|
247 |
-
'path' => $vendorDir . '/sabberworm/php-css-parser/src/
|
248 |
),
|
249 |
-
'Sabberworm\\CSS\\
|
250 |
'version' => '8.4.0.0',
|
251 |
-
'path' => $vendorDir . '/sabberworm/php-css-parser/src/
|
252 |
),
|
253 |
-
'Sabberworm\\CSS\\
|
254 |
'version' => '8.4.0.0',
|
255 |
-
'path' => $vendorDir . '/sabberworm/php-css-parser/src/
|
256 |
),
|
257 |
-
'Sabberworm\\CSS\\
|
258 |
'version' => '8.4.0.0',
|
259 |
-
'path' => $vendorDir . '/sabberworm/php-css-parser/src/
|
260 |
),
|
261 |
-
'Sabberworm\\CSS\\
|
262 |
'version' => '8.4.0.0',
|
263 |
-
'path' => $vendorDir . '/sabberworm/php-css-parser/src/
|
264 |
),
|
265 |
-
'Sabberworm\\CSS\\
|
266 |
'version' => '8.4.0.0',
|
267 |
-
'path' => $vendorDir . '/sabberworm/php-css-parser/src/
|
268 |
),
|
269 |
-
'Sabberworm\\CSS\\
|
270 |
'version' => '8.4.0.0',
|
271 |
-
'path' => $vendorDir . '/sabberworm/php-css-parser/src/
|
272 |
),
|
273 |
-
'Sabberworm\\CSS\\
|
274 |
'version' => '8.4.0.0',
|
275 |
-
'path' => $vendorDir . '/sabberworm/php-css-parser/src/
|
276 |
),
|
277 |
-
'Sabberworm\\CSS\\
|
278 |
'version' => '8.4.0.0',
|
279 |
-
'path' => $vendorDir . '/sabberworm/php-css-parser/src/
|
280 |
),
|
281 |
-
'Sabberworm\\CSS\\
|
282 |
'version' => '8.4.0.0',
|
283 |
-
'path' => $vendorDir . '/sabberworm/php-css-parser/src/
|
284 |
),
|
285 |
-
'Sabberworm\\CSS\\
|
286 |
'version' => '8.4.0.0',
|
287 |
-
'path' => $vendorDir . '/sabberworm/php-css-parser/src/
|
288 |
),
|
289 |
-
'Sabberworm\\CSS\\
|
290 |
'version' => '8.4.0.0',
|
291 |
-
'path' => $vendorDir . '/sabberworm/php-css-parser/src/
|
292 |
),
|
293 |
-
'Sabberworm\\CSS\\
|
294 |
'version' => '8.4.0.0',
|
295 |
-
'path' => $vendorDir . '/sabberworm/php-css-parser/src/
|
296 |
),
|
297 |
-
'Sabberworm\\CSS\\
|
298 |
'version' => '8.4.0.0',
|
299 |
-
'path' => $vendorDir . '/sabberworm/php-css-parser/src/
|
300 |
),
|
301 |
-
'Sabberworm\\CSS\\
|
302 |
'version' => '8.4.0.0',
|
303 |
-
'path' => $vendorDir . '/sabberworm/php-css-parser/src/
|
304 |
),
|
305 |
-
'Sabberworm\\CSS\\
|
306 |
'version' => '8.4.0.0',
|
307 |
-
'path' => $vendorDir . '/sabberworm/php-css-parser/src/
|
308 |
),
|
309 |
-
'Sabberworm\\CSS\\
|
310 |
'version' => '8.4.0.0',
|
311 |
-
'path' => $vendorDir . '/sabberworm/php-css-parser/src/
|
312 |
),
|
313 |
-
'Sabberworm\\CSS\\
|
314 |
'version' => '8.4.0.0',
|
315 |
-
'path' => $vendorDir . '/sabberworm/php-css-parser/src/
|
316 |
),
|
317 |
-
'Sabberworm\\CSS\\
|
318 |
'version' => '8.4.0.0',
|
319 |
-
'path' => $vendorDir . '/sabberworm/php-css-parser/src/
|
320 |
),
|
321 |
-
'Sabberworm\\CSS\\
|
322 |
'version' => '8.4.0.0',
|
323 |
-
'path' => $vendorDir . '/sabberworm/php-css-parser/src/
|
324 |
),
|
325 |
-
'Sabberworm\\CSS\\
|
326 |
'version' => '8.4.0.0',
|
327 |
-
'path' => $vendorDir . '/sabberworm/php-css-parser/src/
|
328 |
),
|
329 |
-
'Sabberworm\\CSS\\
|
330 |
'version' => '8.4.0.0',
|
331 |
-
'path' => $vendorDir . '/sabberworm/php-css-parser/src/
|
332 |
),
|
333 |
-
'Sabberworm\\CSS\\
|
334 |
'version' => '8.4.0.0',
|
335 |
-
'path' => $vendorDir . '/sabberworm/php-css-parser/src/
|
336 |
),
|
337 |
-
'Sabberworm\\CSS\\
|
338 |
'version' => '8.4.0.0',
|
339 |
-
'path' => $vendorDir . '/sabberworm/php-css-parser/src/
|
340 |
),
|
341 |
-
'Sabberworm\\CSS\\
|
342 |
'version' => '8.4.0.0',
|
343 |
-
'path' => $vendorDir . '/sabberworm/php-css-parser/src/
|
344 |
),
|
345 |
-
'Sabberworm\\CSS\\
|
346 |
'version' => '8.4.0.0',
|
347 |
-
'path' => $vendorDir . '/sabberworm/php-css-parser/src/
|
348 |
),
|
349 |
-
'Sabberworm\\CSS\\
|
350 |
'version' => '8.4.0.0',
|
351 |
-
'path' => $vendorDir . '/sabberworm/php-css-parser/src/
|
352 |
),
|
353 |
-
'Sabberworm\\CSS\\
|
354 |
'version' => '8.4.0.0',
|
355 |
-
'path' => $vendorDir . '/sabberworm/php-css-parser/src/
|
356 |
),
|
357 |
-
'Sabberworm\\CSS\\
|
358 |
'version' => '8.4.0.0',
|
359 |
-
'path' => $vendorDir . '/sabberworm/php-css-parser/src/
|
360 |
),
|
361 |
-
'Sabberworm\\CSS\\
|
362 |
'version' => '8.4.0.0',
|
363 |
-
'path' => $vendorDir . '/sabberworm/php-css-parser/src/
|
364 |
),
|
365 |
'Psr\\Container\\ContainerExceptionInterface' => array(
|
366 |
'version' => '1.0.0.0',
|
367 |
'path' => $vendorDir . '/psr/container/src/ContainerExceptionInterface.php'
|
368 |
),
|
369 |
-
'Psr\\Container\\NotFoundExceptionInterface' => array(
|
370 |
-
'version' => '1.0.0.0',
|
371 |
-
'path' => $vendorDir . '/psr/container/src/NotFoundExceptionInterface.php'
|
372 |
-
),
|
373 |
'Psr\\Container\\ContainerInterface' => array(
|
374 |
'version' => '1.0.0.0',
|
375 |
'path' => $vendorDir . '/psr/container/src/ContainerInterface.php'
|
376 |
),
|
377 |
-
'
|
|
|
|
|
|
|
|
|
378 |
'version' => '6.0.0.0',
|
379 |
-
'path' => $vendorDir . '/pelago/emogrifier/src/
|
380 |
),
|
381 |
-
'Pelago\\Emogrifier\\
|
382 |
'version' => '6.0.0.0',
|
383 |
-
'path' => $vendorDir . '/pelago/emogrifier/src/
|
384 |
),
|
385 |
'Pelago\\Emogrifier\\HtmlProcessor\\HtmlNormalizer' => array(
|
386 |
'version' => '6.0.0.0',
|
387 |
'path' => $vendorDir . '/pelago/emogrifier/src/HtmlProcessor/HtmlNormalizer.php'
|
388 |
),
|
389 |
-
'Pelago\\Emogrifier\\HtmlProcessor\\CssToAttributeConverter' => array(
|
390 |
-
'version' => '6.0.0.0',
|
391 |
-
'path' => $vendorDir . '/pelago/emogrifier/src/HtmlProcessor/CssToAttributeConverter.php'
|
392 |
-
),
|
393 |
'Pelago\\Emogrifier\\HtmlProcessor\\AbstractHtmlProcessor' => array(
|
394 |
'version' => '6.0.0.0',
|
395 |
'path' => $vendorDir . '/pelago/emogrifier/src/HtmlProcessor/AbstractHtmlProcessor.php'
|
396 |
),
|
397 |
-
'Pelago\\Emogrifier\\
|
398 |
'version' => '6.0.0.0',
|
399 |
-
'path' => $vendorDir . '/pelago/emogrifier/src/
|
|
|
|
|
|
|
|
|
400 |
),
|
401 |
'Pelago\\Emogrifier\\Caching\\SimpleStringCache' => array(
|
402 |
'version' => '6.0.0.0',
|
403 |
'path' => $vendorDir . '/pelago/emogrifier/src/Caching/SimpleStringCache.php'
|
404 |
),
|
|
|
|
|
|
|
|
|
405 |
'Pelago\\Emogrifier\\Css\\StyleRule' => array(
|
406 |
'version' => '6.0.0.0',
|
407 |
'path' => $vendorDir . '/pelago/emogrifier/src/Css/StyleRule.php'
|
@@ -410,14 +434,6 @@ return array(
|
|
410 |
'version' => '6.0.0.0',
|
411 |
'path' => $vendorDir . '/pelago/emogrifier/src/Css/CssDocument.php'
|
412 |
),
|
413 |
-
'Pelago\\Emogrifier\\CssInliner' => array(
|
414 |
-
'version' => '6.0.0.0',
|
415 |
-
'path' => $vendorDir . '/pelago/emogrifier/src/CssInliner.php'
|
416 |
-
),
|
417 |
-
'MaxMind\\Db\\Reader' => array(
|
418 |
-
'version' => '1.11.0.0',
|
419 |
-
'path' => $vendorDir . '/maxmind-db/reader/src/MaxMind/Db/Reader.php'
|
420 |
-
),
|
421 |
'MaxMind\\Db\\Reader\\Metadata' => array(
|
422 |
'version' => '1.11.0.0',
|
423 |
'path' => $vendorDir . '/maxmind-db/reader/src/MaxMind/Db/Reader/Metadata.php'
|
@@ -426,489 +442,493 @@ return array(
|
|
426 |
'version' => '1.11.0.0',
|
427 |
'path' => $vendorDir . '/maxmind-db/reader/src/MaxMind/Db/Reader/InvalidDatabaseException.php'
|
428 |
),
|
|
|
|
|
|
|
|
|
429 |
'MaxMind\\Db\\Reader\\Decoder' => array(
|
430 |
'version' => '1.11.0.0',
|
431 |
'path' => $vendorDir . '/maxmind-db/reader/src/MaxMind/Db/Reader/Decoder.php'
|
432 |
),
|
433 |
-
'MaxMind\\Db\\Reader
|
434 |
'version' => '1.11.0.0',
|
435 |
-
'path' => $vendorDir . '/maxmind-db/reader/src/MaxMind/Db/Reader
|
436 |
),
|
437 |
-
'Composer\\Installers\\
|
438 |
'version' => '1.12.0.0',
|
439 |
-
'path' => $vendorDir . '/composer/installers/src/Composer/Installers/
|
440 |
),
|
441 |
-
'Composer\\Installers\\
|
442 |
'version' => '1.12.0.0',
|
443 |
-
'path' => $vendorDir . '/composer/installers/src/Composer/Installers/
|
444 |
),
|
445 |
-
'Composer\\Installers\\
|
446 |
'version' => '1.12.0.0',
|
447 |
-
'path' => $vendorDir . '/composer/installers/src/Composer/Installers/
|
448 |
),
|
449 |
-
'Composer\\Installers\\
|
450 |
'version' => '1.12.0.0',
|
451 |
-
'path' => $vendorDir . '/composer/installers/src/Composer/Installers/
|
452 |
),
|
453 |
-
'Composer\\Installers\\
|
454 |
'version' => '1.12.0.0',
|
455 |
-
'path' => $vendorDir . '/composer/installers/src/Composer/Installers/
|
456 |
),
|
457 |
-
'Composer\\Installers\\
|
458 |
'version' => '1.12.0.0',
|
459 |
-
'path' => $vendorDir . '/composer/installers/src/Composer/Installers/
|
460 |
),
|
461 |
-
'Composer\\Installers\\
|
462 |
'version' => '1.12.0.0',
|
463 |
-
'path' => $vendorDir . '/composer/installers/src/Composer/Installers/
|
464 |
),
|
465 |
-
'Composer\\Installers\\
|
466 |
'version' => '1.12.0.0',
|
467 |
-
'path' => $vendorDir . '/composer/installers/src/Composer/Installers/
|
468 |
),
|
469 |
-
'Composer\\Installers\\
|
470 |
'version' => '1.12.0.0',
|
471 |
-
'path' => $vendorDir . '/composer/installers/src/Composer/Installers/
|
472 |
),
|
473 |
-
'Composer\\Installers\\
|
474 |
'version' => '1.12.0.0',
|
475 |
-
'path' => $vendorDir . '/composer/installers/src/Composer/Installers/
|
476 |
),
|
477 |
-
'Composer\\Installers\\
|
478 |
'version' => '1.12.0.0',
|
479 |
-
'path' => $vendorDir . '/composer/installers/src/Composer/Installers/
|
480 |
),
|
481 |
-
'Composer\\Installers\\
|
482 |
'version' => '1.12.0.0',
|
483 |
-
'path' => $vendorDir . '/composer/installers/src/Composer/Installers/
|
484 |
),
|
485 |
-
'Composer\\Installers\\
|
486 |
'version' => '1.12.0.0',
|
487 |
-
'path' => $vendorDir . '/composer/installers/src/Composer/Installers/
|
488 |
),
|
489 |
-
'Composer\\Installers\\
|
490 |
'version' => '1.12.0.0',
|
491 |
-
'path' => $vendorDir . '/composer/installers/src/Composer/Installers/
|
492 |
),
|
493 |
-
'Composer\\Installers\\
|
494 |
'version' => '1.12.0.0',
|
495 |
-
'path' => $vendorDir . '/composer/installers/src/Composer/Installers/
|
496 |
),
|
497 |
-
'Composer\\Installers\\
|
498 |
'version' => '1.12.0.0',
|
499 |
-
'path' => $vendorDir . '/composer/installers/src/Composer/Installers/
|
500 |
),
|
501 |
-
'Composer\\Installers\\
|
502 |
'version' => '1.12.0.0',
|
503 |
-
'path' => $vendorDir . '/composer/installers/src/Composer/Installers/
|
504 |
),
|
505 |
-
'Composer\\Installers\\
|
506 |
'version' => '1.12.0.0',
|
507 |
-
'path' => $vendorDir . '/composer/installers/src/Composer/Installers/
|
508 |
),
|
509 |
-
'Composer\\Installers\\
|
510 |
'version' => '1.12.0.0',
|
511 |
-
'path' => $vendorDir . '/composer/installers/src/Composer/Installers/
|
512 |
),
|
513 |
-
'Composer\\Installers\\
|
514 |
'version' => '1.12.0.0',
|
515 |
-
'path' => $vendorDir . '/composer/installers/src/Composer/Installers/
|
516 |
),
|
517 |
-
'Composer\\Installers\\
|
518 |
'version' => '1.12.0.0',
|
519 |
-
'path' => $vendorDir . '/composer/installers/src/Composer/Installers/
|
520 |
),
|
521 |
-
'Composer\\Installers\\
|
522 |
'version' => '1.12.0.0',
|
523 |
-
'path' => $vendorDir . '/composer/installers/src/Composer/Installers/
|
524 |
),
|
525 |
-
'Composer\\Installers\\
|
526 |
'version' => '1.12.0.0',
|
527 |
-
'path' => $vendorDir . '/composer/installers/src/Composer/Installers/
|
528 |
),
|
529 |
-
'Composer\\Installers\\
|
530 |
'version' => '1.12.0.0',
|
531 |
-
'path' => $vendorDir . '/composer/installers/src/Composer/Installers/
|
532 |
),
|
533 |
-
'Composer\\Installers\\
|
534 |
'version' => '1.12.0.0',
|
535 |
-
'path' => $vendorDir . '/composer/installers/src/Composer/Installers/
|
536 |
),
|
537 |
-
'Composer\\Installers\\
|
538 |
'version' => '1.12.0.0',
|
539 |
-
'path' => $vendorDir . '/composer/installers/src/Composer/Installers/
|
540 |
),
|
541 |
-
'Composer\\Installers\\
|
542 |
'version' => '1.12.0.0',
|
543 |
-
'path' => $vendorDir . '/composer/installers/src/Composer/Installers/
|
544 |
),
|
545 |
-
'Composer\\Installers\\
|
546 |
'version' => '1.12.0.0',
|
547 |
-
'path' => $vendorDir . '/composer/installers/src/Composer/Installers/
|
548 |
),
|
549 |
-
'Composer\\Installers\\
|
550 |
'version' => '1.12.0.0',
|
551 |
-
'path' => $vendorDir . '/composer/installers/src/Composer/Installers/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
552 |
),
|
553 |
'Composer\\Installers\\RoundcubeInstaller' => array(
|
554 |
'version' => '1.12.0.0',
|
555 |
'path' => $vendorDir . '/composer/installers/src/Composer/Installers/RoundcubeInstaller.php'
|
556 |
),
|
557 |
-
'Composer\\Installers\\
|
558 |
'version' => '1.12.0.0',
|
559 |
-
'path' => $vendorDir . '/composer/installers/src/Composer/Installers/
|
560 |
),
|
561 |
-
'Composer\\Installers\\
|
562 |
'version' => '1.12.0.0',
|
563 |
-
'path' => $vendorDir . '/composer/installers/src/Composer/Installers/
|
564 |
),
|
565 |
-
'Composer\\Installers\\
|
566 |
'version' => '1.12.0.0',
|
567 |
-
'path' => $vendorDir . '/composer/installers/src/Composer/Installers/
|
568 |
),
|
569 |
-
'Composer\\Installers\\
|
570 |
'version' => '1.12.0.0',
|
571 |
-
'path' => $vendorDir . '/composer/installers/src/Composer/Installers/
|
572 |
),
|
573 |
-
'Composer\\Installers\\
|
574 |
'version' => '1.12.0.0',
|
575 |
-
'path' => $vendorDir . '/composer/installers/src/Composer/Installers/
|
576 |
),
|
577 |
-
'Composer\\Installers\\
|
578 |
'version' => '1.12.0.0',
|
579 |
-
'path' => $vendorDir . '/composer/installers/src/Composer/Installers/
|
580 |
),
|
581 |
-
'Composer\\Installers\\
|
582 |
'version' => '1.12.0.0',
|
583 |
-
'path' => $vendorDir . '/composer/installers/src/Composer/Installers/
|
584 |
),
|
585 |
-
'Composer\\Installers\\
|
586 |
'version' => '1.12.0.0',
|
587 |
-
'path' => $vendorDir . '/composer/installers/src/Composer/Installers/
|
588 |
),
|
589 |
-
'Composer\\Installers\\
|
590 |
'version' => '1.12.0.0',
|
591 |
-
'path' => $vendorDir . '/composer/installers/src/Composer/Installers/
|
592 |
),
|
593 |
-
'Composer\\Installers\\
|
594 |
'version' => '1.12.0.0',
|
595 |
-
'path' => $vendorDir . '/composer/installers/src/Composer/Installers/
|
596 |
),
|
597 |
-
'Composer\\Installers\\
|
598 |
'version' => '1.12.0.0',
|
599 |
-
'path' => $vendorDir . '/composer/installers/src/Composer/Installers/
|
600 |
),
|
601 |
-
'Composer\\Installers\\
|
602 |
'version' => '1.12.0.0',
|
603 |
-
'path' => $vendorDir . '/composer/installers/src/Composer/Installers/
|
604 |
),
|
605 |
-
'Composer\\Installers\\
|
606 |
'version' => '1.12.0.0',
|
607 |
-
'path' => $vendorDir . '/composer/installers/src/Composer/Installers/
|
608 |
),
|
609 |
-
'Composer\\Installers\\
|
610 |
'version' => '1.12.0.0',
|
611 |
-
'path' => $vendorDir . '/composer/installers/src/Composer/Installers/
|
612 |
),
|
613 |
-
'Composer\\Installers\\
|
614 |
'version' => '1.12.0.0',
|
615 |
-
'path' => $vendorDir . '/composer/installers/src/Composer/Installers/
|
616 |
),
|
617 |
-
'Composer\\Installers\\
|
618 |
'version' => '1.12.0.0',
|
619 |
-
'path' => $vendorDir . '/composer/installers/src/Composer/Installers/
|
620 |
),
|
621 |
-
'Composer\\Installers\\
|
622 |
'version' => '1.12.0.0',
|
623 |
-
'path' => $vendorDir . '/composer/installers/src/Composer/Installers/
|
624 |
),
|
625 |
-
'Composer\\Installers\\
|
626 |
'version' => '1.12.0.0',
|
627 |
-
'path' => $vendorDir . '/composer/installers/src/Composer/Installers/
|
628 |
),
|
629 |
-
'Composer\\Installers\\
|
630 |
'version' => '1.12.0.0',
|
631 |
-
'path' => $vendorDir . '/composer/installers/src/Composer/Installers/
|
632 |
),
|
633 |
-
'Composer\\Installers\\
|
634 |
'version' => '1.12.0.0',
|
635 |
-
'path' => $vendorDir . '/composer/installers/src/Composer/Installers/
|
636 |
),
|
637 |
-
'Composer\\Installers\\
|
638 |
'version' => '1.12.0.0',
|
639 |
-
'path' => $vendorDir . '/composer/installers/src/Composer/Installers/
|
640 |
),
|
641 |
-
'Composer\\Installers\\
|
642 |
'version' => '1.12.0.0',
|
643 |
-
'path' => $vendorDir . '/composer/installers/src/Composer/Installers/
|
644 |
),
|
645 |
-
'Composer\\Installers\\
|
646 |
'version' => '1.12.0.0',
|
647 |
-
'path' => $vendorDir . '/composer/installers/src/Composer/Installers/
|
648 |
),
|
649 |
-
'Composer\\Installers\\
|
650 |
'version' => '1.12.0.0',
|
651 |
-
'path' => $vendorDir . '/composer/installers/src/Composer/Installers/
|
652 |
),
|
653 |
-
'Composer\\Installers\\
|
654 |
'version' => '1.12.0.0',
|
655 |
-
'path' => $vendorDir . '/composer/installers/src/Composer/Installers/
|
656 |
),
|
657 |
-
'Composer\\Installers\\
|
658 |
'version' => '1.12.0.0',
|
659 |
-
'path' => $vendorDir . '/composer/installers/src/Composer/Installers/
|
660 |
),
|
661 |
-
'Composer\\Installers\\
|
662 |
'version' => '1.12.0.0',
|
663 |
-
'path' => $vendorDir . '/composer/installers/src/Composer/Installers/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
664 |
),
|
665 |
'Composer\\Installers\\HuradInstaller' => array(
|
666 |
'version' => '1.12.0.0',
|
667 |
'path' => $vendorDir . '/composer/installers/src/Composer/Installers/HuradInstaller.php'
|
668 |
),
|
669 |
-
'Composer\\Installers\\
|
670 |
'version' => '1.12.0.0',
|
671 |
-
'path' => $vendorDir . '/composer/installers/src/Composer/Installers/
|
672 |
),
|
673 |
-
'Composer\\Installers\\
|
674 |
'version' => '1.12.0.0',
|
675 |
-
'path' => $vendorDir . '/composer/installers/src/Composer/Installers/
|
676 |
),
|
677 |
-
'Composer\\Installers\\
|
678 |
'version' => '1.12.0.0',
|
679 |
-
'path' => $vendorDir . '/composer/installers/src/Composer/Installers/
|
680 |
),
|
681 |
-
'Composer\\Installers\\
|
682 |
'version' => '1.12.0.0',
|
683 |
-
'path' => $vendorDir . '/composer/installers/src/Composer/Installers/
|
684 |
),
|
685 |
-
'Composer\\Installers\\
|
686 |
'version' => '1.12.0.0',
|
687 |
-
'path' => $vendorDir . '/composer/installers/src/Composer/Installers/
|
688 |
),
|
689 |
-
'Composer\\Installers\\
|
690 |
'version' => '1.12.0.0',
|
691 |
-
'path' => $vendorDir . '/composer/installers/src/Composer/Installers/
|
692 |
),
|
693 |
-
'Composer\\Installers\\
|
694 |
'version' => '1.12.0.0',
|
695 |
-
'path' => $vendorDir . '/composer/installers/src/Composer/Installers/
|
696 |
),
|
697 |
-
'Composer\\Installers\\
|
698 |
'version' => '1.12.0.0',
|
699 |
-
'path' => $vendorDir . '/composer/installers/src/Composer/Installers/
|
700 |
),
|
701 |
-
'Composer\\Installers\\
|
702 |
'version' => '1.12.0.0',
|
703 |
-
'path' => $vendorDir . '/composer/installers/src/Composer/Installers/
|
704 |
),
|
705 |
-
'Composer\\Installers\\
|
706 |
'version' => '1.12.0.0',
|
707 |
-
'path' => $vendorDir . '/composer/installers/src/Composer/Installers/
|
708 |
),
|
709 |
-
'Composer\\Installers\\
|
710 |
'version' => '1.12.0.0',
|
711 |
-
'path' => $vendorDir . '/composer/installers/src/Composer/Installers/
|
712 |
),
|
713 |
-
'Composer\\Installers\\
|
714 |
'version' => '1.12.0.0',
|
715 |
-
'path' => $vendorDir . '/composer/installers/src/Composer/Installers/
|
716 |
),
|
717 |
-
'Composer\\Installers\\
|
718 |
'version' => '1.12.0.0',
|
719 |
-
'path' => $vendorDir . '/composer/installers/src/Composer/Installers/
|
720 |
),
|
721 |
-
'Composer\\Installers\\
|
722 |
'version' => '1.12.0.0',
|
723 |
-
'path' => $vendorDir . '/composer/installers/src/Composer/Installers/
|
724 |
),
|
725 |
'Composer\\Installers\\KodiCMSInstaller' => array(
|
726 |
'version' => '1.12.0.0',
|
727 |
'path' => $vendorDir . '/composer/installers/src/Composer/Installers/KodiCMSInstaller.php'
|
728 |
),
|
729 |
-
'Composer\\Installers\\
|
730 |
-
'version' => '1.12.0.0',
|
731 |
-
'path' => $vendorDir . '/composer/installers/src/Composer/Installers/RedaxoInstaller.php'
|
732 |
-
),
|
733 |
-
'Composer\\Installers\\TuskInstaller' => array(
|
734 |
'version' => '1.12.0.0',
|
735 |
-
'path' => $vendorDir . '/composer/installers/src/Composer/Installers/
|
736 |
),
|
737 |
-
'Composer\\Installers\\
|
738 |
'version' => '1.12.0.0',
|
739 |
-
'path' => $vendorDir . '/composer/installers/src/Composer/Installers/
|
740 |
),
|
741 |
'Composer\\Installers\\ReIndexInstaller' => array(
|
742 |
'version' => '1.12.0.0',
|
743 |
'path' => $vendorDir . '/composer/installers/src/Composer/Installers/ReIndexInstaller.php'
|
744 |
),
|
745 |
-
'Composer\\Installers\\
|
746 |
'version' => '1.12.0.0',
|
747 |
-
'path' => $vendorDir . '/composer/installers/src/Composer/Installers/
|
748 |
),
|
749 |
-
'Composer\\Installers\\
|
750 |
'version' => '1.12.0.0',
|
751 |
-
'path' => $vendorDir . '/composer/installers/src/Composer/Installers/
|
752 |
),
|
753 |
-
'Composer\\Installers\\
|
754 |
'version' => '1.12.0.0',
|
755 |
-
'path' => $vendorDir . '/composer/installers/src/Composer/Installers/
|
756 |
),
|
757 |
-
'Composer\\Installers\\
|
758 |
'version' => '1.12.0.0',
|
759 |
-
'path' => $vendorDir . '/composer/installers/src/Composer/Installers/
|
760 |
),
|
761 |
-
'Composer\\Installers\\
|
762 |
'version' => '1.12.0.0',
|
763 |
-
'path' => $vendorDir . '/composer/installers/src/Composer/Installers/
|
764 |
),
|
765 |
-
'Composer\\Installers\\
|
766 |
'version' => '1.12.0.0',
|
767 |
-
'path' => $vendorDir . '/composer/installers/src/Composer/Installers/
|
768 |
),
|
769 |
-
'Composer\\Installers\\
|
770 |
'version' => '1.12.0.0',
|
771 |
-
'path' => $vendorDir . '/composer/installers/src/Composer/Installers/
|
772 |
),
|
773 |
-
'Composer\\Installers\\
|
774 |
'version' => '1.12.0.0',
|
775 |
-
'path' => $vendorDir . '/composer/installers/src/Composer/Installers/
|
776 |
),
|
777 |
-
'Composer\\Installers\\
|
778 |
'version' => '1.12.0.0',
|
779 |
-
'path' => $vendorDir . '/composer/installers/src/Composer/Installers/
|
780 |
),
|
781 |
-
'Composer\\Installers\\
|
782 |
'version' => '1.12.0.0',
|
783 |
-
'path' => $vendorDir . '/composer/installers/src/Composer/Installers/
|
|
|
|
|
|
|
|
|
784 |
),
|
785 |
'Composer\\Installers\\JoomlaInstaller' => array(
|
786 |
'version' => '1.12.0.0',
|
787 |
'path' => $vendorDir . '/composer/installers/src/Composer/Installers/JoomlaInstaller.php'
|
788 |
),
|
789 |
-
'Composer\\Installers\\
|
790 |
'version' => '1.12.0.0',
|
791 |
-
'path' => $vendorDir . '/composer/installers/src/Composer/Installers/
|
792 |
),
|
793 |
-
'Composer\\Installers\\
|
794 |
'version' => '1.12.0.0',
|
795 |
-
'path' => $vendorDir . '/composer/installers/src/Composer/Installers/
|
796 |
),
|
797 |
-
'Composer\\Installers\\
|
798 |
-
'version' => '1.12.0.0',
|
799 |
-
'path' => $vendorDir . '/composer/installers/src/Composer/Installers/MediaWikiInstaller.php'
|
800 |
-
),
|
801 |
-
'Composer\\Installers\\Symfony1Installer' => array(
|
802 |
-
'version' => '1.12.0.0',
|
803 |
-
'path' => $vendorDir . '/composer/installers/src/Composer/Installers/Symfony1Installer.php'
|
804 |
-
),
|
805 |
-
'Composer\\Installers\\OctoberInstaller' => array(
|
806 |
-
'version' => '1.12.0.0',
|
807 |
-
'path' => $vendorDir . '/composer/installers/src/Composer/Installers/OctoberInstaller.php'
|
808 |
-
),
|
809 |
-
'Composer\\Installers\\AsgardInstaller' => array(
|
810 |
-
'version' => '1.12.0.0',
|
811 |
-
'path' => $vendorDir . '/composer/installers/src/Composer/Installers/AsgardInstaller.php'
|
812 |
-
),
|
813 |
-
'Composer\\Installers\\AttogramInstaller' => array(
|
814 |
'version' => '1.12.0.0',
|
815 |
-
'path' => $vendorDir . '/composer/installers/src/Composer/Installers/
|
816 |
),
|
817 |
-
'Composer\\Installers\\
|
818 |
'version' => '1.12.0.0',
|
819 |
-
'path' => $vendorDir . '/composer/installers/src/Composer/Installers/
|
820 |
),
|
821 |
-
'Composer\\Installers\\
|
822 |
'version' => '1.12.0.0',
|
823 |
-
'path' => $vendorDir . '/composer/installers/src/Composer/Installers/
|
824 |
),
|
825 |
'Composer\\Installers\\BonefishInstaller' => array(
|
826 |
'version' => '1.12.0.0',
|
827 |
'path' => $vendorDir . '/composer/installers/src/Composer/Installers/BonefishInstaller.php'
|
828 |
),
|
829 |
-
'Composer\\Installers\\
|
830 |
'version' => '1.12.0.0',
|
831 |
-
'path' => $vendorDir . '/composer/installers/src/Composer/Installers/
|
832 |
),
|
833 |
-
'Composer\\Installers\\
|
834 |
'version' => '1.12.0.0',
|
835 |
-
'path' => $vendorDir . '/composer/installers/src/Composer/Installers/
|
836 |
),
|
837 |
-
'Composer\\Installers\\
|
838 |
'version' => '1.12.0.0',
|
839 |
-
'path' => $vendorDir . '/composer/installers/src/Composer/Installers/
|
840 |
),
|
841 |
-
'Composer\\Installers\\
|
842 |
'version' => '1.12.0.0',
|
843 |
-
'path' => $vendorDir . '/composer/installers/src/Composer/Installers/
|
844 |
),
|
845 |
-
'Automattic\\WooCommerce\\Vendor\\League\\Container\\
|
846 |
'version' => '6.8.0.0',
|
847 |
-
'path' => $baseDir . '/lib/packages/League/Container/
|
848 |
),
|
849 |
-
'Automattic\\WooCommerce\\Vendor\\League\\Container\\
|
850 |
'version' => '6.8.0.0',
|
851 |
-
'path' => $baseDir . '/lib/packages/League/Container/
|
852 |
),
|
853 |
-
'Automattic\\WooCommerce\\Vendor\\League\\Container\\
|
854 |
'version' => '6.8.0.0',
|
855 |
-
'path' => $baseDir . '/lib/packages/League/Container/
|
856 |
),
|
857 |
-
'Automattic\\WooCommerce\\Vendor\\League\\Container\\
|
858 |
'version' => '6.8.0.0',
|
859 |
-
'path' => $baseDir . '/lib/packages/League/Container/
|
860 |
),
|
861 |
-
'Automattic\\WooCommerce\\Vendor\\League\\Container\\
|
862 |
'version' => '6.8.0.0',
|
863 |
-
'path' => $baseDir . '/lib/packages/League/Container/
|
864 |
),
|
865 |
-
'Automattic\\WooCommerce\\Vendor\\League\\Container\\
|
866 |
'version' => '6.8.0.0',
|
867 |
-
'path' => $baseDir . '/lib/packages/League/Container/
|
868 |
),
|
869 |
-
'Automattic\\WooCommerce\\Vendor\\League\\Container\\
|
870 |
'version' => '6.8.0.0',
|
871 |
-
'path' => $baseDir . '/lib/packages/League/Container/
|
872 |
),
|
873 |
-
'Automattic\\WooCommerce\\Vendor\\League\\Container\\
|
874 |
'version' => '6.8.0.0',
|
875 |
-
'path' => $baseDir . '/lib/packages/League/Container/
|
876 |
),
|
877 |
-
'Automattic\\WooCommerce\\Vendor\\League\\Container\\
|
878 |
'version' => '6.8.0.0',
|
879 |
-
'path' => $baseDir . '/lib/packages/League/Container/
|
880 |
),
|
881 |
-
'Automattic\\WooCommerce\\Vendor\\League\\Container\\
|
882 |
'version' => '6.8.0.0',
|
883 |
-
'path' => $baseDir . '/lib/packages/League/Container/
|
884 |
),
|
885 |
-
'Automattic\\WooCommerce\\Vendor\\League\\Container\\
|
886 |
'version' => '6.8.0.0',
|
887 |
-
'path' => $baseDir . '/lib/packages/League/Container/
|
888 |
),
|
889 |
-
'Automattic\\WooCommerce\\Vendor\\League\\Container\\
|
890 |
'version' => '6.8.0.0',
|
891 |
-
'path' => $baseDir . '/lib/packages/League/Container/
|
892 |
),
|
893 |
-
'Automattic\\WooCommerce\\Vendor\\League\\Container\\
|
894 |
'version' => '6.8.0.0',
|
895 |
-
'path' => $baseDir . '/lib/packages/League/Container/
|
896 |
),
|
897 |
-
'Automattic\\WooCommerce\\Vendor\\League\\Container\\
|
898 |
'version' => '6.8.0.0',
|
899 |
-
'path' => $baseDir . '/lib/packages/League/Container/
|
900 |
),
|
901 |
-
'Automattic\\WooCommerce\\Vendor\\League\\Container\\
|
902 |
'version' => '6.8.0.0',
|
903 |
-
'path' => $baseDir . '/lib/packages/League/Container/
|
904 |
),
|
905 |
-
'Automattic\\WooCommerce\\Vendor\\League\\Container\\
|
906 |
'version' => '6.8.0.0',
|
907 |
-
'path' => $baseDir . '/lib/packages/League/Container/
|
908 |
),
|
909 |
-
'Automattic\\WooCommerce\\Vendor\\League\\Container\\
|
910 |
'version' => '6.8.0.0',
|
911 |
-
'path' => $baseDir . '/lib/packages/League/Container/
|
912 |
),
|
913 |
'Automattic\\WooCommerce\\Vendor\\League\\Container\\ServiceProvider\\ServiceProviderAggregateInterface' => array(
|
914 |
'version' => '6.8.0.0',
|
@@ -918,178 +938,198 @@ return array(
|
|
918 |
'version' => '6.8.0.0',
|
919 |
'path' => $baseDir . '/lib/packages/League/Container/ServiceProvider/ServiceProviderInterface.php'
|
920 |
),
|
921 |
-
'Automattic\\WooCommerce\\Vendor\\League\\Container\\
|
922 |
-
'version' => '6.8.0.0',
|
923 |
-
'path' => $baseDir . '/lib/packages/League/Container/Argument/ClassNameWithOptionalValue.php'
|
924 |
-
),
|
925 |
-
'Automattic\\WooCommerce\\Vendor\\League\\Container\\Argument\\ClassNameInterface' => array(
|
926 |
'version' => '6.8.0.0',
|
927 |
-
'path' => $baseDir . '/lib/packages/League/Container/
|
928 |
),
|
929 |
-
'Automattic\\WooCommerce\\Vendor\\League\\Container\\
|
930 |
'version' => '6.8.0.0',
|
931 |
-
'path' => $baseDir . '/lib/packages/League/Container/
|
932 |
),
|
933 |
-
'Automattic\\WooCommerce\\Vendor\\League\\Container\\
|
934 |
'version' => '6.8.0.0',
|
935 |
-
'path' => $baseDir . '/lib/packages/League/Container/
|
936 |
),
|
937 |
-
'Automattic\\WooCommerce\\Vendor\\League\\Container\\
|
938 |
'version' => '6.8.0.0',
|
939 |
-
'path' => $baseDir . '/lib/packages/League/Container/
|
940 |
),
|
941 |
-
'Automattic\\WooCommerce\\Vendor\\League\\Container\\
|
942 |
'version' => '6.8.0.0',
|
943 |
-
'path' => $baseDir . '/lib/packages/League/Container/
|
944 |
),
|
945 |
-
'Automattic\\WooCommerce\\Vendor\\League\\Container\\
|
946 |
'version' => '6.8.0.0',
|
947 |
-
'path' => $baseDir . '/lib/packages/League/Container/
|
948 |
),
|
949 |
-
'Automattic\\WooCommerce\\
|
950 |
'version' => '6.8.0.0',
|
951 |
-
'path' => $baseDir . '/
|
952 |
),
|
953 |
-
'Automattic\\WooCommerce\\Tests\\
|
954 |
'version' => '6.8.0.0',
|
955 |
-
'path' => $baseDir . '/tests/php/src/
|
956 |
),
|
957 |
-
'Automattic\\WooCommerce\\Tests\\
|
958 |
'version' => '6.8.0.0',
|
959 |
-
'path' => $baseDir . '/tests/php/src/
|
960 |
),
|
961 |
-
'Automattic\\WooCommerce\\Tests\\
|
962 |
'version' => '6.8.0.0',
|
963 |
-
'path' => $baseDir . '/tests/php/src/
|
964 |
),
|
965 |
-
'Automattic\\WooCommerce\\Tests\\
|
966 |
'version' => '6.8.0.0',
|
967 |
-
'path' => $baseDir . '/tests/php/src/
|
968 |
),
|
969 |
-
'Automattic\\WooCommerce\\Tests\\
|
970 |
'version' => '6.8.0.0',
|
971 |
-
'path' => $baseDir . '/tests/php/src/
|
972 |
),
|
973 |
-
'
|
974 |
'version' => '6.8.0.0',
|
975 |
-
'path' => $baseDir . '/tests/php/src/
|
976 |
),
|
977 |
-
'
|
978 |
'version' => '6.8.0.0',
|
979 |
-
'path' => $baseDir . '/tests/php/src/
|
980 |
),
|
981 |
-
'Automattic\\WooCommerce\\Tests\\
|
982 |
'version' => '6.8.0.0',
|
983 |
-
'path' => $baseDir . '/tests/php/src/
|
984 |
),
|
985 |
-
'Automattic\\WooCommerce\\Tests\\Internal\\
|
986 |
'version' => '6.8.0.0',
|
987 |
-
'path' => $baseDir . '/tests/php/src/Internal/
|
988 |
),
|
989 |
-
'Automattic\\WooCommerce\\Tests\\Internal\\
|
990 |
'version' => '6.8.0.0',
|
991 |
-
'path' => $baseDir . '/tests/php/src/Internal/
|
992 |
),
|
993 |
-
'Automattic\\WooCommerce\\Tests\\Internal\\
|
994 |
'version' => '6.8.0.0',
|
995 |
-
'path' => $baseDir . '/tests/php/src/Internal/
|
996 |
),
|
997 |
-
'Automattic\\WooCommerce\\Tests\\Internal\\
|
998 |
'version' => '6.8.0.0',
|
999 |
-
'path' => $baseDir . '/tests/php/src/Internal/
|
1000 |
),
|
1001 |
-
'Automattic\\WooCommerce\\Tests\\Internal\\
|
1002 |
'version' => '6.8.0.0',
|
1003 |
-
'path' => $baseDir . '/tests/php/src/Internal/
|
1004 |
),
|
1005 |
-
'Automattic\\WooCommerce\\Tests\\Internal\\
|
1006 |
'version' => '6.8.0.0',
|
1007 |
-
'path' => $baseDir . '/tests/php/src/Internal/
|
1008 |
),
|
1009 |
-
'Automattic\\WooCommerce\\Tests\\Internal\\
|
1010 |
'version' => '6.8.0.0',
|
1011 |
-
'path' => $baseDir . '/tests/php/src/Internal/
|
1012 |
),
|
1013 |
-
'Automattic\\WooCommerce\\Tests\\Internal\\
|
1014 |
'version' => '6.8.0.0',
|
1015 |
-
'path' => $baseDir . '/tests/php/src/Internal/
|
1016 |
),
|
1017 |
-
'Automattic\\WooCommerce\\Tests\\Internal\\DependencyManagement\\
|
1018 |
'version' => '6.8.0.0',
|
1019 |
-
'path' => $baseDir . '/tests/php/src/Internal/DependencyManagement/
|
1020 |
),
|
1021 |
'Automattic\\WooCommerce\\Tests\\Internal\\DependencyManagement\\ExampleClasses\\DependencyClass' => array(
|
1022 |
'version' => '6.8.0.0',
|
1023 |
'path' => $baseDir . '/tests/php/src/Internal/DependencyManagement/ExampleClasses/DependencyClass.php'
|
1024 |
),
|
1025 |
-
'
|
1026 |
'version' => '6.8.0.0',
|
1027 |
-
'path' => $baseDir . '/tests/php/src/Internal/DependencyManagement/ExampleClasses/
|
1028 |
),
|
1029 |
-
'Automattic\\WooCommerce\\Tests\\Internal\\DependencyManagement\\ExampleClasses\\
|
1030 |
'version' => '6.8.0.0',
|
1031 |
-
'path' => $baseDir . '/tests/php/src/Internal/DependencyManagement/ExampleClasses/
|
1032 |
),
|
1033 |
'Automattic\\WooCommerce\\Tests\\Internal\\DependencyManagement\\ExampleClasses\\ClassWithPrivateInjectionMethod' => array(
|
1034 |
'version' => '6.8.0.0',
|
1035 |
'path' => $baseDir . '/tests/php/src/Internal/DependencyManagement/ExampleClasses/ClassWithPrivateInjectionMethod.php'
|
1036 |
),
|
|
|
|
|
|
|
|
|
1037 |
'Automattic\\WooCommerce\\Tests\\Internal\\DependencyManagement\\ExampleClasses\\ClassWithInjectionMethodArgumentWithoutTypeHint' => array(
|
1038 |
'version' => '6.8.0.0',
|
1039 |
'path' => $baseDir . '/tests/php/src/Internal/DependencyManagement/ExampleClasses/ClassWithInjectionMethodArgumentWithoutTypeHint.php'
|
1040 |
),
|
1041 |
-
'
|
1042 |
'version' => '6.8.0.0',
|
1043 |
-
'path' => $baseDir . '/tests/php/src/Internal/DependencyManagement/
|
1044 |
),
|
1045 |
-
'Automattic\\WooCommerce\\Tests\\Internal\\
|
1046 |
'version' => '6.8.0.0',
|
1047 |
-
'path' => $baseDir . '/tests/php/src/Internal/
|
1048 |
),
|
1049 |
-
'Automattic\\WooCommerce\\Tests\\Internal\\
|
1050 |
'version' => '6.8.0.0',
|
1051 |
-
'path' => $baseDir . '/tests/php/src/Internal/
|
1052 |
),
|
1053 |
-
'Automattic\\WooCommerce\\Tests\\
|
1054 |
'version' => '6.8.0.0',
|
1055 |
-
'path' => $baseDir . '/tests/php/src/
|
1056 |
),
|
1057 |
-
'Automattic\\WooCommerce\\Tests\\
|
1058 |
'version' => '6.8.0.0',
|
1059 |
-
'path' => $baseDir . '/tests/php/src/
|
1060 |
),
|
1061 |
-
'Automattic\\WooCommerce\\Tests\\
|
1062 |
'version' => '6.8.0.0',
|
1063 |
-
'path' => $baseDir . '/tests/php/src/
|
1064 |
),
|
1065 |
-
'
|
1066 |
'version' => '6.8.0.0',
|
1067 |
-
'path' => $baseDir . '/tests/php/src/
|
1068 |
),
|
1069 |
-
'Automattic\\WooCommerce\\Tests\\
|
1070 |
'version' => '6.8.0.0',
|
1071 |
-
'path' => $baseDir . '/tests/php/src/
|
1072 |
),
|
1073 |
-
'Automattic\\WooCommerce\\
|
1074 |
'version' => '6.8.0.0',
|
1075 |
-
'path' => $baseDir . '/tests/
|
1076 |
),
|
1077 |
-
'Automattic\\WooCommerce\\
|
1078 |
'version' => '6.8.0.0',
|
1079 |
-
'path' => $baseDir . '/tests/
|
1080 |
),
|
1081 |
-
'Automattic\\WooCommerce\\
|
1082 |
'version' => '6.8.0.0',
|
1083 |
-
'path' => $baseDir . '/tests/
|
1084 |
),
|
1085 |
-
'Automattic\\WooCommerce\\
|
1086 |
'version' => '6.8.0.0',
|
1087 |
-
'path' => $baseDir . '/tests/
|
|
|
|
|
|
|
|
|
1088 |
),
|
1089 |
'Automattic\\WooCommerce\\Testing\\Tools\\CodeHacking\\Hacks\\CodeHack' => array(
|
1090 |
'version' => '6.8.0.0',
|
1091 |
'path' => $baseDir . '/tests/Tools/CodeHacking/Hacks/CodeHack.php'
|
1092 |
),
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1093 |
'Automattic\\WooCommerce\\Testing\\Tools\\FakeQueue' => array(
|
1094 |
'version' => '6.8.0.0',
|
1095 |
'path' => $baseDir . '/tests/Tools/FakeQueue.php'
|
@@ -1102,433 +1142,429 @@ return array(
|
|
1102 |
'version' => '6.8.0.0',
|
1103 |
'path' => $baseDir . '/tests/Tools/DependencyManagement/MockableLegacyProxy.php'
|
1104 |
),
|
1105 |
-
'Automattic\\WooCommerce\\StoreApi\\
|
1106 |
'version' => '8.0.0.0',
|
1107 |
-
'path' => $baseDir . '/packages/woocommerce-blocks/src/StoreApi/
|
1108 |
),
|
1109 |
-
'Automattic\\WooCommerce\\StoreApi\\
|
1110 |
'version' => '8.0.0.0',
|
1111 |
-
'path' => $baseDir . '/packages/woocommerce-blocks/src/StoreApi/
|
1112 |
),
|
1113 |
-
'Automattic\\WooCommerce\\StoreApi\\
|
1114 |
'version' => '8.0.0.0',
|
1115 |
-
'path' => $baseDir . '/packages/woocommerce-blocks/src/StoreApi/
|
1116 |
),
|
1117 |
-
'Automattic\\WooCommerce\\StoreApi\\
|
1118 |
'version' => '8.0.0.0',
|
1119 |
-
'path' => $baseDir . '/packages/woocommerce-blocks/src/StoreApi/
|
1120 |
),
|
1121 |
-
'Automattic\\WooCommerce\\StoreApi\\
|
1122 |
'version' => '8.0.0.0',
|
1123 |
-
'path' => $baseDir . '/packages/woocommerce-blocks/src/StoreApi/
|
1124 |
),
|
1125 |
-
'Automattic\\WooCommerce\\StoreApi\\
|
1126 |
'version' => '8.0.0.0',
|
1127 |
-
'path' => $baseDir . '/packages/woocommerce-blocks/src/StoreApi/
|
1128 |
),
|
1129 |
-
'Automattic\\WooCommerce\\StoreApi\\
|
1130 |
'version' => '8.0.0.0',
|
1131 |
-
'path' => $baseDir . '/packages/woocommerce-blocks/src/StoreApi/
|
1132 |
),
|
1133 |
-
'Automattic\\WooCommerce\\StoreApi\\
|
1134 |
'version' => '8.0.0.0',
|
1135 |
-
'path' => $baseDir . '/packages/woocommerce-blocks/src/StoreApi/
|
1136 |
),
|
1137 |
-
'Automattic\\WooCommerce\\StoreApi\\
|
1138 |
'version' => '8.0.0.0',
|
1139 |
-
'path' => $baseDir . '/packages/woocommerce-blocks/src/StoreApi/
|
1140 |
),
|
1141 |
-
'Automattic\\WooCommerce\\StoreApi\\
|
1142 |
'version' => '8.0.0.0',
|
1143 |
-
'path' => $baseDir . '/packages/woocommerce-blocks/src/StoreApi/
|
1144 |
),
|
1145 |
-
'Automattic\\WooCommerce\\StoreApi\\
|
1146 |
'version' => '8.0.0.0',
|
1147 |
-
'path' => $baseDir . '/packages/woocommerce-blocks/src/StoreApi/
|
1148 |
),
|
1149 |
-
'Automattic\\WooCommerce\\StoreApi\\
|
1150 |
'version' => '8.0.0.0',
|
1151 |
-
'path' => $baseDir . '/packages/woocommerce-blocks/src/StoreApi/
|
1152 |
),
|
1153 |
-
'Automattic\\WooCommerce\\StoreApi\\
|
1154 |
'version' => '8.0.0.0',
|
1155 |
-
'path' => $baseDir . '/packages/woocommerce-blocks/src/StoreApi/
|
1156 |
),
|
1157 |
-
'Automattic\\WooCommerce\\StoreApi\\
|
1158 |
'version' => '8.0.0.0',
|
1159 |
-
'path' => $baseDir . '/packages/woocommerce-blocks/src/StoreApi/
|
1160 |
),
|
1161 |
-
'Automattic\\WooCommerce\\StoreApi\\
|
1162 |
'version' => '8.0.0.0',
|
1163 |
-
'path' => $baseDir . '/packages/woocommerce-blocks/src/StoreApi/
|
1164 |
),
|
1165 |
-
'Automattic\\WooCommerce\\StoreApi\\
|
1166 |
'version' => '8.0.0.0',
|
1167 |
-
'path' => $baseDir . '/packages/woocommerce-blocks/src/StoreApi/
|
1168 |
),
|
1169 |
-
'Automattic\\WooCommerce\\StoreApi\\
|
1170 |
'version' => '8.0.0.0',
|
1171 |
-
'path' => $baseDir . '/packages/woocommerce-blocks/src/StoreApi/
|
1172 |
),
|
1173 |
-
'Automattic\\WooCommerce\\StoreApi\\
|
1174 |
'version' => '8.0.0.0',
|
1175 |
-
'path' => $baseDir . '/packages/woocommerce-blocks/src/StoreApi/
|
1176 |
),
|
1177 |
-
'Automattic\\WooCommerce\\StoreApi\\
|
1178 |
'version' => '8.0.0.0',
|
1179 |
-
'path' => $baseDir . '/packages/woocommerce-blocks/src/StoreApi/
|
1180 |
),
|
1181 |
-
'Automattic\\WooCommerce\\StoreApi\\
|
1182 |
'version' => '8.0.0.0',
|
1183 |
-
'path' => $baseDir . '/packages/woocommerce-blocks/src/StoreApi/
|
1184 |
),
|
1185 |
-
'Automattic\\WooCommerce\\StoreApi\\
|
1186 |
'version' => '8.0.0.0',
|
1187 |
-
'path' => $baseDir . '/packages/woocommerce-blocks/src/StoreApi/
|
1188 |
),
|
1189 |
-
'Automattic\\WooCommerce\\StoreApi\\
|
1190 |
'version' => '8.0.0.0',
|
1191 |
-
'path' => $baseDir . '/packages/woocommerce-blocks/src/StoreApi/
|
1192 |
),
|
1193 |
-
'Automattic\\WooCommerce\\StoreApi\\
|
1194 |
'version' => '8.0.0.0',
|
1195 |
-
'path' => $baseDir . '/packages/woocommerce-blocks/src/StoreApi/
|
1196 |
),
|
1197 |
-
'Automattic\\WooCommerce\\StoreApi\\
|
1198 |
'version' => '8.0.0.0',
|
1199 |
-
'path' => $baseDir . '/packages/woocommerce-blocks/src/StoreApi/
|
1200 |
),
|
1201 |
-
'Automattic\\WooCommerce\\StoreApi\\
|
1202 |
'version' => '8.0.0.0',
|
1203 |
-
'path' => $baseDir . '/packages/woocommerce-blocks/src/StoreApi/
|
1204 |
),
|
1205 |
-
'Automattic\\WooCommerce\\StoreApi\\
|
1206 |
'version' => '8.0.0.0',
|
1207 |
-
'path' => $baseDir . '/packages/woocommerce-blocks/src/StoreApi/
|
1208 |
),
|
1209 |
-
'Automattic\\WooCommerce\\StoreApi\\
|
1210 |
'version' => '8.0.0.0',
|
1211 |
-
'path' => $baseDir . '/packages/woocommerce-blocks/src/StoreApi/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1212 |
),
|
1213 |
'Automattic\\WooCommerce\\StoreApi\\Routes\\RouteInterface' => array(
|
1214 |
'version' => '8.0.0.0',
|
1215 |
'path' => $baseDir . '/packages/woocommerce-blocks/src/StoreApi/Routes/RouteInterface.php'
|
1216 |
),
|
1217 |
-
'Automattic\\WooCommerce\\StoreApi\\Routes\\V1\\
|
1218 |
'version' => '8.0.0.0',
|
1219 |
-
'path' => $baseDir . '/packages/woocommerce-blocks/src/StoreApi/Routes/V1/
|
1220 |
),
|
1221 |
-
'Automattic\\WooCommerce\\StoreApi\\Routes\\V1\\
|
1222 |
'version' => '8.0.0.0',
|
1223 |
-
'path' => $baseDir . '/packages/woocommerce-blocks/src/StoreApi/Routes/V1/
|
1224 |
),
|
1225 |
-
'Automattic\\WooCommerce\\StoreApi\\Routes\\V1\\
|
1226 |
'version' => '8.0.0.0',
|
1227 |
-
'path' => $baseDir . '/packages/woocommerce-blocks/src/StoreApi/Routes/V1/
|
1228 |
),
|
1229 |
-
'Automattic\\WooCommerce\\StoreApi\\Routes\\V1\\
|
1230 |
'version' => '8.0.0.0',
|
1231 |
-
'path' => $baseDir . '/packages/woocommerce-blocks/src/StoreApi/Routes/V1/
|
1232 |
),
|
1233 |
-
'Automattic\\WooCommerce\\StoreApi\\Routes\\V1\\
|
1234 |
'version' => '8.0.0.0',
|
1235 |
-
'path' => $baseDir . '/packages/woocommerce-blocks/src/StoreApi/Routes/V1/
|
1236 |
),
|
1237 |
-
'Automattic\\WooCommerce\\StoreApi\\Routes\\V1\\
|
1238 |
'version' => '8.0.0.0',
|
1239 |
-
'path' => $baseDir . '/packages/woocommerce-blocks/src/StoreApi/Routes/V1/
|
1240 |
),
|
1241 |
'Automattic\\WooCommerce\\StoreApi\\Routes\\V1\\CartApplyCoupon' => array(
|
1242 |
'version' => '8.0.0.0',
|
1243 |
'path' => $baseDir . '/packages/woocommerce-blocks/src/StoreApi/Routes/V1/CartApplyCoupon.php'
|
1244 |
),
|
1245 |
-
'Automattic\\WooCommerce\\StoreApi\\Routes\\V1\\
|
1246 |
'version' => '8.0.0.0',
|
1247 |
-
'path' => $baseDir . '/packages/woocommerce-blocks/src/StoreApi/Routes/V1/
|
1248 |
),
|
1249 |
'Automattic\\WooCommerce\\StoreApi\\Routes\\V1\\CartAddItem' => array(
|
1250 |
'version' => '8.0.0.0',
|
1251 |
'path' => $baseDir . '/packages/woocommerce-blocks/src/StoreApi/Routes/V1/CartAddItem.php'
|
1252 |
),
|
1253 |
-
'Automattic\\WooCommerce\\StoreApi\\Routes\\V1\\
|
1254 |
-
'version' => '8.0.0.0',
|
1255 |
-
'path' => $baseDir . '/packages/woocommerce-blocks/src/StoreApi/Routes/V1/Checkout.php'
|
1256 |
-
),
|
1257 |
-
'Automattic\\WooCommerce\\StoreApi\\Routes\\V1\\Products' => array(
|
1258 |
'version' => '8.0.0.0',
|
1259 |
-
'path' => $baseDir . '/packages/woocommerce-blocks/src/StoreApi/Routes/V1/
|
1260 |
),
|
1261 |
'Automattic\\WooCommerce\\StoreApi\\Routes\\V1\\CartItems' => array(
|
1262 |
'version' => '8.0.0.0',
|
1263 |
'path' => $baseDir . '/packages/woocommerce-blocks/src/StoreApi/Routes/V1/CartItems.php'
|
1264 |
),
|
1265 |
-
'Automattic\\WooCommerce\\StoreApi\\Routes\\V1\\
|
1266 |
-
'version' => '8.0.0.0',
|
1267 |
-
'path' => $baseDir . '/packages/woocommerce-blocks/src/StoreApi/Routes/V1/ProductTags.php'
|
1268 |
-
),
|
1269 |
-
'Automattic\\WooCommerce\\StoreApi\\Routes\\V1\\ProductsById' => array(
|
1270 |
'version' => '8.0.0.0',
|
1271 |
-
'path' => $baseDir . '/packages/woocommerce-blocks/src/StoreApi/Routes/V1/
|
1272 |
),
|
1273 |
-
'Automattic\\WooCommerce\\StoreApi\\Routes\\V1\\
|
1274 |
'version' => '8.0.0.0',
|
1275 |
-
'path' => $baseDir . '/packages/woocommerce-blocks/src/StoreApi/Routes/V1/
|
1276 |
),
|
1277 |
-
'Automattic\\WooCommerce\\StoreApi\\Routes\\V1\\
|
1278 |
'version' => '8.0.0.0',
|
1279 |
-
'path' => $baseDir . '/packages/woocommerce-blocks/src/StoreApi/Routes/V1/
|
1280 |
),
|
1281 |
'Automattic\\WooCommerce\\StoreApi\\Routes\\V1\\CartRemoveItem' => array(
|
1282 |
'version' => '8.0.0.0',
|
1283 |
'path' => $baseDir . '/packages/woocommerce-blocks/src/StoreApi/Routes/V1/CartRemoveItem.php'
|
1284 |
),
|
1285 |
-
'Automattic\\WooCommerce\\StoreApi\\Routes\\V1\\
|
1286 |
'version' => '8.0.0.0',
|
1287 |
-
'path' => $baseDir . '/packages/woocommerce-blocks/src/StoreApi/Routes/V1/
|
1288 |
),
|
1289 |
-
'Automattic\\WooCommerce\\StoreApi\\Routes\\V1\\
|
1290 |
'version' => '8.0.0.0',
|
1291 |
-
'path' => $baseDir . '/packages/woocommerce-blocks/src/StoreApi/Routes/V1/
|
|
|
|
|
|
|
|
|
1292 |
),
|
1293 |
'Automattic\\WooCommerce\\StoreApi\\Routes\\V1\\CartExtensions' => array(
|
1294 |
'version' => '8.0.0.0',
|
1295 |
'path' => $baseDir . '/packages/woocommerce-blocks/src/StoreApi/Routes/V1/CartExtensions.php'
|
1296 |
),
|
1297 |
-
'Automattic\\WooCommerce\\StoreApi\\Routes\\V1\\
|
1298 |
'version' => '8.0.0.0',
|
1299 |
-
'path' => $baseDir . '/packages/woocommerce-blocks/src/StoreApi/Routes/V1/
|
1300 |
),
|
1301 |
-
'Automattic\\WooCommerce\\StoreApi\\Routes\\V1\\
|
1302 |
'version' => '8.0.0.0',
|
1303 |
-
'path' => $baseDir . '/packages/woocommerce-blocks/src/StoreApi/Routes/V1/
|
1304 |
),
|
1305 |
-
'Automattic\\WooCommerce\\StoreApi\\Routes\\V1\\
|
1306 |
'version' => '8.0.0.0',
|
1307 |
-
'path' => $baseDir . '/packages/woocommerce-blocks/src/StoreApi/Routes/V1/
|
1308 |
),
|
1309 |
-
'Automattic\\WooCommerce\\StoreApi\\Routes\\V1\\
|
1310 |
'version' => '8.0.0.0',
|
1311 |
-
'path' => $baseDir . '/packages/woocommerce-blocks/src/StoreApi/Routes/V1/
|
1312 |
),
|
1313 |
-
'Automattic\\WooCommerce\\StoreApi\\Routes\\V1\\
|
1314 |
'version' => '8.0.0.0',
|
1315 |
-
'path' => $baseDir . '/packages/woocommerce-blocks/src/StoreApi/Routes/V1/
|
1316 |
),
|
1317 |
-
'Automattic\\WooCommerce\\StoreApi\\Routes\\V1\\
|
1318 |
'version' => '8.0.0.0',
|
1319 |
-
'path' => $baseDir . '/packages/woocommerce-blocks/src/StoreApi/Routes/V1/
|
1320 |
),
|
1321 |
-
'Automattic\\WooCommerce\\StoreApi\\Routes\\V1\\
|
1322 |
'version' => '8.0.0.0',
|
1323 |
-
'path' => $baseDir . '/packages/woocommerce-blocks/src/StoreApi/Routes/V1/
|
1324 |
),
|
1325 |
-
'Automattic\\WooCommerce\\StoreApi\\Routes\\V1\\
|
1326 |
'version' => '8.0.0.0',
|
1327 |
-
'path' => $baseDir . '/packages/woocommerce-blocks/src/StoreApi/Routes/V1/
|
1328 |
),
|
1329 |
-
'Automattic\\WooCommerce\\StoreApi\\
|
1330 |
'version' => '8.0.0.0',
|
1331 |
-
'path' => $baseDir . '/packages/woocommerce-blocks/src/StoreApi/
|
1332 |
),
|
1333 |
-
'Automattic\\WooCommerce\\StoreApi\\
|
1334 |
'version' => '8.0.0.0',
|
1335 |
-
'path' => $baseDir . '/packages/woocommerce-blocks/src/StoreApi/
|
1336 |
),
|
1337 |
-
'Automattic\\WooCommerce\\StoreApi\\
|
1338 |
'version' => '8.0.0.0',
|
1339 |
-
'path' => $baseDir . '/packages/woocommerce-blocks/src/StoreApi/
|
1340 |
),
|
1341 |
-
'Automattic\\WooCommerce\\StoreApi\\
|
1342 |
'version' => '8.0.0.0',
|
1343 |
-
'path' => $baseDir . '/packages/woocommerce-blocks/src/StoreApi/
|
1344 |
),
|
1345 |
-
'Automattic\\WooCommerce\\StoreApi\\
|
1346 |
'version' => '8.0.0.0',
|
1347 |
-
'path' => $baseDir . '/packages/woocommerce-blocks/src/StoreApi/
|
1348 |
),
|
1349 |
-
'Automattic\\WooCommerce\\StoreApi\\
|
1350 |
'version' => '8.0.0.0',
|
1351 |
-
'path' => $baseDir . '/packages/woocommerce-blocks/src/StoreApi/
|
1352 |
),
|
1353 |
-
'Automattic\\WooCommerce\\StoreApi\\
|
1354 |
'version' => '8.0.0.0',
|
1355 |
-
'path' => $baseDir . '/packages/woocommerce-blocks/src/StoreApi/
|
1356 |
),
|
1357 |
-
'Automattic\\WooCommerce\\StoreApi\\
|
1358 |
'version' => '8.0.0.0',
|
1359 |
-
'path' => $baseDir . '/packages/woocommerce-blocks/src/StoreApi/
|
1360 |
),
|
1361 |
-
'Automattic\\WooCommerce\\StoreApi\\
|
1362 |
'version' => '8.0.0.0',
|
1363 |
-
'path' => $baseDir . '/packages/woocommerce-blocks/src/StoreApi/
|
1364 |
),
|
1365 |
-
'Automattic\\WooCommerce\\StoreApi\\
|
1366 |
'version' => '8.0.0.0',
|
1367 |
-
'path' => $baseDir . '/packages/woocommerce-blocks/src/StoreApi/
|
1368 |
),
|
1369 |
-
'Automattic\\WooCommerce\\StoreApi\\
|
1370 |
'version' => '8.0.0.0',
|
1371 |
-
'path' => $baseDir . '/packages/woocommerce-blocks/src/StoreApi/
|
1372 |
),
|
1373 |
-
'Automattic\\WooCommerce\\StoreApi\\
|
1374 |
'version' => '8.0.0.0',
|
1375 |
-
'path' => $baseDir . '/packages/woocommerce-blocks/src/StoreApi/
|
1376 |
),
|
1377 |
-
'Automattic\\WooCommerce\\StoreApi\\
|
1378 |
'version' => '8.0.0.0',
|
1379 |
-
'path' => $baseDir . '/packages/woocommerce-blocks/src/StoreApi/
|
1380 |
),
|
1381 |
-
'Automattic\\WooCommerce\\StoreApi\\
|
1382 |
'version' => '8.0.0.0',
|
1383 |
-
'path' => $baseDir . '/packages/woocommerce-blocks/src/StoreApi/
|
1384 |
),
|
1385 |
-
'Automattic\\WooCommerce\\StoreApi\\
|
1386 |
'version' => '8.0.0.0',
|
1387 |
-
'path' => $baseDir . '/packages/woocommerce-blocks/src/StoreApi/
|
1388 |
),
|
1389 |
-
'Automattic\\WooCommerce\\StoreApi\\
|
1390 |
'version' => '8.0.0.0',
|
1391 |
-
'path' => $baseDir . '/packages/woocommerce-blocks/src/StoreApi/
|
1392 |
),
|
1393 |
-
'Automattic\\WooCommerce\\StoreApi\\
|
1394 |
'version' => '8.0.0.0',
|
1395 |
-
'path' => $baseDir . '/packages/woocommerce-blocks/src/StoreApi/
|
1396 |
),
|
1397 |
-
'Automattic\\WooCommerce\\StoreApi\\
|
1398 |
'version' => '8.0.0.0',
|
1399 |
-
'path' => $baseDir . '/packages/woocommerce-blocks/src/StoreApi/
|
1400 |
),
|
1401 |
-
'Automattic\\WooCommerce\\StoreApi\\
|
1402 |
'version' => '8.0.0.0',
|
1403 |
-
'path' => $baseDir . '/packages/woocommerce-blocks/src/StoreApi/
|
1404 |
),
|
1405 |
-
'Automattic\\WooCommerce\\StoreApi\\
|
1406 |
'version' => '8.0.0.0',
|
1407 |
-
'path' => $baseDir . '/packages/woocommerce-blocks/src/StoreApi/
|
1408 |
),
|
1409 |
-
'Automattic\\WooCommerce\\StoreApi\\
|
1410 |
'version' => '8.0.0.0',
|
1411 |
-
'path' => $baseDir . '/packages/woocommerce-blocks/src/StoreApi/
|
1412 |
),
|
1413 |
-
'Automattic\\WooCommerce\\StoreApi\\
|
1414 |
'version' => '8.0.0.0',
|
1415 |
-
'path' => $baseDir . '/packages/woocommerce-blocks/src/StoreApi/
|
1416 |
),
|
1417 |
-
'Automattic\\WooCommerce\\StoreApi\\
|
1418 |
'version' => '8.0.0.0',
|
1419 |
-
'path' => $baseDir . '/packages/woocommerce-blocks/src/StoreApi/
|
1420 |
),
|
1421 |
-
'Automattic\\WooCommerce\\StoreApi\\
|
1422 |
'version' => '8.0.0.0',
|
1423 |
-
'path' => $baseDir . '/packages/woocommerce-blocks/src/StoreApi/
|
1424 |
),
|
1425 |
-
'Automattic\\WooCommerce\\
|
1426 |
'version' => '8.0.0.0',
|
1427 |
-
'path' => $baseDir . '/packages/woocommerce-blocks/src/
|
1428 |
),
|
1429 |
-
'Automattic\\WooCommerce\\Blocks\\
|
1430 |
'version' => '8.0.0.0',
|
1431 |
-
'path' => $baseDir . '/packages/woocommerce-blocks/src/
|
1432 |
),
|
1433 |
-
'Automattic\\WooCommerce\\Blocks\\
|
1434 |
'version' => '8.0.0.0',
|
1435 |
-
'path' => $baseDir . '/packages/woocommerce-blocks/src/
|
1436 |
),
|
1437 |
-
'Automattic\\WooCommerce\\Blocks\\
|
1438 |
'version' => '8.0.0.0',
|
1439 |
-
'path' => $baseDir . '/packages/woocommerce-blocks/src/
|
1440 |
),
|
1441 |
-
'Automattic\\WooCommerce\\Blocks\\
|
1442 |
'version' => '8.0.0.0',
|
1443 |
-
'path' => $baseDir . '/packages/woocommerce-blocks/src/
|
1444 |
),
|
1445 |
-
'Automattic\\WooCommerce\\Blocks\\
|
1446 |
'version' => '8.0.0.0',
|
1447 |
-
'path' => $baseDir . '/packages/woocommerce-blocks/src/
|
1448 |
),
|
1449 |
-
'Automattic\\WooCommerce\\Blocks\\
|
1450 |
'version' => '8.0.0.0',
|
1451 |
-
'path' => $baseDir . '/packages/woocommerce-blocks/src/
|
1452 |
),
|
1453 |
-
'Automattic\\WooCommerce\\Blocks\\
|
1454 |
'version' => '8.0.0.0',
|
1455 |
-
'path' => $baseDir . '/packages/woocommerce-blocks/src/
|
1456 |
),
|
1457 |
-
'Automattic\\WooCommerce\\Blocks\\
|
1458 |
'version' => '8.0.0.0',
|
1459 |
-
'path' => $baseDir . '/packages/woocommerce-blocks/src/
|
1460 |
),
|
1461 |
-
'Automattic\\WooCommerce\\Blocks\\
|
1462 |
'version' => '8.0.0.0',
|
1463 |
-
'path' => $baseDir . '/packages/woocommerce-blocks/src/
|
1464 |
),
|
1465 |
-
'Automattic\\WooCommerce\\Blocks\\
|
1466 |
'version' => '8.0.0.0',
|
1467 |
-
'path' => $baseDir . '/packages/woocommerce-blocks/src/
|
1468 |
),
|
1469 |
-
'Automattic\\WooCommerce\\Blocks\\
|
1470 |
'version' => '8.0.0.0',
|
1471 |
-
'path' => $baseDir . '/packages/woocommerce-blocks/src/
|
1472 |
),
|
1473 |
-
'Automattic\\WooCommerce\\Blocks\\
|
1474 |
'version' => '8.0.0.0',
|
1475 |
-
'path' => $baseDir . '/packages/woocommerce-blocks/src/
|
1476 |
),
|
1477 |
-
'Automattic\\WooCommerce\\Blocks\\BlockTypes\\
|
1478 |
'version' => '8.0.0.0',
|
1479 |
-
'path' => $baseDir . '/packages/woocommerce-blocks/src/BlockTypes/
|
1480 |
),
|
1481 |
-
'Automattic\\WooCommerce\\Blocks\\BlockTypes\\
|
1482 |
'version' => '8.0.0.0',
|
1483 |
-
'path' => $baseDir . '/packages/woocommerce-blocks/src/BlockTypes/
|
1484 |
),
|
1485 |
'Automattic\\WooCommerce\\Blocks\\BlockTypes\\ProductImage' => array(
|
1486 |
'version' => '8.0.0.0',
|
1487 |
'path' => $baseDir . '/packages/woocommerce-blocks/src/BlockTypes/ProductImage.php'
|
1488 |
),
|
1489 |
-
'Automattic\\WooCommerce\\Blocks\\BlockTypes\\
|
1490 |
-
'version' => '8.0.0.0',
|
1491 |
-
'path' => $baseDir . '/packages/woocommerce-blocks/src/BlockTypes/StockFilter.php'
|
1492 |
-
),
|
1493 |
-
'Automattic\\WooCommerce\\Blocks\\BlockTypes\\PriceFilter' => array(
|
1494 |
-
'version' => '8.0.0.0',
|
1495 |
-
'path' => $baseDir . '/packages/woocommerce-blocks/src/BlockTypes/PriceFilter.php'
|
1496 |
-
),
|
1497 |
-
'Automattic\\WooCommerce\\Blocks\\BlockTypes\\Checkout' => array(
|
1498 |
'version' => '8.0.0.0',
|
1499 |
-
'path' => $baseDir . '/packages/woocommerce-blocks/src/BlockTypes/
|
1500 |
),
|
1501 |
-
'Automattic\\WooCommerce\\Blocks\\BlockTypes\\
|
1502 |
'version' => '8.0.0.0',
|
1503 |
-
'path' => $baseDir . '/packages/woocommerce-blocks/src/BlockTypes/
|
1504 |
),
|
1505 |
-
'Automattic\\WooCommerce\\Blocks\\BlockTypes\\
|
1506 |
'version' => '8.0.0.0',
|
1507 |
-
'path' => $baseDir . '/packages/woocommerce-blocks/src/BlockTypes/
|
1508 |
),
|
1509 |
-
'Automattic\\WooCommerce\\Blocks\\BlockTypes\\
|
1510 |
'version' => '8.0.0.0',
|
1511 |
-
'path' => $baseDir . '/packages/woocommerce-blocks/src/BlockTypes/
|
1512 |
),
|
1513 |
-
'Automattic\\WooCommerce\\Blocks\\BlockTypes\\
|
1514 |
'version' => '8.0.0.0',
|
1515 |
-
'path' => $baseDir . '/packages/woocommerce-blocks/src/BlockTypes/
|
1516 |
),
|
1517 |
-
'Automattic\\WooCommerce\\Blocks\\BlockTypes\\
|
1518 |
'version' => '8.0.0.0',
|
1519 |
-
'path' => $baseDir . '/packages/woocommerce-blocks/src/BlockTypes/
|
1520 |
),
|
1521 |
-
'Automattic\\WooCommerce\\Blocks\\BlockTypes\\
|
1522 |
'version' => '8.0.0.0',
|
1523 |
-
'path' => $baseDir . '/packages/woocommerce-blocks/src/BlockTypes/
|
1524 |
),
|
1525 |
-
'Automattic\\WooCommerce\\Blocks\\BlockTypes\\
|
1526 |
'version' => '8.0.0.0',
|
1527 |
-
'path' => $baseDir . '/packages/woocommerce-blocks/src/BlockTypes/
|
1528 |
),
|
1529 |
-
'Automattic\\WooCommerce\\Blocks\\BlockTypes\\
|
1530 |
'version' => '8.0.0.0',
|
1531 |
-
'path' => $baseDir . '/packages/woocommerce-blocks/src/BlockTypes/
|
1532 |
),
|
1533 |
'Automattic\\WooCommerce\\Blocks\\BlockTypes\\ProductTag' => array(
|
1534 |
'version' => '8.0.0.0',
|
@@ -1538,2081 +1574,2145 @@ return array(
|
|
1538 |
'version' => '8.0.0.0',
|
1539 |
'path' => $baseDir . '/packages/woocommerce-blocks/src/BlockTypes/AttributeFilter.php'
|
1540 |
),
|
1541 |
-
'Automattic\\WooCommerce\\Blocks\\BlockTypes\\
|
1542 |
'version' => '8.0.0.0',
|
1543 |
-
'path' => $baseDir . '/packages/woocommerce-blocks/src/BlockTypes/
|
1544 |
),
|
1545 |
-
'Automattic\\WooCommerce\\Blocks\\BlockTypes\\
|
1546 |
'version' => '8.0.0.0',
|
1547 |
-
'path' => $baseDir . '/packages/woocommerce-blocks/src/BlockTypes/
|
1548 |
),
|
1549 |
-
'Automattic\\WooCommerce\\Blocks\\BlockTypes\\
|
1550 |
'version' => '8.0.0.0',
|
1551 |
-
'path' => $baseDir . '/packages/woocommerce-blocks/src/BlockTypes/
|
1552 |
),
|
1553 |
-
'Automattic\\WooCommerce\\Blocks\\BlockTypes\\
|
1554 |
'version' => '8.0.0.0',
|
1555 |
-
'path' => $baseDir . '/packages/woocommerce-blocks/src/BlockTypes/
|
1556 |
),
|
1557 |
-
'Automattic\\WooCommerce\\Blocks\\BlockTypes\\
|
1558 |
'version' => '8.0.0.0',
|
1559 |
-
'path' => $baseDir . '/packages/woocommerce-blocks/src/BlockTypes/
|
1560 |
),
|
1561 |
-
'Automattic\\WooCommerce\\Blocks\\BlockTypes\\
|
1562 |
'version' => '8.0.0.0',
|
1563 |
-
'path' => $baseDir . '/packages/woocommerce-blocks/src/BlockTypes/
|
1564 |
),
|
1565 |
-
'Automattic\\WooCommerce\\Blocks\\BlockTypes\\
|
1566 |
'version' => '8.0.0.0',
|
1567 |
-
'path' => $baseDir . '/packages/woocommerce-blocks/src/BlockTypes/
|
1568 |
),
|
1569 |
'Automattic\\WooCommerce\\Blocks\\BlockTypes\\ProductSearch' => array(
|
1570 |
'version' => '8.0.0.0',
|
1571 |
'path' => $baseDir . '/packages/woocommerce-blocks/src/BlockTypes/ProductSearch.php'
|
1572 |
),
|
1573 |
-
'Automattic\\WooCommerce\\Blocks\\BlockTypes\\
|
1574 |
'version' => '8.0.0.0',
|
1575 |
-
'path' => $baseDir . '/packages/woocommerce-blocks/src/BlockTypes/
|
1576 |
),
|
1577 |
-
'Automattic\\WooCommerce\\Blocks\\BlockTypes\\
|
1578 |
'version' => '8.0.0.0',
|
1579 |
-
'path' => $baseDir . '/packages/woocommerce-blocks/src/BlockTypes/
|
1580 |
),
|
1581 |
-
'Automattic\\WooCommerce\\Blocks\\BlockTypes\\
|
1582 |
'version' => '8.0.0.0',
|
1583 |
-
'path' => $baseDir . '/packages/woocommerce-blocks/src/BlockTypes/
|
1584 |
),
|
1585 |
-
'Automattic\\WooCommerce\\Blocks\\BlockTypes\\
|
1586 |
'version' => '8.0.0.0',
|
1587 |
-
'path' => $baseDir . '/packages/woocommerce-blocks/src/BlockTypes/
|
1588 |
),
|
1589 |
-
'Automattic\\WooCommerce\\Blocks\\BlockTypes\\
|
1590 |
'version' => '8.0.0.0',
|
1591 |
-
'path' => $baseDir . '/packages/woocommerce-blocks/src/BlockTypes/
|
1592 |
),
|
1593 |
-
'Automattic\\WooCommerce\\Blocks\\BlockTypes\\
|
1594 |
'version' => '8.0.0.0',
|
1595 |
-
'path' => $baseDir . '/packages/woocommerce-blocks/src/BlockTypes/
|
|
|
|
|
|
|
|
|
1596 |
),
|
1597 |
'Automattic\\WooCommerce\\Blocks\\BlockTypes\\ProductTopRated' => array(
|
1598 |
'version' => '8.0.0.0',
|
1599 |
'path' => $baseDir . '/packages/woocommerce-blocks/src/BlockTypes/ProductTopRated.php'
|
1600 |
),
|
1601 |
-
'Automattic\\WooCommerce\\Blocks\\
|
1602 |
'version' => '8.0.0.0',
|
1603 |
-
'path' => $baseDir . '/packages/woocommerce-blocks/src/
|
1604 |
),
|
1605 |
-
'Automattic\\WooCommerce\\Blocks\\
|
1606 |
'version' => '8.0.0.0',
|
1607 |
-
'path' => $baseDir . '/packages/woocommerce-blocks/src/
|
1608 |
),
|
1609 |
-
'Automattic\\WooCommerce\\Blocks\\
|
1610 |
'version' => '8.0.0.0',
|
1611 |
-
'path' => $baseDir . '/packages/woocommerce-blocks/src/
|
1612 |
),
|
1613 |
-
'Automattic\\WooCommerce\\Blocks\\
|
1614 |
'version' => '8.0.0.0',
|
1615 |
-
'path' => $baseDir . '/packages/woocommerce-blocks/src/
|
1616 |
),
|
1617 |
-
'Automattic\\WooCommerce\\Blocks\\
|
1618 |
'version' => '8.0.0.0',
|
1619 |
-
'path' => $baseDir . '/packages/woocommerce-blocks/src/
|
1620 |
),
|
1621 |
-
'Automattic\\WooCommerce\\Blocks\\
|
1622 |
'version' => '8.0.0.0',
|
1623 |
-
'path' => $baseDir . '/packages/woocommerce-blocks/src/
|
1624 |
),
|
1625 |
-
'Automattic\\WooCommerce\\Blocks\\
|
1626 |
'version' => '8.0.0.0',
|
1627 |
-
'path' => $baseDir . '/packages/woocommerce-blocks/src/
|
1628 |
),
|
1629 |
-
'Automattic\\WooCommerce\\Blocks\\
|
1630 |
'version' => '8.0.0.0',
|
1631 |
-
'path' => $baseDir . '/packages/woocommerce-blocks/src/
|
1632 |
),
|
1633 |
-
'Automattic\\WooCommerce\\Blocks\\
|
1634 |
'version' => '8.0.0.0',
|
1635 |
-
'path' => $baseDir . '/packages/woocommerce-blocks/src/
|
1636 |
),
|
1637 |
-
'Automattic\\WooCommerce\\Blocks\\
|
1638 |
'version' => '8.0.0.0',
|
1639 |
-
'path' => $baseDir . '/packages/woocommerce-blocks/src/
|
1640 |
),
|
1641 |
-
'Automattic\\WooCommerce\\Blocks\\
|
1642 |
'version' => '8.0.0.0',
|
1643 |
-
'path' => $baseDir . '/packages/woocommerce-blocks/src/
|
1644 |
),
|
1645 |
-
'Automattic\\WooCommerce\\Blocks\\
|
1646 |
'version' => '8.0.0.0',
|
1647 |
-
'path' => $baseDir . '/packages/woocommerce-blocks/src/
|
1648 |
),
|
1649 |
-
'Automattic\\WooCommerce\\Blocks\\
|
1650 |
'version' => '8.0.0.0',
|
1651 |
-
'path' => $baseDir . '/packages/woocommerce-blocks/src/
|
1652 |
),
|
1653 |
-
'Automattic\\WooCommerce\\Blocks\\
|
1654 |
'version' => '8.0.0.0',
|
1655 |
-
'path' => $baseDir . '/packages/woocommerce-blocks/src/
|
1656 |
),
|
1657 |
-
'Automattic\\WooCommerce\\Blocks\\
|
1658 |
'version' => '8.0.0.0',
|
1659 |
-
'path' => $baseDir . '/packages/woocommerce-blocks/src/
|
1660 |
),
|
1661 |
-
'Automattic\\WooCommerce\\Blocks\\
|
1662 |
'version' => '8.0.0.0',
|
1663 |
-
'path' => $baseDir . '/packages/woocommerce-blocks/src/
|
1664 |
),
|
1665 |
-
'Automattic\\WooCommerce\\Blocks\\
|
1666 |
'version' => '8.0.0.0',
|
1667 |
-
'path' => $baseDir . '/packages/woocommerce-blocks/src/
|
1668 |
),
|
1669 |
-
'Automattic\\WooCommerce\\Blocks\\
|
1670 |
'version' => '8.0.0.0',
|
1671 |
-
'path' => $baseDir . '/packages/woocommerce-blocks/src/
|
1672 |
),
|
1673 |
-
'Automattic\\WooCommerce\\Blocks\\
|
1674 |
'version' => '8.0.0.0',
|
1675 |
-
'path' => $baseDir . '/packages/woocommerce-blocks/src/
|
1676 |
),
|
1677 |
-
'Automattic\\WooCommerce\\Blocks\\
|
1678 |
'version' => '8.0.0.0',
|
1679 |
-
'path' => $baseDir . '/packages/woocommerce-blocks/src/
|
1680 |
),
|
1681 |
-
'Automattic\\WooCommerce\\Blocks\\
|
1682 |
'version' => '8.0.0.0',
|
1683 |
-
'path' => $baseDir . '/packages/woocommerce-blocks/src/
|
1684 |
),
|
1685 |
-
'Automattic\\WooCommerce\\Blocks\\
|
1686 |
'version' => '8.0.0.0',
|
1687 |
-
'path' => $baseDir . '/packages/woocommerce-blocks/src/
|
1688 |
),
|
1689 |
-
'Automattic\\WooCommerce\\Blocks\\
|
1690 |
'version' => '8.0.0.0',
|
1691 |
-
'path' => $baseDir . '/packages/woocommerce-blocks/src/
|
1692 |
),
|
1693 |
-
'Automattic\\WooCommerce\\Blocks\\
|
1694 |
'version' => '8.0.0.0',
|
1695 |
-
'path' => $baseDir . '/packages/woocommerce-blocks/src/
|
1696 |
),
|
1697 |
-
'Automattic\\WooCommerce\\Blocks\\
|
1698 |
'version' => '8.0.0.0',
|
1699 |
-
'path' => $baseDir . '/packages/woocommerce-blocks/src/
|
1700 |
),
|
1701 |
-
'Automattic\\WooCommerce\\Blocks\\
|
1702 |
'version' => '8.0.0.0',
|
1703 |
-
'path' => $baseDir . '/packages/woocommerce-blocks/src/
|
1704 |
),
|
1705 |
-
'Automattic\\WooCommerce\\Blocks\\
|
1706 |
'version' => '8.0.0.0',
|
1707 |
-
'path' => $baseDir . '/packages/woocommerce-blocks/src/
|
1708 |
),
|
1709 |
-
'Automattic\\WooCommerce\\Blocks\\
|
1710 |
'version' => '8.0.0.0',
|
1711 |
-
'path' => $baseDir . '/packages/woocommerce-blocks/src/
|
1712 |
),
|
1713 |
-
'Automattic\\WooCommerce\\Blocks\\
|
1714 |
'version' => '8.0.0.0',
|
1715 |
-
'path' => $baseDir . '/packages/woocommerce-blocks/src/
|
1716 |
),
|
1717 |
-
'Automattic\\WooCommerce\\Blocks\\
|
1718 |
'version' => '8.0.0.0',
|
1719 |
-
'path' => $baseDir . '/packages/woocommerce-blocks/src/
|
1720 |
),
|
1721 |
-
'Automattic\\WooCommerce\\Blocks\\
|
1722 |
'version' => '8.0.0.0',
|
1723 |
-
'path' => $baseDir . '/packages/woocommerce-blocks/src/
|
1724 |
),
|
1725 |
-
'Automattic\\WooCommerce\\Blocks\\
|
1726 |
'version' => '8.0.0.0',
|
1727 |
-
'path' => $baseDir . '/packages/woocommerce-blocks/src/
|
1728 |
),
|
1729 |
-
'Automattic\\WooCommerce\\Blocks\\
|
1730 |
'version' => '8.0.0.0',
|
1731 |
-
'path' => $baseDir . '/packages/woocommerce-blocks/src/
|
1732 |
),
|
1733 |
-
'Automattic\\WooCommerce\\Blocks\\
|
1734 |
'version' => '8.0.0.0',
|
1735 |
-
'path' => $baseDir . '/packages/woocommerce-blocks/src/
|
1736 |
),
|
1737 |
-
'Automattic\\WooCommerce\\Blocks\\
|
1738 |
'version' => '8.0.0.0',
|
1739 |
-
'path' => $baseDir . '/packages/woocommerce-blocks/src/
|
1740 |
),
|
1741 |
-
'Automattic\\WooCommerce\\Blocks\\
|
1742 |
'version' => '8.0.0.0',
|
1743 |
-
'path' => $baseDir . '/packages/woocommerce-blocks/src/
|
1744 |
),
|
1745 |
-
'Automattic\\WooCommerce\\Blocks\\
|
1746 |
'version' => '8.0.0.0',
|
1747 |
-
'path' => $baseDir . '/packages/woocommerce-blocks/src/
|
1748 |
),
|
1749 |
-
'Automattic\\WooCommerce\\
|
1750 |
'version' => '6.8.0.0',
|
1751 |
-
'path' => $baseDir . '/src/
|
1752 |
),
|
1753 |
-
'Automattic\\WooCommerce\\
|
1754 |
'version' => '6.8.0.0',
|
1755 |
-
'path' => $baseDir . '/src/
|
1756 |
),
|
1757 |
-
'Automattic\\WooCommerce\\
|
1758 |
'version' => '6.8.0.0',
|
1759 |
-
'path' => $baseDir . '/src/
|
1760 |
),
|
1761 |
-
'Automattic\\WooCommerce\\
|
1762 |
'version' => '6.8.0.0',
|
1763 |
-
'path' => $baseDir . '/src/
|
1764 |
),
|
1765 |
-
'Automattic\\WooCommerce\\
|
1766 |
'version' => '6.8.0.0',
|
1767 |
-
'path' => $baseDir . '/src/
|
1768 |
),
|
1769 |
-
'Automattic\\WooCommerce\\
|
1770 |
'version' => '6.8.0.0',
|
1771 |
-
'path' => $baseDir . '/src/
|
1772 |
),
|
1773 |
-
'Automattic\\WooCommerce\\
|
1774 |
'version' => '6.8.0.0',
|
1775 |
-
'path' => $baseDir . '/src/
|
1776 |
),
|
1777 |
-
'Automattic\\WooCommerce\\
|
1778 |
'version' => '6.8.0.0',
|
1779 |
-
'path' => $baseDir . '/src/
|
1780 |
),
|
1781 |
-
'Automattic\\WooCommerce\\
|
1782 |
'version' => '6.8.0.0',
|
1783 |
-
'path' => $baseDir . '/src/
|
1784 |
),
|
1785 |
-
'Automattic\\WooCommerce\\
|
1786 |
'version' => '6.8.0.0',
|
1787 |
-
'path' => $baseDir . '/src/
|
1788 |
),
|
1789 |
-
'Automattic\\WooCommerce\\
|
1790 |
'version' => '6.8.0.0',
|
1791 |
-
'path' => $baseDir . '/src/
|
1792 |
),
|
1793 |
-
'Automattic\\WooCommerce\\
|
1794 |
'version' => '6.8.0.0',
|
1795 |
-
'path' => $baseDir . '/src/
|
1796 |
),
|
1797 |
-
'Automattic\\WooCommerce\\
|
1798 |
'version' => '6.8.0.0',
|
1799 |
-
'path' => $baseDir . '/src/
|
1800 |
),
|
1801 |
-
'Automattic\\WooCommerce\\
|
1802 |
'version' => '6.8.0.0',
|
1803 |
-
'path' => $baseDir . '/src/
|
1804 |
),
|
1805 |
-
'Automattic\\WooCommerce\\
|
1806 |
'version' => '6.8.0.0',
|
1807 |
-
'path' => $baseDir . '/src/
|
1808 |
),
|
1809 |
-
'Automattic\\WooCommerce\\
|
1810 |
'version' => '6.8.0.0',
|
1811 |
-
'path' => $baseDir . '/src/
|
1812 |
),
|
1813 |
-
'Automattic\\WooCommerce\\
|
1814 |
'version' => '6.8.0.0',
|
1815 |
-
'path' => $baseDir . '/src/
|
1816 |
),
|
1817 |
-
'Automattic\\WooCommerce\\
|
1818 |
'version' => '6.8.0.0',
|
1819 |
-
'path' => $baseDir . '/src/
|
1820 |
),
|
1821 |
-
'Automattic\\WooCommerce\\
|
1822 |
'version' => '6.8.0.0',
|
1823 |
-
'path' => $baseDir . '/src/
|
1824 |
),
|
1825 |
-
'Automattic\\WooCommerce\\
|
1826 |
'version' => '6.8.0.0',
|
1827 |
-
'path' => $baseDir . '/src/
|
1828 |
),
|
1829 |
-
'Automattic\\WooCommerce\\Admin\\
|
1830 |
'version' => '6.8.0.0',
|
1831 |
-
'path' => $baseDir . '/src/Admin/
|
1832 |
),
|
1833 |
-
'Automattic\\WooCommerce\\Admin\\
|
1834 |
'version' => '6.8.0.0',
|
1835 |
-
'path' => $baseDir . '/src/Admin/
|
1836 |
),
|
1837 |
-
'Automattic\\WooCommerce\\Admin\\
|
1838 |
'version' => '6.8.0.0',
|
1839 |
-
'path' => $baseDir . '/src/Admin/
|
1840 |
),
|
1841 |
-
'Automattic\\WooCommerce\\Admin\\
|
1842 |
'version' => '6.8.0.0',
|
1843 |
-
'path' => $baseDir . '/src/Admin/
|
1844 |
),
|
1845 |
-
'Automattic\\WooCommerce\\Admin\\
|
1846 |
'version' => '6.8.0.0',
|
1847 |
-
'path' => $baseDir . '/src/Admin/
|
1848 |
),
|
1849 |
-
'Automattic\\WooCommerce\\Admin\\
|
1850 |
'version' => '6.8.0.0',
|
1851 |
-
'path' => $baseDir . '/src/Admin/
|
1852 |
),
|
1853 |
-
'Automattic\\WooCommerce\\Admin\\
|
1854 |
'version' => '6.8.0.0',
|
1855 |
-
'path' => $baseDir . '/src/Admin/
|
1856 |
),
|
1857 |
-
'Automattic\\WooCommerce\\Admin\\
|
1858 |
'version' => '6.8.0.0',
|
1859 |
-
'path' => $baseDir . '/src/Admin/
|
1860 |
),
|
1861 |
-
'Automattic\\WooCommerce\\Admin\\
|
1862 |
'version' => '6.8.0.0',
|
1863 |
-
'path' => $baseDir . '/src/Admin/
|
1864 |
),
|
1865 |
-
'Automattic\\WooCommerce\\Admin\\
|
1866 |
'version' => '6.8.0.0',
|
1867 |
-
'path' => $baseDir . '/src/Admin/
|
1868 |
),
|
1869 |
-
'Automattic\\WooCommerce\\Admin\\
|
1870 |
'version' => '6.8.0.0',
|
1871 |
-
'path' => $baseDir . '/src/Admin/
|
1872 |
),
|
1873 |
-
'Automattic\\WooCommerce\\Admin\\
|
1874 |
'version' => '6.8.0.0',
|
1875 |
-
'path' => $baseDir . '/src/Admin/
|
1876 |
),
|
1877 |
-
'Automattic\\WooCommerce\\Admin\\
|
1878 |
'version' => '6.8.0.0',
|
1879 |
-
'path' => $baseDir . '/src/Admin/
|
1880 |
),
|
1881 |
-
'Automattic\\WooCommerce\\Admin\\
|
1882 |
'version' => '6.8.0.0',
|
1883 |
-
'path' => $baseDir . '/src/Admin/
|
1884 |
),
|
1885 |
-
'Automattic\\WooCommerce\\Admin\\
|
1886 |
'version' => '6.8.0.0',
|
1887 |
-
'path' => $baseDir . '/src/Admin/
|
1888 |
),
|
1889 |
-
'Automattic\\WooCommerce\\Admin\\
|
1890 |
'version' => '6.8.0.0',
|
1891 |
-
'path' => $baseDir . '/src/Admin/
|
1892 |
),
|
1893 |
-
'Automattic\\WooCommerce\\Admin\\
|
1894 |
'version' => '6.8.0.0',
|
1895 |
-
'path' => $baseDir . '/src/Admin/
|
1896 |
),
|
1897 |
-
'Automattic\\WooCommerce\\Admin\\
|
1898 |
'version' => '6.8.0.0',
|
1899 |
-
'path' => $baseDir . '/src/Admin/
|
1900 |
),
|
1901 |
-
'Automattic\\WooCommerce\\Admin\\
|
1902 |
'version' => '6.8.0.0',
|
1903 |
-
'path' => $baseDir . '/src/Admin/
|
1904 |
),
|
1905 |
-
'Automattic\\WooCommerce\\Admin\\
|
1906 |
'version' => '6.8.0.0',
|
1907 |
-
'path' => $baseDir . '/src/Admin/
|
1908 |
),
|
1909 |
-
'Automattic\\WooCommerce\\Admin\\
|
1910 |
'version' => '6.8.0.0',
|
1911 |
-
'path' => $baseDir . '/src/Admin/
|
1912 |
),
|
1913 |
-
'Automattic\\WooCommerce\\Admin\\
|
1914 |
'version' => '6.8.0.0',
|
1915 |
-
'path' => $baseDir . '/src/Admin/
|
1916 |
),
|
1917 |
-
'Automattic\\WooCommerce\\Admin\\
|
1918 |
'version' => '6.8.0.0',
|
1919 |
-
'path' => $baseDir . '/src/Admin/
|
1920 |
),
|
1921 |
-
'Automattic\\WooCommerce\\Admin\\
|
1922 |
'version' => '6.8.0.0',
|
1923 |
-
'path' => $baseDir . '/src/Admin/
|
1924 |
),
|
1925 |
-
'Automattic\\WooCommerce\\Admin\\
|
1926 |
'version' => '6.8.0.0',
|
1927 |
-
'path' => $baseDir . '/src/Admin/
|
1928 |
),
|
1929 |
-
'Automattic\\WooCommerce\\Admin\\
|
1930 |
'version' => '6.8.0.0',
|
1931 |
-
'path' => $baseDir . '/src/Admin/
|
1932 |
),
|
1933 |
-
'Automattic\\WooCommerce\\Admin\\
|
1934 |
'version' => '6.8.0.0',
|
1935 |
-
'path' => $baseDir . '/src/Admin/
|
1936 |
),
|
1937 |
-
'Automattic\\WooCommerce\\Admin\\
|
1938 |
'version' => '6.8.0.0',
|
1939 |
-
'path' => $baseDir . '/src/Admin/
|
1940 |
),
|
1941 |
-
'Automattic\\WooCommerce\\Admin\\
|
1942 |
'version' => '6.8.0.0',
|
1943 |
-
'path' => $baseDir . '/src/Admin/
|
1944 |
),
|
1945 |
-
'Automattic\\WooCommerce\\Admin\\
|
1946 |
'version' => '6.8.0.0',
|
1947 |
-
'path' => $baseDir . '/src/Admin/
|
1948 |
),
|
1949 |
-
'Automattic\\WooCommerce\\Admin\\
|
1950 |
'version' => '6.8.0.0',
|
1951 |
-
'path' => $baseDir . '/src/Admin/
|
1952 |
),
|
1953 |
-
'Automattic\\WooCommerce\\Admin\\
|
1954 |
'version' => '6.8.0.0',
|
1955 |
-
'path' => $baseDir . '/src/Admin/
|
1956 |
),
|
1957 |
-
'Automattic\\WooCommerce\\Admin\\
|
1958 |
'version' => '6.8.0.0',
|
1959 |
-
'path' => $baseDir . '/src/Admin/
|
1960 |
),
|
1961 |
-
'Automattic\\WooCommerce\\Admin\\
|
1962 |
'version' => '6.8.0.0',
|
1963 |
-
'path' => $baseDir . '/src/Admin/
|
1964 |
),
|
1965 |
-
'Automattic\\WooCommerce\\Admin\\
|
1966 |
'version' => '6.8.0.0',
|
1967 |
-
'path' => $baseDir . '/src/Admin/
|
1968 |
),
|
1969 |
-
'Automattic\\WooCommerce\\Admin\\
|
1970 |
'version' => '6.8.0.0',
|
1971 |
-
'path' => $baseDir . '/src/Admin/
|
1972 |
),
|
1973 |
-
'Automattic\\WooCommerce\\Admin\\
|
1974 |
'version' => '6.8.0.0',
|
1975 |
-
'path' => $baseDir . '/src/Admin/
|
1976 |
),
|
1977 |
-
'Automattic\\WooCommerce\\Admin\\
|
1978 |
'version' => '6.8.0.0',
|
1979 |
-
'path' => $baseDir . '/src/Admin/
|
1980 |
),
|
1981 |
-
'Automattic\\WooCommerce\\Admin\\
|
1982 |
'version' => '6.8.0.0',
|
1983 |
-
'path' => $baseDir . '/src/Admin/
|
1984 |
),
|
1985 |
-
'Automattic\\WooCommerce\\Admin\\
|
1986 |
'version' => '6.8.0.0',
|
1987 |
-
'path' => $baseDir . '/src/Admin/
|
1988 |
),
|
1989 |
-
'Automattic\\WooCommerce\\Admin\\
|
1990 |
'version' => '6.8.0.0',
|
1991 |
-
'path' => $baseDir . '/src/Admin/
|
1992 |
),
|
1993 |
-
'Automattic\\WooCommerce\\Admin\\
|
1994 |
'version' => '6.8.0.0',
|
1995 |
-
'path' => $baseDir . '/src/Admin/
|
1996 |
),
|
1997 |
-
'Automattic\\WooCommerce\\Admin\\
|
1998 |
'version' => '6.8.0.0',
|
1999 |
-
'path' => $baseDir . '/src/Admin/
|
2000 |
),
|
2001 |
-
'Automattic\\WooCommerce\\Admin\\
|
2002 |
'version' => '6.8.0.0',
|
2003 |
-
'path' => $baseDir . '/src/Admin/
|
2004 |
),
|
2005 |
-
'Automattic\\WooCommerce\\Admin\\
|
2006 |
'version' => '6.8.0.0',
|
2007 |
-
'path' => $baseDir . '/src/Admin/
|
2008 |
),
|
2009 |
-
'Automattic\\WooCommerce\\Admin\\
|
2010 |
'version' => '6.8.0.0',
|
2011 |
-
'path' => $baseDir . '/src/Admin/
|
2012 |
),
|
2013 |
-
'Automattic\\WooCommerce\\Admin\\
|
2014 |
'version' => '6.8.0.0',
|
2015 |
-
'path' => $baseDir . '/src/Admin/
|
2016 |
),
|
2017 |
-
'Automattic\\WooCommerce\\Admin\\
|
2018 |
'version' => '6.8.0.0',
|
2019 |
-
'path' => $baseDir . '/src/Admin/
|
2020 |
),
|
2021 |
-
'Automattic\\WooCommerce\\Admin\\
|
2022 |
'version' => '6.8.0.0',
|
2023 |
-
'path' => $baseDir . '/src/Admin/
|
2024 |
),
|
2025 |
-
'Automattic\\WooCommerce\\Admin\\
|
2026 |
'version' => '6.8.0.0',
|
2027 |
-
'path' => $baseDir . '/src/Admin/
|
2028 |
),
|
2029 |
-
'Automattic\\WooCommerce\\Admin\\
|
2030 |
'version' => '6.8.0.0',
|
2031 |
-
'path' => $baseDir . '/src/Admin/
|
2032 |
),
|
2033 |
-
'Automattic\\WooCommerce\\Admin\\
|
2034 |
'version' => '6.8.0.0',
|
2035 |
-
'path' => $baseDir . '/src/Admin/
|
2036 |
),
|
2037 |
-
'Automattic\\WooCommerce\\Admin\\
|
2038 |
'version' => '6.8.0.0',
|
2039 |
-
'path' => $baseDir . '/src/Admin/
|
2040 |
),
|
2041 |
-
'Automattic\\WooCommerce\\Admin\\
|
2042 |
'version' => '6.8.0.0',
|
2043 |
-
'path' => $baseDir . '/src/Admin/
|
2044 |
),
|
2045 |
-
'Automattic\\WooCommerce\\Admin\\
|
2046 |
'version' => '6.8.0.0',
|
2047 |
-
'path' => $baseDir . '/src/Admin/
|
2048 |
),
|
2049 |
-
'Automattic\\WooCommerce\\Admin\\RemoteInboxNotifications
|
2050 |
'version' => '6.8.0.0',
|
2051 |
-
'path' => $baseDir . '/src/Admin/RemoteInboxNotifications
|
2052 |
),
|
2053 |
-
'Automattic\\WooCommerce\\Admin\\
|
2054 |
'version' => '6.8.0.0',
|
2055 |
-
'path' => $baseDir . '/src/Admin/
|
2056 |
),
|
2057 |
-
'Automattic\\WooCommerce\\Admin\\
|
2058 |
'version' => '6.8.0.0',
|
2059 |
-
'path' => $baseDir . '/src/Admin/
|
2060 |
),
|
2061 |
-
'Automattic\\WooCommerce\\Admin\\
|
2062 |
'version' => '6.8.0.0',
|
2063 |
-
'path' => $baseDir . '/src/Admin/
|
2064 |
),
|
2065 |
-
'Automattic\\WooCommerce\\Admin\\
|
2066 |
'version' => '6.8.0.0',
|
2067 |
-
'path' => $baseDir . '/src/Admin/
|
2068 |
),
|
2069 |
-
'Automattic\\WooCommerce\\Admin\\
|
2070 |
'version' => '6.8.0.0',
|
2071 |
-
'path' => $baseDir . '/src/Admin/
|
2072 |
),
|
2073 |
-
'Automattic\\WooCommerce\\Admin\\
|
2074 |
'version' => '6.8.0.0',
|
2075 |
-
'path' => $baseDir . '/src/Admin/
|
2076 |
),
|
2077 |
-
'Automattic\\WooCommerce\\Admin\\
|
2078 |
'version' => '6.8.0.0',
|
2079 |
-
'path' => $baseDir . '/src/Admin/
|
2080 |
),
|
2081 |
-
'Automattic\\WooCommerce\\Admin\\
|
2082 |
'version' => '6.8.0.0',
|
2083 |
-
'path' => $baseDir . '/src/Admin/
|
2084 |
),
|
2085 |
-
'Automattic\\WooCommerce\\Admin\\
|
2086 |
'version' => '6.8.0.0',
|
2087 |
-
'path' => $baseDir . '/src/Admin/
|
2088 |
),
|
2089 |
-
'Automattic\\WooCommerce\\Admin\\
|
2090 |
'version' => '6.8.0.0',
|
2091 |
-
'path' => $baseDir . '/src/Admin/
|
2092 |
),
|
2093 |
-
'Automattic\\WooCommerce\\Admin\\
|
2094 |
'version' => '6.8.0.0',
|
2095 |
-
'path' => $baseDir . '/src/Admin/
|
2096 |
),
|
2097 |
-
'Automattic\\WooCommerce\\Admin\\
|
2098 |
'version' => '6.8.0.0',
|
2099 |
-
'path' => $baseDir . '/src/Admin/
|
2100 |
),
|
2101 |
-
'Automattic\\WooCommerce\\Admin\\
|
2102 |
'version' => '6.8.0.0',
|
2103 |
-
'path' => $baseDir . '/src/Admin/
|
2104 |
),
|
2105 |
-
'Automattic\\WooCommerce\\Admin\\
|
2106 |
'version' => '6.8.0.0',
|
2107 |
-
'path' => $baseDir . '/src/Admin/
|
2108 |
),
|
2109 |
-
'Automattic\\WooCommerce\\Admin\\
|
2110 |
'version' => '6.8.0.0',
|
2111 |
-
'path' => $baseDir . '/src/Admin/
|
2112 |
),
|
2113 |
-
'Automattic\\WooCommerce\\Admin\\
|
2114 |
'version' => '6.8.0.0',
|
2115 |
-
'path' => $baseDir . '/src/Admin/
|
2116 |
),
|
2117 |
-
'Automattic\\WooCommerce\\Admin\\
|
2118 |
'version' => '6.8.0.0',
|
2119 |
-
'path' => $baseDir . '/src/Admin/
|
2120 |
),
|
2121 |
-
'Automattic\\WooCommerce\\Admin\\
|
2122 |
'version' => '6.8.0.0',
|
2123 |
-
'path' => $baseDir . '/src/Admin/
|
2124 |
),
|
2125 |
-
'Automattic\\WooCommerce\\Admin\\
|
2126 |
'version' => '6.8.0.0',
|
2127 |
-
'path' => $baseDir . '/src/Admin/
|
2128 |
),
|
2129 |
-
'Automattic\\WooCommerce\\Admin\\
|
2130 |
'version' => '6.8.0.0',
|
2131 |
-
'path' => $baseDir . '/src/Admin/
|
2132 |
),
|
2133 |
-
'Automattic\\WooCommerce\\Admin\\
|
2134 |
'version' => '6.8.0.0',
|
2135 |
-
'path' => $baseDir . '/src/Admin/
|
2136 |
),
|
2137 |
-
'Automattic\\WooCommerce\\Admin\\
|
2138 |
'version' => '6.8.0.0',
|
2139 |
-
'path' => $baseDir . '/src/Admin/
|
2140 |
),
|
2141 |
-
'Automattic\\WooCommerce\\Admin\\
|
2142 |
'version' => '6.8.0.0',
|
2143 |
-
'path' => $baseDir . '/src/Admin/
|
2144 |
),
|
2145 |
-
'Automattic\\WooCommerce\\Admin\\
|
2146 |
'version' => '6.8.0.0',
|
2147 |
-
'path' => $baseDir . '/src/Admin/
|
2148 |
),
|
2149 |
-
'Automattic\\WooCommerce\\Admin\\
|
2150 |
'version' => '6.8.0.0',
|
2151 |
-
'path' => $baseDir . '/src/Admin/
|
2152 |
),
|
2153 |
-
'Automattic\\WooCommerce\\Admin\\
|
2154 |
'version' => '6.8.0.0',
|
2155 |
-
'path' => $baseDir . '/src/Admin/
|
2156 |
),
|
2157 |
-
'Automattic\\WooCommerce\\Admin\\
|
2158 |
'version' => '6.8.0.0',
|
2159 |
-
'path' => $baseDir . '/src/Admin/
|
2160 |
),
|
2161 |
-
'Automattic\\WooCommerce\\Admin\\
|
2162 |
'version' => '6.8.0.0',
|
2163 |
-
'path' => $baseDir . '/src/Admin/
|
2164 |
),
|
2165 |
-
'Automattic\\WooCommerce\\Admin\\
|
2166 |
'version' => '6.8.0.0',
|
2167 |
-
'path' => $baseDir . '/src/Admin/
|
2168 |
),
|
2169 |
-
'Automattic\\WooCommerce\\Admin\\
|
2170 |
'version' => '6.8.0.0',
|
2171 |
-
'path' => $baseDir . '/src/Admin/
|
2172 |
),
|
2173 |
-
'Automattic\\WooCommerce\\Admin\\
|
2174 |
'version' => '6.8.0.0',
|
2175 |
-
'path' => $baseDir . '/src/Admin/
|
2176 |
),
|
2177 |
-
'Automattic\\WooCommerce\\Admin\\
|
2178 |
'version' => '6.8.0.0',
|
2179 |
-
'path' => $baseDir . '/src/Admin/
|
2180 |
),
|
2181 |
-
'Automattic\\WooCommerce\\Admin\\
|
2182 |
'version' => '6.8.0.0',
|
2183 |
-
'path' => $baseDir . '/src/Admin/
|
2184 |
),
|
2185 |
-
'Automattic\\WooCommerce\\Admin\\
|
2186 |
'version' => '6.8.0.0',
|
2187 |
-
'path' => $baseDir . '/src/Admin/
|
2188 |
),
|
2189 |
-
'Automattic\\WooCommerce\\Admin\\
|
2190 |
'version' => '6.8.0.0',
|
2191 |
-
'path' => $baseDir . '/src/Admin/
|
2192 |
),
|
2193 |
-
'Automattic\\WooCommerce\\
|
2194 |
'version' => '6.8.0.0',
|
2195 |
-
'path' => $baseDir . '/src/
|
2196 |
),
|
2197 |
-
'Automattic\\WooCommerce\\
|
2198 |
'version' => '6.8.0.0',
|
2199 |
-
'path' => $baseDir . '/src/
|
2200 |
),
|
2201 |
-
'Automattic\\WooCommerce\\Admin\\
|
2202 |
'version' => '6.8.0.0',
|
2203 |
-
'path' => $baseDir . '/src/Admin/
|
2204 |
),
|
2205 |
-
'Automattic\\WooCommerce\\Admin\\
|
2206 |
'version' => '6.8.0.0',
|
2207 |
-
'path' => $baseDir . '/src/Admin/
|
2208 |
),
|
2209 |
-
'Automattic\\WooCommerce\\Admin\\
|
2210 |
'version' => '6.8.0.0',
|
2211 |
-
'path' => $baseDir . '/src/Admin/
|
2212 |
),
|
2213 |
-
'Automattic\\WooCommerce\\
|
2214 |
'version' => '6.8.0.0',
|
2215 |
-
'path' => $baseDir . '/src/
|
2216 |
),
|
2217 |
-
'Automattic\\WooCommerce\\
|
2218 |
'version' => '6.8.0.0',
|
2219 |
-
'path' => $baseDir . '/src/
|
2220 |
),
|
2221 |
-
'Automattic\\WooCommerce\\
|
2222 |
'version' => '6.8.0.0',
|
2223 |
-
'path' => $baseDir . '/src/
|
2224 |
),
|
2225 |
-
'Automattic\\WooCommerce\\
|
2226 |
'version' => '6.8.0.0',
|
2227 |
-
'path' => $baseDir . '/src/
|
2228 |
),
|
2229 |
-
'Automattic\\WooCommerce\\
|
2230 |
'version' => '6.8.0.0',
|
2231 |
-
'path' => $baseDir . '/src/
|
2232 |
),
|
2233 |
-
'Automattic\\WooCommerce\\
|
2234 |
'version' => '6.8.0.0',
|
2235 |
-
'path' => $baseDir . '/src/
|
2236 |
),
|
2237 |
-
'Automattic\\WooCommerce\\
|
2238 |
'version' => '6.8.0.0',
|
2239 |
-
'path' => $baseDir . '/src/
|
2240 |
),
|
2241 |
-
'Automattic\\WooCommerce\\
|
2242 |
'version' => '6.8.0.0',
|
2243 |
-
'path' => $baseDir . '/src/
|
2244 |
),
|
2245 |
-
'Automattic\\WooCommerce\\
|
2246 |
'version' => '6.8.0.0',
|
2247 |
-
'path' => $baseDir . '/src/
|
2248 |
),
|
2249 |
-
'Automattic\\WooCommerce\\
|
2250 |
'version' => '6.8.0.0',
|
2251 |
-
'path' => $baseDir . '/src/
|
2252 |
),
|
2253 |
-
'Automattic\\WooCommerce\\
|
2254 |
'version' => '6.8.0.0',
|
2255 |
-
'path' => $baseDir . '/src/
|
2256 |
),
|
2257 |
-
'Automattic\\WooCommerce\\
|
2258 |
'version' => '6.8.0.0',
|
2259 |
-
'path' => $baseDir . '/src/
|
2260 |
),
|
2261 |
-
'Automattic\\WooCommerce\\
|
2262 |
'version' => '6.8.0.0',
|
2263 |
-
'path' => $baseDir . '/src/
|
2264 |
),
|
2265 |
-
'Automattic\\WooCommerce\\
|
2266 |
'version' => '6.8.0.0',
|
2267 |
-
'path' => $baseDir . '/src/
|
2268 |
),
|
2269 |
-
'Automattic\\WooCommerce\\
|
2270 |
'version' => '6.8.0.0',
|
2271 |
-
'path' => $baseDir . '/src/
|
2272 |
),
|
2273 |
-
'Automattic\\WooCommerce\\
|
2274 |
'version' => '6.8.0.0',
|
2275 |
-
'path' => $baseDir . '/src/
|
2276 |
),
|
2277 |
-
'Automattic\\WooCommerce\\
|
2278 |
'version' => '6.8.0.0',
|
2279 |
-
'path' => $baseDir . '/src/
|
2280 |
),
|
2281 |
-
'Automattic\\WooCommerce\\
|
2282 |
'version' => '6.8.0.0',
|
2283 |
-
'path' => $baseDir . '/src/
|
2284 |
),
|
2285 |
-
'Automattic\\WooCommerce\\
|
2286 |
'version' => '6.8.0.0',
|
2287 |
-
'path' => $baseDir . '/src/
|
2288 |
),
|
2289 |
-
'Automattic\\WooCommerce\\
|
2290 |
'version' => '6.8.0.0',
|
2291 |
-
'path' => $baseDir . '/src/
|
2292 |
),
|
2293 |
-
'Automattic\\WooCommerce\\
|
2294 |
'version' => '6.8.0.0',
|
2295 |
-
'path' => $baseDir . '/src/
|
2296 |
),
|
2297 |
-
'Automattic\\WooCommerce\\
|
2298 |
'version' => '6.8.0.0',
|
2299 |
-
'path' => $baseDir . '/src/
|
2300 |
),
|
2301 |
-
'Automattic\\WooCommerce\\
|
2302 |
'version' => '6.8.0.0',
|
2303 |
-
'path' => $baseDir . '/src/
|
2304 |
),
|
2305 |
-
'Automattic\\WooCommerce\\
|
2306 |
'version' => '6.8.0.0',
|
2307 |
-
'path' => $baseDir . '/src/
|
2308 |
),
|
2309 |
-
'Automattic\\WooCommerce\\
|
2310 |
'version' => '6.8.0.0',
|
2311 |
-
'path' => $baseDir . '/src/
|
2312 |
),
|
2313 |
-
'Automattic\\WooCommerce\\
|
2314 |
'version' => '6.8.0.0',
|
2315 |
-
'path' => $baseDir . '/src/
|
2316 |
),
|
2317 |
-
'Automattic\\WooCommerce\\
|
2318 |
'version' => '6.8.0.0',
|
2319 |
-
'path' => $baseDir . '/src/
|
2320 |
),
|
2321 |
-
'Automattic\\WooCommerce\\
|
2322 |
'version' => '6.8.0.0',
|
2323 |
-
'path' => $baseDir . '/src/
|
2324 |
),
|
2325 |
-
'Automattic\\WooCommerce\\
|
2326 |
'version' => '6.8.0.0',
|
2327 |
-
'path' => $baseDir . '/src/
|
2328 |
),
|
2329 |
-
'Automattic\\WooCommerce\\
|
2330 |
'version' => '6.8.0.0',
|
2331 |
-
'path' => $baseDir . '/src/
|
2332 |
),
|
2333 |
-
'Automattic\\WooCommerce\\
|
2334 |
'version' => '6.8.0.0',
|
2335 |
-
'path' => $baseDir . '/src/
|
2336 |
),
|
2337 |
-
'Automattic\\WooCommerce\\
|
2338 |
'version' => '6.8.0.0',
|
2339 |
-
'path' => $baseDir . '/src/
|
2340 |
),
|
2341 |
-
'Automattic\\WooCommerce\\
|
2342 |
'version' => '6.8.0.0',
|
2343 |
-
'path' => $baseDir . '/src/
|
2344 |
),
|
2345 |
-
'Automattic\\WooCommerce\\
|
2346 |
'version' => '6.8.0.0',
|
2347 |
-
'path' => $baseDir . '/src/
|
2348 |
),
|
2349 |
-
'Automattic\\WooCommerce\\
|
2350 |
'version' => '6.8.0.0',
|
2351 |
-
'path' => $baseDir . '/src/
|
2352 |
),
|
2353 |
-
'Automattic\\WooCommerce\\
|
2354 |
'version' => '6.8.0.0',
|
2355 |
-
'path' => $baseDir . '/src/
|
2356 |
),
|
2357 |
-
'Automattic\\WooCommerce\\Admin\\
|
2358 |
'version' => '6.8.0.0',
|
2359 |
-
'path' => $baseDir . '/src/Admin/
|
2360 |
),
|
2361 |
-
'Automattic\\WooCommerce\\Admin\\
|
2362 |
'version' => '6.8.0.0',
|
2363 |
-
'path' => $baseDir . '/src/Admin/
|
2364 |
),
|
2365 |
-
'Automattic\\WooCommerce\\Admin\\
|
2366 |
'version' => '6.8.0.0',
|
2367 |
-
'path' => $baseDir . '/src/Admin/
|
2368 |
),
|
2369 |
-
'Automattic\\WooCommerce\\Admin\\
|
2370 |
'version' => '6.8.0.0',
|
2371 |
-
'path' => $baseDir . '/src/Admin/
|
2372 |
),
|
2373 |
-
'Automattic\\WooCommerce\\Admin\\
|
2374 |
'version' => '6.8.0.0',
|
2375 |
-
'path' => $baseDir . '/src/Admin/
|
2376 |
),
|
2377 |
-
'Automattic\\WooCommerce\\Admin\\
|
2378 |
'version' => '6.8.0.0',
|
2379 |
-
'path' => $baseDir . '/src/Admin/
|
2380 |
),
|
2381 |
-
'Automattic\\WooCommerce\\Admin\\
|
2382 |
'version' => '6.8.0.0',
|
2383 |
-
'path' => $baseDir . '/src/Admin/
|
2384 |
),
|
2385 |
-
'Automattic\\WooCommerce\\Admin\\
|
2386 |
'version' => '6.8.0.0',
|
2387 |
-
'path' => $baseDir . '/src/Admin/
|
2388 |
),
|
2389 |
-
'Automattic\\WooCommerce\\Admin\\
|
2390 |
'version' => '6.8.0.0',
|
2391 |
-
'path' => $baseDir . '/src/Admin/
|
2392 |
),
|
2393 |
-
'Automattic\\WooCommerce\\Admin\\
|
2394 |
'version' => '6.8.0.0',
|
2395 |
-
'path' => $baseDir . '/src/Admin/
|
2396 |
),
|
2397 |
-
'Automattic\\WooCommerce\\Admin\\
|
2398 |
'version' => '6.8.0.0',
|
2399 |
-
'path' => $baseDir . '/src/Admin/
|
2400 |
),
|
2401 |
-
'Automattic\\WooCommerce\\Admin\\
|
2402 |
'version' => '6.8.0.0',
|
2403 |
-
'path' => $baseDir . '/src/Admin/
|
2404 |
),
|
2405 |
-
'Automattic\\WooCommerce\\Admin\\
|
2406 |
'version' => '6.8.0.0',
|
2407 |
-
'path' => $baseDir . '/src/Admin/
|
2408 |
),
|
2409 |
-
'Automattic\\WooCommerce\\Admin\\
|
2410 |
'version' => '6.8.0.0',
|
2411 |
-
'path' => $baseDir . '/src/Admin/
|
2412 |
),
|
2413 |
-
'Automattic\\WooCommerce\\Admin\\
|
2414 |
'version' => '6.8.0.0',
|
2415 |
-
'path' => $baseDir . '/src/Admin/
|
2416 |
),
|
2417 |
-
'Automattic\\WooCommerce\\Admin\\
|
2418 |
'version' => '6.8.0.0',
|
2419 |
-
'path' => $baseDir . '/src/Admin/
|
2420 |
),
|
2421 |
-
'Automattic\\WooCommerce\\Admin\\
|
2422 |
'version' => '6.8.0.0',
|
2423 |
-
'path' => $baseDir . '/src/Admin/
|
2424 |
),
|
2425 |
-
'Automattic\\WooCommerce\\Admin\\
|
2426 |
'version' => '6.8.0.0',
|
2427 |
-
'path' => $baseDir . '/src/Admin/
|
2428 |
),
|
2429 |
-
'Automattic\\WooCommerce\\Admin\\
|
2430 |
'version' => '6.8.0.0',
|
2431 |
-
'path' => $baseDir . '/src/Admin/
|
2432 |
),
|
2433 |
-
'Automattic\\WooCommerce\\Admin\\
|
2434 |
'version' => '6.8.0.0',
|
2435 |
-
'path' => $baseDir . '/src/Admin/
|
2436 |
),
|
2437 |
-
'Automattic\\WooCommerce\\Admin\\
|
2438 |
'version' => '6.8.0.0',
|
2439 |
-
'path' => $baseDir . '/src/Admin/
|
2440 |
),
|
2441 |
-
'Automattic\\WooCommerce\\Admin\\
|
2442 |
'version' => '6.8.0.0',
|
2443 |
-
'path' => $baseDir . '/src/Admin/
|
2444 |
),
|
2445 |
-
'Automattic\\WooCommerce\\Admin\\
|
2446 |
'version' => '6.8.0.0',
|
2447 |
-
'path' => $baseDir . '/src/Admin/
|
2448 |
),
|
2449 |
-
'Automattic\\WooCommerce\\Admin\\
|
2450 |
'version' => '6.8.0.0',
|
2451 |
-
'path' => $baseDir . '/src/Admin/
|
2452 |
),
|
2453 |
-
'Automattic\\WooCommerce\\Admin\\
|
2454 |
'version' => '6.8.0.0',
|
2455 |
-
'path' => $baseDir . '/src/Admin/
|
2456 |
),
|
2457 |
-
'Automattic\\WooCommerce\\Admin\\
|
2458 |
'version' => '6.8.0.0',
|
2459 |
-
'path' => $baseDir . '/src/Admin/
|
2460 |
),
|
2461 |
-
'Automattic\\WooCommerce\\Admin\\
|
2462 |
'version' => '6.8.0.0',
|
2463 |
-
'path' => $baseDir . '/src/Admin/
|
2464 |
),
|
2465 |
-
'Automattic\\WooCommerce\\Admin\\
|
2466 |
'version' => '6.8.0.0',
|
2467 |
-
'path' => $baseDir . '/src/Admin/
|
2468 |
),
|
2469 |
-
'Automattic\\WooCommerce\\Admin\\
|
2470 |
'version' => '6.8.0.0',
|
2471 |
-
'path' => $baseDir . '/src/Admin/
|
2472 |
),
|
2473 |
-
'Automattic\\WooCommerce\\Admin\\
|
2474 |
'version' => '6.8.0.0',
|
2475 |
-
'path' => $baseDir . '/src/Admin/
|
2476 |
),
|
2477 |
-
'Automattic\\WooCommerce\\Admin\\
|
2478 |
'version' => '6.8.0.0',
|
2479 |
-
'path' => $baseDir . '/src/Admin/
|
2480 |
),
|
2481 |
-
'Automattic\\WooCommerce\\Admin\\
|
2482 |
'version' => '6.8.0.0',
|
2483 |
-
'path' => $baseDir . '/src/Admin/
|
2484 |
),
|
2485 |
-
'Automattic\\WooCommerce\\Admin\\
|
2486 |
'version' => '6.8.0.0',
|
2487 |
-
'path' => $baseDir . '/src/Admin/
|
2488 |
),
|
2489 |
-
'Automattic\\WooCommerce\\Admin\\
|
2490 |
'version' => '6.8.0.0',
|
2491 |
-
'path' => $baseDir . '/src/Admin/
|
2492 |
),
|
2493 |
-
'Automattic\\WooCommerce\\Admin\\
|
2494 |
'version' => '6.8.0.0',
|
2495 |
-
'path' => $baseDir . '/src/Admin/
|
2496 |
),
|
2497 |
-
'Automattic\\WooCommerce\\Admin\\
|
2498 |
'version' => '6.8.0.0',
|
2499 |
-
'path' => $baseDir . '/src/Admin/
|
2500 |
),
|
2501 |
-
'Automattic\\WooCommerce\\Admin\\
|
2502 |
'version' => '6.8.0.0',
|
2503 |
-
'path' => $baseDir . '/src/Admin/
|
2504 |
),
|
2505 |
-
'Automattic\\WooCommerce\\Admin\\
|
2506 |
'version' => '6.8.0.0',
|
2507 |
-
'path' => $baseDir . '/src/Admin/
|
2508 |
),
|
2509 |
-
'Automattic\\WooCommerce\\Admin\\
|
2510 |
'version' => '6.8.0.0',
|
2511 |
-
'path' => $baseDir . '/src/Admin/
|
2512 |
),
|
2513 |
-
'Automattic\\WooCommerce\\Admin\\
|
2514 |
'version' => '6.8.0.0',
|
2515 |
-
'path' => $baseDir . '/src/Admin/
|
2516 |
),
|
2517 |
-
'Automattic\\WooCommerce\\Admin\\
|
2518 |
'version' => '6.8.0.0',
|
2519 |
-
'path' => $baseDir . '/src/Admin/
|
2520 |
),
|
2521 |
-
'Automattic\\WooCommerce\\Admin\\
|
2522 |
'version' => '6.8.0.0',
|
2523 |
-
'path' => $baseDir . '/src/Admin/
|
2524 |
),
|
2525 |
-
'Automattic\\WooCommerce\\Admin\\
|
2526 |
'version' => '6.8.0.0',
|
2527 |
-
'path' => $baseDir . '/src/Admin/
|
2528 |
),
|
2529 |
-
'Automattic\\WooCommerce\\Admin\\
|
2530 |
'version' => '6.8.0.0',
|
2531 |
-
'path' => $baseDir . '/src/Admin/
|
2532 |
),
|
2533 |
-
'Automattic\\WooCommerce\\Admin\\
|
2534 |
'version' => '6.8.0.0',
|
2535 |
-
'path' => $baseDir . '/src/Admin/
|
2536 |
),
|
2537 |
-
'Automattic\\WooCommerce\\Admin\\
|
2538 |
'version' => '6.8.0.0',
|
2539 |
-
'path' => $baseDir . '/src/Admin/
|
2540 |
),
|
2541 |
-
'Automattic\\WooCommerce\\Admin\\
|
2542 |
'version' => '6.8.0.0',
|
2543 |
-
'path' => $baseDir . '/src/Admin/
|
2544 |
),
|
2545 |
-
'Automattic\\WooCommerce\\Admin\\
|
2546 |
'version' => '6.8.0.0',
|
2547 |
-
'path' => $baseDir . '/src/Admin/
|
2548 |
),
|
2549 |
-
'Automattic\\WooCommerce\\Admin\\
|
2550 |
'version' => '6.8.0.0',
|
2551 |
-
'path' => $baseDir . '/src/Admin/
|
2552 |
),
|
2553 |
-
'Automattic\\WooCommerce\\Admin\\
|
2554 |
'version' => '6.8.0.0',
|
2555 |
-
'path' => $baseDir . '/src/Admin/
|
2556 |
),
|
2557 |
-
'Automattic\\WooCommerce\\Admin\\
|
2558 |
'version' => '6.8.0.0',
|
2559 |
-
'path' => $baseDir . '/src/Admin/
|
2560 |
),
|
2561 |
-
'Automattic\\WooCommerce\\Admin\\
|
2562 |
'version' => '6.8.0.0',
|
2563 |
-
'path' => $baseDir . '/src/Admin/
|
2564 |
),
|
2565 |
-
'Automattic\\WooCommerce\\Admin\\
|
2566 |
'version' => '6.8.0.0',
|
2567 |
-
'path' => $baseDir . '/src/Admin/
|
2568 |
),
|
2569 |
-
'Automattic\\WooCommerce\\Admin\\
|
2570 |
'version' => '6.8.0.0',
|
2571 |
-
'path' => $baseDir . '/src/Admin/
|
2572 |
),
|
2573 |
-
'Automattic\\WooCommerce\\Admin\\
|
2574 |
'version' => '6.8.0.0',
|
2575 |
-
'path' => $baseDir . '/src/Admin/
|
2576 |
),
|
2577 |
-
'Automattic\\WooCommerce\\Admin\\
|
2578 |
'version' => '6.8.0.0',
|
2579 |
-
'path' => $baseDir . '/src/Admin/
|
2580 |
),
|
2581 |
-
'Automattic\\WooCommerce\\Admin\\
|
2582 |
'version' => '6.8.0.0',
|
2583 |
-
'path' => $baseDir . '/src/Admin/
|
2584 |
),
|
2585 |
-
'Automattic\\WooCommerce\\Admin\\
|
2586 |
'version' => '6.8.0.0',
|
2587 |
-
'path' => $baseDir . '/src/Admin/
|
2588 |
),
|
2589 |
-
'Automattic\\WooCommerce\\Admin\\
|
2590 |
'version' => '6.8.0.0',
|
2591 |
-
'path' => $baseDir . '/src/Admin/
|
2592 |
),
|
2593 |
-
'Automattic\\WooCommerce\\Admin\\
|
2594 |
'version' => '6.8.0.0',
|
2595 |
-
'path' => $baseDir . '/src/Admin/
|
2596 |
),
|
2597 |
-
'Automattic\\WooCommerce\\Admin\\
|
2598 |
'version' => '6.8.0.0',
|
2599 |
-
'path' => $baseDir . '/src/Admin/
|
2600 |
),
|
2601 |
-
'Automattic\\WooCommerce\\Admin\\
|
2602 |
'version' => '6.8.0.0',
|
2603 |
-
'path' => $baseDir . '/src/Admin/
|
2604 |
),
|
2605 |
-
'Automattic\\WooCommerce\\Admin\\
|
2606 |
'version' => '6.8.0.0',
|
2607 |
-
'path' => $baseDir . '/src/Admin/
|
2608 |
),
|
2609 |
-
'Automattic\\WooCommerce\\Admin\\
|
2610 |
'version' => '6.8.0.0',
|
2611 |
-
'path' => $baseDir . '/src/Admin/
|
2612 |
),
|
2613 |
-
'Automattic\\WooCommerce\\Admin\\
|
2614 |
'version' => '6.8.0.0',
|
2615 |
-
'path' => $baseDir . '/src/Admin/
|
2616 |
),
|
2617 |
-
'Automattic\\WooCommerce\\Admin\\
|
2618 |
'version' => '6.8.0.0',
|
2619 |
-
'path' => $baseDir . '/src/Admin/
|
2620 |
),
|
2621 |
-
'Automattic\\WooCommerce\\Admin\\
|
2622 |
'version' => '6.8.0.0',
|
2623 |
-
'path' => $baseDir . '/src/Admin/
|
2624 |
),
|
2625 |
-
'Automattic\\WooCommerce\\Admin\\
|
2626 |
'version' => '6.8.0.0',
|
2627 |
-
'path' => $baseDir . '/src/Admin/
|
2628 |
),
|
2629 |
-
'Automattic\\WooCommerce\\Admin\\
|
2630 |
'version' => '6.8.0.0',
|
2631 |
-
'path' => $baseDir . '/src/Admin/
|
2632 |
),
|
2633 |
-
'Automattic\\WooCommerce\\Admin\\
|
2634 |
'version' => '6.8.0.0',
|
2635 |
-
'path' => $baseDir . '/src/Admin/
|
2636 |
),
|
2637 |
-
'Automattic\\WooCommerce\\Admin\\
|
2638 |
'version' => '6.8.0.0',
|
2639 |
-
'path' => $baseDir . '/src/Admin/
|
2640 |
),
|
2641 |
-
'Automattic\\WooCommerce\\Admin\\
|
2642 |
'version' => '6.8.0.0',
|
2643 |
-
'path' => $baseDir . '/src/Admin/
|
2644 |
),
|
2645 |
-
'Automattic\\WooCommerce\\Admin\\
|
2646 |
'version' => '6.8.0.0',
|
2647 |
-
'path' => $baseDir . '/src/Admin/
|
2648 |
),
|
2649 |
-
'Automattic\\WooCommerce\\Admin\\
|
2650 |
'version' => '6.8.0.0',
|
2651 |
-
'path' => $baseDir . '/src/Admin/
|
2652 |
),
|
2653 |
-
'Automattic\\WooCommerce\\Admin\\
|
2654 |
'version' => '6.8.0.0',
|
2655 |
-
'path' => $baseDir . '/src/Admin/
|
2656 |
),
|
2657 |
-
'Automattic\\WooCommerce\\Admin\\
|
2658 |
'version' => '6.8.0.0',
|
2659 |
-
'path' => $baseDir . '/src/Admin/
|
2660 |
),
|
2661 |
-
'Automattic\\WooCommerce\\Admin\\
|
2662 |
'version' => '6.8.0.0',
|
2663 |
-
'path' => $baseDir . '/src/Admin/
|
2664 |
),
|
2665 |
-
'Automattic\\WooCommerce\\Admin\\
|
2666 |
'version' => '6.8.0.0',
|
2667 |
-
'path' => $baseDir . '/src/Admin/
|
2668 |
),
|
2669 |
-
'Automattic\\WooCommerce\\Admin\\
|
2670 |
'version' => '6.8.0.0',
|
2671 |
-
'path' => $baseDir . '/src/Admin/
|
2672 |
),
|
2673 |
-
'Automattic\\WooCommerce\\Admin\\
|
2674 |
'version' => '6.8.0.0',
|
2675 |
-
'path' => $baseDir . '/src/Admin/
|
2676 |
),
|
2677 |
-
'Automattic\\WooCommerce\\Admin\\
|
2678 |
'version' => '6.8.0.0',
|
2679 |
-
'path' => $baseDir . '/src/Admin/
|
2680 |
),
|
2681 |
-
'Automattic\\WooCommerce\\Admin\\
|
2682 |
'version' => '6.8.0.0',
|
2683 |
-
'path' => $baseDir . '/src/Admin/
|
2684 |
),
|
2685 |
-
'Automattic\\WooCommerce\\Admin\\
|
2686 |
'version' => '6.8.0.0',
|
2687 |
-
'path' => $baseDir . '/src/Admin/
|
2688 |
),
|
2689 |
-
'Automattic\\WooCommerce\\Admin\\
|
2690 |
'version' => '6.8.0.0',
|
2691 |
-
'path' => $baseDir . '/src/Admin/
|
2692 |
),
|
2693 |
-
'Automattic\\WooCommerce\\Admin\\
|
2694 |
'version' => '6.8.0.0',
|
2695 |
-
'path' => $baseDir . '/src/Admin/
|
2696 |
),
|
2697 |
-
'Automattic\\WooCommerce\\Admin\\
|
2698 |
'version' => '6.8.0.0',
|
2699 |
-
'path' => $baseDir . '/src/Admin/
|
2700 |
),
|
2701 |
-
'Automattic\\WooCommerce\\Admin\\
|
2702 |
'version' => '6.8.0.0',
|
2703 |
-
'path' => $baseDir . '/src/Admin/
|
2704 |
),
|
2705 |
-
'Automattic\\WooCommerce\\Admin\\
|
2706 |
'version' => '6.8.0.0',
|
2707 |
-
'path' => $baseDir . '/src/Admin/
|
2708 |
),
|
2709 |
-
'Automattic\\WooCommerce\\Admin\\
|
2710 |
'version' => '6.8.0.0',
|
2711 |
-
'path' => $baseDir . '/src/Admin/
|
2712 |
),
|
2713 |
-
'Automattic\\WooCommerce\\Admin\\
|
2714 |
'version' => '6.8.0.0',
|
2715 |
-
'path' => $baseDir . '/src/Admin/
|
2716 |
),
|
2717 |
-
'Automattic\\WooCommerce\\Admin\\
|
2718 |
'version' => '6.8.0.0',
|
2719 |
-
'path' => $baseDir . '/src/Admin/
|
2720 |
),
|
2721 |
-
'Automattic\\WooCommerce\\Admin\\
|
2722 |
'version' => '6.8.0.0',
|
2723 |
-
'path' => $baseDir . '/src/Admin/
|
2724 |
),
|
2725 |
-
'Automattic\\WooCommerce\\Admin\\
|
2726 |
'version' => '6.8.0.0',
|
2727 |
-
'path' => $baseDir . '/src/Admin/
|
2728 |
),
|
2729 |
-
'Automattic\\WooCommerce\\Admin\\
|
2730 |
'version' => '6.8.0.0',
|
2731 |
-
'path' => $baseDir . '/src/Admin/
|
2732 |
),
|
2733 |
-
'Automattic\\WooCommerce\\Admin\\
|
2734 |
'version' => '6.8.0.0',
|
2735 |
-
'path' => $baseDir . '/src/Admin/
|
2736 |
),
|
2737 |
-
'Automattic\\WooCommerce\\Admin\\
|
2738 |
'version' => '6.8.0.0',
|
2739 |
-
'path' => $baseDir . '/src/Admin/
|
2740 |
),
|
2741 |
-
'Automattic\\WooCommerce\\Admin\\
|
2742 |
'version' => '6.8.0.0',
|
2743 |
-
'path' => $baseDir . '/src/Admin/
|
2744 |
),
|
2745 |
-
'Automattic\\WooCommerce\\Admin\\
|
2746 |
'version' => '6.8.0.0',
|
2747 |
-
'path' => $baseDir . '/src/Admin/
|
2748 |
),
|
2749 |
-
'Automattic\\WooCommerce\\Admin\\
|
2750 |
'version' => '6.8.0.0',
|
2751 |
-
'path' => $baseDir . '/src/Admin/
|
2752 |
),
|
2753 |
-
'Automattic\\WooCommerce\\Admin\\
|
2754 |
'version' => '6.8.0.0',
|
2755 |
-
'path' => $baseDir . '/src/Admin/
|
2756 |
),
|
2757 |
-
'Automattic\\WooCommerce\\Admin\\
|
2758 |
'version' => '6.8.0.0',
|
2759 |
-
'path' => $baseDir . '/src/Admin/
|
2760 |
),
|
2761 |
-
'Automattic\\WooCommerce\\Admin\\
|
2762 |
'version' => '6.8.0.0',
|
2763 |
-
'path' => $baseDir . '/src/Admin/
|
2764 |
),
|
2765 |
-
'Automattic\\WooCommerce\\Admin\\
|
2766 |
'version' => '6.8.0.0',
|
2767 |
-
'path' => $baseDir . '/src/Admin/
|
2768 |
),
|
2769 |
-
'Automattic\\WooCommerce\\Admin\\
|
2770 |
'version' => '6.8.0.0',
|
2771 |
-
'path' => $baseDir . '/src/Admin/
|
2772 |
),
|
2773 |
-
'Automattic\\WooCommerce\\Admin\\
|
2774 |
'version' => '6.8.0.0',
|
2775 |
-
'path' => $baseDir . '/src/Admin/
|
2776 |
),
|
2777 |
-
'Automattic\\WooCommerce\\
|
2778 |
'version' => '6.8.0.0',
|
2779 |
-
'path' => $baseDir . '/src/
|
2780 |
),
|
2781 |
-
'Automattic\\WooCommerce\\
|
2782 |
'version' => '6.8.0.0',
|
2783 |
-
'path' => $baseDir . '/src/
|
2784 |
),
|
2785 |
-
'Automattic\\WooCommerce\\
|
2786 |
'version' => '6.8.0.0',
|
2787 |
-
'path' => $baseDir . '/src/
|
2788 |
),
|
2789 |
-
'Automattic\\WooCommerce\\
|
2790 |
'version' => '6.8.0.0',
|
2791 |
-
'path' => $baseDir . '/src/
|
2792 |
),
|
2793 |
-
'Automattic\\WooCommerce\\
|
2794 |
'version' => '6.8.0.0',
|
2795 |
-
'path' => $baseDir . '/src/
|
2796 |
),
|
2797 |
-
'Automattic\\WooCommerce\\
|
2798 |
'version' => '6.8.0.0',
|
2799 |
-
'path' => $baseDir . '/src/
|
2800 |
),
|
2801 |
-
'Automattic\\WooCommerce\\
|
2802 |
'version' => '6.8.0.0',
|
2803 |
-
'path' => $baseDir . '/src/
|
2804 |
),
|
2805 |
-
'Automattic\\WooCommerce\\
|
2806 |
'version' => '6.8.0.0',
|
2807 |
-
'path' => $baseDir . '/src/
|
2808 |
),
|
2809 |
-
'Automattic\\WooCommerce\\
|
2810 |
'version' => '6.8.0.0',
|
2811 |
-
'path' => $baseDir . '/src/
|
2812 |
),
|
2813 |
-
'Automattic\\WooCommerce\\
|
2814 |
'version' => '6.8.0.0',
|
2815 |
-
'path' => $baseDir . '/src/
|
2816 |
),
|
2817 |
-
'Automattic\\WooCommerce\\
|
2818 |
'version' => '6.8.0.0',
|
2819 |
-
'path' => $baseDir . '/src/
|
2820 |
),
|
2821 |
-
'Automattic\\WooCommerce\\
|
2822 |
'version' => '6.8.0.0',
|
2823 |
-
'path' => $baseDir . '/src/
|
2824 |
),
|
2825 |
-
'Automattic\\WooCommerce\\
|
2826 |
'version' => '6.8.0.0',
|
2827 |
-
'path' => $baseDir . '/src/
|
2828 |
),
|
2829 |
-
'Automattic\\WooCommerce\\
|
2830 |
'version' => '6.8.0.0',
|
2831 |
-
'path' => $baseDir . '/src/
|
2832 |
),
|
2833 |
-
'Automattic\\WooCommerce\\
|
2834 |
'version' => '6.8.0.0',
|
2835 |
-
'path' => $baseDir . '/src/
|
2836 |
),
|
2837 |
-
'Automattic\\WooCommerce\\
|
2838 |
'version' => '6.8.0.0',
|
2839 |
-
'path' => $baseDir . '/src/
|
2840 |
),
|
2841 |
-
'Automattic\\WooCommerce\\
|
2842 |
'version' => '6.8.0.0',
|
2843 |
-
'path' => $baseDir . '/src/
|
2844 |
),
|
2845 |
-
'Automattic\\WooCommerce\\
|
2846 |
'version' => '6.8.0.0',
|
2847 |
-
'path' => $baseDir . '/src/
|
2848 |
),
|
2849 |
-
'Automattic\\WooCommerce\\
|
2850 |
'version' => '6.8.0.0',
|
2851 |
-
'path' => $baseDir . '/src/
|
2852 |
),
|
2853 |
-
'Automattic\\WooCommerce\\
|
2854 |
'version' => '6.8.0.0',
|
2855 |
-
'path' => $baseDir . '/src/
|
2856 |
),
|
2857 |
-
'Automattic\\WooCommerce\\
|
2858 |
'version' => '6.8.0.0',
|
2859 |
-
'path' => $baseDir . '/src/
|
2860 |
),
|
2861 |
-
'Automattic\\WooCommerce\\
|
2862 |
'version' => '6.8.0.0',
|
2863 |
-
'path' => $baseDir . '/src/
|
2864 |
),
|
2865 |
-
'Automattic\\WooCommerce\\
|
2866 |
'version' => '6.8.0.0',
|
2867 |
-
'path' => $baseDir . '/src/
|
2868 |
),
|
2869 |
-
'Automattic\\WooCommerce\\
|
2870 |
'version' => '6.8.0.0',
|
2871 |
-
'path' => $baseDir . '/src/
|
2872 |
),
|
2873 |
-
'Automattic\\WooCommerce\\
|
2874 |
'version' => '6.8.0.0',
|
2875 |
-
'path' => $baseDir . '/src/
|
2876 |
),
|
2877 |
-
'Automattic\\WooCommerce\\
|
2878 |
'version' => '6.8.0.0',
|
2879 |
-
'path' => $baseDir . '/src/
|
2880 |
),
|
2881 |
-
'Automattic\\WooCommerce\\
|
2882 |
'version' => '6.8.0.0',
|
2883 |
-
'path' => $baseDir . '/src/
|
2884 |
),
|
2885 |
-
'Automattic\\WooCommerce\\
|
2886 |
'version' => '6.8.0.0',
|
2887 |
-
'path' => $baseDir . '/src/
|
2888 |
),
|
2889 |
-
'Automattic\\WooCommerce\\
|
2890 |
'version' => '6.8.0.0',
|
2891 |
-
'path' => $baseDir . '/src/
|
2892 |
),
|
2893 |
-
'Automattic\\WooCommerce\\
|
2894 |
'version' => '6.8.0.0',
|
2895 |
-
'path' => $baseDir . '/src/
|
2896 |
),
|
2897 |
-
'Automattic\\WooCommerce\\
|
2898 |
'version' => '6.8.0.0',
|
2899 |
-
'path' => $baseDir . '/src/
|
2900 |
),
|
2901 |
-
'Automattic\\WooCommerce\\
|
2902 |
'version' => '6.8.0.0',
|
2903 |
-
'path' => $baseDir . '/src/
|
2904 |
),
|
2905 |
-
'Automattic\\WooCommerce\\
|
2906 |
'version' => '6.8.0.0',
|
2907 |
-
'path' => $baseDir . '/src/
|
2908 |
),
|
2909 |
-
'Automattic\\WooCommerce\\
|
2910 |
'version' => '6.8.0.0',
|
2911 |
-
'path' => $baseDir . '/src/
|
2912 |
),
|
2913 |
-
'Automattic\\WooCommerce\\
|
2914 |
'version' => '6.8.0.0',
|
2915 |
-
'path' => $baseDir . '/src/
|
2916 |
),
|
2917 |
-
'Automattic\\WooCommerce\\
|
2918 |
'version' => '6.8.0.0',
|
2919 |
-
'path' => $baseDir . '/src/
|
2920 |
),
|
2921 |
-
'Automattic\\WooCommerce\\
|
2922 |
'version' => '6.8.0.0',
|
2923 |
-
'path' => $baseDir . '/src/
|
2924 |
),
|
2925 |
-
'Automattic\\WooCommerce\\
|
2926 |
'version' => '6.8.0.0',
|
2927 |
-
'path' => $baseDir . '/src/
|
2928 |
),
|
2929 |
-
'Automattic\\WooCommerce\\
|
2930 |
'version' => '6.8.0.0',
|
2931 |
-
'path' => $baseDir . '/src/
|
2932 |
),
|
2933 |
-
'Automattic\\WooCommerce\\
|
2934 |
'version' => '6.8.0.0',
|
2935 |
-
'path' => $baseDir . '/src/
|
2936 |
),
|
2937 |
-
'Automattic\\WooCommerce\\
|
2938 |
'version' => '6.8.0.0',
|
2939 |
-
'path' => $baseDir . '/src/
|
2940 |
),
|
2941 |
-
'Automattic\\WooCommerce\\
|
2942 |
'version' => '6.8.0.0',
|
2943 |
-
'path' => $baseDir . '/src/
|
2944 |
),
|
2945 |
-
'Automattic\\WooCommerce\\
|
2946 |
'version' => '6.8.0.0',
|
2947 |
-
'path' => $baseDir . '/src/
|
2948 |
),
|
2949 |
-
'Automattic\\WooCommerce\\
|
2950 |
'version' => '6.8.0.0',
|
2951 |
-
'path' => $baseDir . '/src/
|
2952 |
),
|
2953 |
-
'Automattic\\WooCommerce\\
|
2954 |
'version' => '6.8.0.0',
|
2955 |
-
'path' => $baseDir . '/src/
|
2956 |
),
|
2957 |
-
'Automattic\\WooCommerce\\
|
2958 |
'version' => '6.8.0.0',
|
2959 |
-
'path' => $baseDir . '/src/
|
2960 |
),
|
2961 |
-
'Automattic\\WooCommerce\\
|
2962 |
'version' => '6.8.0.0',
|
2963 |
-
'path' => $baseDir . '/src/
|
2964 |
),
|
2965 |
-
'Automattic\\WooCommerce\\
|
2966 |
'version' => '6.8.0.0',
|
2967 |
-
'path' => $baseDir . '/src/
|
2968 |
),
|
2969 |
-
'Automattic\\WooCommerce\\
|
2970 |
'version' => '6.8.0.0',
|
2971 |
-
'path' => $baseDir . '/src/
|
2972 |
),
|
2973 |
-
'Automattic\\WooCommerce\\
|
2974 |
'version' => '6.8.0.0',
|
2975 |
-
'path' => $baseDir . '/src/
|
2976 |
),
|
2977 |
-
'Automattic\\WooCommerce\\
|
2978 |
'version' => '6.8.0.0',
|
2979 |
-
'path' => $baseDir . '/src/
|
2980 |
),
|
2981 |
-
'Automattic\\WooCommerce\\
|
2982 |
'version' => '6.8.0.0',
|
2983 |
-
'path' => $baseDir . '/src/
|
2984 |
),
|
2985 |
-
'Automattic\\WooCommerce\\
|
2986 |
'version' => '6.8.0.0',
|
2987 |
-
'path' => $baseDir . '/src/
|
2988 |
),
|
2989 |
-
'Automattic\\WooCommerce\\
|
2990 |
'version' => '6.8.0.0',
|
2991 |
-
'path' => $baseDir . '/src/
|
2992 |
),
|
2993 |
-
'Automattic\\WooCommerce\\
|
2994 |
'version' => '6.8.0.0',
|
2995 |
-
'path' => $baseDir . '/src/
|
2996 |
),
|
2997 |
-
'Automattic\\WooCommerce\\
|
2998 |
'version' => '6.8.0.0',
|
2999 |
-
'path' => $baseDir . '/src/
|
3000 |
),
|
3001 |
-
'Automattic\\WooCommerce\\
|
3002 |
'version' => '6.8.0.0',
|
3003 |
-
'path' => $baseDir . '/src/
|
3004 |
),
|
3005 |
-
'Automattic\\WooCommerce\\
|
3006 |
'version' => '6.8.0.0',
|
3007 |
-
'path' => $baseDir . '/src/
|
3008 |
),
|
3009 |
-
'Automattic\\WooCommerce\\
|
3010 |
'version' => '6.8.0.0',
|
3011 |
-
'path' => $baseDir . '/src/
|
3012 |
),
|
3013 |
-
'Automattic\\WooCommerce\\
|
3014 |
'version' => '6.8.0.0',
|
3015 |
-
'path' => $baseDir . '/src/
|
3016 |
),
|
3017 |
-
'Automattic\\WooCommerce\\
|
3018 |
'version' => '6.8.0.0',
|
3019 |
-
'path' => $baseDir . '/src/
|
3020 |
),
|
3021 |
-
'Automattic\\WooCommerce\\
|
3022 |
'version' => '6.8.0.0',
|
3023 |
-
'path' => $baseDir . '/src/
|
3024 |
),
|
3025 |
-
'Automattic\\WooCommerce\\
|
3026 |
'version' => '6.8.0.0',
|
3027 |
-
'path' => $baseDir . '/src/
|
3028 |
),
|
3029 |
-
'Automattic\\WooCommerce\\
|
3030 |
'version' => '6.8.0.0',
|
3031 |
-
'path' => $baseDir . '/src/
|
3032 |
),
|
3033 |
-
'Automattic\\WooCommerce\\
|
3034 |
'version' => '6.8.0.0',
|
3035 |
-
'path' => $baseDir . '/src/
|
3036 |
),
|
3037 |
-
'Automattic\\WooCommerce\\
|
3038 |
'version' => '6.8.0.0',
|
3039 |
-
'path' => $baseDir . '/src/
|
3040 |
),
|
3041 |
-
'Automattic\\WooCommerce\\
|
3042 |
'version' => '6.8.0.0',
|
3043 |
-
'path' => $baseDir . '/src/
|
3044 |
),
|
3045 |
-
'Automattic\\WooCommerce\\
|
3046 |
'version' => '6.8.0.0',
|
3047 |
-
'path' => $baseDir . '/src/
|
3048 |
),
|
3049 |
-
'Automattic\\WooCommerce\\
|
3050 |
'version' => '6.8.0.0',
|
3051 |
-
'path' => $baseDir . '/src/
|
3052 |
),
|
3053 |
-
'Automattic\\WooCommerce\\
|
3054 |
'version' => '6.8.0.0',
|
3055 |
-
'path' => $baseDir . '/src/
|
3056 |
),
|
3057 |
-
'Automattic\\WooCommerce\\
|
3058 |
'version' => '6.8.0.0',
|
3059 |
-
'path' => $baseDir . '/src/
|
3060 |
),
|
3061 |
-
'Automattic\\WooCommerce\\
|
3062 |
'version' => '6.8.0.0',
|
3063 |
-
'path' => $baseDir . '/src/
|
3064 |
),
|
3065 |
-
'Automattic\\WooCommerce\\
|
3066 |
'version' => '6.8.0.0',
|
3067 |
-
'path' => $baseDir . '/src/
|
3068 |
),
|
3069 |
-
'Automattic\\WooCommerce\\
|
3070 |
'version' => '6.8.0.0',
|
3071 |
-
'path' => $baseDir . '/src/
|
3072 |
),
|
3073 |
-
'Automattic\\WooCommerce\\
|
3074 |
'version' => '6.8.0.0',
|
3075 |
-
'path' => $baseDir . '/src/
|
3076 |
),
|
3077 |
-
'Automattic\\WooCommerce\\
|
3078 |
'version' => '6.8.0.0',
|
3079 |
-
'path' => $baseDir . '/src/
|
3080 |
),
|
3081 |
-
'Automattic\\WooCommerce\\
|
3082 |
'version' => '6.8.0.0',
|
3083 |
-
'path' => $baseDir . '/src/
|
3084 |
),
|
3085 |
-
'Automattic\\WooCommerce\\
|
3086 |
'version' => '6.8.0.0',
|
3087 |
-
'path' => $baseDir . '/src/
|
3088 |
),
|
3089 |
-
'Automattic\\WooCommerce\\
|
3090 |
'version' => '6.8.0.0',
|
3091 |
-
'path' => $baseDir . '/src/
|
3092 |
),
|
3093 |
-
'Automattic\\WooCommerce\\
|
3094 |
'version' => '6.8.0.0',
|
3095 |
-
'path' => $baseDir . '/src/
|
3096 |
),
|
3097 |
-
'Automattic\\WooCommerce\\
|
3098 |
'version' => '6.8.0.0',
|
3099 |
-
'path' => $baseDir . '/src/
|
3100 |
),
|
3101 |
-
'Automattic\\WooCommerce\\
|
3102 |
'version' => '6.8.0.0',
|
3103 |
-
'path' => $baseDir . '/src/
|
3104 |
),
|
3105 |
-
'Automattic\\WooCommerce\\
|
3106 |
'version' => '6.8.0.0',
|
3107 |
-
'path' => $baseDir . '/src/
|
3108 |
),
|
3109 |
-
'Automattic\\WooCommerce\\
|
3110 |
'version' => '6.8.0.0',
|
3111 |
-
'path' => $baseDir . '/src/
|
3112 |
),
|
3113 |
-
'Automattic\\WooCommerce\\
|
3114 |
'version' => '6.8.0.0',
|
3115 |
-
'path' => $baseDir . '/src/
|
3116 |
),
|
3117 |
-
'Automattic\\WooCommerce\\
|
3118 |
'version' => '6.8.0.0',
|
3119 |
-
'path' => $baseDir . '/src/
|
3120 |
),
|
3121 |
-
'Automattic\\WooCommerce\\
|
3122 |
'version' => '6.8.0.0',
|
3123 |
-
'path' => $baseDir . '/src/
|
3124 |
),
|
3125 |
-
'Automattic\\WooCommerce\\
|
3126 |
'version' => '6.8.0.0',
|
3127 |
-
'path' => $baseDir . '/src/
|
3128 |
),
|
3129 |
-
'Automattic\\WooCommerce\\
|
3130 |
'version' => '6.8.0.0',
|
3131 |
-
'path' => $baseDir . '/src/
|
3132 |
),
|
3133 |
-
'Automattic\\WooCommerce\\
|
3134 |
'version' => '6.8.0.0',
|
3135 |
-
'path' => $baseDir . '/src/
|
3136 |
),
|
3137 |
-
'Automattic\\WooCommerce\\
|
3138 |
'version' => '6.8.0.0',
|
3139 |
-
'path' => $baseDir . '/src/
|
3140 |
),
|
3141 |
-
'Automattic\\WooCommerce\\
|
3142 |
'version' => '6.8.0.0',
|
3143 |
-
'path' => $baseDir . '/src/
|
3144 |
),
|
3145 |
-
'Automattic\\WooCommerce\\
|
3146 |
'version' => '6.8.0.0',
|
3147 |
-
'path' => $baseDir . '/src/
|
3148 |
),
|
3149 |
-
'Automattic\\WooCommerce\\
|
3150 |
'version' => '6.8.0.0',
|
3151 |
-
'path' => $baseDir . '/src/
|
3152 |
),
|
3153 |
-
'Automattic\\WooCommerce\\
|
3154 |
'version' => '6.8.0.0',
|
3155 |
-
'path' => $baseDir . '/src/
|
3156 |
),
|
3157 |
-
'Automattic\\WooCommerce\\
|
3158 |
'version' => '6.8.0.0',
|
3159 |
-
'path' => $baseDir . '/src/
|
3160 |
),
|
3161 |
-
'Automattic\\WooCommerce\\
|
3162 |
'version' => '6.8.0.0',
|
3163 |
-
'path' => $baseDir . '/src/
|
3164 |
),
|
3165 |
-
'Automattic\\WooCommerce\\
|
3166 |
'version' => '6.8.0.0',
|
3167 |
-
'path' => $baseDir . '/src/
|
3168 |
),
|
3169 |
-
'Automattic\\WooCommerce\\
|
3170 |
'version' => '6.8.0.0',
|
3171 |
-
'path' => $baseDir . '/src/
|
3172 |
),
|
3173 |
-
'Automattic\\WooCommerce\\
|
3174 |
'version' => '6.8.0.0',
|
3175 |
-
'path' => $baseDir . '/src/
|
3176 |
),
|
3177 |
-
'Automattic\\WooCommerce\\
|
3178 |
'version' => '6.8.0.0',
|
3179 |
-
'path' => $baseDir . '/src/
|
3180 |
),
|
3181 |
-
'Automattic\\WooCommerce\\
|
3182 |
'version' => '6.8.0.0',
|
3183 |
-
'path' => $baseDir . '/src/
|
3184 |
),
|
3185 |
-
'Automattic\\WooCommerce\\
|
3186 |
'version' => '6.8.0.0',
|
3187 |
-
'path' => $baseDir . '/src/
|
3188 |
),
|
3189 |
-
'Automattic\\WooCommerce\\
|
3190 |
'version' => '6.8.0.0',
|
3191 |
-
'path' => $baseDir . '/src/
|
3192 |
),
|
3193 |
-
'Automattic\\WooCommerce\\
|
3194 |
'version' => '6.8.0.0',
|
3195 |
-
'path' => $baseDir . '/src/
|
3196 |
),
|
3197 |
-
'Automattic\\WooCommerce\\
|
3198 |
'version' => '6.8.0.0',
|
3199 |
-
'path' => $baseDir . '/src/
|
3200 |
),
|
3201 |
-
'Automattic\\WooCommerce\\
|
3202 |
'version' => '6.8.0.0',
|
3203 |
-
'path' => $baseDir . '/src/
|
3204 |
),
|
3205 |
-
'Automattic\\WooCommerce\\
|
3206 |
'version' => '6.8.0.0',
|
3207 |
-
'path' => $baseDir . '/src/
|
3208 |
),
|
3209 |
-
'Automattic\\WooCommerce\\
|
3210 |
'version' => '6.8.0.0',
|
3211 |
-
'path' => $baseDir . '/src/
|
3212 |
),
|
3213 |
-
'Automattic\\WooCommerce\\
|
3214 |
'version' => '6.8.0.0',
|
3215 |
-
'path' => $baseDir . '/src/
|
3216 |
),
|
3217 |
-
'Automattic\\WooCommerce\\
|
3218 |
'version' => '6.8.0.0',
|
3219 |
-
'path' => $baseDir . '/src/
|
3220 |
),
|
3221 |
-
'Automattic\\WooCommerce\\
|
3222 |
'version' => '6.8.0.0',
|
3223 |
-
'path' => $baseDir . '/src/
|
3224 |
),
|
3225 |
-
'Automattic\\WooCommerce\\
|
3226 |
'version' => '6.8.0.0',
|
3227 |
-
'path' => $baseDir . '/src/
|
3228 |
),
|
3229 |
-
'Automattic\\WooCommerce\\
|
3230 |
'version' => '6.8.0.0',
|
3231 |
-
'path' => $baseDir . '/src/
|
3232 |
),
|
3233 |
-
'Automattic\\WooCommerce\\
|
3234 |
'version' => '6.8.0.0',
|
3235 |
-
'path' => $baseDir . '/src/
|
3236 |
),
|
3237 |
-
'Automattic\\WooCommerce\\
|
3238 |
'version' => '6.8.0.0',
|
3239 |
-
'path' => $baseDir . '/src/
|
3240 |
),
|
3241 |
-
'Automattic\\WooCommerce\\
|
3242 |
'version' => '6.8.0.0',
|
3243 |
-
'path' => $baseDir . '/src/
|
3244 |
),
|
3245 |
-
'Automattic\\WooCommerce\\
|
3246 |
'version' => '6.8.0.0',
|
3247 |
-
'path' => $baseDir . '/src/
|
3248 |
),
|
3249 |
-
'Automattic\\WooCommerce\\
|
3250 |
'version' => '6.8.0.0',
|
3251 |
-
'path' => $baseDir . '/src/
|
3252 |
),
|
3253 |
-
'Automattic\\WooCommerce\\
|
3254 |
'version' => '6.8.0.0',
|
3255 |
-
'path' => $baseDir . '/src/
|
3256 |
),
|
3257 |
-
'Automattic\\WooCommerce\\
|
3258 |
'version' => '6.8.0.0',
|
3259 |
-
'path' => $baseDir . '/src/
|
3260 |
),
|
3261 |
-
'Automattic\\WooCommerce\\
|
3262 |
'version' => '6.8.0.0',
|
3263 |
-
'path' => $baseDir . '/src/
|
3264 |
),
|
3265 |
-
'Automattic\\WooCommerce\\
|
3266 |
'version' => '6.8.0.0',
|
3267 |
-
'path' => $baseDir . '/src/
|
3268 |
),
|
3269 |
-
'Automattic\\WooCommerce\\
|
3270 |
'version' => '6.8.0.0',
|
3271 |
-
'path' => $baseDir . '/src/
|
3272 |
),
|
3273 |
-
'Automattic\\WooCommerce\\
|
3274 |
'version' => '6.8.0.0',
|
3275 |
-
'path' => $baseDir . '/src/
|
3276 |
),
|
3277 |
-
'Automattic\\WooCommerce\\
|
3278 |
'version' => '6.8.0.0',
|
3279 |
-
'path' => $baseDir . '/src/
|
3280 |
),
|
3281 |
-
'Automattic\\WooCommerce\\
|
3282 |
'version' => '6.8.0.0',
|
3283 |
-
'path' => $baseDir . '/src/
|
3284 |
),
|
3285 |
-
'Automattic\\WooCommerce\\
|
3286 |
'version' => '6.8.0.0',
|
3287 |
-
'path' => $baseDir . '/src/
|
3288 |
),
|
3289 |
-
'Automattic\\WooCommerce\\
|
3290 |
'version' => '6.8.0.0',
|
3291 |
-
'path' => $baseDir . '/src/
|
3292 |
),
|
3293 |
-
'Automattic\\WooCommerce\\
|
3294 |
'version' => '6.8.0.0',
|
3295 |
-
'path' => $baseDir . '/src/
|
3296 |
),
|
3297 |
-
'Automattic\\WooCommerce\\
|
3298 |
'version' => '6.8.0.0',
|
3299 |
-
'path' => $baseDir . '/src/
|
3300 |
),
|
3301 |
-
'Automattic\\WooCommerce\\
|
3302 |
'version' => '6.8.0.0',
|
3303 |
-
'path' => $baseDir . '/src/
|
3304 |
),
|
3305 |
-
'Automattic\\WooCommerce\\
|
3306 |
'version' => '6.8.0.0',
|
3307 |
-
'path' => $baseDir . '/src/
|
3308 |
),
|
3309 |
-
'Automattic\\WooCommerce\\
|
3310 |
'version' => '6.8.0.0',
|
3311 |
-
'path' => $baseDir . '/src/
|
3312 |
),
|
3313 |
-
'Automattic\\WooCommerce\\
|
3314 |
'version' => '6.8.0.0',
|
3315 |
-
'path' => $baseDir . '/src/
|
3316 |
),
|
3317 |
-
'Automattic\\WooCommerce\\
|
3318 |
'version' => '6.8.0.0',
|
3319 |
-
'path' => $baseDir . '/src/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3320 |
),
|
3321 |
'Automattic\\Jetpack\\Autoloader\\ManifestGenerator' => array(
|
3322 |
'version' => '2.10.1.0',
|
3323 |
'path' => $vendorDir . '/automattic/jetpack-autoloader/src/ManifestGenerator.php'
|
3324 |
),
|
3325 |
-
'
|
3326 |
'version' => '2.10.1.0',
|
3327 |
-
'path' => $vendorDir . '/automattic/jetpack-autoloader/src/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3328 |
),
|
3329 |
'Automattic\\Jetpack\\Autoloader\\AutoloadGenerator' => array(
|
3330 |
'version' => '2.10.1.0',
|
3331 |
'path' => $vendorDir . '/automattic/jetpack-autoloader/src/AutoloadGenerator.php'
|
3332 |
),
|
3333 |
-
'
|
3334 |
'version' => '2.10.1.0',
|
3335 |
-
'path' => $vendorDir . '/automattic/jetpack-autoloader/src/
|
3336 |
),
|
3337 |
-
'
|
3338 |
'version' => '2.10.1.0',
|
3339 |
-
'path' => $vendorDir . '/automattic/jetpack-autoloader/src/
|
3340 |
),
|
3341 |
-
'Automattic\\
|
|
|
|
|
|
|
|
|
3342 |
'version' => '6.8.0.0',
|
3343 |
-
'path' => $baseDir . '/includes/rest-api/
|
3344 |
),
|
3345 |
-
'
|
3346 |
'version' => '6.8.0.0',
|
3347 |
-
'path' => $baseDir . '/includes/rest-api/
|
3348 |
),
|
3349 |
-
'
|
3350 |
'version' => '6.8.0.0',
|
3351 |
-
'path' => $baseDir . '/includes/rest-api/
|
3352 |
),
|
3353 |
-
'
|
3354 |
'version' => '6.8.0.0',
|
3355 |
-
'path' => $baseDir . '/includes/rest-api/
|
3356 |
),
|
3357 |
-
'
|
3358 |
'version' => '6.8.0.0',
|
3359 |
-
'path' => $baseDir . '/includes/rest-api/Controllers/
|
3360 |
),
|
3361 |
-
'
|
3362 |
'version' => '6.8.0.0',
|
3363 |
-
'path' => $baseDir . '/includes/rest-api/Controllers/
|
3364 |
),
|
3365 |
-
'
|
3366 |
'version' => '6.8.0.0',
|
3367 |
-
'path' => $baseDir . '/includes/rest-api/Controllers/
|
3368 |
),
|
3369 |
-
'
|
3370 |
'version' => '6.8.0.0',
|
3371 |
-
'path' => $baseDir . '/includes/rest-api/Controllers/
|
3372 |
),
|
3373 |
-
'
|
3374 |
'version' => '6.8.0.0',
|
3375 |
-
'path' => $baseDir . '/includes/rest-api/Controllers/
|
3376 |
),
|
3377 |
-
'
|
3378 |
'version' => '6.8.0.0',
|
3379 |
-
'path' => $baseDir . '/includes/rest-api/Controllers/
|
3380 |
),
|
3381 |
-
'
|
3382 |
'version' => '6.8.0.0',
|
3383 |
-
'path' => $baseDir . '/includes/rest-api/Controllers/
|
3384 |
),
|
3385 |
-
'
|
3386 |
'version' => '6.8.0.0',
|
3387 |
-
'path' => $baseDir . '/includes/rest-api/Controllers/
|
3388 |
),
|
3389 |
-
'
|
3390 |
'version' => '6.8.0.0',
|
3391 |
-
'path' => $baseDir . '/includes/rest-api/Controllers/
|
3392 |
),
|
3393 |
-
'
|
3394 |
'version' => '6.8.0.0',
|
3395 |
-
'path' => $baseDir . '/includes/rest-api/Controllers/
|
3396 |
),
|
3397 |
-
'
|
3398 |
'version' => '6.8.0.0',
|
3399 |
-
'path' => $baseDir . '/includes/rest-api/Controllers/
|
3400 |
),
|
3401 |
-
'
|
3402 |
'version' => '6.8.0.0',
|
3403 |
-
'path' => $baseDir . '/includes/rest-api/Controllers/
|
3404 |
),
|
3405 |
-
'
|
3406 |
'version' => '6.8.0.0',
|
3407 |
-
'path' => $baseDir . '/includes/rest-api/Controllers/
|
3408 |
),
|
3409 |
-
'
|
3410 |
'version' => '6.8.0.0',
|
3411 |
-
'path' => $baseDir . '/includes/rest-api/Controllers/
|
3412 |
),
|
3413 |
-
'
|
3414 |
'version' => '6.8.0.0',
|
3415 |
-
'path' => $baseDir . '/includes/rest-api/Controllers/
|
3416 |
),
|
3417 |
-
'
|
3418 |
'version' => '6.8.0.0',
|
3419 |
-
'path' => $baseDir . '/includes/rest-api/Controllers/
|
3420 |
),
|
3421 |
-
'
|
3422 |
'version' => '6.8.0.0',
|
3423 |
-
'path' => $baseDir . '/includes/rest-api/Controllers/
|
3424 |
),
|
3425 |
-
'
|
3426 |
'version' => '6.8.0.0',
|
3427 |
-
'path' => $baseDir . '/includes/rest-api/Controllers/
|
3428 |
),
|
3429 |
-
'
|
3430 |
'version' => '6.8.0.0',
|
3431 |
-
'path' => $baseDir . '/includes/rest-api/Controllers/
|
3432 |
),
|
3433 |
-
'
|
3434 |
'version' => '6.8.0.0',
|
3435 |
-
'path' => $baseDir . '/includes/rest-api/Controllers/
|
3436 |
),
|
3437 |
-
'
|
3438 |
'version' => '6.8.0.0',
|
3439 |
-
'path' => $baseDir . '/includes/rest-api/Controllers/Version2/class-wc-rest-
|
3440 |
),
|
3441 |
-
'
|
3442 |
'version' => '6.8.0.0',
|
3443 |
-
'path' => $baseDir . '/includes/rest-api/Controllers/Version2/class-wc-rest-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3444 |
),
|
3445 |
'WC_REST_Shipping_Methods_V2_Controller' => array(
|
3446 |
'version' => '6.8.0.0',
|
3447 |
'path' => $baseDir . '/includes/rest-api/Controllers/Version2/class-wc-rest-shipping-methods-v2-controller.php'
|
3448 |
),
|
3449 |
-
'
|
3450 |
'version' => '6.8.0.0',
|
3451 |
-
'path' => $baseDir . '/includes/rest-api/Controllers/Version2/class-wc-rest-
|
3452 |
),
|
3453 |
-
'
|
3454 |
'version' => '6.8.0.0',
|
3455 |
-
'path' => $baseDir . '/includes/rest-api/Controllers/Version2/class-wc-rest-
|
3456 |
),
|
3457 |
-
'
|
3458 |
'version' => '6.8.0.0',
|
3459 |
-
'path' => $baseDir . '/includes/rest-api/Controllers/Version2/class-wc-rest-
|
3460 |
),
|
3461 |
-
'
|
3462 |
'version' => '6.8.0.0',
|
3463 |
-
'path' => $baseDir . '/includes/rest-api/Controllers/
|
3464 |
),
|
3465 |
-
'
|
3466 |
'version' => '6.8.0.0',
|
3467 |
-
'path' => $baseDir . '/includes/rest-api/Controllers/
|
3468 |
),
|
3469 |
-
'
|
3470 |
'version' => '6.8.0.0',
|
3471 |
-
'path' => $baseDir . '/includes/rest-api/Controllers/
|
3472 |
),
|
3473 |
-
'
|
3474 |
'version' => '6.8.0.0',
|
3475 |
-
'path' => $baseDir . '/includes/rest-api/Controllers/
|
3476 |
),
|
3477 |
-
'
|
3478 |
'version' => '6.8.0.0',
|
3479 |
-
'path' => $baseDir . '/includes/rest-api/Controllers/
|
3480 |
),
|
3481 |
-
'
|
3482 |
'version' => '6.8.0.0',
|
3483 |
-
'path' => $baseDir . '/includes/rest-api/Controllers/
|
3484 |
),
|
3485 |
-
'
|
3486 |
'version' => '6.8.0.0',
|
3487 |
-
'path' => $baseDir . '/includes/rest-api/Controllers/
|
3488 |
),
|
3489 |
-
'
|
3490 |
'version' => '6.8.0.0',
|
3491 |
-
'path' => $baseDir . '/includes/rest-api/Controllers/
|
3492 |
),
|
3493 |
-
'
|
3494 |
'version' => '6.8.0.0',
|
3495 |
-
'path' => $baseDir . '/includes/rest-api/Controllers/
|
3496 |
),
|
3497 |
-
'
|
3498 |
'version' => '6.8.0.0',
|
3499 |
-
'path' => $baseDir . '/includes/rest-api/Controllers/
|
3500 |
),
|
3501 |
-
'
|
3502 |
'version' => '6.8.0.0',
|
3503 |
-
'path' => $baseDir . '/includes/rest-api/Controllers/
|
3504 |
),
|
3505 |
-
'
|
3506 |
'version' => '6.8.0.0',
|
3507 |
-
'path' => $baseDir . '/includes/rest-api/Controllers/
|
3508 |
),
|
3509 |
-
'
|
3510 |
'version' => '6.8.0.0',
|
3511 |
-
'path' => $baseDir . '/includes/rest-api/Controllers/
|
3512 |
),
|
3513 |
-
'
|
3514 |
'version' => '6.8.0.0',
|
3515 |
-
'path' => $baseDir . '/includes/rest-api/Controllers/
|
3516 |
),
|
3517 |
-
'
|
3518 |
'version' => '6.8.0.0',
|
3519 |
-
'path' => $baseDir . '/includes/rest-api/Controllers/
|
3520 |
),
|
3521 |
-
'
|
3522 |
'version' => '6.8.0.0',
|
3523 |
-
'path' => $baseDir . '/includes/rest-api/Controllers/
|
3524 |
),
|
3525 |
-
'
|
3526 |
'version' => '6.8.0.0',
|
3527 |
-
'path' => $baseDir . '/includes/rest-api/Controllers/
|
3528 |
),
|
3529 |
-
'
|
3530 |
'version' => '6.8.0.0',
|
3531 |
-
'path' => $baseDir . '/includes/rest-api/Controllers/
|
3532 |
),
|
3533 |
-
'
|
3534 |
'version' => '6.8.0.0',
|
3535 |
-
'path' => $baseDir . '/includes/rest-api/Controllers/
|
3536 |
),
|
3537 |
-
'
|
3538 |
'version' => '6.8.0.0',
|
3539 |
-
'path' => $baseDir . '/includes/rest-api/Controllers/
|
3540 |
),
|
3541 |
-
'
|
3542 |
'version' => '6.8.0.0',
|
3543 |
-
'path' => $baseDir . '/includes/rest-api/Controllers/
|
3544 |
),
|
3545 |
-
'
|
3546 |
'version' => '6.8.0.0',
|
3547 |
-
'path' => $baseDir . '/includes/rest-api/Controllers/
|
3548 |
),
|
3549 |
-
'
|
3550 |
'version' => '6.8.0.0',
|
3551 |
-
'path' => $baseDir . '/includes/rest-api/Controllers/
|
3552 |
),
|
3553 |
-
'
|
3554 |
'version' => '6.8.0.0',
|
3555 |
-
'path' => $baseDir . '/includes/rest-api/Controllers/
|
3556 |
),
|
3557 |
-
'
|
3558 |
'version' => '6.8.0.0',
|
3559 |
-
'path' => $baseDir . '/includes/rest-api/Controllers/
|
3560 |
),
|
3561 |
-
'
|
3562 |
'version' => '6.8.0.0',
|
3563 |
-
'path' => $baseDir . '/includes/rest-api/Controllers/
|
3564 |
),
|
3565 |
-
'
|
3566 |
'version' => '6.8.0.0',
|
3567 |
-
'path' => $baseDir . '/includes/rest-api/Controllers/Version3/class-wc-rest-
|
3568 |
),
|
3569 |
-
'
|
3570 |
'version' => '6.8.0.0',
|
3571 |
-
'path' => $baseDir . '/includes/rest-api/Controllers/Version3/class-wc-rest-
|
3572 |
),
|
3573 |
-
'
|
3574 |
'version' => '6.8.0.0',
|
3575 |
-
'path' => $baseDir . '/includes/rest-api/Controllers/Version3/class-wc-rest-
|
3576 |
),
|
3577 |
'WC_REST_Data_Continents_Controller' => array(
|
3578 |
'version' => '6.8.0.0',
|
3579 |
'path' => $baseDir . '/includes/rest-api/Controllers/Version3/class-wc-rest-data-continents-controller.php'
|
3580 |
),
|
3581 |
-
'
|
3582 |
-
'version' => '6.8.0.0',
|
3583 |
-
'path' => $baseDir . '/includes/rest-api/Controllers/Version3/class-wc-rest-coupons-controller.php'
|
3584 |
-
),
|
3585 |
-
'WC_REST_Posts_Controller' => array(
|
3586 |
'version' => '6.8.0.0',
|
3587 |
-
'path' => $baseDir . '/includes/rest-api/Controllers/Version3/class-wc-rest-
|
3588 |
),
|
3589 |
-
'
|
3590 |
'version' => '6.8.0.0',
|
3591 |
-
'path' => $baseDir . '/includes/rest-api/Controllers/Version3/class-wc-rest-
|
3592 |
),
|
3593 |
-
'
|
3594 |
'version' => '6.8.0.0',
|
3595 |
-
'path' => $baseDir . '/includes/rest-api/Controllers/Version3/class-wc-rest-
|
3596 |
),
|
3597 |
-
'
|
3598 |
'version' => '6.8.0.0',
|
3599 |
-
'path' => $baseDir . '/includes/rest-api/Controllers/Version3/class-wc-rest-order-
|
3600 |
),
|
3601 |
-
'
|
3602 |
'version' => '6.8.0.0',
|
3603 |
-
'path' => $baseDir . '/includes/rest-api/Controllers/Version3/class-wc-rest-
|
3604 |
),
|
3605 |
-
'
|
3606 |
'version' => '6.8.0.0',
|
3607 |
-
'path' => $baseDir . '/includes/rest-api/Controllers/Version3/class-wc-rest-controller.php'
|
3608 |
),
|
3609 |
-
'
|
3610 |
'version' => '6.8.0.0',
|
3611 |
-
'path' => $baseDir . '/includes/rest-api/Controllers/Version3/class-wc-rest-
|
3612 |
),
|
3613 |
-
'
|
3614 |
'version' => '6.8.0.0',
|
3615 |
-
'path' => $baseDir . '/includes/rest-api/Controllers/Version3/class-wc-rest-
|
3616 |
),
|
3617 |
'WC_REST_Report_Customers_Totals_Controller' => array(
|
3618 |
'version' => '6.8.0.0',
|
@@ -3622,149 +3722,145 @@ return array(
|
|
3622 |
'version' => '6.8.0.0',
|
3623 |
'path' => $baseDir . '/includes/rest-api/Controllers/Version3/class-wc-rest-shipping-methods-controller.php'
|
3624 |
),
|
3625 |
-
'
|
3626 |
-
'version' => '6.8.0.0',
|
3627 |
-
'path' => $baseDir . '/includes/rest-api/Controllers/Version3/class-wc-rest-system-status-tools-controller.php'
|
3628 |
-
),
|
3629 |
-
'WC_REST_Customers_Controller' => array(
|
3630 |
-
'version' => '6.8.0.0',
|
3631 |
-
'path' => $baseDir . '/includes/rest-api/Controllers/Version3/class-wc-rest-customers-controller.php'
|
3632 |
-
),
|
3633 |
-
'WC_REST_Product_Tags_Controller' => array(
|
3634 |
'version' => '6.8.0.0',
|
3635 |
-
'path' => $baseDir . '/includes/rest-api/Controllers/Version3/class-wc-rest-
|
3636 |
),
|
3637 |
-
'
|
3638 |
'version' => '6.8.0.0',
|
3639 |
-
'path' => $baseDir . '/includes/rest-api/Controllers/Version3/class-wc-rest-
|
3640 |
),
|
3641 |
'WC_REST_Orders_Controller' => array(
|
3642 |
'version' => '6.8.0.0',
|
3643 |
'path' => $baseDir . '/includes/rest-api/Controllers/Version3/class-wc-rest-orders-controller.php'
|
3644 |
),
|
3645 |
-
'
|
3646 |
-
'version' => '6.8.0.0',
|
3647 |
-
'path' => $baseDir . '/includes/rest-api/Controllers/Version3/class-wc-rest-terms-controller.php'
|
3648 |
-
),
|
3649 |
-
'WC_REST_Products_Controller' => array(
|
3650 |
-
'version' => '6.8.0.0',
|
3651 |
-
'path' => $baseDir . '/includes/rest-api/Controllers/Version3/class-wc-rest-products-controller.php'
|
3652 |
-
),
|
3653 |
-
'WC_REST_Product_Reviews_Controller' => array(
|
3654 |
'version' => '6.8.0.0',
|
3655 |
-
'path' => $baseDir . '/includes/rest-api/Controllers/Version3/class-wc-rest-product-
|
3656 |
),
|
3657 |
-
'
|
3658 |
'version' => '6.8.0.0',
|
3659 |
-
'path' => $baseDir . '/includes/rest-api/Controllers/Version3/class-wc-rest-
|
3660 |
),
|
3661 |
-
'
|
3662 |
'version' => '6.8.0.0',
|
3663 |
-
'path' => $baseDir . '/includes/rest-api/Controllers/Version3/class-wc-rest-
|
3664 |
),
|
3665 |
'WC_REST_Webhooks_Controller' => array(
|
3666 |
'version' => '6.8.0.0',
|
3667 |
'path' => $baseDir . '/includes/rest-api/Controllers/Version3/class-wc-rest-webhooks-controller.php'
|
3668 |
),
|
3669 |
-
'
|
3670 |
'version' => '6.8.0.0',
|
3671 |
-
'path' => $baseDir . '/includes/rest-api/Controllers/Version3/class-wc-rest-
|
3672 |
),
|
3673 |
-
'
|
3674 |
'version' => '6.8.0.0',
|
3675 |
-
'path' => $baseDir . '/includes/rest-api/Controllers/Version3/class-wc-rest-
|
|
|
|
|
|
|
|
|
3676 |
),
|
3677 |
'WC_REST_System_Status_Controller' => array(
|
3678 |
'version' => '6.8.0.0',
|
3679 |
'path' => $baseDir . '/includes/rest-api/Controllers/Version3/class-wc-rest-system-status-controller.php'
|
3680 |
),
|
3681 |
-
'
|
3682 |
'version' => '6.8.0.0',
|
3683 |
-
'path' => $baseDir . '/includes/rest-api/Controllers/Version3/class-wc-rest-
|
3684 |
),
|
3685 |
-
'
|
3686 |
'version' => '6.8.0.0',
|
3687 |
-
'path' => $baseDir . '/includes/rest-api/Controllers/Version3/class-wc-rest-
|
|
|
|
|
|
|
|
|
3688 |
),
|
3689 |
'WC_REST_Product_Attributes_Controller' => array(
|
3690 |
'version' => '6.8.0.0',
|
3691 |
'path' => $baseDir . '/includes/rest-api/Controllers/Version3/class-wc-rest-product-attributes-controller.php'
|
3692 |
),
|
3693 |
-
'
|
3694 |
'version' => '6.8.0.0',
|
3695 |
-
'path' => $baseDir . '/includes/rest-api/Controllers/Version3/class-wc-rest-
|
3696 |
),
|
3697 |
-
'
|
3698 |
'version' => '6.8.0.0',
|
3699 |
-
'path' => $baseDir . '/includes/rest-api/Controllers/Version3/class-wc-rest-
|
3700 |
),
|
3701 |
-
'
|
3702 |
'version' => '6.8.0.0',
|
3703 |
-
'path' => $baseDir . '/includes/rest-api/Controllers/Version3/class-wc-rest-
|
3704 |
),
|
3705 |
-
'
|
3706 |
'version' => '6.8.0.0',
|
3707 |
-
'path' => $baseDir . '/includes/rest-api/Controllers/Version3/class-wc-rest-
|
3708 |
),
|
3709 |
-
'
|
3710 |
'version' => '6.8.0.0',
|
3711 |
-
'path' => $baseDir . '/includes/rest-api/Controllers/Version3/class-wc-rest-
|
3712 |
),
|
3713 |
-
'
|
3714 |
'version' => '6.8.0.0',
|
3715 |
-
'path' => $baseDir . '/includes/rest-api/Controllers/Version3/class-wc-rest-
|
3716 |
),
|
3717 |
-
'
|
3718 |
'version' => '6.8.0.0',
|
3719 |
-
'path' => $baseDir . '/includes/rest-api/Controllers/Version3/class-wc-rest-
|
3720 |
),
|
3721 |
-
'
|
3722 |
'version' => '6.8.0.0',
|
3723 |
-
'path' => $baseDir . '/includes/rest-api/Controllers/Version3/class-wc-rest-
|
3724 |
),
|
3725 |
-
'
|
3726 |
'version' => '6.8.0.0',
|
3727 |
-
'path' => $baseDir . '/includes/rest-api/Controllers/Version3/class-wc-rest-
|
3728 |
),
|
3729 |
-
'
|
3730 |
'version' => '6.8.0.0',
|
3731 |
-
'path' => $baseDir . '/includes/rest-api/Controllers/
|
3732 |
),
|
3733 |
-
'
|
3734 |
'version' => '6.8.0.0',
|
3735 |
-
'path' => $baseDir . '/includes/rest-api/
|
3736 |
),
|
3737 |
-
'
|
3738 |
'version' => '6.8.0.0',
|
3739 |
-
'path' => $baseDir . '/includes/rest-api/
|
3740 |
),
|
3741 |
-
'Automattic\\WooCommerce\\RestApi\\
|
3742 |
'version' => '6.8.0.0',
|
3743 |
-
'path' => $baseDir . '/
|
3744 |
),
|
3745 |
-
'Automattic\\WooCommerce\\RestApi\\UnitTests\\Helpers\\
|
3746 |
'version' => '6.8.0.0',
|
3747 |
-
'path' => $baseDir . '/tests/legacy/unit-tests/rest-api/Helpers/
|
3748 |
),
|
3749 |
-
'Automattic\\WooCommerce\\RestApi\\UnitTests\\Helpers\\
|
3750 |
'version' => '6.8.0.0',
|
3751 |
-
'path' => $baseDir . '/tests/legacy/unit-tests/rest-api/Helpers/
|
3752 |
),
|
3753 |
-
'Automattic\\WooCommerce\\RestApi\\UnitTests\\Helpers\\
|
3754 |
'version' => '6.8.0.0',
|
3755 |
-
'path' => $baseDir . '/tests/legacy/unit-tests/rest-api/Helpers/
|
3756 |
),
|
3757 |
-
'Automattic\\WooCommerce\\RestApi\\UnitTests\\Helpers\\
|
3758 |
'version' => '6.8.0.0',
|
3759 |
-
'path' => $baseDir . '/tests/legacy/unit-tests/rest-api/Helpers/
|
3760 |
),
|
3761 |
'Automattic\\WooCommerce\\RestApi\\UnitTests\\Helpers\\SettingsHelper' => array(
|
3762 |
'version' => '6.8.0.0',
|
3763 |
'path' => $baseDir . '/tests/legacy/unit-tests/rest-api/Helpers/SettingsHelper.php'
|
3764 |
),
|
3765 |
-
'Automattic\\WooCommerce\\RestApi\\UnitTests\\Helpers\\
|
3766 |
'version' => '6.8.0.0',
|
3767 |
-
'path' => $baseDir . '/tests/legacy/unit-tests/rest-api/Helpers/
|
|
|
|
|
|
|
|
|
3768 |
),
|
3769 |
'Automattic\\WooCommerce\\RestApi\\UnitTests\\Helpers\\CouponHelper' => array(
|
3770 |
'version' => '6.8.0.0',
|
@@ -3774,24 +3870,4 @@ return array(
|
|
3774 |
'version' => '1.5.1.0',
|
3775 |
'path' => $vendorDir . '/automattic/jetpack-constants/src/class-constants.php'
|
3776 |
),
|
3777 |
-
'UnhandledMatchError' => array(
|
3778 |
-
'version' => '1.26.0.0',
|
3779 |
-
'path' => $vendorDir . '/symfony/polyfill-php80/Resources/stubs/UnhandledMatchError.php'
|
3780 |
-
),
|
3781 |
-
'ValueError' => array(
|
3782 |
-
'version' => '1.26.0.0',
|
3783 |
-
'path' => $vendorDir . '/symfony/polyfill-php80/Resources/stubs/ValueError.php'
|
3784 |
-
),
|
3785 |
-
'Attribute' => array(
|
3786 |
-
'version' => '1.26.0.0',
|
3787 |
-
'path' => $vendorDir . '/symfony/polyfill-php80/Resources/stubs/Attribute.php'
|
3788 |
-
),
|
3789 |
-
'Stringable' => array(
|
3790 |
-
'version' => '1.26.0.0',
|
3791 |
-
'path' => $vendorDir . '/symfony/polyfill-php80/Resources/stubs/Stringable.php'
|
3792 |
-
),
|
3793 |
-
'PhpToken' => array(
|
3794 |
-
'version' => '1.26.0.0',
|
3795 |
-
'path' => $vendorDir . '/symfony/polyfill-php80/Resources/stubs/PhpToken.php'
|
3796 |
-
),
|
3797 |
);
|
14 |
'version' => '1.26.0.0',
|
15 |
'path' => $vendorDir . '/symfony/polyfill-php80/PhpToken.php'
|
16 |
),
|
17 |
+
'ValueError' => array(
|
18 |
+
'version' => '1.26.0.0',
|
19 |
+
'path' => $vendorDir . '/symfony/polyfill-php80/Resources/stubs/ValueError.php'
|
20 |
+
),
|
21 |
+
'Stringable' => array(
|
22 |
+
'version' => '1.26.0.0',
|
23 |
+
'path' => $vendorDir . '/symfony/polyfill-php80/Resources/stubs/Stringable.php'
|
24 |
+
),
|
25 |
+
'Attribute' => array(
|
26 |
+
'version' => '1.26.0.0',
|
27 |
+
'path' => $vendorDir . '/symfony/polyfill-php80/Resources/stubs/Attribute.php'
|
28 |
+
),
|
29 |
+
'UnhandledMatchError' => array(
|
30 |
+
'version' => '1.26.0.0',
|
31 |
+
'path' => $vendorDir . '/symfony/polyfill-php80/Resources/stubs/UnhandledMatchError.php'
|
32 |
+
),
|
33 |
+
'PhpToken' => array(
|
34 |
+
'version' => '1.26.0.0',
|
35 |
+
'path' => $vendorDir . '/symfony/polyfill-php80/Resources/stubs/PhpToken.php'
|
36 |
+
),
|
37 |
'Symfony\\Component\\CssSelector\\Exception\\InternalErrorException' => array(
|
38 |
'version' => '4.4.37.0',
|
39 |
'path' => $vendorDir . '/symfony/css-selector/Exception/InternalErrorException.php'
|
40 |
),
|
|
|
|
|
|
|
|
|
41 |
'Symfony\\Component\\CssSelector\\Exception\\ExpressionErrorException' => array(
|
42 |
'version' => '4.4.37.0',
|
43 |
'path' => $vendorDir . '/symfony/css-selector/Exception/ExpressionErrorException.php'
|
44 |
),
|
45 |
+
'Symfony\\Component\\CssSelector\\Exception\\ParseException' => array(
|
46 |
+
'version' => '4.4.37.0',
|
47 |
+
'path' => $vendorDir . '/symfony/css-selector/Exception/ParseException.php'
|
48 |
+
),
|
49 |
'Symfony\\Component\\CssSelector\\Exception\\ExceptionInterface' => array(
|
50 |
'version' => '4.4.37.0',
|
51 |
'path' => $vendorDir . '/symfony/css-selector/Exception/ExceptionInterface.php'
|
52 |
),
|
53 |
+
'Symfony\\Component\\CssSelector\\Exception\\SyntaxErrorException' => array(
|
54 |
'version' => '4.4.37.0',
|
55 |
+
'path' => $vendorDir . '/symfony/css-selector/Exception/SyntaxErrorException.php'
|
56 |
),
|
57 |
+
'Symfony\\Component\\CssSelector\\Parser\\ParserInterface' => array(
|
58 |
'version' => '4.4.37.0',
|
59 |
+
'path' => $vendorDir . '/symfony/css-selector/Parser/ParserInterface.php'
|
60 |
),
|
61 |
+
'Symfony\\Component\\CssSelector\\Parser\\Handler\\WhitespaceHandler' => array(
|
62 |
'version' => '4.4.37.0',
|
63 |
+
'path' => $vendorDir . '/symfony/css-selector/Parser/Handler/WhitespaceHandler.php'
|
64 |
),
|
65 |
+
'Symfony\\Component\\CssSelector\\Parser\\Handler\\HandlerInterface' => array(
|
66 |
'version' => '4.4.37.0',
|
67 |
+
'path' => $vendorDir . '/symfony/css-selector/Parser/Handler/HandlerInterface.php'
|
68 |
),
|
69 |
+
'Symfony\\Component\\CssSelector\\Parser\\Handler\\HashHandler' => array(
|
70 |
'version' => '4.4.37.0',
|
71 |
+
'path' => $vendorDir . '/symfony/css-selector/Parser/Handler/HashHandler.php'
|
72 |
),
|
73 |
+
'Symfony\\Component\\CssSelector\\Parser\\Handler\\IdentifierHandler' => array(
|
74 |
'version' => '4.4.37.0',
|
75 |
+
'path' => $vendorDir . '/symfony/css-selector/Parser/Handler/IdentifierHandler.php'
|
76 |
),
|
77 |
+
'Symfony\\Component\\CssSelector\\Parser\\Handler\\NumberHandler' => array(
|
78 |
'version' => '4.4.37.0',
|
79 |
+
'path' => $vendorDir . '/symfony/css-selector/Parser/Handler/NumberHandler.php'
|
80 |
),
|
81 |
+
'Symfony\\Component\\CssSelector\\Parser\\Handler\\CommentHandler' => array(
|
82 |
'version' => '4.4.37.0',
|
83 |
+
'path' => $vendorDir . '/symfony/css-selector/Parser/Handler/CommentHandler.php'
|
84 |
),
|
85 |
+
'Symfony\\Component\\CssSelector\\Parser\\Handler\\StringHandler' => array(
|
86 |
'version' => '4.4.37.0',
|
87 |
+
'path' => $vendorDir . '/symfony/css-selector/Parser/Handler/StringHandler.php'
|
88 |
),
|
89 |
+
'Symfony\\Component\\CssSelector\\Parser\\Parser' => array(
|
90 |
'version' => '4.4.37.0',
|
91 |
+
'path' => $vendorDir . '/symfony/css-selector/Parser/Parser.php'
|
92 |
),
|
93 |
+
'Symfony\\Component\\CssSelector\\Parser\\Shortcut\\ClassParser' => array(
|
94 |
'version' => '4.4.37.0',
|
95 |
+
'path' => $vendorDir . '/symfony/css-selector/Parser/Shortcut/ClassParser.php'
|
96 |
),
|
97 |
+
'Symfony\\Component\\CssSelector\\Parser\\Shortcut\\HashParser' => array(
|
98 |
'version' => '4.4.37.0',
|
99 |
+
'path' => $vendorDir . '/symfony/css-selector/Parser/Shortcut/HashParser.php'
|
100 |
),
|
101 |
+
'Symfony\\Component\\CssSelector\\Parser\\Shortcut\\ElementParser' => array(
|
102 |
'version' => '4.4.37.0',
|
103 |
+
'path' => $vendorDir . '/symfony/css-selector/Parser/Shortcut/ElementParser.php'
|
104 |
),
|
105 |
+
'Symfony\\Component\\CssSelector\\Parser\\Shortcut\\EmptyStringParser' => array(
|
106 |
'version' => '4.4.37.0',
|
107 |
+
'path' => $vendorDir . '/symfony/css-selector/Parser/Shortcut/EmptyStringParser.php'
|
108 |
),
|
109 |
+
'Symfony\\Component\\CssSelector\\Parser\\Reader' => array(
|
110 |
'version' => '4.4.37.0',
|
111 |
+
'path' => $vendorDir . '/symfony/css-selector/Parser/Reader.php'
|
112 |
),
|
113 |
+
'Symfony\\Component\\CssSelector\\Parser\\TokenStream' => array(
|
114 |
'version' => '4.4.37.0',
|
115 |
+
'path' => $vendorDir . '/symfony/css-selector/Parser/TokenStream.php'
|
116 |
),
|
117 |
+
'Symfony\\Component\\CssSelector\\Parser\\Tokenizer\\TokenizerPatterns' => array(
|
118 |
'version' => '4.4.37.0',
|
119 |
+
'path' => $vendorDir . '/symfony/css-selector/Parser/Tokenizer/TokenizerPatterns.php'
|
120 |
),
|
121 |
+
'Symfony\\Component\\CssSelector\\Parser\\Tokenizer\\TokenizerEscaping' => array(
|
122 |
'version' => '4.4.37.0',
|
123 |
+
'path' => $vendorDir . '/symfony/css-selector/Parser/Tokenizer/TokenizerEscaping.php'
|
124 |
),
|
125 |
+
'Symfony\\Component\\CssSelector\\Parser\\Tokenizer\\Tokenizer' => array(
|
126 |
'version' => '4.4.37.0',
|
127 |
+
'path' => $vendorDir . '/symfony/css-selector/Parser/Tokenizer/Tokenizer.php'
|
128 |
),
|
129 |
+
'Symfony\\Component\\CssSelector\\Parser\\Token' => array(
|
130 |
'version' => '4.4.37.0',
|
131 |
+
'path' => $vendorDir . '/symfony/css-selector/Parser/Token.php'
|
132 |
),
|
133 |
+
'Symfony\\Component\\CssSelector\\XPath\\Extension\\AbstractExtension' => array(
|
134 |
'version' => '4.4.37.0',
|
135 |
+
'path' => $vendorDir . '/symfony/css-selector/XPath/Extension/AbstractExtension.php'
|
136 |
),
|
137 |
+
'Symfony\\Component\\CssSelector\\XPath\\Extension\\ExtensionInterface' => array(
|
138 |
'version' => '4.4.37.0',
|
139 |
+
'path' => $vendorDir . '/symfony/css-selector/XPath/Extension/ExtensionInterface.php'
|
140 |
),
|
141 |
+
'Symfony\\Component\\CssSelector\\XPath\\Extension\\CombinationExtension' => array(
|
142 |
'version' => '4.4.37.0',
|
143 |
+
'path' => $vendorDir . '/symfony/css-selector/XPath/Extension/CombinationExtension.php'
|
144 |
),
|
145 |
+
'Symfony\\Component\\CssSelector\\XPath\\Extension\\HtmlExtension' => array(
|
146 |
'version' => '4.4.37.0',
|
147 |
+
'path' => $vendorDir . '/symfony/css-selector/XPath/Extension/HtmlExtension.php'
|
148 |
),
|
149 |
+
'Symfony\\Component\\CssSelector\\XPath\\Extension\\NodeExtension' => array(
|
150 |
'version' => '4.4.37.0',
|
151 |
+
'path' => $vendorDir . '/symfony/css-selector/XPath/Extension/NodeExtension.php'
|
152 |
),
|
153 |
+
'Symfony\\Component\\CssSelector\\XPath\\Extension\\PseudoClassExtension' => array(
|
154 |
'version' => '4.4.37.0',
|
155 |
+
'path' => $vendorDir . '/symfony/css-selector/XPath/Extension/PseudoClassExtension.php'
|
156 |
),
|
157 |
+
'Symfony\\Component\\CssSelector\\XPath\\Extension\\FunctionExtension' => array(
|
158 |
'version' => '4.4.37.0',
|
159 |
+
'path' => $vendorDir . '/symfony/css-selector/XPath/Extension/FunctionExtension.php'
|
160 |
),
|
161 |
+
'Symfony\\Component\\CssSelector\\XPath\\Extension\\AttributeMatchingExtension' => array(
|
162 |
'version' => '4.4.37.0',
|
163 |
+
'path' => $vendorDir . '/symfony/css-selector/XPath/Extension/AttributeMatchingExtension.php'
|
164 |
),
|
165 |
+
'Symfony\\Component\\CssSelector\\XPath\\XPathExpr' => array(
|
166 |
'version' => '4.4.37.0',
|
167 |
+
'path' => $vendorDir . '/symfony/css-selector/XPath/XPathExpr.php'
|
168 |
),
|
169 |
+
'Symfony\\Component\\CssSelector\\XPath\\TranslatorInterface' => array(
|
170 |
'version' => '4.4.37.0',
|
171 |
+
'path' => $vendorDir . '/symfony/css-selector/XPath/TranslatorInterface.php'
|
172 |
),
|
173 |
+
'Symfony\\Component\\CssSelector\\XPath\\Translator' => array(
|
174 |
'version' => '4.4.37.0',
|
175 |
+
'path' => $vendorDir . '/symfony/css-selector/XPath/Translator.php'
|
176 |
),
|
177 |
+
'Symfony\\Component\\CssSelector\\CssSelectorConverter' => array(
|
178 |
'version' => '4.4.37.0',
|
179 |
+
'path' => $vendorDir . '/symfony/css-selector/CssSelectorConverter.php'
|
180 |
),
|
181 |
+
'Symfony\\Component\\CssSelector\\Node\\CombinedSelectorNode' => array(
|
182 |
'version' => '4.4.37.0',
|
183 |
+
'path' => $vendorDir . '/symfony/css-selector/Node/CombinedSelectorNode.php'
|
184 |
),
|
185 |
+
'Symfony\\Component\\CssSelector\\Node\\FunctionNode' => array(
|
186 |
'version' => '4.4.37.0',
|
187 |
+
'path' => $vendorDir . '/symfony/css-selector/Node/FunctionNode.php'
|
188 |
),
|
189 |
+
'Symfony\\Component\\CssSelector\\Node\\PseudoNode' => array(
|
190 |
'version' => '4.4.37.0',
|
191 |
+
'path' => $vendorDir . '/symfony/css-selector/Node/PseudoNode.php'
|
192 |
),
|
193 |
+
'Symfony\\Component\\CssSelector\\Node\\ElementNode' => array(
|
194 |
'version' => '4.4.37.0',
|
195 |
+
'path' => $vendorDir . '/symfony/css-selector/Node/ElementNode.php'
|
196 |
),
|
197 |
+
'Symfony\\Component\\CssSelector\\Node\\HashNode' => array(
|
198 |
'version' => '4.4.37.0',
|
199 |
+
'path' => $vendorDir . '/symfony/css-selector/Node/HashNode.php'
|
200 |
),
|
201 |
+
'Symfony\\Component\\CssSelector\\Node\\Specificity' => array(
|
202 |
'version' => '4.4.37.0',
|
203 |
+
'path' => $vendorDir . '/symfony/css-selector/Node/Specificity.php'
|
204 |
),
|
205 |
+
'Symfony\\Component\\CssSelector\\Node\\AbstractNode' => array(
|
206 |
'version' => '4.4.37.0',
|
207 |
+
'path' => $vendorDir . '/symfony/css-selector/Node/AbstractNode.php'
|
208 |
),
|
209 |
+
'Symfony\\Component\\CssSelector\\Node\\ClassNode' => array(
|
210 |
'version' => '4.4.37.0',
|
211 |
+
'path' => $vendorDir . '/symfony/css-selector/Node/ClassNode.php'
|
212 |
),
|
213 |
+
'Symfony\\Component\\CssSelector\\Node\\NodeInterface' => array(
|
214 |
'version' => '4.4.37.0',
|
215 |
+
'path' => $vendorDir . '/symfony/css-selector/Node/NodeInterface.php'
|
216 |
),
|
217 |
+
'Symfony\\Component\\CssSelector\\Node\\SelectorNode' => array(
|
218 |
'version' => '4.4.37.0',
|
219 |
+
'path' => $vendorDir . '/symfony/css-selector/Node/SelectorNode.php'
|
220 |
),
|
221 |
+
'Symfony\\Component\\CssSelector\\Node\\NegationNode' => array(
|
222 |
'version' => '4.4.37.0',
|
223 |
+
'path' => $vendorDir . '/symfony/css-selector/Node/NegationNode.php'
|
224 |
),
|
225 |
+
'Symfony\\Component\\CssSelector\\Node\\AttributeNode' => array(
|
226 |
'version' => '4.4.37.0',
|
227 |
+
'path' => $vendorDir . '/symfony/css-selector/Node/AttributeNode.php'
|
228 |
),
|
229 |
+
'Sabberworm\\CSS\\Parsing\\ParserState' => array(
|
230 |
'version' => '8.4.0.0',
|
231 |
+
'path' => $vendorDir . '/sabberworm/php-css-parser/src/Parsing/ParserState.php'
|
232 |
),
|
233 |
+
'Sabberworm\\CSS\\Parsing\\OutputException' => array(
|
234 |
'version' => '8.4.0.0',
|
235 |
+
'path' => $vendorDir . '/sabberworm/php-css-parser/src/Parsing/OutputException.php'
|
236 |
),
|
237 |
+
'Sabberworm\\CSS\\Parsing\\SourceException' => array(
|
238 |
'version' => '8.4.0.0',
|
239 |
+
'path' => $vendorDir . '/sabberworm/php-css-parser/src/Parsing/SourceException.php'
|
240 |
),
|
241 |
+
'Sabberworm\\CSS\\Parsing\\UnexpectedEOFException' => array(
|
242 |
'version' => '8.4.0.0',
|
243 |
+
'path' => $vendorDir . '/sabberworm/php-css-parser/src/Parsing/UnexpectedEOFException.php'
|
244 |
),
|
245 |
+
'Sabberworm\\CSS\\Parsing\\UnexpectedTokenException' => array(
|
246 |
'version' => '8.4.0.0',
|
247 |
+
'path' => $vendorDir . '/sabberworm/php-css-parser/src/Parsing/UnexpectedTokenException.php'
|
248 |
),
|
249 |
+
'Sabberworm\\CSS\\Settings' => array(
|
250 |
'version' => '8.4.0.0',
|
251 |
+
'path' => $vendorDir . '/sabberworm/php-css-parser/src/Settings.php'
|
252 |
),
|
253 |
+
'Sabberworm\\CSS\\Comment\\Comment' => array(
|
254 |
'version' => '8.4.0.0',
|
255 |
+
'path' => $vendorDir . '/sabberworm/php-css-parser/src/Comment/Comment.php'
|
256 |
),
|
257 |
+
'Sabberworm\\CSS\\Comment\\Commentable' => array(
|
258 |
'version' => '8.4.0.0',
|
259 |
+
'path' => $vendorDir . '/sabberworm/php-css-parser/src/Comment/Commentable.php'
|
260 |
),
|
261 |
+
'Sabberworm\\CSS\\Value\\CSSFunction' => array(
|
262 |
'version' => '8.4.0.0',
|
263 |
+
'path' => $vendorDir . '/sabberworm/php-css-parser/src/Value/CSSFunction.php'
|
264 |
),
|
265 |
+
'Sabberworm\\CSS\\Value\\RuleValueList' => array(
|
266 |
'version' => '8.4.0.0',
|
267 |
+
'path' => $vendorDir . '/sabberworm/php-css-parser/src/Value/RuleValueList.php'
|
268 |
),
|
269 |
+
'Sabberworm\\CSS\\Value\\PrimitiveValue' => array(
|
270 |
'version' => '8.4.0.0',
|
271 |
+
'path' => $vendorDir . '/sabberworm/php-css-parser/src/Value/PrimitiveValue.php'
|
272 |
),
|
273 |
+
'Sabberworm\\CSS\\Value\\ValueList' => array(
|
274 |
'version' => '8.4.0.0',
|
275 |
+
'path' => $vendorDir . '/sabberworm/php-css-parser/src/Value/ValueList.php'
|
276 |
),
|
277 |
+
'Sabberworm\\CSS\\Value\\Value' => array(
|
278 |
'version' => '8.4.0.0',
|
279 |
+
'path' => $vendorDir . '/sabberworm/php-css-parser/src/Value/Value.php'
|
280 |
),
|
281 |
+
'Sabberworm\\CSS\\Value\\CalcRuleValueList' => array(
|
282 |
'version' => '8.4.0.0',
|
283 |
+
'path' => $vendorDir . '/sabberworm/php-css-parser/src/Value/CalcRuleValueList.php'
|
284 |
),
|
285 |
+
'Sabberworm\\CSS\\Value\\CalcFunction' => array(
|
286 |
'version' => '8.4.0.0',
|
287 |
+
'path' => $vendorDir . '/sabberworm/php-css-parser/src/Value/CalcFunction.php'
|
288 |
),
|
289 |
+
'Sabberworm\\CSS\\Value\\LineName' => array(
|
290 |
'version' => '8.4.0.0',
|
291 |
+
'path' => $vendorDir . '/sabberworm/php-css-parser/src/Value/LineName.php'
|
292 |
),
|
293 |
+
'Sabberworm\\CSS\\Value\\Size' => array(
|
294 |
'version' => '8.4.0.0',
|
295 |
+
'path' => $vendorDir . '/sabberworm/php-css-parser/src/Value/Size.php'
|
296 |
),
|
297 |
+
'Sabberworm\\CSS\\Value\\Color' => array(
|
298 |
'version' => '8.4.0.0',
|
299 |
+
'path' => $vendorDir . '/sabberworm/php-css-parser/src/Value/Color.php'
|
300 |
),
|
301 |
+
'Sabberworm\\CSS\\Value\\CSSString' => array(
|
302 |
'version' => '8.4.0.0',
|
303 |
+
'path' => $vendorDir . '/sabberworm/php-css-parser/src/Value/CSSString.php'
|
304 |
),
|
305 |
+
'Sabberworm\\CSS\\Value\\URL' => array(
|
306 |
'version' => '8.4.0.0',
|
307 |
+
'path' => $vendorDir . '/sabberworm/php-css-parser/src/Value/URL.php'
|
308 |
),
|
309 |
+
'Sabberworm\\CSS\\Parser' => array(
|
310 |
'version' => '8.4.0.0',
|
311 |
+
'path' => $vendorDir . '/sabberworm/php-css-parser/src/Parser.php'
|
312 |
),
|
313 |
+
'Sabberworm\\CSS\\CSSList\\CSSBlockList' => array(
|
314 |
'version' => '8.4.0.0',
|
315 |
+
'path' => $vendorDir . '/sabberworm/php-css-parser/src/CSSList/CSSBlockList.php'
|
316 |
),
|
317 |
+
'Sabberworm\\CSS\\CSSList\\CSSList' => array(
|
318 |
'version' => '8.4.0.0',
|
319 |
+
'path' => $vendorDir . '/sabberworm/php-css-parser/src/CSSList/CSSList.php'
|
320 |
),
|
321 |
+
'Sabberworm\\CSS\\CSSList\\Document' => array(
|
322 |
'version' => '8.4.0.0',
|
323 |
+
'path' => $vendorDir . '/sabberworm/php-css-parser/src/CSSList/Document.php'
|
324 |
),
|
325 |
+
'Sabberworm\\CSS\\CSSList\\KeyFrame' => array(
|
326 |
'version' => '8.4.0.0',
|
327 |
+
'path' => $vendorDir . '/sabberworm/php-css-parser/src/CSSList/KeyFrame.php'
|
328 |
),
|
329 |
+
'Sabberworm\\CSS\\CSSList\\AtRuleBlockList' => array(
|
330 |
'version' => '8.4.0.0',
|
331 |
+
'path' => $vendorDir . '/sabberworm/php-css-parser/src/CSSList/AtRuleBlockList.php'
|
332 |
),
|
333 |
+
'Sabberworm\\CSS\\OutputFormatter' => array(
|
334 |
'version' => '8.4.0.0',
|
335 |
+
'path' => $vendorDir . '/sabberworm/php-css-parser/src/OutputFormatter.php'
|
336 |
),
|
337 |
+
'Sabberworm\\CSS\\Renderable' => array(
|
338 |
'version' => '8.4.0.0',
|
339 |
+
'path' => $vendorDir . '/sabberworm/php-css-parser/src/Renderable.php'
|
340 |
),
|
341 |
+
'Sabberworm\\CSS\\Rule\\Rule' => array(
|
342 |
'version' => '8.4.0.0',
|
343 |
+
'path' => $vendorDir . '/sabberworm/php-css-parser/src/Rule/Rule.php'
|
344 |
),
|
345 |
+
'Sabberworm\\CSS\\Property\\Selector' => array(
|
346 |
'version' => '8.4.0.0',
|
347 |
+
'path' => $vendorDir . '/sabberworm/php-css-parser/src/Property/Selector.php'
|
348 |
),
|
349 |
+
'Sabberworm\\CSS\\Property\\CSSNamespace' => array(
|
350 |
'version' => '8.4.0.0',
|
351 |
+
'path' => $vendorDir . '/sabberworm/php-css-parser/src/Property/CSSNamespace.php'
|
352 |
),
|
353 |
+
'Sabberworm\\CSS\\Property\\KeyframeSelector' => array(
|
354 |
'version' => '8.4.0.0',
|
355 |
+
'path' => $vendorDir . '/sabberworm/php-css-parser/src/Property/KeyframeSelector.php'
|
356 |
),
|
357 |
+
'Sabberworm\\CSS\\Property\\Import' => array(
|
358 |
'version' => '8.4.0.0',
|
359 |
+
'path' => $vendorDir . '/sabberworm/php-css-parser/src/Property/Import.php'
|
360 |
),
|
361 |
+
'Sabberworm\\CSS\\Property\\Charset' => array(
|
362 |
'version' => '8.4.0.0',
|
363 |
+
'path' => $vendorDir . '/sabberworm/php-css-parser/src/Property/Charset.php'
|
364 |
),
|
365 |
+
'Sabberworm\\CSS\\Property\\AtRule' => array(
|
366 |
'version' => '8.4.0.0',
|
367 |
+
'path' => $vendorDir . '/sabberworm/php-css-parser/src/Property/AtRule.php'
|
368 |
),
|
369 |
+
'Sabberworm\\CSS\\RuleSet\\RuleSet' => array(
|
370 |
'version' => '8.4.0.0',
|
371 |
+
'path' => $vendorDir . '/sabberworm/php-css-parser/src/RuleSet/RuleSet.php'
|
372 |
),
|
373 |
+
'Sabberworm\\CSS\\RuleSet\\AtRuleSet' => array(
|
374 |
'version' => '8.4.0.0',
|
375 |
+
'path' => $vendorDir . '/sabberworm/php-css-parser/src/RuleSet/AtRuleSet.php'
|
376 |
),
|
377 |
+
'Sabberworm\\CSS\\RuleSet\\DeclarationBlock' => array(
|
378 |
'version' => '8.4.0.0',
|
379 |
+
'path' => $vendorDir . '/sabberworm/php-css-parser/src/RuleSet/DeclarationBlock.php'
|
380 |
),
|
381 |
+
'Sabberworm\\CSS\\OutputFormat' => array(
|
382 |
'version' => '8.4.0.0',
|
383 |
+
'path' => $vendorDir . '/sabberworm/php-css-parser/src/OutputFormat.php'
|
384 |
),
|
385 |
'Psr\\Container\\ContainerExceptionInterface' => array(
|
386 |
'version' => '1.0.0.0',
|
387 |
'path' => $vendorDir . '/psr/container/src/ContainerExceptionInterface.php'
|
388 |
),
|
|
|
|
|
|
|
|
|
389 |
'Psr\\Container\\ContainerInterface' => array(
|
390 |
'version' => '1.0.0.0',
|
391 |
'path' => $vendorDir . '/psr/container/src/ContainerInterface.php'
|
392 |
),
|
393 |
+
'Psr\\Container\\NotFoundExceptionInterface' => array(
|
394 |
+
'version' => '1.0.0.0',
|
395 |
+
'path' => $vendorDir . '/psr/container/src/NotFoundExceptionInterface.php'
|
396 |
+
),
|
397 |
+
'Pelago\\Emogrifier\\HtmlProcessor\\CssToAttributeConverter' => array(
|
398 |
'version' => '6.0.0.0',
|
399 |
+
'path' => $vendorDir . '/pelago/emogrifier/src/HtmlProcessor/CssToAttributeConverter.php'
|
400 |
),
|
401 |
+
'Pelago\\Emogrifier\\HtmlProcessor\\HtmlPruner' => array(
|
402 |
'version' => '6.0.0.0',
|
403 |
+
'path' => $vendorDir . '/pelago/emogrifier/src/HtmlProcessor/HtmlPruner.php'
|
404 |
),
|
405 |
'Pelago\\Emogrifier\\HtmlProcessor\\HtmlNormalizer' => array(
|
406 |
'version' => '6.0.0.0',
|
407 |
'path' => $vendorDir . '/pelago/emogrifier/src/HtmlProcessor/HtmlNormalizer.php'
|
408 |
),
|
|
|
|
|
|
|
|
|
409 |
'Pelago\\Emogrifier\\HtmlProcessor\\AbstractHtmlProcessor' => array(
|
410 |
'version' => '6.0.0.0',
|
411 |
'path' => $vendorDir . '/pelago/emogrifier/src/HtmlProcessor/AbstractHtmlProcessor.php'
|
412 |
),
|
413 |
+
'Pelago\\Emogrifier\\Utilities\\CssConcatenator' => array(
|
414 |
'version' => '6.0.0.0',
|
415 |
+
'path' => $vendorDir . '/pelago/emogrifier/src/Utilities/CssConcatenator.php'
|
416 |
+
),
|
417 |
+
'Pelago\\Emogrifier\\Utilities\\ArrayIntersector' => array(
|
418 |
+
'version' => '6.0.0.0',
|
419 |
+
'path' => $vendorDir . '/pelago/emogrifier/src/Utilities/ArrayIntersector.php'
|
420 |
),
|
421 |
'Pelago\\Emogrifier\\Caching\\SimpleStringCache' => array(
|
422 |
'version' => '6.0.0.0',
|
423 |
'path' => $vendorDir . '/pelago/emogrifier/src/Caching/SimpleStringCache.php'
|
424 |
),
|
425 |
+
'Pelago\\Emogrifier\\CssInliner' => array(
|
426 |
+
'version' => '6.0.0.0',
|
427 |
+
'path' => $vendorDir . '/pelago/emogrifier/src/CssInliner.php'
|
428 |
+
),
|
429 |
'Pelago\\Emogrifier\\Css\\StyleRule' => array(
|
430 |
'version' => '6.0.0.0',
|
431 |
'path' => $vendorDir . '/pelago/emogrifier/src/Css/StyleRule.php'
|
434 |
'version' => '6.0.0.0',
|
435 |
'path' => $vendorDir . '/pelago/emogrifier/src/Css/CssDocument.php'
|
436 |
),
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
437 |
'MaxMind\\Db\\Reader\\Metadata' => array(
|
438 |
'version' => '1.11.0.0',
|
439 |
'path' => $vendorDir . '/maxmind-db/reader/src/MaxMind/Db/Reader/Metadata.php'
|
442 |
'version' => '1.11.0.0',
|
443 |
'path' => $vendorDir . '/maxmind-db/reader/src/MaxMind/Db/Reader/InvalidDatabaseException.php'
|
444 |
),
|
445 |
+
'MaxMind\\Db\\Reader\\Util' => array(
|
446 |
+
'version' => '1.11.0.0',
|
447 |
+
'path' => $vendorDir . '/maxmind-db/reader/src/MaxMind/Db/Reader/Util.php'
|
448 |
+
),
|
449 |
'MaxMind\\Db\\Reader\\Decoder' => array(
|
450 |
'version' => '1.11.0.0',
|
451 |
'path' => $vendorDir . '/maxmind-db/reader/src/MaxMind/Db/Reader/Decoder.php'
|
452 |
),
|
453 |
+
'MaxMind\\Db\\Reader' => array(
|
454 |
'version' => '1.11.0.0',
|
455 |
+
'path' => $vendorDir . '/maxmind-db/reader/src/MaxMind/Db/Reader.php'
|
456 |
),
|
457 |
+
'Composer\\Installers\\TaoInstaller' => array(
|
458 |
'version' => '1.12.0.0',
|
459 |
+
'path' => $vendorDir . '/composer/installers/src/Composer/Installers/TaoInstaller.php'
|
460 |
),
|
461 |
+
'Composer\\Installers\\LithiumInstaller' => array(
|
462 |
'version' => '1.12.0.0',
|
463 |
+
'path' => $vendorDir . '/composer/installers/src/Composer/Installers/LithiumInstaller.php'
|
464 |
),
|
465 |
+
'Composer\\Installers\\Installer' => array(
|
466 |
'version' => '1.12.0.0',
|
467 |
+
'path' => $vendorDir . '/composer/installers/src/Composer/Installers/Installer.php'
|
468 |
),
|
469 |
+
'Composer\\Installers\\ZikulaInstaller' => array(
|
470 |
'version' => '1.12.0.0',
|
471 |
+
'path' => $vendorDir . '/composer/installers/src/Composer/Installers/ZikulaInstaller.php'
|
472 |
),
|
473 |
+
'Composer\\Installers\\PPIInstaller' => array(
|
474 |
'version' => '1.12.0.0',
|
475 |
+
'path' => $vendorDir . '/composer/installers/src/Composer/Installers/PPIInstaller.php'
|
476 |
),
|
477 |
+
'Composer\\Installers\\PimcoreInstaller' => array(
|
478 |
'version' => '1.12.0.0',
|
479 |
+
'path' => $vendorDir . '/composer/installers/src/Composer/Installers/PimcoreInstaller.php'
|
480 |
),
|
481 |
+
'Composer\\Installers\\PuppetInstaller' => array(
|
482 |
'version' => '1.12.0.0',
|
483 |
+
'path' => $vendorDir . '/composer/installers/src/Composer/Installers/PuppetInstaller.php'
|
484 |
),
|
485 |
+
'Composer\\Installers\\SMFInstaller' => array(
|
486 |
'version' => '1.12.0.0',
|
487 |
+
'path' => $vendorDir . '/composer/installers/src/Composer/Installers/SMFInstaller.php'
|
488 |
),
|
489 |
+
'Composer\\Installers\\WinterInstaller' => array(
|
490 |
'version' => '1.12.0.0',
|
491 |
+
'path' => $vendorDir . '/composer/installers/src/Composer/Installers/WinterInstaller.php'
|
492 |
),
|
493 |
+
'Composer\\Installers\\OsclassInstaller' => array(
|
494 |
'version' => '1.12.0.0',
|
495 |
+
'path' => $vendorDir . '/composer/installers/src/Composer/Installers/OsclassInstaller.php'
|
496 |
),
|
497 |
+
'Composer\\Installers\\LavaLiteInstaller' => array(
|
498 |
'version' => '1.12.0.0',
|
499 |
+
'path' => $vendorDir . '/composer/installers/src/Composer/Installers/LavaLiteInstaller.php'
|
500 |
),
|
501 |
+
'Composer\\Installers\\RadPHPInstaller' => array(
|
502 |
'version' => '1.12.0.0',
|
503 |
+
'path' => $vendorDir . '/composer/installers/src/Composer/Installers/RadPHPInstaller.php'
|
504 |
),
|
505 |
+
'Composer\\Installers\\ZendInstaller' => array(
|
506 |
'version' => '1.12.0.0',
|
507 |
+
'path' => $vendorDir . '/composer/installers/src/Composer/Installers/ZendInstaller.php'
|
508 |
),
|
509 |
+
'Composer\\Installers\\Plugin' => array(
|
510 |
'version' => '1.12.0.0',
|
511 |
+
'path' => $vendorDir . '/composer/installers/src/Composer/Installers/Plugin.php'
|
512 |
),
|
513 |
+
'Composer\\Installers\\SiteDirectInstaller' => array(
|
514 |
'version' => '1.12.0.0',
|
515 |
+
'path' => $vendorDir . '/composer/installers/src/Composer/Installers/SiteDirectInstaller.php'
|
516 |
),
|
517 |
+
'Composer\\Installers\\ExpressionEngineInstaller' => array(
|
518 |
'version' => '1.12.0.0',
|
519 |
+
'path' => $vendorDir . '/composer/installers/src/Composer/Installers/ExpressionEngineInstaller.php'
|
520 |
),
|
521 |
+
'Composer\\Installers\\FuelphpInstaller' => array(
|
522 |
'version' => '1.12.0.0',
|
523 |
+
'path' => $vendorDir . '/composer/installers/src/Composer/Installers/FuelphpInstaller.php'
|
524 |
),
|
525 |
+
'Composer\\Installers\\CraftInstaller' => array(
|
526 |
'version' => '1.12.0.0',
|
527 |
+
'path' => $vendorDir . '/composer/installers/src/Composer/Installers/CraftInstaller.php'
|
528 |
),
|
529 |
+
'Composer\\Installers\\RedaxoInstaller' => array(
|
530 |
'version' => '1.12.0.0',
|
531 |
+
'path' => $vendorDir . '/composer/installers/src/Composer/Installers/RedaxoInstaller.php'
|
532 |
),
|
533 |
+
'Composer\\Installers\\VanillaInstaller' => array(
|
534 |
'version' => '1.12.0.0',
|
535 |
+
'path' => $vendorDir . '/composer/installers/src/Composer/Installers/VanillaInstaller.php'
|
536 |
),
|
537 |
+
'Composer\\Installers\\MauticInstaller' => array(
|
538 |
'version' => '1.12.0.0',
|
539 |
+
'path' => $vendorDir . '/composer/installers/src/Composer/Installers/MauticInstaller.php'
|
540 |
),
|
541 |
+
'Composer\\Installers\\WordPressInstaller' => array(
|
542 |
'version' => '1.12.0.0',
|
543 |
+
'path' => $vendorDir . '/composer/installers/src/Composer/Installers/WordPressInstaller.php'
|
544 |
),
|
545 |
+
'Composer\\Installers\\ImageCMSInstaller' => array(
|
546 |
'version' => '1.12.0.0',
|
547 |
+
'path' => $vendorDir . '/composer/installers/src/Composer/Installers/ImageCMSInstaller.php'
|
548 |
),
|
549 |
+
'Composer\\Installers\\TYPO3CmsInstaller' => array(
|
550 |
'version' => '1.12.0.0',
|
551 |
+
'path' => $vendorDir . '/composer/installers/src/Composer/Installers/TYPO3CmsInstaller.php'
|
552 |
),
|
553 |
+
'Composer\\Installers\\TheliaInstaller' => array(
|
554 |
'version' => '1.12.0.0',
|
555 |
+
'path' => $vendorDir . '/composer/installers/src/Composer/Installers/TheliaInstaller.php'
|
556 |
),
|
557 |
+
'Composer\\Installers\\KnownInstaller' => array(
|
558 |
'version' => '1.12.0.0',
|
559 |
+
'path' => $vendorDir . '/composer/installers/src/Composer/Installers/KnownInstaller.php'
|
560 |
),
|
561 |
+
'Composer\\Installers\\MoodleInstaller' => array(
|
562 |
'version' => '1.12.0.0',
|
563 |
+
'path' => $vendorDir . '/composer/installers/src/Composer/Installers/MoodleInstaller.php'
|
564 |
),
|
565 |
+
'Composer\\Installers\\PhiftyInstaller' => array(
|
566 |
'version' => '1.12.0.0',
|
567 |
+
'path' => $vendorDir . '/composer/installers/src/Composer/Installers/PhiftyInstaller.php'
|
568 |
),
|
569 |
+
'Composer\\Installers\\DolibarrInstaller' => array(
|
570 |
'version' => '1.12.0.0',
|
571 |
+
'path' => $vendorDir . '/composer/installers/src/Composer/Installers/DolibarrInstaller.php'
|
572 |
+
),
|
573 |
+
'Composer\\Installers\\ChefInstaller' => array(
|
574 |
+
'version' => '1.12.0.0',
|
575 |
+
'path' => $vendorDir . '/composer/installers/src/Composer/Installers/ChefInstaller.php'
|
576 |
+
),
|
577 |
+
'Composer\\Installers\\AglInstaller' => array(
|
578 |
+
'version' => '1.12.0.0',
|
579 |
+
'path' => $vendorDir . '/composer/installers/src/Composer/Installers/AglInstaller.php'
|
580 |
),
|
581 |
'Composer\\Installers\\RoundcubeInstaller' => array(
|
582 |
'version' => '1.12.0.0',
|
583 |
'path' => $vendorDir . '/composer/installers/src/Composer/Installers/RoundcubeInstaller.php'
|
584 |
),
|
585 |
+
'Composer\\Installers\\FuelInstaller' => array(
|
586 |
'version' => '1.12.0.0',
|
587 |
+
'path' => $vendorDir . '/composer/installers/src/Composer/Installers/FuelInstaller.php'
|
588 |
),
|
589 |
+
'Composer\\Installers\\ClanCatsFrameworkInstaller' => array(
|
590 |
'version' => '1.12.0.0',
|
591 |
+
'path' => $vendorDir . '/composer/installers/src/Composer/Installers/ClanCatsFrameworkInstaller.php'
|
592 |
),
|
593 |
+
'Composer\\Installers\\CockpitInstaller' => array(
|
594 |
'version' => '1.12.0.0',
|
595 |
+
'path' => $vendorDir . '/composer/installers/src/Composer/Installers/CockpitInstaller.php'
|
596 |
),
|
597 |
+
'Composer\\Installers\\KanboardInstaller' => array(
|
598 |
'version' => '1.12.0.0',
|
599 |
+
'path' => $vendorDir . '/composer/installers/src/Composer/Installers/KanboardInstaller.php'
|
600 |
),
|
601 |
+
'Composer\\Installers\\CiviCrmInstaller' => array(
|
602 |
'version' => '1.12.0.0',
|
603 |
+
'path' => $vendorDir . '/composer/installers/src/Composer/Installers/CiviCrmInstaller.php'
|
604 |
),
|
605 |
+
'Composer\\Installers\\MODULEWorkInstaller' => array(
|
606 |
'version' => '1.12.0.0',
|
607 |
+
'path' => $vendorDir . '/composer/installers/src/Composer/Installers/MODULEWorkInstaller.php'
|
608 |
),
|
609 |
+
'Composer\\Installers\\ProcessWireInstaller' => array(
|
610 |
'version' => '1.12.0.0',
|
611 |
+
'path' => $vendorDir . '/composer/installers/src/Composer/Installers/ProcessWireInstaller.php'
|
612 |
),
|
613 |
+
'Composer\\Installers\\EliasisInstaller' => array(
|
614 |
'version' => '1.12.0.0',
|
615 |
+
'path' => $vendorDir . '/composer/installers/src/Composer/Installers/EliasisInstaller.php'
|
616 |
),
|
617 |
+
'Composer\\Installers\\ElggInstaller' => array(
|
618 |
'version' => '1.12.0.0',
|
619 |
+
'path' => $vendorDir . '/composer/installers/src/Composer/Installers/ElggInstaller.php'
|
620 |
),
|
621 |
+
'Composer\\Installers\\KohanaInstaller' => array(
|
622 |
'version' => '1.12.0.0',
|
623 |
+
'path' => $vendorDir . '/composer/installers/src/Composer/Installers/KohanaInstaller.php'
|
624 |
),
|
625 |
+
'Composer\\Installers\\OxidInstaller' => array(
|
626 |
'version' => '1.12.0.0',
|
627 |
+
'path' => $vendorDir . '/composer/installers/src/Composer/Installers/OxidInstaller.php'
|
628 |
),
|
629 |
+
'Composer\\Installers\\MajimaInstaller' => array(
|
630 |
'version' => '1.12.0.0',
|
631 |
+
'path' => $vendorDir . '/composer/installers/src/Composer/Installers/MajimaInstaller.php'
|
632 |
),
|
633 |
+
'Composer\\Installers\\PhpBBInstaller' => array(
|
634 |
'version' => '1.12.0.0',
|
635 |
+
'path' => $vendorDir . '/composer/installers/src/Composer/Installers/PhpBBInstaller.php'
|
636 |
),
|
637 |
+
'Composer\\Installers\\MantisBTInstaller' => array(
|
638 |
'version' => '1.12.0.0',
|
639 |
+
'path' => $vendorDir . '/composer/installers/src/Composer/Installers/MantisBTInstaller.php'
|
640 |
),
|
641 |
+
'Composer\\Installers\\AnnotateCmsInstaller' => array(
|
642 |
'version' => '1.12.0.0',
|
643 |
+
'path' => $vendorDir . '/composer/installers/src/Composer/Installers/AnnotateCmsInstaller.php'
|
644 |
),
|
645 |
+
'Composer\\Installers\\SyliusInstaller' => array(
|
646 |
'version' => '1.12.0.0',
|
647 |
+
'path' => $vendorDir . '/composer/installers/src/Composer/Installers/SyliusInstaller.php'
|
648 |
),
|
649 |
+
'Composer\\Installers\\DecibelInstaller' => array(
|
650 |
'version' => '1.12.0.0',
|
651 |
+
'path' => $vendorDir . '/composer/installers/src/Composer/Installers/DecibelInstaller.php'
|
652 |
),
|
653 |
+
'Composer\\Installers\\CakePHPInstaller' => array(
|
654 |
'version' => '1.12.0.0',
|
655 |
+
'path' => $vendorDir . '/composer/installers/src/Composer/Installers/CakePHPInstaller.php'
|
656 |
),
|
657 |
+
'Composer\\Installers\\BaseInstaller' => array(
|
658 |
'version' => '1.12.0.0',
|
659 |
+
'path' => $vendorDir . '/composer/installers/src/Composer/Installers/BaseInstaller.php'
|
660 |
),
|
661 |
+
'Composer\\Installers\\AimeosInstaller' => array(
|
662 |
'version' => '1.12.0.0',
|
663 |
+
'path' => $vendorDir . '/composer/installers/src/Composer/Installers/AimeosInstaller.php'
|
664 |
),
|
665 |
+
'Composer\\Installers\\DrupalInstaller' => array(
|
666 |
'version' => '1.12.0.0',
|
667 |
+
'path' => $vendorDir . '/composer/installers/src/Composer/Installers/DrupalInstaller.php'
|
668 |
),
|
669 |
+
'Composer\\Installers\\PantheonInstaller' => array(
|
670 |
'version' => '1.12.0.0',
|
671 |
+
'path' => $vendorDir . '/composer/installers/src/Composer/Installers/PantheonInstaller.php'
|
672 |
),
|
673 |
+
'Composer\\Installers\\Concrete5Installer' => array(
|
674 |
'version' => '1.12.0.0',
|
675 |
+
'path' => $vendorDir . '/composer/installers/src/Composer/Installers/Concrete5Installer.php'
|
676 |
),
|
677 |
+
'Composer\\Installers\\LaravelInstaller' => array(
|
678 |
'version' => '1.12.0.0',
|
679 |
+
'path' => $vendorDir . '/composer/installers/src/Composer/Installers/LaravelInstaller.php'
|
680 |
),
|
681 |
+
'Composer\\Installers\\PrestashopInstaller' => array(
|
682 |
'version' => '1.12.0.0',
|
683 |
+
'path' => $vendorDir . '/composer/installers/src/Composer/Installers/PrestashopInstaller.php'
|
684 |
),
|
685 |
+
'Composer\\Installers\\KirbyInstaller' => array(
|
686 |
'version' => '1.12.0.0',
|
687 |
+
'path' => $vendorDir . '/composer/installers/src/Composer/Installers/KirbyInstaller.php'
|
688 |
),
|
689 |
+
'Composer\\Installers\\WolfCMSInstaller' => array(
|
690 |
'version' => '1.12.0.0',
|
691 |
+
'path' => $vendorDir . '/composer/installers/src/Composer/Installers/WolfCMSInstaller.php'
|
692 |
+
),
|
693 |
+
'Composer\\Installers\\PiwikInstaller' => array(
|
694 |
+
'version' => '1.12.0.0',
|
695 |
+
'path' => $vendorDir . '/composer/installers/src/Composer/Installers/PiwikInstaller.php'
|
696 |
+
),
|
697 |
+
'Composer\\Installers\\LanManagementSystemInstaller' => array(
|
698 |
+
'version' => '1.12.0.0',
|
699 |
+
'path' => $vendorDir . '/composer/installers/src/Composer/Installers/LanManagementSystemInstaller.php'
|
700 |
),
|
701 |
'Composer\\Installers\\HuradInstaller' => array(
|
702 |
'version' => '1.12.0.0',
|
703 |
'path' => $vendorDir . '/composer/installers/src/Composer/Installers/HuradInstaller.php'
|
704 |
),
|
705 |
+
'Composer\\Installers\\MediaWikiInstaller' => array(
|
706 |
'version' => '1.12.0.0',
|
707 |
+
'path' => $vendorDir . '/composer/installers/src/Composer/Installers/MediaWikiInstaller.php'
|
708 |
),
|
709 |
+
'Composer\\Installers\\TastyIgniterInstaller' => array(
|
710 |
'version' => '1.12.0.0',
|
711 |
+
'path' => $vendorDir . '/composer/installers/src/Composer/Installers/TastyIgniterInstaller.php'
|
712 |
),
|
713 |
+
'Composer\\Installers\\EzPlatformInstaller' => array(
|
714 |
'version' => '1.12.0.0',
|
715 |
+
'path' => $vendorDir . '/composer/installers/src/Composer/Installers/EzPlatformInstaller.php'
|
716 |
),
|
717 |
+
'Composer\\Installers\\MODXEvoInstaller' => array(
|
718 |
'version' => '1.12.0.0',
|
719 |
+
'path' => $vendorDir . '/composer/installers/src/Composer/Installers/MODXEvoInstaller.php'
|
720 |
),
|
721 |
+
'Composer\\Installers\\MakoInstaller' => array(
|
722 |
'version' => '1.12.0.0',
|
723 |
+
'path' => $vendorDir . '/composer/installers/src/Composer/Installers/MakoInstaller.php'
|
724 |
),
|
725 |
+
'Composer\\Installers\\Symfony1Installer' => array(
|
726 |
'version' => '1.12.0.0',
|
727 |
+
'path' => $vendorDir . '/composer/installers/src/Composer/Installers/Symfony1Installer.php'
|
728 |
),
|
729 |
+
'Composer\\Installers\\DokuWikiInstaller' => array(
|
730 |
'version' => '1.12.0.0',
|
731 |
+
'path' => $vendorDir . '/composer/installers/src/Composer/Installers/DokuWikiInstaller.php'
|
732 |
),
|
733 |
+
'Composer\\Installers\\UserFrostingInstaller' => array(
|
734 |
'version' => '1.12.0.0',
|
735 |
+
'path' => $vendorDir . '/composer/installers/src/Composer/Installers/UserFrostingInstaller.php'
|
736 |
),
|
737 |
+
'Composer\\Installers\\GravInstaller' => array(
|
738 |
'version' => '1.12.0.0',
|
739 |
+
'path' => $vendorDir . '/composer/installers/src/Composer/Installers/GravInstaller.php'
|
740 |
),
|
741 |
+
'Composer\\Installers\\ModxInstaller' => array(
|
742 |
'version' => '1.12.0.0',
|
743 |
+
'path' => $vendorDir . '/composer/installers/src/Composer/Installers/ModxInstaller.php'
|
744 |
),
|
745 |
+
'Composer\\Installers\\StarbugInstaller' => array(
|
746 |
'version' => '1.12.0.0',
|
747 |
+
'path' => $vendorDir . '/composer/installers/src/Composer/Installers/StarbugInstaller.php'
|
748 |
),
|
749 |
+
'Composer\\Installers\\OntoWikiInstaller' => array(
|
750 |
'version' => '1.12.0.0',
|
751 |
+
'path' => $vendorDir . '/composer/installers/src/Composer/Installers/OntoWikiInstaller.php'
|
752 |
),
|
753 |
+
'Composer\\Installers\\Redaxo5Installer' => array(
|
754 |
'version' => '1.12.0.0',
|
755 |
+
'path' => $vendorDir . '/composer/installers/src/Composer/Installers/Redaxo5Installer.php'
|
756 |
),
|
757 |
+
'Composer\\Installers\\ItopInstaller' => array(
|
758 |
'version' => '1.12.0.0',
|
759 |
+
'path' => $vendorDir . '/composer/installers/src/Composer/Installers/ItopInstaller.php'
|
760 |
),
|
761 |
'Composer\\Installers\\KodiCMSInstaller' => array(
|
762 |
'version' => '1.12.0.0',
|
763 |
'path' => $vendorDir . '/composer/installers/src/Composer/Installers/KodiCMSInstaller.php'
|
764 |
),
|
765 |
+
'Composer\\Installers\\PortoInstaller' => array(
|
|
|
|
|
|
|
|
|
766 |
'version' => '1.12.0.0',
|
767 |
+
'path' => $vendorDir . '/composer/installers/src/Composer/Installers/PortoInstaller.php'
|
768 |
),
|
769 |
+
'Composer\\Installers\\MayaInstaller' => array(
|
770 |
'version' => '1.12.0.0',
|
771 |
+
'path' => $vendorDir . '/composer/installers/src/Composer/Installers/MayaInstaller.php'
|
772 |
),
|
773 |
'Composer\\Installers\\ReIndexInstaller' => array(
|
774 |
'version' => '1.12.0.0',
|
775 |
'path' => $vendorDir . '/composer/installers/src/Composer/Installers/ReIndexInstaller.php'
|
776 |
),
|
777 |
+
'Composer\\Installers\\CodeIgniterInstaller' => array(
|
778 |
'version' => '1.12.0.0',
|
779 |
+
'path' => $vendorDir . '/composer/installers/src/Composer/Installers/CodeIgniterInstaller.php'
|
780 |
),
|
781 |
+
'Composer\\Installers\\ShopwareInstaller' => array(
|
782 |
'version' => '1.12.0.0',
|
783 |
+
'path' => $vendorDir . '/composer/installers/src/Composer/Installers/ShopwareInstaller.php'
|
784 |
),
|
785 |
+
'Composer\\Installers\\SyDESInstaller' => array(
|
786 |
'version' => '1.12.0.0',
|
787 |
+
'path' => $vendorDir . '/composer/installers/src/Composer/Installers/SyDESInstaller.php'
|
788 |
),
|
789 |
+
'Composer\\Installers\\TuskInstaller' => array(
|
790 |
'version' => '1.12.0.0',
|
791 |
+
'path' => $vendorDir . '/composer/installers/src/Composer/Installers/TuskInstaller.php'
|
792 |
),
|
793 |
+
'Composer\\Installers\\VgmcpInstaller' => array(
|
794 |
'version' => '1.12.0.0',
|
795 |
+
'path' => $vendorDir . '/composer/installers/src/Composer/Installers/VgmcpInstaller.php'
|
796 |
),
|
797 |
+
'Composer\\Installers\\DframeInstaller' => array(
|
798 |
'version' => '1.12.0.0',
|
799 |
+
'path' => $vendorDir . '/composer/installers/src/Composer/Installers/DframeInstaller.php'
|
800 |
),
|
801 |
+
'Composer\\Installers\\AttogramInstaller' => array(
|
802 |
'version' => '1.12.0.0',
|
803 |
+
'path' => $vendorDir . '/composer/installers/src/Composer/Installers/AttogramInstaller.php'
|
804 |
),
|
805 |
+
'Composer\\Installers\\AsgardInstaller' => array(
|
806 |
'version' => '1.12.0.0',
|
807 |
+
'path' => $vendorDir . '/composer/installers/src/Composer/Installers/AsgardInstaller.php'
|
808 |
),
|
809 |
+
'Composer\\Installers\\WHMCSInstaller' => array(
|
810 |
'version' => '1.12.0.0',
|
811 |
+
'path' => $vendorDir . '/composer/installers/src/Composer/Installers/WHMCSInstaller.php'
|
812 |
),
|
813 |
+
'Composer\\Installers\\BitrixInstaller' => array(
|
814 |
'version' => '1.12.0.0',
|
815 |
+
'path' => $vendorDir . '/composer/installers/src/Composer/Installers/BitrixInstaller.php'
|
816 |
+
),
|
817 |
+
'Composer\\Installers\\SilverStripeInstaller' => array(
|
818 |
+
'version' => '1.12.0.0',
|
819 |
+
'path' => $vendorDir . '/composer/installers/src/Composer/Installers/SilverStripeInstaller.php'
|
820 |
),
|
821 |
'Composer\\Installers\\JoomlaInstaller' => array(
|
822 |
'version' => '1.12.0.0',
|
823 |
'path' => $vendorDir . '/composer/installers/src/Composer/Installers/JoomlaInstaller.php'
|
824 |
),
|
825 |
+
'Composer\\Installers\\MagentoInstaller' => array(
|
826 |
'version' => '1.12.0.0',
|
827 |
+
'path' => $vendorDir . '/composer/installers/src/Composer/Installers/MagentoInstaller.php'
|
828 |
),
|
829 |
+
'Composer\\Installers\\YawikInstaller' => array(
|
830 |
'version' => '1.12.0.0',
|
831 |
+
'path' => $vendorDir . '/composer/installers/src/Composer/Installers/YawikInstaller.php'
|
832 |
),
|
833 |
+
'Composer\\Installers\\CroogoInstaller' => array(
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
834 |
'version' => '1.12.0.0',
|
835 |
+
'path' => $vendorDir . '/composer/installers/src/Composer/Installers/CroogoInstaller.php'
|
836 |
),
|
837 |
+
'Composer\\Installers\\MiaoxingInstaller' => array(
|
838 |
'version' => '1.12.0.0',
|
839 |
+
'path' => $vendorDir . '/composer/installers/src/Composer/Installers/MiaoxingInstaller.php'
|
840 |
),
|
841 |
+
'Composer\\Installers\\TYPO3FlowInstaller' => array(
|
842 |
'version' => '1.12.0.0',
|
843 |
+
'path' => $vendorDir . '/composer/installers/src/Composer/Installers/TYPO3FlowInstaller.php'
|
844 |
),
|
845 |
'Composer\\Installers\\BonefishInstaller' => array(
|
846 |
'version' => '1.12.0.0',
|
847 |
'path' => $vendorDir . '/composer/installers/src/Composer/Installers/BonefishInstaller.php'
|
848 |
),
|
849 |
+
'Composer\\Installers\\PlentymarketsInstaller' => array(
|
850 |
'version' => '1.12.0.0',
|
851 |
+
'path' => $vendorDir . '/composer/installers/src/Composer/Installers/PlentymarketsInstaller.php'
|
852 |
),
|
853 |
+
'Composer\\Installers\\PxcmsInstaller' => array(
|
854 |
'version' => '1.12.0.0',
|
855 |
+
'path' => $vendorDir . '/composer/installers/src/Composer/Installers/PxcmsInstaller.php'
|
856 |
),
|
857 |
+
'Composer\\Installers\\MicroweberInstaller' => array(
|
858 |
'version' => '1.12.0.0',
|
859 |
+
'path' => $vendorDir . '/composer/installers/src/Composer/Installers/MicroweberInstaller.php'
|
860 |
),
|
861 |
+
'Composer\\Installers\\OctoberInstaller' => array(
|
862 |
'version' => '1.12.0.0',
|
863 |
+
'path' => $vendorDir . '/composer/installers/src/Composer/Installers/OctoberInstaller.php'
|
864 |
),
|
865 |
+
'Automattic\\WooCommerce\\Vendor\\League\\Container\\Exception\\NotFoundException' => array(
|
866 |
'version' => '6.8.0.0',
|
867 |
+
'path' => $baseDir . '/lib/packages/League/Container/Exception/NotFoundException.php'
|
868 |
),
|
869 |
+
'Automattic\\WooCommerce\\Vendor\\League\\Container\\Exception\\ContainerException' => array(
|
870 |
'version' => '6.8.0.0',
|
871 |
+
'path' => $baseDir . '/lib/packages/League/Container/Exception/ContainerException.php'
|
872 |
),
|
873 |
+
'Automattic\\WooCommerce\\Vendor\\League\\Container\\Argument\\ArgumentResolverTrait' => array(
|
874 |
'version' => '6.8.0.0',
|
875 |
+
'path' => $baseDir . '/lib/packages/League/Container/Argument/ArgumentResolverTrait.php'
|
876 |
),
|
877 |
+
'Automattic\\WooCommerce\\Vendor\\League\\Container\\Argument\\ArgumentResolverInterface' => array(
|
878 |
'version' => '6.8.0.0',
|
879 |
+
'path' => $baseDir . '/lib/packages/League/Container/Argument/ArgumentResolverInterface.php'
|
880 |
),
|
881 |
+
'Automattic\\WooCommerce\\Vendor\\League\\Container\\Argument\\RawArgument' => array(
|
882 |
'version' => '6.8.0.0',
|
883 |
+
'path' => $baseDir . '/lib/packages/League/Container/Argument/RawArgument.php'
|
884 |
),
|
885 |
+
'Automattic\\WooCommerce\\Vendor\\League\\Container\\Argument\\ClassNameInterface' => array(
|
886 |
'version' => '6.8.0.0',
|
887 |
+
'path' => $baseDir . '/lib/packages/League/Container/Argument/ClassNameInterface.php'
|
888 |
),
|
889 |
+
'Automattic\\WooCommerce\\Vendor\\League\\Container\\Argument\\RawArgumentInterface' => array(
|
890 |
'version' => '6.8.0.0',
|
891 |
+
'path' => $baseDir . '/lib/packages/League/Container/Argument/RawArgumentInterface.php'
|
892 |
),
|
893 |
+
'Automattic\\WooCommerce\\Vendor\\League\\Container\\Argument\\ClassNameWithOptionalValue' => array(
|
894 |
'version' => '6.8.0.0',
|
895 |
+
'path' => $baseDir . '/lib/packages/League/Container/Argument/ClassNameWithOptionalValue.php'
|
896 |
),
|
897 |
+
'Automattic\\WooCommerce\\Vendor\\League\\Container\\Argument\\ClassName' => array(
|
898 |
'version' => '6.8.0.0',
|
899 |
+
'path' => $baseDir . '/lib/packages/League/Container/Argument/ClassName.php'
|
900 |
),
|
901 |
+
'Automattic\\WooCommerce\\Vendor\\League\\Container\\Inflector\\InflectorAggregateInterface' => array(
|
902 |
'version' => '6.8.0.0',
|
903 |
+
'path' => $baseDir . '/lib/packages/League/Container/Inflector/InflectorAggregateInterface.php'
|
904 |
),
|
905 |
+
'Automattic\\WooCommerce\\Vendor\\League\\Container\\Inflector\\InflectorInterface' => array(
|
906 |
'version' => '6.8.0.0',
|
907 |
+
'path' => $baseDir . '/lib/packages/League/Container/Inflector/InflectorInterface.php'
|
908 |
),
|
909 |
+
'Automattic\\WooCommerce\\Vendor\\League\\Container\\Inflector\\InflectorAggregate' => array(
|
910 |
'version' => '6.8.0.0',
|
911 |
+
'path' => $baseDir . '/lib/packages/League/Container/Inflector/InflectorAggregate.php'
|
912 |
),
|
913 |
+
'Automattic\\WooCommerce\\Vendor\\League\\Container\\Inflector\\Inflector' => array(
|
914 |
'version' => '6.8.0.0',
|
915 |
+
'path' => $baseDir . '/lib/packages/League/Container/Inflector/Inflector.php'
|
916 |
),
|
917 |
+
'Automattic\\WooCommerce\\Vendor\\League\\Container\\Definition\\DefinitionAggregateInterface' => array(
|
918 |
'version' => '6.8.0.0',
|
919 |
+
'path' => $baseDir . '/lib/packages/League/Container/Definition/DefinitionAggregateInterface.php'
|
920 |
),
|
921 |
+
'Automattic\\WooCommerce\\Vendor\\League\\Container\\Definition\\Definition' => array(
|
922 |
'version' => '6.8.0.0',
|
923 |
+
'path' => $baseDir . '/lib/packages/League/Container/Definition/Definition.php'
|
924 |
),
|
925 |
+
'Automattic\\WooCommerce\\Vendor\\League\\Container\\Definition\\DefinitionAggregate' => array(
|
926 |
'version' => '6.8.0.0',
|
927 |
+
'path' => $baseDir . '/lib/packages/League/Container/Definition/DefinitionAggregate.php'
|
928 |
),
|
929 |
+
'Automattic\\WooCommerce\\Vendor\\League\\Container\\Definition\\DefinitionInterface' => array(
|
930 |
'version' => '6.8.0.0',
|
931 |
+
'path' => $baseDir . '/lib/packages/League/Container/Definition/DefinitionInterface.php'
|
932 |
),
|
933 |
'Automattic\\WooCommerce\\Vendor\\League\\Container\\ServiceProvider\\ServiceProviderAggregateInterface' => array(
|
934 |
'version' => '6.8.0.0',
|
938 |
'version' => '6.8.0.0',
|
939 |
'path' => $baseDir . '/lib/packages/League/Container/ServiceProvider/ServiceProviderInterface.php'
|
940 |
),
|
941 |
+
'Automattic\\WooCommerce\\Vendor\\League\\Container\\ServiceProvider\\AbstractServiceProvider' => array(
|
|
|
|
|
|
|
|
|
942 |
'version' => '6.8.0.0',
|
943 |
+
'path' => $baseDir . '/lib/packages/League/Container/ServiceProvider/AbstractServiceProvider.php'
|
944 |
),
|
945 |
+
'Automattic\\WooCommerce\\Vendor\\League\\Container\\ServiceProvider\\ServiceProviderAggregate' => array(
|
946 |
'version' => '6.8.0.0',
|
947 |
+
'path' => $baseDir . '/lib/packages/League/Container/ServiceProvider/ServiceProviderAggregate.php'
|
948 |
),
|
949 |
+
'Automattic\\WooCommerce\\Vendor\\League\\Container\\ServiceProvider\\BootableServiceProviderInterface' => array(
|
950 |
'version' => '6.8.0.0',
|
951 |
+
'path' => $baseDir . '/lib/packages/League/Container/ServiceProvider/BootableServiceProviderInterface.php'
|
952 |
),
|
953 |
+
'Automattic\\WooCommerce\\Vendor\\League\\Container\\Container' => array(
|
954 |
'version' => '6.8.0.0',
|
955 |
+
'path' => $baseDir . '/lib/packages/League/Container/Container.php'
|
956 |
),
|
957 |
+
'Automattic\\WooCommerce\\Vendor\\League\\Container\\ContainerAwareInterface' => array(
|
958 |
'version' => '6.8.0.0',
|
959 |
+
'path' => $baseDir . '/lib/packages/League/Container/ContainerAwareInterface.php'
|
960 |
),
|
961 |
+
'Automattic\\WooCommerce\\Vendor\\League\\Container\\ReflectionContainer' => array(
|
962 |
'version' => '6.8.0.0',
|
963 |
+
'path' => $baseDir . '/lib/packages/League/Container/ReflectionContainer.php'
|
964 |
),
|
965 |
+
'Automattic\\WooCommerce\\Vendor\\League\\Container\\ContainerAwareTrait' => array(
|
966 |
'version' => '6.8.0.0',
|
967 |
+
'path' => $baseDir . '/lib/packages/League/Container/ContainerAwareTrait.php'
|
968 |
),
|
969 |
+
'Automattic\\WooCommerce\\Tests\\Internal\\ProductAttributesLookup\\DataRegeneratorTest' => array(
|
970 |
'version' => '6.8.0.0',
|
971 |
+
'path' => $baseDir . '/tests/php/src/Internal/ProductAttributesLookup/DataRegeneratorTest.php'
|
972 |
),
|
973 |
+
'Automattic\\WooCommerce\\Tests\\Internal\\ProductAttributesLookup\\FiltererTest' => array(
|
974 |
'version' => '6.8.0.0',
|
975 |
+
'path' => $baseDir . '/tests/php/src/Internal/ProductAttributesLookup/FiltererTest.php'
|
976 |
),
|
977 |
+
'Automattic\\WooCommerce\\Tests\\Internal\\ProductAttributesLookup\\LookupDataStoreTest' => array(
|
978 |
'version' => '6.8.0.0',
|
979 |
+
'path' => $baseDir . '/tests/php/src/Internal/ProductAttributesLookup/LookupDataStoreTest.php'
|
980 |
),
|
981 |
+
'Automattic\\WooCommerce\\Tests\\Internal\\DownloadPermissionsAdjusterTest' => array(
|
982 |
'version' => '6.8.0.0',
|
983 |
+
'path' => $baseDir . '/tests/php/src/Internal/DownloadPermissionsAdjusterTest.php'
|
984 |
),
|
985 |
+
'Automattic\\WooCommerce\\Tests\\Internal\\Utilities\\URLTest' => array(
|
986 |
'version' => '6.8.0.0',
|
987 |
+
'path' => $baseDir . '/tests/php/src/Internal/Utilities/URLTest.php'
|
988 |
),
|
989 |
+
'HtmlSanitizerTest' => array(
|
990 |
'version' => '6.8.0.0',
|
991 |
+
'path' => $baseDir . '/tests/php/src/Internal/Utilities/HtmlSanitizerTest.php'
|
992 |
),
|
993 |
+
'OrdersTableDataStoreTests' => array(
|
994 |
'version' => '6.8.0.0',
|
995 |
+
'path' => $baseDir . '/tests/php/src/Internal/DataStores/Orders/OrdersTableDataStoreTests.php'
|
996 |
),
|
997 |
+
'Automattic\\WooCommerce\\Tests\\Internal\\WCCom\\ConnectionHelperTest' => array(
|
998 |
'version' => '6.8.0.0',
|
999 |
+
'path' => $baseDir . '/tests/php/src/Internal/WCCom/ConnectionHelperTest.php'
|
1000 |
),
|
1001 |
+
'Automattic\\WooCommerce\\Tests\\Internal\\AssignDefaultCategoryTest' => array(
|
1002 |
'version' => '6.8.0.0',
|
1003 |
+
'path' => $baseDir . '/tests/php/src/Internal/AssignDefaultCategoryTest.php'
|
1004 |
),
|
1005 |
+
'Automattic\\WooCommerce\\Tests\\Internal\\Admin\\ProductReviews\\ReviewsCommentsOverridesTest' => array(
|
1006 |
'version' => '6.8.0.0',
|
1007 |
+
'path' => $baseDir . '/tests/php/src/Internal/Admin/ProductReviews/ReviewsCommentsOverridesTest.php'
|
1008 |
),
|
1009 |
+
'Automattic\\WooCommerce\\Tests\\Internal\\Admin\\ProductReviews\\ReviewsListTableTest' => array(
|
1010 |
'version' => '6.8.0.0',
|
1011 |
+
'path' => $baseDir . '/tests/php/src/Internal/Admin/ProductReviews/ReviewsListTableTest.php'
|
1012 |
),
|
1013 |
+
'Automattic\\WooCommerce\\Tests\\Internal\\Admin\\ProductReviews\\ReviewsTest' => array(
|
1014 |
'version' => '6.8.0.0',
|
1015 |
+
'path' => $baseDir . '/tests/php/src/Internal/Admin/ProductReviews/ReviewsTest.php'
|
1016 |
),
|
1017 |
+
'Automattic\\WooCommerce\\Tests\\Internal\\Admin\\ProductReviews\\ReviewsUtilTest' => array(
|
1018 |
'version' => '6.8.0.0',
|
1019 |
+
'path' => $baseDir . '/tests/php/src/Internal/Admin/ProductReviews/ReviewsUtilTest.php'
|
1020 |
),
|
1021 |
+
'Automattic\\WooCommerce\\Tests\\Internal\\ProductDownloads\\SynchronizeTest' => array(
|
1022 |
'version' => '6.8.0.0',
|
1023 |
+
'path' => $baseDir . '/tests/php/src/Internal/ProductDownloads/ApprovedDirectories/SynchronizeTest.php'
|
1024 |
),
|
1025 |
+
'Automattic\\WooCommerce\\Tests\\Internal\\ProductDownloads\\RegisterTest' => array(
|
1026 |
'version' => '6.8.0.0',
|
1027 |
+
'path' => $baseDir . '/tests/php/src/Internal/ProductDownloads/ApprovedDirectories/RegisterTest.php'
|
1028 |
),
|
1029 |
+
'Automattic\\WooCommerce\\Tests\\Internal\\RestApiUtilTest' => array(
|
1030 |
'version' => '6.8.0.0',
|
1031 |
+
'path' => $baseDir . '/tests/php/src/Internal/RestApiUtilTest.php'
|
1032 |
),
|
1033 |
+
'Automattic\\WooCommerce\\Tests\\Internal\\DependencyManagement\\AbstractServiceProviderTest' => array(
|
1034 |
'version' => '6.8.0.0',
|
1035 |
+
'path' => $baseDir . '/tests/php/src/Internal/DependencyManagement/AbstractServiceProviderTest.php'
|
1036 |
),
|
1037 |
'Automattic\\WooCommerce\\Tests\\Internal\\DependencyManagement\\ExampleClasses\\DependencyClass' => array(
|
1038 |
'version' => '6.8.0.0',
|
1039 |
'path' => $baseDir . '/tests/php/src/Internal/DependencyManagement/ExampleClasses/DependencyClass.php'
|
1040 |
),
|
1041 |
+
'ClassWithSingleton' => array(
|
1042 |
'version' => '6.8.0.0',
|
1043 |
+
'path' => $baseDir . '/tests/php/src/Internal/DependencyManagement/ExampleClasses/ClassWithSingleton.php'
|
1044 |
),
|
1045 |
+
'Automattic\\WooCommerce\\Tests\\Internal\\DependencyManagement\\ExampleClasses\\ClassWithScalarInjectionMethodArgument' => array(
|
1046 |
'version' => '6.8.0.0',
|
1047 |
+
'path' => $baseDir . '/tests/php/src/Internal/DependencyManagement/ExampleClasses/ClassWithScalarInjectionMethodArgument.php'
|
1048 |
),
|
1049 |
'Automattic\\WooCommerce\\Tests\\Internal\\DependencyManagement\\ExampleClasses\\ClassWithPrivateInjectionMethod' => array(
|
1050 |
'version' => '6.8.0.0',
|
1051 |
'path' => $baseDir . '/tests/php/src/Internal/DependencyManagement/ExampleClasses/ClassWithPrivateInjectionMethod.php'
|
1052 |
),
|
1053 |
+
'Automattic\\WooCommerce\\Tests\\Internal\\DependencyManagement\\ExampleClasses\\ClassWithNonFinalInjectionMethod' => array(
|
1054 |
+
'version' => '6.8.0.0',
|
1055 |
+
'path' => $baseDir . '/tests/php/src/Internal/DependencyManagement/ExampleClasses/ClassWithNonFinalInjectionMethod.php'
|
1056 |
+
),
|
1057 |
'Automattic\\WooCommerce\\Tests\\Internal\\DependencyManagement\\ExampleClasses\\ClassWithInjectionMethodArgumentWithoutTypeHint' => array(
|
1058 |
'version' => '6.8.0.0',
|
1059 |
'path' => $baseDir . '/tests/php/src/Internal/DependencyManagement/ExampleClasses/ClassWithInjectionMethodArgumentWithoutTypeHint.php'
|
1060 |
),
|
1061 |
+
'ClassWithLoadMethod' => array(
|
1062 |
'version' => '6.8.0.0',
|
1063 |
+
'path' => $baseDir . '/tests/php/src/Internal/DependencyManagement/ExampleClasses/ClassWithLoadMethod.php'
|
1064 |
),
|
1065 |
+
'Automattic\\WooCommerce\\Tests\\Internal\\DependencyManagement\\ExampleClasses\\ClassWithDependencies' => array(
|
1066 |
'version' => '6.8.0.0',
|
1067 |
+
'path' => $baseDir . '/tests/php/src/Internal/DependencyManagement/ExampleClasses/ClassWithDependencies.php'
|
1068 |
),
|
1069 |
+
'Automattic\\WooCommerce\\Tests\\Internal\\DependencyManagement\\ExtendedContainerTest' => array(
|
1070 |
'version' => '6.8.0.0',
|
1071 |
+
'path' => $baseDir . '/tests/php/src/Internal/DependencyManagement/ExtendedContainerTest.php'
|
1072 |
),
|
1073 |
+
'Automattic\\WooCommerce\\Tests\\Utilities\\ArrayUtilTest' => array(
|
1074 |
'version' => '6.8.0.0',
|
1075 |
+
'path' => $baseDir . '/tests/php/src/Utilities/ArrayUtilTest.php'
|
1076 |
),
|
1077 |
+
'Automattic\\WooCommerce\\Tests\\Utilities\\NumberUtilTest' => array(
|
1078 |
'version' => '6.8.0.0',
|
1079 |
+
'path' => $baseDir . '/tests/php/src/Utilities/NumberUtilTest.php'
|
1080 |
),
|
1081 |
+
'Automattic\\WooCommerce\\Tests\\Utilities\\StringUtilTest' => array(
|
1082 |
'version' => '6.8.0.0',
|
1083 |
+
'path' => $baseDir . '/tests/php/src/Utilities/StringUtilTest.php'
|
1084 |
),
|
1085 |
+
'PostsToOrdersMigrationControllerTest' => array(
|
1086 |
'version' => '6.8.0.0',
|
1087 |
+
'path' => $baseDir . '/tests/php/src/Database/Migrations/CustomOrderTable/PostsToOrdersMigrationControllerTest.php'
|
1088 |
),
|
1089 |
+
'Automattic\\WooCommerce\\Tests\\Proxies\\LegacyProxyTest' => array(
|
1090 |
'version' => '6.8.0.0',
|
1091 |
+
'path' => $baseDir . '/tests/php/src/Proxies/LegacyProxyTest.php'
|
1092 |
),
|
1093 |
+
'Automattic\\WooCommerce\\Tests\\Proxies\\MockableLegacyProxyTest' => array(
|
1094 |
'version' => '6.8.0.0',
|
1095 |
+
'path' => $baseDir . '/tests/php/src/Proxies/MockableLegacyProxyTest.php'
|
1096 |
),
|
1097 |
+
'Automattic\\WooCommerce\\Tests\\Proxies\\ExampleClasses\\ClassWithReplaceableMembers' => array(
|
1098 |
'version' => '6.8.0.0',
|
1099 |
+
'path' => $baseDir . '/tests/php/src/Proxies/ExampleClasses/ClassWithReplaceableMembers.php'
|
1100 |
),
|
1101 |
+
'Automattic\\WooCommerce\\Tests\\Proxies\\ExampleClasses\\ClassThatDependsOnLegacyCode' => array(
|
1102 |
'version' => '6.8.0.0',
|
1103 |
+
'path' => $baseDir . '/tests/php/src/Proxies/ExampleClasses/ClassThatDependsOnLegacyCode.php'
|
1104 |
),
|
1105 |
+
'Automattic\\WooCommerce\\Tests\\Proxies\\ClassThatDependsOnLegacyCodeTest' => array(
|
1106 |
'version' => '6.8.0.0',
|
1107 |
+
'path' => $baseDir . '/tests/php/src/Proxies/ClassThatDependsOnLegacyCodeTest.php'
|
1108 |
+
),
|
1109 |
+
'Automattic\\WooCommerce\\Tests\\Proxies\\DynamicDecoratorTest' => array(
|
1110 |
+
'version' => '6.8.0.0',
|
1111 |
+
'path' => $baseDir . '/tests/php/src/Proxies/DynamicDecoratorTest.php'
|
1112 |
),
|
1113 |
'Automattic\\WooCommerce\\Testing\\Tools\\CodeHacking\\Hacks\\CodeHack' => array(
|
1114 |
'version' => '6.8.0.0',
|
1115 |
'path' => $baseDir . '/tests/Tools/CodeHacking/Hacks/CodeHack.php'
|
1116 |
),
|
1117 |
+
'Automattic\\WooCommerce\\Testing\\Tools\\CodeHacking\\Hacks\\BypassFinalsHack' => array(
|
1118 |
+
'version' => '6.8.0.0',
|
1119 |
+
'path' => $baseDir . '/tests/Tools/CodeHacking/Hacks/BypassFinalsHack.php'
|
1120 |
+
),
|
1121 |
+
'Automattic\\WooCommerce\\Testing\\Tools\\CodeHacking\\Hacks\\StaticMockerHack' => array(
|
1122 |
+
'version' => '6.8.0.0',
|
1123 |
+
'path' => $baseDir . '/tests/Tools/CodeHacking/Hacks/StaticMockerHack.php'
|
1124 |
+
),
|
1125 |
+
'Automattic\\WooCommerce\\Testing\\Tools\\CodeHacking\\Hacks\\FunctionsMockerHack' => array(
|
1126 |
+
'version' => '6.8.0.0',
|
1127 |
+
'path' => $baseDir . '/tests/Tools/CodeHacking/Hacks/FunctionsMockerHack.php'
|
1128 |
+
),
|
1129 |
+
'Automattic\\WooCommerce\\Testing\\Tools\\CodeHacking\\CodeHacker' => array(
|
1130 |
+
'version' => '6.8.0.0',
|
1131 |
+
'path' => $baseDir . '/tests/Tools/CodeHacking/CodeHacker.php'
|
1132 |
+
),
|
1133 |
'Automattic\\WooCommerce\\Testing\\Tools\\FakeQueue' => array(
|
1134 |
'version' => '6.8.0.0',
|
1135 |
'path' => $baseDir . '/tests/Tools/FakeQueue.php'
|
1142 |
'version' => '6.8.0.0',
|
1143 |
'path' => $baseDir . '/tests/Tools/DependencyManagement/MockableLegacyProxy.php'
|
1144 |
),
|
1145 |
+
'Automattic\\WooCommerce\\StoreApi\\Formatters\\CurrencyFormatter' => array(
|
1146 |
'version' => '8.0.0.0',
|
1147 |
+
'path' => $baseDir . '/packages/woocommerce-blocks/src/StoreApi/Formatters/CurrencyFormatter.php'
|
1148 |
),
|
1149 |
+
'Automattic\\WooCommerce\\StoreApi\\Formatters\\HtmlFormatter' => array(
|
1150 |
'version' => '8.0.0.0',
|
1151 |
+
'path' => $baseDir . '/packages/woocommerce-blocks/src/StoreApi/Formatters/HtmlFormatter.php'
|
1152 |
),
|
1153 |
+
'Automattic\\WooCommerce\\StoreApi\\Formatters\\MoneyFormatter' => array(
|
1154 |
'version' => '8.0.0.0',
|
1155 |
+
'path' => $baseDir . '/packages/woocommerce-blocks/src/StoreApi/Formatters/MoneyFormatter.php'
|
1156 |
),
|
1157 |
+
'Automattic\\WooCommerce\\StoreApi\\Formatters\\FormatterInterface' => array(
|
1158 |
'version' => '8.0.0.0',
|
1159 |
+
'path' => $baseDir . '/packages/woocommerce-blocks/src/StoreApi/Formatters/FormatterInterface.php'
|
1160 |
),
|
1161 |
+
'Automattic\\WooCommerce\\StoreApi\\Formatters\\DefaultFormatter' => array(
|
1162 |
'version' => '8.0.0.0',
|
1163 |
+
'path' => $baseDir . '/packages/woocommerce-blocks/src/StoreApi/Formatters/DefaultFormatter.php'
|
1164 |
),
|
1165 |
+
'Automattic\\WooCommerce\\StoreApi\\RoutesController' => array(
|
1166 |
'version' => '8.0.0.0',
|
1167 |
+
'path' => $baseDir . '/packages/woocommerce-blocks/src/StoreApi/RoutesController.php'
|
1168 |
),
|
1169 |
+
'Automattic\\WooCommerce\\StoreApi\\Authentication' => array(
|
1170 |
'version' => '8.0.0.0',
|
1171 |
+
'path' => $baseDir . '/packages/woocommerce-blocks/src/StoreApi/Authentication.php'
|
1172 |
),
|
1173 |
+
'Automattic\\WooCommerce\\StoreApi\\Schemas\\V1\\CartExtensionsSchema' => array(
|
1174 |
'version' => '8.0.0.0',
|
1175 |
+
'path' => $baseDir . '/packages/woocommerce-blocks/src/StoreApi/Schemas/V1/CartExtensionsSchema.php'
|
1176 |
),
|
1177 |
+
'Automattic\\WooCommerce\\StoreApi\\Schemas\\V1\\ProductCollectionDataSchema' => array(
|
1178 |
'version' => '8.0.0.0',
|
1179 |
+
'path' => $baseDir . '/packages/woocommerce-blocks/src/StoreApi/Schemas/V1/ProductCollectionDataSchema.php'
|
1180 |
),
|
1181 |
+
'Automattic\\WooCommerce\\StoreApi\\Schemas\\V1\\AbstractSchema' => array(
|
1182 |
'version' => '8.0.0.0',
|
1183 |
+
'path' => $baseDir . '/packages/woocommerce-blocks/src/StoreApi/Schemas/V1/AbstractSchema.php'
|
1184 |
),
|
1185 |
+
'Automattic\\WooCommerce\\StoreApi\\Schemas\\V1\\CartSchema' => array(
|
1186 |
'version' => '8.0.0.0',
|
1187 |
+
'path' => $baseDir . '/packages/woocommerce-blocks/src/StoreApi/Schemas/V1/CartSchema.php'
|
1188 |
),
|
1189 |
+
'Automattic\\WooCommerce\\StoreApi\\Schemas\\V1\\ProductAttributeSchema' => array(
|
1190 |
'version' => '8.0.0.0',
|
1191 |
+
'path' => $baseDir . '/packages/woocommerce-blocks/src/StoreApi/Schemas/V1/ProductAttributeSchema.php'
|
1192 |
),
|
1193 |
+
'Automattic\\WooCommerce\\StoreApi\\Schemas\\V1\\ImageAttachmentSchema' => array(
|
1194 |
'version' => '8.0.0.0',
|
1195 |
+
'path' => $baseDir . '/packages/woocommerce-blocks/src/StoreApi/Schemas/V1/ImageAttachmentSchema.php'
|
1196 |
),
|
1197 |
+
'Automattic\\WooCommerce\\StoreApi\\Schemas\\V1\\TermSchema' => array(
|
1198 |
'version' => '8.0.0.0',
|
1199 |
+
'path' => $baseDir . '/packages/woocommerce-blocks/src/StoreApi/Schemas/V1/TermSchema.php'
|
1200 |
),
|
1201 |
+
'Automattic\\WooCommerce\\StoreApi\\Schemas\\V1\\ErrorSchema' => array(
|
1202 |
'version' => '8.0.0.0',
|
1203 |
+
'path' => $baseDir . '/packages/woocommerce-blocks/src/StoreApi/Schemas/V1/ErrorSchema.php'
|
1204 |
),
|
1205 |
+
'Automattic\\WooCommerce\\StoreApi\\Schemas\\V1\\ShippingAddressSchema' => array(
|
1206 |
'version' => '8.0.0.0',
|
1207 |
+
'path' => $baseDir . '/packages/woocommerce-blocks/src/StoreApi/Schemas/V1/ShippingAddressSchema.php'
|
1208 |
),
|
1209 |
+
'Automattic\\WooCommerce\\StoreApi\\Schemas\\V1\\CartFeeSchema' => array(
|
1210 |
'version' => '8.0.0.0',
|
1211 |
+
'path' => $baseDir . '/packages/woocommerce-blocks/src/StoreApi/Schemas/V1/CartFeeSchema.php'
|
1212 |
),
|
1213 |
+
'Automattic\\WooCommerce\\StoreApi\\Schemas\\V1\\CartShippingRateSchema' => array(
|
1214 |
'version' => '8.0.0.0',
|
1215 |
+
'path' => $baseDir . '/packages/woocommerce-blocks/src/StoreApi/Schemas/V1/CartShippingRateSchema.php'
|
1216 |
),
|
1217 |
+
'Automattic\\WooCommerce\\StoreApi\\Schemas\\V1\\CartItemSchema' => array(
|
1218 |
'version' => '8.0.0.0',
|
1219 |
+
'path' => $baseDir . '/packages/woocommerce-blocks/src/StoreApi/Schemas/V1/CartItemSchema.php'
|
1220 |
),
|
1221 |
+
'Automattic\\WooCommerce\\StoreApi\\Schemas\\V1\\AbstractAddressSchema' => array(
|
1222 |
'version' => '8.0.0.0',
|
1223 |
+
'path' => $baseDir . '/packages/woocommerce-blocks/src/StoreApi/Schemas/V1/AbstractAddressSchema.php'
|
1224 |
),
|
1225 |
+
'Automattic\\WooCommerce\\StoreApi\\Schemas\\V1\\OrderCouponSchema' => array(
|
1226 |
'version' => '8.0.0.0',
|
1227 |
+
'path' => $baseDir . '/packages/woocommerce-blocks/src/StoreApi/Schemas/V1/OrderCouponSchema.php'
|
1228 |
),
|
1229 |
+
'Automattic\\WooCommerce\\StoreApi\\Schemas\\V1\\BatchSchema' => array(
|
1230 |
'version' => '8.0.0.0',
|
1231 |
+
'path' => $baseDir . '/packages/woocommerce-blocks/src/StoreApi/Schemas/V1/BatchSchema.php'
|
1232 |
),
|
1233 |
+
'Automattic\\WooCommerce\\StoreApi\\Schemas\\V1\\CartCouponSchema' => array(
|
1234 |
'version' => '8.0.0.0',
|
1235 |
+
'path' => $baseDir . '/packages/woocommerce-blocks/src/StoreApi/Schemas/V1/CartCouponSchema.php'
|
1236 |
),
|
1237 |
+
'Automattic\\WooCommerce\\StoreApi\\Schemas\\V1\\CheckoutSchema' => array(
|
1238 |
'version' => '8.0.0.0',
|
1239 |
+
'path' => $baseDir . '/packages/woocommerce-blocks/src/StoreApi/Schemas/V1/CheckoutSchema.php'
|
1240 |
),
|
1241 |
+
'Automattic\\WooCommerce\\StoreApi\\Schemas\\V1\\ProductReviewSchema' => array(
|
1242 |
'version' => '8.0.0.0',
|
1243 |
+
'path' => $baseDir . '/packages/woocommerce-blocks/src/StoreApi/Schemas/V1/ProductReviewSchema.php'
|
1244 |
),
|
1245 |
+
'Automattic\\WooCommerce\\StoreApi\\Schemas\\V1\\ProductSchema' => array(
|
1246 |
'version' => '8.0.0.0',
|
1247 |
+
'path' => $baseDir . '/packages/woocommerce-blocks/src/StoreApi/Schemas/V1/ProductSchema.php'
|
1248 |
),
|
1249 |
+
'Automattic\\WooCommerce\\StoreApi\\Schemas\\V1\\BillingAddressSchema' => array(
|
1250 |
'version' => '8.0.0.0',
|
1251 |
+
'path' => $baseDir . '/packages/woocommerce-blocks/src/StoreApi/Schemas/V1/BillingAddressSchema.php'
|
1252 |
+
),
|
1253 |
+
'Automattic\\WooCommerce\\StoreApi\\Schemas\\V1\\ProductCategorySchema' => array(
|
1254 |
+
'version' => '8.0.0.0',
|
1255 |
+
'path' => $baseDir . '/packages/woocommerce-blocks/src/StoreApi/Schemas/V1/ProductCategorySchema.php'
|
1256 |
+
),
|
1257 |
+
'Automattic\\WooCommerce\\StoreApi\\Schemas\\ExtendSchema' => array(
|
1258 |
+
'version' => '8.0.0.0',
|
1259 |
+
'path' => $baseDir . '/packages/woocommerce-blocks/src/StoreApi/Schemas/ExtendSchema.php'
|
1260 |
),
|
1261 |
'Automattic\\WooCommerce\\StoreApi\\Routes\\RouteInterface' => array(
|
1262 |
'version' => '8.0.0.0',
|
1263 |
'path' => $baseDir . '/packages/woocommerce-blocks/src/StoreApi/Routes/RouteInterface.php'
|
1264 |
),
|
1265 |
+
'Automattic\\WooCommerce\\StoreApi\\Routes\\V1\\ProductAttributeTerms' => array(
|
1266 |
'version' => '8.0.0.0',
|
1267 |
+
'path' => $baseDir . '/packages/woocommerce-blocks/src/StoreApi/Routes/V1/ProductAttributeTerms.php'
|
1268 |
),
|
1269 |
+
'Automattic\\WooCommerce\\StoreApi\\Routes\\V1\\ProductCategories' => array(
|
1270 |
'version' => '8.0.0.0',
|
1271 |
+
'path' => $baseDir . '/packages/woocommerce-blocks/src/StoreApi/Routes/V1/ProductCategories.php'
|
1272 |
),
|
1273 |
+
'Automattic\\WooCommerce\\StoreApi\\Routes\\V1\\Products' => array(
|
1274 |
'version' => '8.0.0.0',
|
1275 |
+
'path' => $baseDir . '/packages/woocommerce-blocks/src/StoreApi/Routes/V1/Products.php'
|
1276 |
),
|
1277 |
+
'Automattic\\WooCommerce\\StoreApi\\Routes\\V1\\ProductCategoriesById' => array(
|
1278 |
'version' => '8.0.0.0',
|
1279 |
+
'path' => $baseDir . '/packages/woocommerce-blocks/src/StoreApi/Routes/V1/ProductCategoriesById.php'
|
1280 |
),
|
1281 |
+
'Automattic\\WooCommerce\\StoreApi\\Routes\\V1\\AbstractTermsRoute' => array(
|
1282 |
'version' => '8.0.0.0',
|
1283 |
+
'path' => $baseDir . '/packages/woocommerce-blocks/src/StoreApi/Routes/V1/AbstractTermsRoute.php'
|
1284 |
),
|
1285 |
+
'Automattic\\WooCommerce\\StoreApi\\Routes\\V1\\CartSelectShippingRate' => array(
|
1286 |
'version' => '8.0.0.0',
|
1287 |
+
'path' => $baseDir . '/packages/woocommerce-blocks/src/StoreApi/Routes/V1/CartSelectShippingRate.php'
|
1288 |
),
|
1289 |
'Automattic\\WooCommerce\\StoreApi\\Routes\\V1\\CartApplyCoupon' => array(
|
1290 |
'version' => '8.0.0.0',
|
1291 |
'path' => $baseDir . '/packages/woocommerce-blocks/src/StoreApi/Routes/V1/CartApplyCoupon.php'
|
1292 |
),
|
1293 |
+
'Automattic\\WooCommerce\\StoreApi\\Routes\\V1\\AbstractRoute' => array(
|
1294 |
'version' => '8.0.0.0',
|
1295 |
+
'path' => $baseDir . '/packages/woocommerce-blocks/src/StoreApi/Routes/V1/AbstractRoute.php'
|
1296 |
),
|
1297 |
'Automattic\\WooCommerce\\StoreApi\\Routes\\V1\\CartAddItem' => array(
|
1298 |
'version' => '8.0.0.0',
|
1299 |
'path' => $baseDir . '/packages/woocommerce-blocks/src/StoreApi/Routes/V1/CartAddItem.php'
|
1300 |
),
|
1301 |
+
'Automattic\\WooCommerce\\StoreApi\\Routes\\V1\\CartUpdateCustomer' => array(
|
|
|
|
|
|
|
|
|
1302 |
'version' => '8.0.0.0',
|
1303 |
+
'path' => $baseDir . '/packages/woocommerce-blocks/src/StoreApi/Routes/V1/CartUpdateCustomer.php'
|
1304 |
),
|
1305 |
'Automattic\\WooCommerce\\StoreApi\\Routes\\V1\\CartItems' => array(
|
1306 |
'version' => '8.0.0.0',
|
1307 |
'path' => $baseDir . '/packages/woocommerce-blocks/src/StoreApi/Routes/V1/CartItems.php'
|
1308 |
),
|
1309 |
+
'Automattic\\WooCommerce\\StoreApi\\Routes\\V1\\Batch' => array(
|
|
|
|
|
|
|
|
|
1310 |
'version' => '8.0.0.0',
|
1311 |
+
'path' => $baseDir . '/packages/woocommerce-blocks/src/StoreApi/Routes/V1/Batch.php'
|
1312 |
),
|
1313 |
+
'Automattic\\WooCommerce\\StoreApi\\Routes\\V1\\ProductTags' => array(
|
1314 |
'version' => '8.0.0.0',
|
1315 |
+
'path' => $baseDir . '/packages/woocommerce-blocks/src/StoreApi/Routes/V1/ProductTags.php'
|
1316 |
),
|
1317 |
+
'Automattic\\WooCommerce\\StoreApi\\Routes\\V1\\CartUpdateItem' => array(
|
1318 |
'version' => '8.0.0.0',
|
1319 |
+
'path' => $baseDir . '/packages/woocommerce-blocks/src/StoreApi/Routes/V1/CartUpdateItem.php'
|
1320 |
),
|
1321 |
'Automattic\\WooCommerce\\StoreApi\\Routes\\V1\\CartRemoveItem' => array(
|
1322 |
'version' => '8.0.0.0',
|
1323 |
'path' => $baseDir . '/packages/woocommerce-blocks/src/StoreApi/Routes/V1/CartRemoveItem.php'
|
1324 |
),
|
1325 |
+
'Automattic\\WooCommerce\\StoreApi\\Routes\\V1\\AbstractCartRoute' => array(
|
1326 |
'version' => '8.0.0.0',
|
1327 |
+
'path' => $baseDir . '/packages/woocommerce-blocks/src/StoreApi/Routes/V1/AbstractCartRoute.php'
|
1328 |
),
|
1329 |
+
'Automattic\\WooCommerce\\StoreApi\\Routes\\V1\\ProductsById' => array(
|
1330 |
'version' => '8.0.0.0',
|
1331 |
+
'path' => $baseDir . '/packages/woocommerce-blocks/src/StoreApi/Routes/V1/ProductsById.php'
|
1332 |
+
),
|
1333 |
+
'Automattic\\WooCommerce\\StoreApi\\Routes\\V1\\ProductReviews' => array(
|
1334 |
+
'version' => '8.0.0.0',
|
1335 |
+
'path' => $baseDir . '/packages/woocommerce-blocks/src/StoreApi/Routes/V1/ProductReviews.php'
|
1336 |
),
|
1337 |
'Automattic\\WooCommerce\\StoreApi\\Routes\\V1\\CartExtensions' => array(
|
1338 |
'version' => '8.0.0.0',
|
1339 |
'path' => $baseDir . '/packages/woocommerce-blocks/src/StoreApi/Routes/V1/CartExtensions.php'
|
1340 |
),
|
1341 |
+
'Automattic\\WooCommerce\\StoreApi\\Routes\\V1\\CartItemsByKey' => array(
|
1342 |
'version' => '8.0.0.0',
|
1343 |
+
'path' => $baseDir . '/packages/woocommerce-blocks/src/StoreApi/Routes/V1/CartItemsByKey.php'
|
1344 |
),
|
1345 |
+
'Automattic\\WooCommerce\\StoreApi\\Routes\\V1\\ProductAttributes' => array(
|
1346 |
'version' => '8.0.0.0',
|
1347 |
+
'path' => $baseDir . '/packages/woocommerce-blocks/src/StoreApi/Routes/V1/ProductAttributes.php'
|
1348 |
),
|
1349 |
+
'Automattic\\WooCommerce\\StoreApi\\Routes\\V1\\CartCoupons' => array(
|
1350 |
'version' => '8.0.0.0',
|
1351 |
+
'path' => $baseDir . '/packages/woocommerce-blocks/src/StoreApi/Routes/V1/CartCoupons.php'
|
1352 |
),
|
1353 |
+
'Automattic\\WooCommerce\\StoreApi\\Routes\\V1\\ProductAttributesById' => array(
|
1354 |
'version' => '8.0.0.0',
|
1355 |
+
'path' => $baseDir . '/packages/woocommerce-blocks/src/StoreApi/Routes/V1/ProductAttributesById.php'
|
1356 |
),
|
1357 |
+
'Automattic\\WooCommerce\\StoreApi\\Routes\\V1\\CartRemoveCoupon' => array(
|
1358 |
'version' => '8.0.0.0',
|
1359 |
+
'path' => $baseDir . '/packages/woocommerce-blocks/src/StoreApi/Routes/V1/CartRemoveCoupon.php'
|
1360 |
),
|
1361 |
+
'Automattic\\WooCommerce\\StoreApi\\Routes\\V1\\CartCouponsByCode' => array(
|
1362 |
'version' => '8.0.0.0',
|
1363 |
+
'path' => $baseDir . '/packages/woocommerce-blocks/src/StoreApi/Routes/V1/CartCouponsByCode.php'
|
1364 |
),
|
1365 |
+
'Automattic\\WooCommerce\\StoreApi\\Routes\\V1\\ProductCollectionData' => array(
|
1366 |
'version' => '8.0.0.0',
|
1367 |
+
'path' => $baseDir . '/packages/woocommerce-blocks/src/StoreApi/Routes/V1/ProductCollectionData.php'
|
1368 |
),
|
1369 |
+
'Automattic\\WooCommerce\\StoreApi\\Routes\\V1\\Cart' => array(
|
1370 |
'version' => '8.0.0.0',
|
1371 |
+
'path' => $baseDir . '/packages/woocommerce-blocks/src/StoreApi/Routes/V1/Cart.php'
|
1372 |
),
|
1373 |
+
'Automattic\\WooCommerce\\StoreApi\\Routes\\V1\\Checkout' => array(
|
1374 |
'version' => '8.0.0.0',
|
1375 |
+
'path' => $baseDir . '/packages/woocommerce-blocks/src/StoreApi/Routes/V1/Checkout.php'
|
1376 |
),
|
1377 |
+
'Automattic\\WooCommerce\\StoreApi\\Utilities\\ProductQueryFilters' => array(
|
1378 |
'version' => '8.0.0.0',
|
1379 |
+
'path' => $baseDir . '/packages/woocommerce-blocks/src/StoreApi/Utilities/ProductQueryFilters.php'
|
1380 |
),
|
1381 |
+
'Automattic\\WooCommerce\\StoreApi\\Utilities\\NoticeHandler' => array(
|
1382 |
'version' => '8.0.0.0',
|
1383 |
+
'path' => $baseDir . '/packages/woocommerce-blocks/src/StoreApi/Utilities/NoticeHandler.php'
|
1384 |
),
|
1385 |
+
'Automattic\\WooCommerce\\StoreApi\\Utilities\\ProductQuery' => array(
|
1386 |
'version' => '8.0.0.0',
|
1387 |
+
'path' => $baseDir . '/packages/woocommerce-blocks/src/StoreApi/Utilities/ProductQuery.php'
|
1388 |
),
|
1389 |
+
'Automattic\\WooCommerce\\StoreApi\\Utilities\\ArrayUtils' => array(
|
1390 |
'version' => '8.0.0.0',
|
1391 |
+
'path' => $baseDir . '/packages/woocommerce-blocks/src/StoreApi/Utilities/ArrayUtils.php'
|
1392 |
),
|
1393 |
+
'Automattic\\WooCommerce\\StoreApi\\Utilities\\OrderController' => array(
|
1394 |
'version' => '8.0.0.0',
|
1395 |
+
'path' => $baseDir . '/packages/woocommerce-blocks/src/StoreApi/Utilities/OrderController.php'
|
1396 |
),
|
1397 |
+
'Automattic\\WooCommerce\\StoreApi\\Utilities\\QuantityLimits' => array(
|
1398 |
'version' => '8.0.0.0',
|
1399 |
+
'path' => $baseDir . '/packages/woocommerce-blocks/src/StoreApi/Utilities/QuantityLimits.php'
|
1400 |
),
|
1401 |
+
'Automattic\\WooCommerce\\StoreApi\\Utilities\\DraftOrderTrait' => array(
|
1402 |
'version' => '8.0.0.0',
|
1403 |
+
'path' => $baseDir . '/packages/woocommerce-blocks/src/StoreApi/Utilities/DraftOrderTrait.php'
|
1404 |
),
|
1405 |
+
'Automattic\\WooCommerce\\StoreApi\\Utilities\\CartController' => array(
|
1406 |
'version' => '8.0.0.0',
|
1407 |
+
'path' => $baseDir . '/packages/woocommerce-blocks/src/StoreApi/Utilities/CartController.php'
|
1408 |
),
|
1409 |
+
'Automattic\\WooCommerce\\StoreApi\\Utilities\\Pagination' => array(
|
1410 |
'version' => '8.0.0.0',
|
1411 |
+
'path' => $baseDir . '/packages/woocommerce-blocks/src/StoreApi/Utilities/Pagination.php'
|
1412 |
),
|
1413 |
+
'Automattic\\WooCommerce\\StoreApi\\Legacy' => array(
|
1414 |
'version' => '8.0.0.0',
|
1415 |
+
'path' => $baseDir . '/packages/woocommerce-blocks/src/StoreApi/Legacy.php'
|
1416 |
),
|
1417 |
+
'Automattic\\WooCommerce\\StoreApi\\Exceptions\\InvalidCartException' => array(
|
1418 |
'version' => '8.0.0.0',
|
1419 |
+
'path' => $baseDir . '/packages/woocommerce-blocks/src/StoreApi/Exceptions/InvalidCartException.php'
|
1420 |
),
|
1421 |
+
'Automattic\\WooCommerce\\StoreApi\\Exceptions\\StockAvailabilityException' => array(
|
1422 |
'version' => '8.0.0.0',
|
1423 |
+
'path' => $baseDir . '/packages/woocommerce-blocks/src/StoreApi/Exceptions/StockAvailabilityException.php'
|
1424 |
),
|
1425 |
+
'Automattic\\WooCommerce\\StoreApi\\Exceptions\\PartialOutOfStockException' => array(
|
1426 |
'version' => '8.0.0.0',
|
1427 |
+
'path' => $baseDir . '/packages/woocommerce-blocks/src/StoreApi/Exceptions/PartialOutOfStockException.php'
|
1428 |
),
|
1429 |
+
'Automattic\\WooCommerce\\StoreApi\\Exceptions\\OutOfStockException' => array(
|
1430 |
'version' => '8.0.0.0',
|
1431 |
+
'path' => $baseDir . '/packages/woocommerce-blocks/src/StoreApi/Exceptions/OutOfStockException.php'
|
1432 |
),
|
1433 |
+
'Automattic\\WooCommerce\\StoreApi\\Exceptions\\RouteException' => array(
|
1434 |
'version' => '8.0.0.0',
|
1435 |
+
'path' => $baseDir . '/packages/woocommerce-blocks/src/StoreApi/Exceptions/RouteException.php'
|
1436 |
),
|
1437 |
+
'Automattic\\WooCommerce\\StoreApi\\Exceptions\\TooManyInCartException' => array(
|
1438 |
'version' => '8.0.0.0',
|
1439 |
+
'path' => $baseDir . '/packages/woocommerce-blocks/src/StoreApi/Exceptions/TooManyInCartException.php'
|
1440 |
),
|
1441 |
+
'Automattic\\WooCommerce\\StoreApi\\Exceptions\\InvalidStockLevelsInCartException' => array(
|
1442 |
'version' => '8.0.0.0',
|
1443 |
+
'path' => $baseDir . '/packages/woocommerce-blocks/src/StoreApi/Exceptions/InvalidStockLevelsInCartException.php'
|
1444 |
),
|
1445 |
+
'Automattic\\WooCommerce\\StoreApi\\Exceptions\\NotPurchasableException' => array(
|
1446 |
'version' => '8.0.0.0',
|
1447 |
+
'path' => $baseDir . '/packages/woocommerce-blocks/src/StoreApi/Exceptions/NotPurchasableException.php'
|
1448 |
),
|
1449 |
+
'Automattic\\WooCommerce\\StoreApi\\StoreApi' => array(
|
1450 |
'version' => '8.0.0.0',
|
1451 |
+
'path' => $baseDir . '/packages/woocommerce-blocks/src/StoreApi/StoreApi.php'
|
1452 |
),
|
1453 |
+
'Automattic\\WooCommerce\\StoreApi\\Payments\\PaymentContext' => array(
|
1454 |
'version' => '8.0.0.0',
|
1455 |
+
'path' => $baseDir . '/packages/woocommerce-blocks/src/StoreApi/Payments/PaymentContext.php'
|
1456 |
),
|
1457 |
+
'Automattic\\WooCommerce\\StoreApi\\Payments\\PaymentResult' => array(
|
1458 |
'version' => '8.0.0.0',
|
1459 |
+
'path' => $baseDir . '/packages/woocommerce-blocks/src/StoreApi/Payments/PaymentResult.php'
|
1460 |
),
|
1461 |
+
'Automattic\\WooCommerce\\StoreApi\\SchemaController' => array(
|
1462 |
'version' => '8.0.0.0',
|
1463 |
+
'path' => $baseDir . '/packages/woocommerce-blocks/src/StoreApi/SchemaController.php'
|
1464 |
),
|
1465 |
+
'Automattic\\WooCommerce\\StoreApi\\Formatters' => array(
|
1466 |
'version' => '8.0.0.0',
|
1467 |
+
'path' => $baseDir . '/packages/woocommerce-blocks/src/StoreApi/Formatters.php'
|
1468 |
),
|
1469 |
+
'Automattic\\WooCommerce\\Blocks\\Installer' => array(
|
1470 |
'version' => '8.0.0.0',
|
1471 |
+
'path' => $baseDir . '/packages/woocommerce-blocks/src/Installer.php'
|
1472 |
),
|
1473 |
+
'Automattic\\WooCommerce\\Blocks\\Domain\\Services\\CreateAccount' => array(
|
1474 |
'version' => '8.0.0.0',
|
1475 |
+
'path' => $baseDir . '/packages/woocommerce-blocks/src/Domain/Services/CreateAccount.php'
|
1476 |
),
|
1477 |
+
'Automattic\\WooCommerce\\Blocks\\Domain\\Services\\Email\\CustomerNewAccount' => array(
|
1478 |
'version' => '8.0.0.0',
|
1479 |
+
'path' => $baseDir . '/packages/woocommerce-blocks/src/Domain/Services/Email/CustomerNewAccount.php'
|
1480 |
),
|
1481 |
+
'Automattic\\WooCommerce\\Blocks\\Domain\\Services\\GoogleAnalytics' => array(
|
1482 |
'version' => '8.0.0.0',
|
1483 |
+
'path' => $baseDir . '/packages/woocommerce-blocks/src/Domain/Services/GoogleAnalytics.php'
|
1484 |
),
|
1485 |
+
'Automattic\\WooCommerce\\Blocks\\Domain\\Services\\DraftOrders' => array(
|
1486 |
'version' => '8.0.0.0',
|
1487 |
+
'path' => $baseDir . '/packages/woocommerce-blocks/src/Domain/Services/DraftOrders.php'
|
1488 |
),
|
1489 |
+
'Automattic\\WooCommerce\\Blocks\\Domain\\Services\\FeatureGating' => array(
|
1490 |
'version' => '8.0.0.0',
|
1491 |
+
'path' => $baseDir . '/packages/woocommerce-blocks/src/Domain/Services/FeatureGating.php'
|
1492 |
),
|
1493 |
+
'Automattic\\WooCommerce\\Blocks\\Domain\\Package' => array(
|
1494 |
'version' => '8.0.0.0',
|
1495 |
+
'path' => $baseDir . '/packages/woocommerce-blocks/src/Domain/Package.php'
|
1496 |
),
|
1497 |
+
'Automattic\\WooCommerce\\Blocks\\Domain\\Bootstrap' => array(
|
1498 |
'version' => '8.0.0.0',
|
1499 |
+
'path' => $baseDir . '/packages/woocommerce-blocks/src/Domain/Bootstrap.php'
|
1500 |
),
|
1501 |
+
'Automattic\\WooCommerce\\Blocks\\AssetsController' => array(
|
1502 |
'version' => '8.0.0.0',
|
1503 |
+
'path' => $baseDir . '/packages/woocommerce-blocks/src/AssetsController.php'
|
1504 |
),
|
1505 |
+
'Automattic\\WooCommerce\\Blocks\\InboxNotifications' => array(
|
1506 |
'version' => '8.0.0.0',
|
1507 |
+
'path' => $baseDir . '/packages/woocommerce-blocks/src/InboxNotifications.php'
|
1508 |
),
|
1509 |
+
'Automattic\\WooCommerce\\Blocks\\BlockTemplatesController' => array(
|
1510 |
'version' => '8.0.0.0',
|
1511 |
+
'path' => $baseDir . '/packages/woocommerce-blocks/src/BlockTemplatesController.php'
|
1512 |
),
|
1513 |
+
'Automattic\\WooCommerce\\Blocks\\Assets\\AssetDataRegistry' => array(
|
1514 |
'version' => '8.0.0.0',
|
1515 |
+
'path' => $baseDir . '/packages/woocommerce-blocks/src/Assets/AssetDataRegistry.php'
|
1516 |
),
|
1517 |
+
'Automattic\\WooCommerce\\Blocks\\Assets\\Api' => array(
|
1518 |
'version' => '8.0.0.0',
|
1519 |
+
'path' => $baseDir . '/packages/woocommerce-blocks/src/Assets/Api.php'
|
1520 |
),
|
1521 |
+
'Automattic\\WooCommerce\\Blocks\\BlockTypes\\ActiveFilters' => array(
|
1522 |
'version' => '8.0.0.0',
|
1523 |
+
'path' => $baseDir . '/packages/woocommerce-blocks/src/BlockTypes/ActiveFilters.php'
|
1524 |
),
|
1525 |
+
'Automattic\\WooCommerce\\Blocks\\BlockTypes\\ProductAddToCart' => array(
|
1526 |
'version' => '8.0.0.0',
|
1527 |
+
'path' => $baseDir . '/packages/woocommerce-blocks/src/BlockTypes/ProductAddToCart.php'
|
1528 |
),
|
1529 |
'Automattic\\WooCommerce\\Blocks\\BlockTypes\\ProductImage' => array(
|
1530 |
'version' => '8.0.0.0',
|
1531 |
'path' => $baseDir . '/packages/woocommerce-blocks/src/BlockTypes/ProductImage.php'
|
1532 |
),
|
1533 |
+
'Automattic\\WooCommerce\\Blocks\\BlockTypes\\ProductOnSale' => array(
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1534 |
'version' => '8.0.0.0',
|
1535 |
+
'path' => $baseDir . '/packages/woocommerce-blocks/src/BlockTypes/ProductOnSale.php'
|
1536 |
),
|
1537 |
+
'Automattic\\WooCommerce\\Blocks\\BlockTypes\\ProductNew' => array(
|
1538 |
'version' => '8.0.0.0',
|
1539 |
+
'path' => $baseDir . '/packages/woocommerce-blocks/src/BlockTypes/ProductNew.php'
|
1540 |
),
|
1541 |
+
'Automattic\\WooCommerce\\Blocks\\BlockTypes\\PriceFilter' => array(
|
1542 |
'version' => '8.0.0.0',
|
1543 |
+
'path' => $baseDir . '/packages/woocommerce-blocks/src/BlockTypes/PriceFilter.php'
|
1544 |
),
|
1545 |
+
'Automattic\\WooCommerce\\Blocks\\BlockTypes\\ProductCategories' => array(
|
1546 |
'version' => '8.0.0.0',
|
1547 |
+
'path' => $baseDir . '/packages/woocommerce-blocks/src/BlockTypes/ProductCategories.php'
|
1548 |
),
|
1549 |
+
'Automattic\\WooCommerce\\Blocks\\BlockTypes\\FeaturedProduct' => array(
|
1550 |
'version' => '8.0.0.0',
|
1551 |
+
'path' => $baseDir . '/packages/woocommerce-blocks/src/BlockTypes/FeaturedProduct.php'
|
1552 |
),
|
1553 |
+
'Automattic\\WooCommerce\\Blocks\\BlockTypes\\ProductButton' => array(
|
1554 |
'version' => '8.0.0.0',
|
1555 |
+
'path' => $baseDir . '/packages/woocommerce-blocks/src/BlockTypes/ProductButton.php'
|
1556 |
),
|
1557 |
+
'Automattic\\WooCommerce\\Blocks\\BlockTypes\\ProductCategory' => array(
|
1558 |
'version' => '8.0.0.0',
|
1559 |
+
'path' => $baseDir . '/packages/woocommerce-blocks/src/BlockTypes/ProductCategory.php'
|
1560 |
),
|
1561 |
+
'Automattic\\WooCommerce\\Blocks\\BlockTypes\\ReviewsByCategory' => array(
|
1562 |
'version' => '8.0.0.0',
|
1563 |
+
'path' => $baseDir . '/packages/woocommerce-blocks/src/BlockTypes/ReviewsByCategory.php'
|
1564 |
),
|
1565 |
+
'Automattic\\WooCommerce\\Blocks\\BlockTypes\\AbstractBlock' => array(
|
1566 |
'version' => '8.0.0.0',
|
1567 |
+
'path' => $baseDir . '/packages/woocommerce-blocks/src/BlockTypes/AbstractBlock.php'
|
1568 |
),
|
1569 |
'Automattic\\WooCommerce\\Blocks\\BlockTypes\\ProductTag' => array(
|
1570 |
'version' => '8.0.0.0',
|
1574 |
'version' => '8.0.0.0',
|
1575 |
'path' => $baseDir . '/packages/woocommerce-blocks/src/BlockTypes/AttributeFilter.php'
|
1576 |
),
|
1577 |
+
'Automattic\\WooCommerce\\Blocks\\BlockTypes\\ProductBestSellers' => array(
|
1578 |
'version' => '8.0.0.0',
|
1579 |
+
'path' => $baseDir . '/packages/woocommerce-blocks/src/BlockTypes/ProductBestSellers.php'
|
1580 |
),
|
1581 |
+
'Automattic\\WooCommerce\\Blocks\\BlockTypes\\ProductRating' => array(
|
1582 |
'version' => '8.0.0.0',
|
1583 |
+
'path' => $baseDir . '/packages/woocommerce-blocks/src/BlockTypes/ProductRating.php'
|
1584 |
),
|
1585 |
+
'Automattic\\WooCommerce\\Blocks\\BlockTypes\\ProductSaleBadge' => array(
|
1586 |
'version' => '8.0.0.0',
|
1587 |
+
'path' => $baseDir . '/packages/woocommerce-blocks/src/BlockTypes/ProductSaleBadge.php'
|
1588 |
),
|
1589 |
+
'Automattic\\WooCommerce\\Blocks\\BlockTypes\\MiniCart' => array(
|
1590 |
'version' => '8.0.0.0',
|
1591 |
+
'path' => $baseDir . '/packages/woocommerce-blocks/src/BlockTypes/MiniCart.php'
|
1592 |
),
|
1593 |
+
'Automattic\\WooCommerce\\Blocks\\BlockTypes\\FeaturedCategory' => array(
|
1594 |
'version' => '8.0.0.0',
|
1595 |
+
'path' => $baseDir . '/packages/woocommerce-blocks/src/BlockTypes/FeaturedCategory.php'
|
1596 |
),
|
1597 |
+
'Automattic\\WooCommerce\\Blocks\\BlockTypes\\ProductTagList' => array(
|
1598 |
'version' => '8.0.0.0',
|
1599 |
+
'path' => $baseDir . '/packages/woocommerce-blocks/src/BlockTypes/ProductTagList.php'
|
1600 |
),
|
1601 |
+
'Automattic\\WooCommerce\\Blocks\\BlockTypes\\ClassicTemplate' => array(
|
1602 |
'version' => '8.0.0.0',
|
1603 |
+
'path' => $baseDir . '/packages/woocommerce-blocks/src/BlockTypes/ClassicTemplate.php'
|
1604 |
),
|
1605 |
'Automattic\\WooCommerce\\Blocks\\BlockTypes\\ProductSearch' => array(
|
1606 |
'version' => '8.0.0.0',
|
1607 |
'path' => $baseDir . '/packages/woocommerce-blocks/src/BlockTypes/ProductSearch.php'
|
1608 |
),
|
1609 |
+
'Automattic\\WooCommerce\\Blocks\\BlockTypes\\ProductPrice' => array(
|
1610 |
'version' => '8.0.0.0',
|
1611 |
+
'path' => $baseDir . '/packages/woocommerce-blocks/src/BlockTypes/ProductPrice.php'
|
1612 |
),
|
1613 |
+
'Automattic\\WooCommerce\\Blocks\\BlockTypes\\SingleProduct' => array(
|
1614 |
'version' => '8.0.0.0',
|
1615 |
+
'path' => $baseDir . '/packages/woocommerce-blocks/src/BlockTypes/SingleProduct.php'
|
1616 |
),
|
1617 |
+
'Automattic\\WooCommerce\\Blocks\\BlockTypes\\AtomicBlock' => array(
|
1618 |
'version' => '8.0.0.0',
|
1619 |
+
'path' => $baseDir . '/packages/woocommerce-blocks/src/BlockTypes/AtomicBlock.php'
|
1620 |
),
|
1621 |
+
'Automattic\\WooCommerce\\Blocks\\BlockTypes\\ProductTitle' => array(
|
1622 |
'version' => '8.0.0.0',
|
1623 |
+
'path' => $baseDir . '/packages/woocommerce-blocks/src/BlockTypes/ProductTitle.php'
|
1624 |
),
|
1625 |
+
'Automattic\\WooCommerce\\Blocks\\BlockTypes\\AllReviews' => array(
|
1626 |
'version' => '8.0.0.0',
|
1627 |
+
'path' => $baseDir . '/packages/woocommerce-blocks/src/BlockTypes/AllReviews.php'
|
1628 |
),
|
1629 |
+
'Automattic\\WooCommerce\\Blocks\\BlockTypes\\StockFilter' => array(
|
1630 |
'version' => '8.0.0.0',
|
1631 |
+
'path' => $baseDir . '/packages/woocommerce-blocks/src/BlockTypes/StockFilter.php'
|
1632 |
+
),
|
1633 |
+
'Automattic\\WooCommerce\\Blocks\\BlockTypes\\AllProducts' => array(
|
1634 |
+
'version' => '8.0.0.0',
|
1635 |
+
'path' => $baseDir . '/packages/woocommerce-blocks/src/BlockTypes/AllProducts.php'
|
1636 |
),
|
1637 |
'Automattic\\WooCommerce\\Blocks\\BlockTypes\\ProductTopRated' => array(
|
1638 |
'version' => '8.0.0.0',
|
1639 |
'path' => $baseDir . '/packages/woocommerce-blocks/src/BlockTypes/ProductTopRated.php'
|
1640 |
),
|
1641 |
+
'Automattic\\WooCommerce\\Blocks\\BlockTypes\\ReviewsByProduct' => array(
|
1642 |
'version' => '8.0.0.0',
|
1643 |
+
'path' => $baseDir . '/packages/woocommerce-blocks/src/BlockTypes/ReviewsByProduct.php'
|
1644 |
),
|
1645 |
+
'Automattic\\WooCommerce\\Blocks\\BlockTypes\\FeaturedItem' => array(
|
1646 |
'version' => '8.0.0.0',
|
1647 |
+
'path' => $baseDir . '/packages/woocommerce-blocks/src/BlockTypes/FeaturedItem.php'
|
1648 |
),
|
1649 |
+
'Automattic\\WooCommerce\\Blocks\\BlockTypes\\MiniCartContents' => array(
|
1650 |
'version' => '8.0.0.0',
|
1651 |
+
'path' => $baseDir . '/packages/woocommerce-blocks/src/BlockTypes/MiniCartContents.php'
|
1652 |
),
|
1653 |
+
'Automattic\\WooCommerce\\Blocks\\BlockTypes\\ProductSummary' => array(
|
1654 |
'version' => '8.0.0.0',
|
1655 |
+
'path' => $baseDir . '/packages/woocommerce-blocks/src/BlockTypes/ProductSummary.php'
|
1656 |
),
|
1657 |
+
'Automattic\\WooCommerce\\Blocks\\BlockTypes\\AbstractDynamicBlock' => array(
|
1658 |
'version' => '8.0.0.0',
|
1659 |
+
'path' => $baseDir . '/packages/woocommerce-blocks/src/BlockTypes/AbstractDynamicBlock.php'
|
1660 |
),
|
1661 |
+
'Automattic\\WooCommerce\\Blocks\\BlockTypes\\ProductsByAttribute' => array(
|
1662 |
'version' => '8.0.0.0',
|
1663 |
+
'path' => $baseDir . '/packages/woocommerce-blocks/src/BlockTypes/ProductsByAttribute.php'
|
1664 |
),
|
1665 |
+
'Automattic\\WooCommerce\\Blocks\\BlockTypes\\ProductCategoryList' => array(
|
1666 |
'version' => '8.0.0.0',
|
1667 |
+
'path' => $baseDir . '/packages/woocommerce-blocks/src/BlockTypes/ProductCategoryList.php'
|
1668 |
),
|
1669 |
+
'Automattic\\WooCommerce\\Blocks\\BlockTypes\\ProductStockIndicator' => array(
|
1670 |
'version' => '8.0.0.0',
|
1671 |
+
'path' => $baseDir . '/packages/woocommerce-blocks/src/BlockTypes/ProductStockIndicator.php'
|
1672 |
),
|
1673 |
+
'Automattic\\WooCommerce\\Blocks\\BlockTypes\\AbstractProductGrid' => array(
|
1674 |
'version' => '8.0.0.0',
|
1675 |
+
'path' => $baseDir . '/packages/woocommerce-blocks/src/BlockTypes/AbstractProductGrid.php'
|
1676 |
),
|
1677 |
+
'Automattic\\WooCommerce\\Blocks\\BlockTypes\\HandpickedProducts' => array(
|
1678 |
'version' => '8.0.0.0',
|
1679 |
+
'path' => $baseDir . '/packages/woocommerce-blocks/src/BlockTypes/HandpickedProducts.php'
|
1680 |
),
|
1681 |
+
'Automattic\\WooCommerce\\Blocks\\BlockTypes\\Cart' => array(
|
1682 |
'version' => '8.0.0.0',
|
1683 |
+
'path' => $baseDir . '/packages/woocommerce-blocks/src/BlockTypes/Cart.php'
|
1684 |
),
|
1685 |
+
'Automattic\\WooCommerce\\Blocks\\BlockTypes\\Checkout' => array(
|
1686 |
'version' => '8.0.0.0',
|
1687 |
+
'path' => $baseDir . '/packages/woocommerce-blocks/src/BlockTypes/Checkout.php'
|
1688 |
),
|
1689 |
+
'Automattic\\WooCommerce\\Blocks\\BlockTypes\\ProductSKU' => array(
|
1690 |
'version' => '8.0.0.0',
|
1691 |
+
'path' => $baseDir . '/packages/woocommerce-blocks/src/BlockTypes/ProductSKU.php'
|
1692 |
),
|
1693 |
+
'Automattic\\WooCommerce\\Blocks\\Integrations\\IntegrationInterface' => array(
|
1694 |
'version' => '8.0.0.0',
|
1695 |
+
'path' => $baseDir . '/packages/woocommerce-blocks/src/Integrations/IntegrationInterface.php'
|
1696 |
),
|
1697 |
+
'Automattic\\WooCommerce\\Blocks\\Integrations\\IntegrationRegistry' => array(
|
1698 |
'version' => '8.0.0.0',
|
1699 |
+
'path' => $baseDir . '/packages/woocommerce-blocks/src/Integrations/IntegrationRegistry.php'
|
1700 |
),
|
1701 |
+
'Automattic\\WooCommerce\\Blocks\\Templates\\ProductSearchResultsTemplate' => array(
|
1702 |
'version' => '8.0.0.0',
|
1703 |
+
'path' => $baseDir . '/packages/woocommerce-blocks/src/Templates/ProductSearchResultsTemplate.php'
|
1704 |
),
|
1705 |
+
'Automattic\\WooCommerce\\Blocks\\Templates\\MiniCartTemplate' => array(
|
1706 |
'version' => '8.0.0.0',
|
1707 |
+
'path' => $baseDir . '/packages/woocommerce-blocks/src/Templates/MiniCartTemplate.php'
|
1708 |
),
|
1709 |
+
'Automattic\\WooCommerce\\Blocks\\Templates\\ClassicTemplatesCompatibility' => array(
|
1710 |
'version' => '8.0.0.0',
|
1711 |
+
'path' => $baseDir . '/packages/woocommerce-blocks/src/Templates/ClassicTemplatesCompatibility.php'
|
1712 |
),
|
1713 |
+
'Automattic\\WooCommerce\\Blocks\\Library' => array(
|
1714 |
'version' => '8.0.0.0',
|
1715 |
+
'path' => $baseDir . '/packages/woocommerce-blocks/src/Library.php'
|
1716 |
),
|
1717 |
+
'Automattic\\WooCommerce\\Blocks\\Package' => array(
|
1718 |
'version' => '8.0.0.0',
|
1719 |
+
'path' => $baseDir . '/packages/woocommerce-blocks/src/Package.php'
|
1720 |
),
|
1721 |
+
'Automattic\\WooCommerce\\Blocks\\BlockTypesController' => array(
|
1722 |
'version' => '8.0.0.0',
|
1723 |
+
'path' => $baseDir . '/packages/woocommerce-blocks/src/BlockTypesController.php'
|
1724 |
),
|
1725 |
+
'Automattic\\WooCommerce\\Blocks\\Payments\\PaymentMethodRegistry' => array(
|
1726 |
'version' => '8.0.0.0',
|
1727 |
+
'path' => $baseDir . '/packages/woocommerce-blocks/src/Payments/PaymentMethodRegistry.php'
|
1728 |
),
|
1729 |
+
'Automattic\\WooCommerce\\Blocks\\Payments\\Integrations\\BankTransfer' => array(
|
1730 |
'version' => '8.0.0.0',
|
1731 |
+
'path' => $baseDir . '/packages/woocommerce-blocks/src/Payments/Integrations/BankTransfer.php'
|
1732 |
),
|
1733 |
+
'Automattic\\WooCommerce\\Blocks\\Payments\\Integrations\\CashOnDelivery' => array(
|
1734 |
'version' => '8.0.0.0',
|
1735 |
+
'path' => $baseDir . '/packages/woocommerce-blocks/src/Payments/Integrations/CashOnDelivery.php'
|
1736 |
),
|
1737 |
+
'Automattic\\WooCommerce\\Blocks\\Payments\\Integrations\\Cheque' => array(
|
1738 |
'version' => '8.0.0.0',
|
1739 |
+
'path' => $baseDir . '/packages/woocommerce-blocks/src/Payments/Integrations/Cheque.php'
|
1740 |
),
|
1741 |
+
'Automattic\\WooCommerce\\Blocks\\Payments\\Integrations\\PayPal' => array(
|
1742 |
'version' => '8.0.0.0',
|
1743 |
+
'path' => $baseDir . '/packages/woocommerce-blocks/src/Payments/Integrations/PayPal.php'
|
1744 |
),
|
1745 |
+
'Automattic\\WooCommerce\\Blocks\\Payments\\Integrations\\AbstractPaymentMethodType' => array(
|
1746 |
'version' => '8.0.0.0',
|
1747 |
+
'path' => $baseDir . '/packages/woocommerce-blocks/src/Payments/Integrations/AbstractPaymentMethodType.php'
|
1748 |
),
|
1749 |
+
'Automattic\\WooCommerce\\Blocks\\Payments\\PaymentMethodTypeInterface' => array(
|
1750 |
'version' => '8.0.0.0',
|
1751 |
+
'path' => $baseDir . '/packages/woocommerce-blocks/src/Payments/PaymentMethodTypeInterface.php'
|
1752 |
),
|
1753 |
+
'Automattic\\WooCommerce\\Blocks\\Payments\\Api' => array(
|
1754 |
'version' => '8.0.0.0',
|
1755 |
+
'path' => $baseDir . '/packages/woocommerce-blocks/src/Payments/Api.php'
|
1756 |
),
|
1757 |
+
'Automattic\\WooCommerce\\Blocks\\Assets' => array(
|
1758 |
'version' => '8.0.0.0',
|
1759 |
+
'path' => $baseDir . '/packages/woocommerce-blocks/src/Assets.php'
|
1760 |
),
|
1761 |
+
'Automattic\\WooCommerce\\Blocks\\Registry\\AbstractDependencyType' => array(
|
1762 |
'version' => '8.0.0.0',
|
1763 |
+
'path' => $baseDir . '/packages/woocommerce-blocks/src/Registry/AbstractDependencyType.php'
|
1764 |
),
|
1765 |
+
'Automattic\\WooCommerce\\Blocks\\Registry\\FactoryType' => array(
|
1766 |
'version' => '8.0.0.0',
|
1767 |
+
'path' => $baseDir . '/packages/woocommerce-blocks/src/Registry/FactoryType.php'
|
1768 |
),
|
1769 |
+
'Automattic\\WooCommerce\\Blocks\\Registry\\Container' => array(
|
1770 |
'version' => '8.0.0.0',
|
1771 |
+
'path' => $baseDir . '/packages/woocommerce-blocks/src/Registry/Container.php'
|
1772 |
),
|
1773 |
+
'Automattic\\WooCommerce\\Blocks\\Registry\\SharedType' => array(
|
1774 |
'version' => '8.0.0.0',
|
1775 |
+
'path' => $baseDir . '/packages/woocommerce-blocks/src/Registry/SharedType.php'
|
1776 |
),
|
1777 |
+
'Automattic\\WooCommerce\\Blocks\\Utils\\StyleAttributesUtils' => array(
|
1778 |
'version' => '8.0.0.0',
|
1779 |
+
'path' => $baseDir . '/packages/woocommerce-blocks/src/Utils/StyleAttributesUtils.php'
|
1780 |
),
|
1781 |
+
'Automattic\\WooCommerce\\Blocks\\Utils\\BlockTemplateUtils' => array(
|
1782 |
'version' => '8.0.0.0',
|
1783 |
+
'path' => $baseDir . '/packages/woocommerce-blocks/src/Utils/BlockTemplateUtils.php'
|
1784 |
),
|
1785 |
+
'Automattic\\WooCommerce\\Blocks\\Utils\\BlocksWpQuery' => array(
|
1786 |
'version' => '8.0.0.0',
|
1787 |
+
'path' => $baseDir . '/packages/woocommerce-blocks/src/Utils/BlocksWpQuery.php'
|
1788 |
),
|
1789 |
+
'Automattic\\WooCommerce\\Internal\\DownloadPermissionsAdjuster' => array(
|
1790 |
'version' => '6.8.0.0',
|
1791 |
+
'path' => $baseDir . '/src/Internal/DownloadPermissionsAdjuster.php'
|
1792 |
),
|
1793 |
+
'Automattic\\WooCommerce\\Internal\\ProductAttributesLookup\\LookupDataStore' => array(
|
1794 |
'version' => '6.8.0.0',
|
1795 |
+
'path' => $baseDir . '/src/Internal/ProductAttributesLookup/LookupDataStore.php'
|
1796 |
),
|
1797 |
+
'Automattic\\WooCommerce\\Internal\\ProductAttributesLookup\\DataRegenerator' => array(
|
1798 |
'version' => '6.8.0.0',
|
1799 |
+
'path' => $baseDir . '/src/Internal/ProductAttributesLookup/DataRegenerator.php'
|
1800 |
),
|
1801 |
+
'Automattic\\WooCommerce\\Internal\\ProductAttributesLookup\\Filterer' => array(
|
1802 |
'version' => '6.8.0.0',
|
1803 |
+
'path' => $baseDir . '/src/Internal/ProductAttributesLookup/Filterer.php'
|
1804 |
),
|
1805 |
+
'Automattic\\WooCommerce\\Internal\\Utilities\\URLException' => array(
|
1806 |
'version' => '6.8.0.0',
|
1807 |
+
'path' => $baseDir . '/src/Internal/Utilities/URLException.php'
|
1808 |
),
|
1809 |
+
'Automattic\\WooCommerce\\Internal\\Utilities\\Users' => array(
|
1810 |
'version' => '6.8.0.0',
|
1811 |
+
'path' => $baseDir . '/src/Internal/Utilities/Users.php'
|
1812 |
),
|
1813 |
+
'Automattic\\WooCommerce\\Internal\\Utilities\\BlocksUtil' => array(
|
1814 |
'version' => '6.8.0.0',
|
1815 |
+
'path' => $baseDir . '/src/Internal/Utilities/BlocksUtil.php'
|
1816 |
),
|
1817 |
+
'Automattic\\WooCommerce\\Internal\\Utilities\\HtmlSanitizer' => array(
|
1818 |
'version' => '6.8.0.0',
|
1819 |
+
'path' => $baseDir . '/src/Internal/Utilities/HtmlSanitizer.php'
|
1820 |
),
|
1821 |
+
'Automattic\\WooCommerce\\Internal\\Utilities\\DatabaseUtil' => array(
|
1822 |
'version' => '6.8.0.0',
|
1823 |
+
'path' => $baseDir . '/src/Internal/Utilities/DatabaseUtil.php'
|
1824 |
),
|
1825 |
+
'Automattic\\WooCommerce\\Internal\\Utilities\\URL' => array(
|
1826 |
'version' => '6.8.0.0',
|
1827 |
+
'path' => $baseDir . '/src/Internal/Utilities/URL.php'
|
1828 |
),
|
1829 |
+
'Automattic\\WooCommerce\\Internal\\AssignDefaultCategory' => array(
|
1830 |
'version' => '6.8.0.0',
|
1831 |
+
'path' => $baseDir . '/src/Internal/AssignDefaultCategory.php'
|
1832 |
),
|
1833 |
+
'Automattic\\WooCommerce\\Internal\\DataStores\\Orders\\CustomOrdersTableController' => array(
|
1834 |
'version' => '6.8.0.0',
|
1835 |
+
'path' => $baseDir . '/src/Internal/DataStores/Orders/CustomOrdersTableController.php'
|
1836 |
),
|
1837 |
+
'Automattic\\WooCommerce\\Internal\\DataStores\\Orders\\OrdersTableDataStore' => array(
|
1838 |
'version' => '6.8.0.0',
|
1839 |
+
'path' => $baseDir . '/src/Internal/DataStores/Orders/OrdersTableDataStore.php'
|
1840 |
),
|
1841 |
+
'Automattic\\WooCommerce\\Internal\\DataStores\\Orders\\DataSynchronizer' => array(
|
1842 |
'version' => '6.8.0.0',
|
1843 |
+
'path' => $baseDir . '/src/Internal/DataStores/Orders/DataSynchronizer.php'
|
1844 |
),
|
1845 |
+
'Automattic\\WooCommerce\\Internal\\DataStores\\Orders\\OrdersTableDataStoreMeta' => array(
|
1846 |
'version' => '6.8.0.0',
|
1847 |
+
'path' => $baseDir . '/src/Internal/DataStores/Orders/OrdersTableDataStoreMeta.php'
|
1848 |
),
|
1849 |
+
'Automattic\\WooCommerce\\Internal\\DataStores\\CustomMetaDataStore' => array(
|
1850 |
'version' => '6.8.0.0',
|
1851 |
+
'path' => $baseDir . '/src/Internal/DataStores/CustomMetaDataStore.php'
|
1852 |
),
|
1853 |
+
'Automattic\\WooCommerce\\Internal\\WCCom\\ConnectionHelper' => array(
|
1854 |
'version' => '6.8.0.0',
|
1855 |
+
'path' => $baseDir . '/src/Internal/WCCom/ConnectionHelper.php'
|
1856 |
),
|
1857 |
+
'Automattic\\WooCommerce\\Internal\\Admin\\SettingsNavigationFeature' => array(
|
1858 |
'version' => '6.8.0.0',
|
1859 |
+
'path' => $baseDir . '/src/Internal/Admin/SettingsNavigationFeature.php'
|
1860 |
),
|
1861 |
+
'Automattic\\WooCommerce\\Internal\\Admin\\Orders\\PageController' => array(
|
1862 |
'version' => '6.8.0.0',
|
1863 |
+
'path' => $baseDir . '/src/Internal/Admin/Orders/PageController.php'
|
1864 |
),
|
1865 |
+
'Automattic\\WooCommerce\\Internal\\Admin\\Orders\\ListTable' => array(
|
1866 |
'version' => '6.8.0.0',
|
1867 |
+
'path' => $baseDir . '/src/Internal/Admin/Orders/ListTable.php'
|
1868 |
),
|
1869 |
+
'Automattic\\WooCommerce\\Internal\\Admin\\Events' => array(
|
1870 |
'version' => '6.8.0.0',
|
1871 |
+
'path' => $baseDir . '/src/Internal/Admin/Events.php'
|
1872 |
),
|
1873 |
+
'Automattic\\WooCommerce\\Internal\\Admin\\WCAdminAssets' => array(
|
1874 |
'version' => '6.8.0.0',
|
1875 |
+
'path' => $baseDir . '/src/Internal/Admin/WCAdminAssets.php'
|
1876 |
),
|
1877 |
+
'Automattic\\WooCommerce\\Internal\\Admin\\ProductReviews\\ReviewsListTable' => array(
|
1878 |
'version' => '6.8.0.0',
|
1879 |
+
'path' => $baseDir . '/src/Internal/Admin/ProductReviews/ReviewsListTable.php'
|
1880 |
),
|
1881 |
+
'Automattic\\WooCommerce\\Internal\\Admin\\ProductReviews\\ReviewsCommentsOverrides' => array(
|
1882 |
'version' => '6.8.0.0',
|
1883 |
+
'path' => $baseDir . '/src/Internal/Admin/ProductReviews/ReviewsCommentsOverrides.php'
|
1884 |
),
|
1885 |
+
'Automattic\\WooCommerce\\Internal\\Admin\\ProductReviews\\ReviewsUtil' => array(
|
1886 |
'version' => '6.8.0.0',
|
1887 |
+
'path' => $baseDir . '/src/Internal/Admin/ProductReviews/ReviewsUtil.php'
|
1888 |
),
|
1889 |
+
'Automattic\\WooCommerce\\Internal\\Admin\\ProductReviews\\Reviews' => array(
|
1890 |
'version' => '6.8.0.0',
|
1891 |
+
'path' => $baseDir . '/src/Internal/Admin/ProductReviews/Reviews.php'
|
1892 |
),
|
1893 |
+
'Automattic\\WooCommerce\\Internal\\Admin\\FeaturePlugin' => array(
|
1894 |
'version' => '6.8.0.0',
|
1895 |
+
'path' => $baseDir . '/src/Internal/Admin/FeaturePlugin.php'
|
1896 |
),
|
1897 |
+
'Automattic\\WooCommerce\\Internal\\Admin\\Settings' => array(
|
1898 |
'version' => '6.8.0.0',
|
1899 |
+
'path' => $baseDir . '/src/Internal/Admin/Settings.php'
|
1900 |
),
|
1901 |
+
'Automattic\\WooCommerce\\Internal\\Admin\\RemoteFreeExtensions\\EvaluateExtension' => array(
|
1902 |
'version' => '6.8.0.0',
|
1903 |
+
'path' => $baseDir . '/src/Internal/Admin/RemoteFreeExtensions/EvaluateExtension.php'
|
1904 |
),
|
1905 |
+
'Automattic\\WooCommerce\\Internal\\Admin\\RemoteFreeExtensions\\RemoteFreeExtensionsDataSourcePoller' => array(
|
1906 |
'version' => '6.8.0.0',
|
1907 |
+
'path' => $baseDir . '/src/Internal/Admin/RemoteFreeExtensions/RemoteFreeExtensionsDataSourcePoller.php'
|
1908 |
),
|
1909 |
+
'Automattic\\WooCommerce\\Internal\\Admin\\RemoteFreeExtensions\\Init' => array(
|
1910 |
'version' => '6.8.0.0',
|
1911 |
+
'path' => $baseDir . '/src/Internal/Admin/RemoteFreeExtensions/Init.php'
|
1912 |
),
|
1913 |
+
'Automattic\\WooCommerce\\Internal\\Admin\\RemoteFreeExtensions\\DefaultFreeExtensions' => array(
|
1914 |
'version' => '6.8.0.0',
|
1915 |
+
'path' => $baseDir . '/src/Internal/Admin/RemoteFreeExtensions/DefaultFreeExtensions.php'
|
1916 |
),
|
1917 |
+
'Automattic\\WooCommerce\\Internal\\Admin\\Notes\\NewSalesRecord' => array(
|
1918 |
'version' => '6.8.0.0',
|
1919 |
+
'path' => $baseDir . '/src/Internal/Admin/Notes/NewSalesRecord.php'
|
1920 |
),
|
1921 |
+
'Automattic\\WooCommerce\\Internal\\Admin\\Notes\\RealTimeOrderAlerts' => array(
|
1922 |
'version' => '6.8.0.0',
|
1923 |
+
'path' => $baseDir . '/src/Internal/Admin/Notes/RealTimeOrderAlerts.php'
|
1924 |
),
|
1925 |
+
'Automattic\\WooCommerce\\Internal\\Admin\\Notes\\PerformanceOnMobile' => array(
|
1926 |
'version' => '6.8.0.0',
|
1927 |
+
'path' => $baseDir . '/src/Internal/Admin/Notes/PerformanceOnMobile.php'
|
1928 |
),
|
1929 |
+
'Automattic\\WooCommerce\\Internal\\Admin\\Notes\\UpdateStoreDetails' => array(
|
1930 |
'version' => '6.8.0.0',
|
1931 |
+
'path' => $baseDir . '/src/Internal/Admin/Notes/UpdateStoreDetails.php'
|
1932 |
),
|
1933 |
+
'Automattic\\WooCommerce\\Internal\\Admin\\Notes\\ManageOrdersOnTheGo' => array(
|
1934 |
'version' => '6.8.0.0',
|
1935 |
+
'path' => $baseDir . '/src/Internal/Admin/Notes/ManageOrdersOnTheGo.php'
|
1936 |
),
|
1937 |
+
'Automattic\\WooCommerce\\Internal\\Admin\\Notes\\ChoosingTheme' => array(
|
1938 |
'version' => '6.8.0.0',
|
1939 |
+
'path' => $baseDir . '/src/Internal/Admin/Notes/ChoosingTheme.php'
|
1940 |
),
|
1941 |
+
'Automattic\\WooCommerce\\Internal\\Admin\\Notes\\WooCommercePayments' => array(
|
1942 |
'version' => '6.8.0.0',
|
1943 |
+
'path' => $baseDir . '/src/Internal/Admin/Notes/WooCommercePayments.php'
|
1944 |
),
|
1945 |
+
'Automattic\\WooCommerce\\Internal\\Admin\\Notes\\WelcomeToWooCommerceForStoreUsers' => array(
|
1946 |
'version' => '6.8.0.0',
|
1947 |
+
'path' => $baseDir . '/src/Internal/Admin/Notes/WelcomeToWooCommerceForStoreUsers.php'
|
1948 |
),
|
1949 |
+
'Automattic\\WooCommerce\\Internal\\Admin\\Notes\\MagentoMigration' => array(
|
1950 |
'version' => '6.8.0.0',
|
1951 |
+
'path' => $baseDir . '/src/Internal/Admin/Notes/MagentoMigration.php'
|
1952 |
),
|
1953 |
+
'Automattic\\WooCommerce\\Internal\\Admin\\Notes\\GivingFeedbackNotes' => array(
|
1954 |
'version' => '6.8.0.0',
|
1955 |
+
'path' => $baseDir . '/src/Internal/Admin/Notes/GivingFeedbackNotes.php'
|
1956 |
),
|
1957 |
+
'Automattic\\WooCommerce\\Internal\\Admin\\Notes\\CustomizingProductCatalog' => array(
|
1958 |
'version' => '6.8.0.0',
|
1959 |
+
'path' => $baseDir . '/src/Internal/Admin/Notes/CustomizingProductCatalog.php'
|
1960 |
),
|
1961 |
+
'Automattic\\WooCommerce\\Internal\\Admin\\Notes\\CompleteStoreDetails' => array(
|
1962 |
'version' => '6.8.0.0',
|
1963 |
+
'path' => $baseDir . '/src/Internal/Admin/Notes/CompleteStoreDetails.php'
|
1964 |
),
|
1965 |
+
'Automattic\\WooCommerce\\Internal\\Admin\\Notes\\AddingAndManangingProducts' => array(
|
1966 |
'version' => '6.8.0.0',
|
1967 |
+
'path' => $baseDir . '/src/Internal/Admin/Notes/AddingAndManangingProducts.php'
|
1968 |
),
|
1969 |
+
'Automattic\\WooCommerce\\Internal\\Admin\\Notes\\InstallJPAndWCSPlugins' => array(
|
1970 |
'version' => '6.8.0.0',
|
1971 |
+
'path' => $baseDir . '/src/Internal/Admin/Notes/InstallJPAndWCSPlugins.php'
|
1972 |
),
|
1973 |
+
'Automattic\\WooCommerce\\Internal\\Admin\\Notes\\MobileApp' => array(
|
1974 |
'version' => '6.8.0.0',
|
1975 |
+
'path' => $baseDir . '/src/Internal/Admin/Notes/MobileApp.php'
|
1976 |
),
|
1977 |
+
'Automattic\\WooCommerce\\Internal\\Admin\\Notes\\CustomizeStoreWithBlocks' => array(
|
1978 |
'version' => '6.8.0.0',
|
1979 |
+
'path' => $baseDir . '/src/Internal/Admin/Notes/CustomizeStoreWithBlocks.php'
|
1980 |
),
|
1981 |
+
'Automattic\\WooCommerce\\Internal\\Admin\\Notes\\PaymentsRemindMeLater' => array(
|
1982 |
'version' => '6.8.0.0',
|
1983 |
+
'path' => $baseDir . '/src/Internal/Admin/Notes/PaymentsRemindMeLater.php'
|
1984 |
),
|
1985 |
+
'Automattic\\WooCommerce\\Internal\\Admin\\Notes\\MigrateFromShopify' => array(
|
1986 |
'version' => '6.8.0.0',
|
1987 |
+
'path' => $baseDir . '/src/Internal/Admin/Notes/MigrateFromShopify.php'
|
1988 |
),
|
1989 |
+
'Automattic\\WooCommerce\\Internal\\Admin\\Notes\\CouponPageMoved' => array(
|
1990 |
'version' => '6.8.0.0',
|
1991 |
+
'path' => $baseDir . '/src/Internal/Admin/Notes/CouponPageMoved.php'
|
1992 |
),
|
1993 |
+
'Automattic\\WooCommerce\\Internal\\Admin\\Notes\\InsightFirstSale' => array(
|
1994 |
'version' => '6.8.0.0',
|
1995 |
+
'path' => $baseDir . '/src/Internal/Admin/Notes/InsightFirstSale.php'
|
1996 |
),
|
1997 |
+
'Automattic\\WooCommerce\\Internal\\Admin\\Notes\\MerchantEmailNotifications' => array(
|
1998 |
'version' => '6.8.0.0',
|
1999 |
+
'path' => $baseDir . '/src/Internal/Admin/Notes/MerchantEmailNotifications.php'
|
2000 |
),
|
2001 |
+
'Automattic\\WooCommerce\\Internal\\Admin\\Notes\\MarketingJetpack' => array(
|
2002 |
'version' => '6.8.0.0',
|
2003 |
+
'path' => $baseDir . '/src/Internal/Admin/Notes/MarketingJetpack.php'
|
2004 |
),
|
2005 |
+
'Automattic\\WooCommerce\\Internal\\Admin\\Notes\\UnsecuredReportFiles' => array(
|
2006 |
'version' => '6.8.0.0',
|
2007 |
+
'path' => $baseDir . '/src/Internal/Admin/Notes/UnsecuredReportFiles.php'
|
2008 |
),
|
2009 |
+
'Automattic\\WooCommerce\\Internal\\Admin\\Notes\\OrderMilestones' => array(
|
2010 |
'version' => '6.8.0.0',
|
2011 |
+
'path' => $baseDir . '/src/Internal/Admin/Notes/OrderMilestones.php'
|
2012 |
),
|
2013 |
+
'Automattic\\WooCommerce\\Internal\\Admin\\Notes\\LaunchChecklist' => array(
|
2014 |
'version' => '6.8.0.0',
|
2015 |
+
'path' => $baseDir . '/src/Internal/Admin/Notes/LaunchChecklist.php'
|
2016 |
),
|
2017 |
+
'Automattic\\WooCommerce\\Internal\\Admin\\Notes\\WooSubscriptionsNotes' => array(
|
2018 |
'version' => '6.8.0.0',
|
2019 |
+
'path' => $baseDir . '/src/Internal/Admin/Notes/WooSubscriptionsNotes.php'
|
2020 |
),
|
2021 |
+
'Automattic\\WooCommerce\\Internal\\Admin\\Notes\\WooCommerceSubscriptions' => array(
|
2022 |
'version' => '6.8.0.0',
|
2023 |
+
'path' => $baseDir . '/src/Internal/Admin/Notes/WooCommerceSubscriptions.php'
|
2024 |
),
|
2025 |
+
'Automattic\\WooCommerce\\Internal\\Admin\\Notes\\AddFirstProduct' => array(
|
2026 |
'version' => '6.8.0.0',
|
2027 |
+
'path' => $baseDir . '/src/Internal/Admin/Notes/AddFirstProduct.php'
|
2028 |
),
|
2029 |
+
'Automattic\\WooCommerce\\Internal\\Admin\\Notes\\SellingOnlineCourses' => array(
|
2030 |
'version' => '6.8.0.0',
|
2031 |
+
'path' => $baseDir . '/src/Internal/Admin/Notes/SellingOnlineCourses.php'
|
2032 |
),
|
2033 |
+
'Automattic\\WooCommerce\\Internal\\Admin\\Notes\\TrackingOptIn' => array(
|
2034 |
'version' => '6.8.0.0',
|
2035 |
+
'path' => $baseDir . '/src/Internal/Admin/Notes/TrackingOptIn.php'
|
2036 |
),
|
2037 |
+
'Automattic\\WooCommerce\\Internal\\Admin\\Notes\\TestCheckout' => array(
|
2038 |
'version' => '6.8.0.0',
|
2039 |
+
'path' => $baseDir . '/src/Internal/Admin/Notes/TestCheckout.php'
|
2040 |
),
|
2041 |
+
'Automattic\\WooCommerce\\Internal\\Admin\\Notes\\FirstDownlaodableProduct' => array(
|
2042 |
'version' => '6.8.0.0',
|
2043 |
+
'path' => $baseDir . '/src/Internal/Admin/Notes/FirstDownlaodableProduct.php'
|
2044 |
),
|
2045 |
+
'Automattic\\WooCommerce\\Internal\\Admin\\Notes\\PersonalizeStore' => array(
|
2046 |
'version' => '6.8.0.0',
|
2047 |
+
'path' => $baseDir . '/src/Internal/Admin/Notes/PersonalizeStore.php'
|
2048 |
),
|
2049 |
+
'Automattic\\WooCommerce\\Internal\\Admin\\Notes\\EmailNotification' => array(
|
2050 |
'version' => '6.8.0.0',
|
2051 |
+
'path' => $baseDir . '/src/Internal/Admin/Notes/EmailNotification.php'
|
2052 |
),
|
2053 |
+
'Automattic\\WooCommerce\\Internal\\Admin\\Notes\\EditProductsOnTheMove' => array(
|
2054 |
'version' => '6.8.0.0',
|
2055 |
+
'path' => $baseDir . '/src/Internal/Admin/Notes/EditProductsOnTheMove.php'
|
2056 |
),
|
2057 |
+
'Automattic\\WooCommerce\\Internal\\Admin\\Notes\\FirstProduct' => array(
|
2058 |
'version' => '6.8.0.0',
|
2059 |
+
'path' => $baseDir . '/src/Internal/Admin/Notes/FirstProduct.php'
|
2060 |
),
|
2061 |
+
'Automattic\\WooCommerce\\Internal\\Admin\\Notes\\ManageStoreActivityFromHomeScreen' => array(
|
2062 |
'version' => '6.8.0.0',
|
2063 |
+
'path' => $baseDir . '/src/Internal/Admin/Notes/ManageStoreActivityFromHomeScreen.php'
|
2064 |
),
|
2065 |
+
'Automattic\\WooCommerce\\Internal\\Admin\\Notes\\InsightFirstProductAndPayment' => array(
|
2066 |
'version' => '6.8.0.0',
|
2067 |
+
'path' => $baseDir . '/src/Internal/Admin/Notes/InsightFirstProductAndPayment.php'
|
2068 |
),
|
2069 |
+
'Automattic\\WooCommerce\\Internal\\Admin\\Notes\\EUVATNumber' => array(
|
2070 |
'version' => '6.8.0.0',
|
2071 |
+
'path' => $baseDir . '/src/Internal/Admin/Notes/EUVATNumber.php'
|
2072 |
),
|
2073 |
+
'Automattic\\WooCommerce\\Internal\\Admin\\Notes\\OnboardingPayments' => array(
|
2074 |
'version' => '6.8.0.0',
|
2075 |
+
'path' => $baseDir . '/src/Internal/Admin/Notes/OnboardingPayments.php'
|
2076 |
),
|
2077 |
+
'Automattic\\WooCommerce\\Internal\\Admin\\Notes\\OnlineClothingStore' => array(
|
2078 |
'version' => '6.8.0.0',
|
2079 |
+
'path' => $baseDir . '/src/Internal/Admin/Notes/OnlineClothingStore.php'
|
2080 |
),
|
2081 |
+
'Automattic\\WooCommerce\\Internal\\Admin\\WCAdminSharedSettings' => array(
|
2082 |
'version' => '6.8.0.0',
|
2083 |
+
'path' => $baseDir . '/src/Internal/Admin/WCAdminSharedSettings.php'
|
2084 |
),
|
2085 |
+
'Automattic\\WooCommerce\\Internal\\Admin\\Loader' => array(
|
2086 |
'version' => '6.8.0.0',
|
2087 |
+
'path' => $baseDir . '/src/Internal/Admin/Loader.php'
|
2088 |
),
|
2089 |
+
'Automattic\\WooCommerce\\Internal\\Admin\\RemoteInboxNotifications' => array(
|
2090 |
'version' => '6.8.0.0',
|
2091 |
+
'path' => $baseDir . '/src/Internal/Admin/RemoteInboxNotifications.php'
|
2092 |
),
|
2093 |
+
'Automattic\\WooCommerce\\Internal\\Admin\\WCAdminUser' => array(
|
2094 |
'version' => '6.8.0.0',
|
2095 |
+
'path' => $baseDir . '/src/Internal/Admin/WCAdminUser.php'
|
2096 |
),
|
2097 |
+
'Automattic\\WooCommerce\\Internal\\Admin\\MobileAppBanner' => array(
|
2098 |
'version' => '6.8.0.0',
|
2099 |
+
'path' => $baseDir . '/src/Internal/Admin/MobileAppBanner.php'
|
2100 |
),
|
2101 |
+
'Automattic\\WooCommerce\\Internal\\Admin\\Survey' => array(
|
2102 |
'version' => '6.8.0.0',
|
2103 |
+
'path' => $baseDir . '/src/Internal/Admin/Survey.php'
|
2104 |
),
|
2105 |
+
'Automattic\\WooCommerce\\Internal\\Admin\\Translations' => array(
|
2106 |
'version' => '6.8.0.0',
|
2107 |
+
'path' => $baseDir . '/src/Internal/Admin/Translations.php'
|
2108 |
),
|
2109 |
+
'Automattic\\WooCommerce\\Internal\\Admin\\CategoryLookup' => array(
|
2110 |
'version' => '6.8.0.0',
|
2111 |
+
'path' => $baseDir . '/src/Internal/Admin/CategoryLookup.php'
|
2112 |
),
|
2113 |
+
'Automattic\\WooCommerce\\Internal\\Admin\\CustomerEffortScoreTracks' => array(
|
2114 |
'version' => '6.8.0.0',
|
2115 |
+
'path' => $baseDir . '/src/Internal/Admin/CustomerEffortScoreTracks.php'
|
2116 |
),
|
2117 |
+
'Automattic\\WooCommerce\\Internal\\Admin\\CouponsMovedTrait' => array(
|
2118 |
'version' => '6.8.0.0',
|
2119 |
+
'path' => $baseDir . '/src/Internal/Admin/CouponsMovedTrait.php'
|
2120 |
),
|
2121 |
+
'Automattic\\WooCommerce\\Internal\\Admin\\WCPayPromotion\\WCPaymentGatewayPreInstallWCPayPromotion' => array(
|
2122 |
'version' => '6.8.0.0',
|
2123 |
+
'path' => $baseDir . '/src/Internal/Admin/WCPayPromotion/WCPaymentGatewayPreInstallWCPayPromotion.php'
|
2124 |
),
|
2125 |
+
'Automattic\\WooCommerce\\Internal\\Admin\\WCPayPromotion\\WCPayPromotionDataSourcePoller' => array(
|
2126 |
'version' => '6.8.0.0',
|
2127 |
+
'path' => $baseDir . '/src/Internal/Admin/WCPayPromotion/WCPayPromotionDataSourcePoller.php'
|
2128 |
),
|
2129 |
+
'Automattic\\WooCommerce\\Internal\\Admin\\WCPayPromotion\\Init' => array(
|
2130 |
'version' => '6.8.0.0',
|
2131 |
+
'path' => $baseDir . '/src/Internal/Admin/WCPayPromotion/Init.php'
|
2132 |
),
|
2133 |
+
'Automattic\\WooCommerce\\Internal\\Admin\\Schedulers\\ImportScheduler' => array(
|
2134 |
'version' => '6.8.0.0',
|
2135 |
+
'path' => $baseDir . '/src/Internal/Admin/Schedulers/ImportScheduler.php'
|
2136 |
),
|
2137 |
+
'Automattic\\WooCommerce\\Internal\\Admin\\Schedulers\\ImportInterface' => array(
|
2138 |
'version' => '6.8.0.0',
|
2139 |
+
'path' => $baseDir . '/src/Internal/Admin/Schedulers/ImportInterface.php'
|
2140 |
),
|
2141 |
+
'Automattic\\WooCommerce\\Internal\\Admin\\Schedulers\\OrdersScheduler' => array(
|
2142 |
'version' => '6.8.0.0',
|
2143 |
+
'path' => $baseDir . '/src/Internal/Admin/Schedulers/OrdersScheduler.php'
|
2144 |
),
|
2145 |
+
'Automattic\\WooCommerce\\Internal\\Admin\\Schedulers\\CustomersScheduler' => array(
|
2146 |
'version' => '6.8.0.0',
|
2147 |
+
'path' => $baseDir . '/src/Internal/Admin/Schedulers/CustomersScheduler.php'
|
2148 |
),
|
2149 |
+
'Automattic\\WooCommerce\\Internal\\Admin\\Schedulers\\MailchimpScheduler' => array(
|
2150 |
'version' => '6.8.0.0',
|
2151 |
+
'path' => $baseDir . '/src/Internal/Admin/Schedulers/MailchimpScheduler.php'
|
2152 |
),
|
2153 |
+
'Automattic\\WooCommerce\\Internal\\Admin\\Onboarding\\Onboarding' => array(
|
2154 |
'version' => '6.8.0.0',
|
2155 |
+
'path' => $baseDir . '/src/Internal/Admin/Onboarding/Onboarding.php'
|
2156 |
),
|
2157 |
+
'Automattic\\WooCommerce\\Internal\\Admin\\Onboarding\\OnboardingProfile' => array(
|
2158 |
'version' => '6.8.0.0',
|
2159 |
+
'path' => $baseDir . '/src/Internal/Admin/Onboarding/OnboardingProfile.php'
|
2160 |
),
|
2161 |
+
'Automattic\\WooCommerce\\Internal\\Admin\\Onboarding\\OnboardingThemes' => array(
|
2162 |
'version' => '6.8.0.0',
|
2163 |
+
'path' => $baseDir . '/src/Internal/Admin/Onboarding/OnboardingThemes.php'
|
2164 |
),
|
2165 |
+
'Automattic\\WooCommerce\\Internal\\Admin\\Onboarding\\OnboardingSync' => array(
|
2166 |
'version' => '6.8.0.0',
|
2167 |
+
'path' => $baseDir . '/src/Internal/Admin/Onboarding/OnboardingSync.php'
|
2168 |
),
|
2169 |
+
'Automattic\\WooCommerce\\Internal\\Admin\\Onboarding\\OnboardingIndustries' => array(
|
2170 |
'version' => '6.8.0.0',
|
2171 |
+
'path' => $baseDir . '/src/Internal/Admin/Onboarding/OnboardingIndustries.php'
|
2172 |
),
|
2173 |
+
'Automattic\\WooCommerce\\Internal\\Admin\\Onboarding\\OnboardingHelper' => array(
|
2174 |
'version' => '6.8.0.0',
|
2175 |
+
'path' => $baseDir . '/src/Internal/Admin/Onboarding/OnboardingHelper.php'
|
2176 |
),
|
2177 |
+
'Automattic\\WooCommerce\\Internal\\Admin\\Onboarding\\OnboardingProducts' => array(
|
2178 |
'version' => '6.8.0.0',
|
2179 |
+
'path' => $baseDir . '/src/Internal/Admin/Onboarding/OnboardingProducts.php'
|
2180 |
),
|
2181 |
+
'Automattic\\WooCommerce\\Internal\\Admin\\Onboarding\\OnboardingSetupWizard' => array(
|
2182 |
'version' => '6.8.0.0',
|
2183 |
+
'path' => $baseDir . '/src/Internal/Admin/Onboarding/OnboardingSetupWizard.php'
|
2184 |
),
|
2185 |
+
'Automattic\\WooCommerce\\Internal\\Admin\\Onboarding\\OnboardingJetpack' => array(
|
2186 |
'version' => '6.8.0.0',
|
2187 |
+
'path' => $baseDir . '/src/Internal/Admin/Onboarding/OnboardingJetpack.php'
|
2188 |
),
|
2189 |
+
'Automattic\\WooCommerce\\Internal\\Admin\\Onboarding\\OnboardingMailchimp' => array(
|
2190 |
'version' => '6.8.0.0',
|
2191 |
+
'path' => $baseDir . '/src/Internal/Admin/Onboarding/OnboardingMailchimp.php'
|
2192 |
),
|
2193 |
+
'Automattic\\WooCommerce\\Internal\\Admin\\Homescreen' => array(
|
2194 |
'version' => '6.8.0.0',
|
2195 |
+
'path' => $baseDir . '/src/Internal/Admin/Homescreen.php'
|
2196 |
),
|
2197 |
+
'Automattic\\WooCommerce\\Internal\\Admin\\Coupons' => array(
|
2198 |
'version' => '6.8.0.0',
|
2199 |
+
'path' => $baseDir . '/src/Internal/Admin/Coupons.php'
|
2200 |
),
|
2201 |
+
'Automattic\\WooCommerce\\Internal\\Admin\\ShippingLabelBannerDisplayRules' => array(
|
2202 |
'version' => '6.8.0.0',
|
2203 |
+
'path' => $baseDir . '/src/Internal/Admin/ShippingLabelBannerDisplayRules.php'
|
2204 |
),
|
2205 |
+
'Automattic\\WooCommerce\\Internal\\Admin\\Analytics' => array(
|
2206 |
'version' => '6.8.0.0',
|
2207 |
+
'path' => $baseDir . '/src/Internal/Admin/Analytics.php'
|
2208 |
),
|
2209 |
+
'Automattic\\WooCommerce\\Internal\\Admin\\Marketing' => array(
|
2210 |
'version' => '6.8.0.0',
|
2211 |
+
'path' => $baseDir . '/src/Internal/Admin/Marketing.php'
|
2212 |
),
|
2213 |
+
'Automattic\\WooCommerce\\Internal\\Admin\\ActivityPanels' => array(
|
2214 |
'version' => '6.8.0.0',
|
2215 |
+
'path' => $baseDir . '/src/Internal/Admin/ActivityPanels.php'
|
2216 |
),
|
2217 |
+
'Automattic\\WooCommerce\\Internal\\Admin\\ShippingLabelBanner' => array(
|
2218 |
'version' => '6.8.0.0',
|
2219 |
+
'path' => $baseDir . '/src/Internal/Admin/ShippingLabelBanner.php'
|
2220 |
),
|
2221 |
+
'Automattic\\WooCommerce\\Internal\\Admin\\SystemStatusReport' => array(
|
2222 |
'version' => '6.8.0.0',
|
2223 |
+
'path' => $baseDir . '/src/Internal/Admin/SystemStatusReport.php'
|
2224 |
),
|
2225 |
+
'Automattic\\WooCommerce\\Internal\\Admin\\WcPaySubscriptionsPage' => array(
|
2226 |
'version' => '6.8.0.0',
|
2227 |
+
'path' => $baseDir . '/src/Internal/Admin/WcPaySubscriptionsPage.php'
|
2228 |
),
|
2229 |
+
'Automattic\\WooCommerce\\Internal\\Admin\\WcPayWelcomePage' => array(
|
2230 |
'version' => '6.8.0.0',
|
2231 |
+
'path' => $baseDir . '/src/Internal/Admin/WcPayWelcomePage.php'
|
2232 |
),
|
2233 |
+
'Automattic\\WooCommerce\\Internal\\ProductDownloads\\ApprovedDirectories\\StoredUrl' => array(
|
2234 |
'version' => '6.8.0.0',
|
2235 |
+
'path' => $baseDir . '/src/Internal/ProductDownloads/ApprovedDirectories/StoredUrl.php'
|
2236 |
),
|
2237 |
+
'Automattic\\WooCommerce\\Internal\\ProductDownloads\\ApprovedDirectories\\ApprovedDirectoriesException' => array(
|
2238 |
'version' => '6.8.0.0',
|
2239 |
+
'path' => $baseDir . '/src/Internal/ProductDownloads/ApprovedDirectories/ApprovedDirectoriesException.php'
|
2240 |
),
|
2241 |
+
'Automattic\\WooCommerce\\Internal\\ProductDownloads\\ApprovedDirectories\\Admin\\Table' => array(
|
2242 |
'version' => '6.8.0.0',
|
2243 |
+
'path' => $baseDir . '/src/Internal/ProductDownloads/ApprovedDirectories/Admin/Table.php'
|
2244 |
),
|
2245 |
+
'Automattic\\WooCommerce\\Internal\\ProductDownloads\\ApprovedDirectories\\Admin\\UI' => array(
|
2246 |
'version' => '6.8.0.0',
|
2247 |
+
'path' => $baseDir . '/src/Internal/ProductDownloads/ApprovedDirectories/Admin/UI.php'
|
2248 |
),
|
2249 |
+
'Automattic\\WooCommerce\\Internal\\ProductDownloads\\ApprovedDirectories\\Admin\\SyncUI' => array(
|
2250 |
'version' => '6.8.0.0',
|
2251 |
+
'path' => $baseDir . '/src/Internal/ProductDownloads/ApprovedDirectories/Admin/SyncUI.php'
|
2252 |
),
|
2253 |
+
'Automattic\\WooCommerce\\Internal\\ProductDownloads\\ApprovedDirectories\\Register' => array(
|
2254 |
'version' => '6.8.0.0',
|
2255 |
+
'path' => $baseDir . '/src/Internal/ProductDownloads/ApprovedDirectories/Register.php'
|
2256 |
),
|
2257 |
+
'Automattic\\WooCommerce\\Internal\\ProductDownloads\\ApprovedDirectories\\Synchronize' => array(
|
2258 |
'version' => '6.8.0.0',
|
2259 |
+
'path' => $baseDir . '/src/Internal/ProductDownloads/ApprovedDirectories/Synchronize.php'
|
2260 |
),
|
2261 |
+
'Automattic\\WooCommerce\\Internal\\RestockRefundedItemsAdjuster' => array(
|
2262 |
'version' => '6.8.0.0',
|
2263 |
+
'path' => $baseDir . '/src/Internal/RestockRefundedItemsAdjuster.php'
|
2264 |
),
|
2265 |
+
'Automattic\\WooCommerce\\Internal\\RestApiUtil' => array(
|
2266 |
'version' => '6.8.0.0',
|
2267 |
+
'path' => $baseDir . '/src/Internal/RestApiUtil.php'
|
2268 |
),
|
2269 |
+
'Automattic\\WooCommerce\\Internal\\DependencyManagement\\ServiceProviders\\UtilsClassesServiceProvider' => array(
|
2270 |
'version' => '6.8.0.0',
|
2271 |
+
'path' => $baseDir . '/src/Internal/DependencyManagement/ServiceProviders/UtilsClassesServiceProvider.php'
|
2272 |
),
|
2273 |
+
'Automattic\\WooCommerce\\Internal\\DependencyManagement\\ServiceProviders\\ProductReviewsServiceProvider' => array(
|
2274 |
'version' => '6.8.0.0',
|
2275 |
+
'path' => $baseDir . '/src/Internal/DependencyManagement/ServiceProviders/ProductReviewsServiceProvider.php'
|
2276 |
),
|
2277 |
+
'Automattic\\WooCommerce\\Internal\\DependencyManagement\\ServiceProviders\\AssignDefaultCategoryServiceProvider' => array(
|
2278 |
'version' => '6.8.0.0',
|
2279 |
+
'path' => $baseDir . '/src/Internal/DependencyManagement/ServiceProviders/AssignDefaultCategoryServiceProvider.php'
|
2280 |
),
|
2281 |
+
'Automattic\\WooCommerce\\Internal\\DependencyManagement\\ServiceProviders\\OrdersDataStoreServiceProvider' => array(
|
2282 |
'version' => '6.8.0.0',
|
2283 |
+
'path' => $baseDir . '/src/Internal/DependencyManagement/ServiceProviders/OrdersDataStoreServiceProvider.php'
|
2284 |
),
|
2285 |
+
'Automattic\\WooCommerce\\Internal\\DependencyManagement\\ServiceProviders\\ProductDownloadsServiceProvider' => array(
|
2286 |
'version' => '6.8.0.0',
|
2287 |
+
'path' => $baseDir . '/src/Internal/DependencyManagement/ServiceProviders/ProductDownloadsServiceProvider.php'
|
2288 |
),
|
2289 |
+
'Automattic\\WooCommerce\\Internal\\DependencyManagement\\ServiceProviders\\ProductAttributesLookupServiceProvider' => array(
|
2290 |
'version' => '6.8.0.0',
|
2291 |
+
'path' => $baseDir . '/src/Internal/DependencyManagement/ServiceProviders/ProductAttributesLookupServiceProvider.php'
|
2292 |
),
|
2293 |
+
'Automattic\\WooCommerce\\Internal\\DependencyManagement\\ServiceProviders\\OptionSanitizerServiceProvider' => array(
|
2294 |
'version' => '6.8.0.0',
|
2295 |
+
'path' => $baseDir . '/src/Internal/DependencyManagement/ServiceProviders/OptionSanitizerServiceProvider.php'
|
2296 |
),
|
2297 |
+
'Automattic\\WooCommerce\\Internal\\DependencyManagement\\ServiceProviders\\DownloadPermissionsAdjusterServiceProvider' => array(
|
2298 |
'version' => '6.8.0.0',
|
2299 |
+
'path' => $baseDir . '/src/Internal/DependencyManagement/ServiceProviders/DownloadPermissionsAdjusterServiceProvider.php'
|
2300 |
),
|
2301 |
+
'Automattic\\WooCommerce\\Internal\\DependencyManagement\\ServiceProviders\\COTMigrationServiceProvider' => array(
|
2302 |
'version' => '6.8.0.0',
|
2303 |
+
'path' => $baseDir . '/src/Internal/DependencyManagement/ServiceProviders/COTMigrationServiceProvider.php'
|
2304 |
),
|
2305 |
+
'Automattic\\WooCommerce\\Internal\\DependencyManagement\\ServiceProviders\\RestockRefundedItemsAdjusterServiceProvider' => array(
|
2306 |
'version' => '6.8.0.0',
|
2307 |
+
'path' => $baseDir . '/src/Internal/DependencyManagement/ServiceProviders/RestockRefundedItemsAdjusterServiceProvider.php'
|
2308 |
),
|
2309 |
+
'Automattic\\WooCommerce\\Internal\\DependencyManagement\\ServiceProviders\\ProxiesServiceProvider' => array(
|
2310 |
'version' => '6.8.0.0',
|
2311 |
+
'path' => $baseDir . '/src/Internal/DependencyManagement/ServiceProviders/ProxiesServiceProvider.php'
|
2312 |
),
|
2313 |
+
'Automattic\\WooCommerce\\Internal\\DependencyManagement\\ContainerException' => array(
|
2314 |
'version' => '6.8.0.0',
|
2315 |
+
'path' => $baseDir . '/src/Internal/DependencyManagement/ContainerException.php'
|
2316 |
),
|
2317 |
+
'Automattic\\WooCommerce\\Internal\\DependencyManagement\\Definition' => array(
|
2318 |
'version' => '6.8.0.0',
|
2319 |
+
'path' => $baseDir . '/src/Internal/DependencyManagement/Definition.php'
|
2320 |
),
|
2321 |
+
'Automattic\\WooCommerce\\Internal\\DependencyManagement\\AbstractServiceProvider' => array(
|
2322 |
'version' => '6.8.0.0',
|
2323 |
+
'path' => $baseDir . '/src/Internal/DependencyManagement/AbstractServiceProvider.php'
|
2324 |
),
|
2325 |
+
'Automattic\\WooCommerce\\Internal\\DependencyManagement\\ExtendedContainer' => array(
|
2326 |
'version' => '6.8.0.0',
|
2327 |
+
'path' => $baseDir . '/src/Internal/DependencyManagement/ExtendedContainer.php'
|
2328 |
),
|
2329 |
+
'Automattic\\WooCommerce\\Internal\\Settings\\OptionSanitizer' => array(
|
2330 |
'version' => '6.8.0.0',
|
2331 |
+
'path' => $baseDir . '/src/Internal/Settings/OptionSanitizer.php'
|
2332 |
),
|
2333 |
+
'Automattic\\WooCommerce\\Container' => array(
|
2334 |
'version' => '6.8.0.0',
|
2335 |
+
'path' => $baseDir . '/src/Container.php'
|
2336 |
),
|
2337 |
+
'Automattic\\WooCommerce\\Checkout\\Helpers\\ReserveStock' => array(
|
2338 |
'version' => '6.8.0.0',
|
2339 |
+
'path' => $baseDir . '/src/Checkout/Helpers/ReserveStock.php'
|
2340 |
),
|
2341 |
+
'Automattic\\WooCommerce\\Checkout\\Helpers\\ReserveStockException' => array(
|
2342 |
'version' => '6.8.0.0',
|
2343 |
+
'path' => $baseDir . '/src/Checkout/Helpers/ReserveStockException.php'
|
2344 |
),
|
2345 |
+
'Automattic\\WooCommerce\\Utilities\\StringUtil' => array(
|
2346 |
'version' => '6.8.0.0',
|
2347 |
+
'path' => $baseDir . '/src/Utilities/StringUtil.php'
|
2348 |
),
|
2349 |
+
'Automattic\\WooCommerce\\Utilities\\NumberUtil' => array(
|
2350 |
'version' => '6.8.0.0',
|
2351 |
+
'path' => $baseDir . '/src/Utilities/NumberUtil.php'
|
2352 |
),
|
2353 |
+
'Automattic\\WooCommerce\\Utilities\\ArrayUtil' => array(
|
2354 |
'version' => '6.8.0.0',
|
2355 |
+
'path' => $baseDir . '/src/Utilities/ArrayUtil.php'
|
2356 |
),
|
2357 |
+
'Automattic\\WooCommerce\\Database\\Migrations\\MetaToMetaTableMigrator' => array(
|
2358 |
'version' => '6.8.0.0',
|
2359 |
+
'path' => $baseDir . '/src/Database/Migrations/MetaToMetaTableMigrator.php'
|
2360 |
),
|
2361 |
+
'Automattic\\WooCommerce\\Database\\Migrations\\CustomOrderTable\\PostToOrderOpTableMigrator' => array(
|
2362 |
'version' => '6.8.0.0',
|
2363 |
+
'path' => $baseDir . '/src/Database/Migrations/CustomOrderTable/PostToOrderOpTableMigrator.php'
|
2364 |
),
|
2365 |
+
'Automattic\\WooCommerce\\Database\\Migrations\\CustomOrderTable\\PostToOrderTableMigrator' => array(
|
2366 |
'version' => '6.8.0.0',
|
2367 |
+
'path' => $baseDir . '/src/Database/Migrations/CustomOrderTable/PostToOrderTableMigrator.php'
|
2368 |
),
|
2369 |
+
'Automattic\\WooCommerce\\Database\\Migrations\\CustomOrderTable\\PostMetaToOrderMetaMigrator' => array(
|
2370 |
'version' => '6.8.0.0',
|
2371 |
+
'path' => $baseDir . '/src/Database/Migrations/CustomOrderTable/PostMetaToOrderMetaMigrator.php'
|
2372 |
),
|
2373 |
+
'Automattic\\WooCommerce\\DataBase\\Migrations\\CustomOrderTable\\CLIRunner' => array(
|
2374 |
'version' => '6.8.0.0',
|
2375 |
+
'path' => $baseDir . '/src/Database/Migrations/CustomOrderTable/CLIRunner.php'
|
2376 |
),
|
2377 |
+
'Automattic\\WooCommerce\\Database\\Migrations\\CustomOrderTable\\PostsToOrdersMigrationController' => array(
|
2378 |
'version' => '6.8.0.0',
|
2379 |
+
'path' => $baseDir . '/src/Database/Migrations/CustomOrderTable/PostsToOrdersMigrationController.php'
|
2380 |
),
|
2381 |
+
'Automattic\\WooCommerce\\Database\\Migrations\\CustomOrderTable\\PostToOrderAddressTableMigrator' => array(
|
2382 |
'version' => '6.8.0.0',
|
2383 |
+
'path' => $baseDir . '/src/Database/Migrations/CustomOrderTable/PostToOrderAddressTableMigrator.php'
|
2384 |
),
|
2385 |
+
'Automattic\\WooCommerce\\Database\\Migrations\\MigrationHelper' => array(
|
2386 |
'version' => '6.8.0.0',
|
2387 |
+
'path' => $baseDir . '/src/Database/Migrations/MigrationHelper.php'
|
2388 |
),
|
2389 |
+
'Automattic\\WooCommerce\\Database\\Migrations\\MetaToCustomTableMigrator' => array(
|
2390 |
'version' => '6.8.0.0',
|
2391 |
+
'path' => $baseDir . '/src/Database/Migrations/MetaToCustomTableMigrator.php'
|
2392 |
),
|
2393 |
+
'Automattic\\WooCommerce\\Database\\Migrations\\TableMigrator' => array(
|
2394 |
'version' => '6.8.0.0',
|
2395 |
+
'path' => $baseDir . '/src/Database/Migrations/TableMigrator.php'
|
2396 |
),
|
2397 |
+
'Automattic\\WooCommerce\\Admin\\ReportCSVExporter' => array(
|
2398 |
'version' => '6.8.0.0',
|
2399 |
+
'path' => $baseDir . '/src/Admin/ReportCSVExporter.php'
|
2400 |
),
|
2401 |
+
'Automattic\\WooCommerce\\Admin\\DeprecatedClassFacade' => array(
|
2402 |
'version' => '6.8.0.0',
|
2403 |
+
'path' => $baseDir . '/src/Admin/DeprecatedClassFacade.php'
|
2404 |
),
|
2405 |
+
'Automattic\\WooCommerce\\Admin\\ReportCSVEmail' => array(
|
2406 |
'version' => '6.8.0.0',
|
2407 |
+
'path' => $baseDir . '/src/Admin/ReportCSVEmail.php'
|
2408 |
),
|
2409 |
+
'Automattic\\WooCommerce\\Admin\\PluginsInstaller' => array(
|
2410 |
'version' => '6.8.0.0',
|
2411 |
+
'path' => $baseDir . '/src/Admin/PluginsInstaller.php'
|
2412 |
),
|
2413 |
+
'Automattic\\WooCommerce\\Admin\\FeaturePlugin' => array(
|
2414 |
'version' => '6.8.0.0',
|
2415 |
+
'path' => $baseDir . '/src/Admin/FeaturePlugin.php'
|
2416 |
),
|
2417 |
+
'Automattic\\WooCommerce\\Admin\\DataSourcePoller' => array(
|
2418 |
'version' => '6.8.0.0',
|
2419 |
+
'path' => $baseDir . '/src/Admin/DataSourcePoller.php'
|
2420 |
),
|
2421 |
+
'Automattic\\WooCommerce\\Admin\\Notes\\WC_Admin_Note' => array(
|
2422 |
'version' => '6.8.0.0',
|
2423 |
+
'path' => $baseDir . '/src/Admin/Notes/DeprecatedNotes.php'
|
2424 |
),
|
2425 |
+
'Automattic\\WooCommerce\\Admin\\Notes\\WC_Admin_Notes' => array(
|
2426 |
'version' => '6.8.0.0',
|
2427 |
+
'path' => $baseDir . '/src/Admin/Notes/DeprecatedNotes.php'
|
2428 |
),
|
2429 |
+
'Automattic\\WooCommerce\\Admin\\Notes\\WC_Admin_Notes_Coupon_Page_Moved' => array(
|
2430 |
'version' => '6.8.0.0',
|
2431 |
+
'path' => $baseDir . '/src/Admin/Notes/DeprecatedNotes.php'
|
2432 |
),
|
2433 |
+
'Automattic\\WooCommerce\\Admin\\Notes\\WC_Admin_Notes_Customize_Store_With_Blocks' => array(
|
2434 |
'version' => '6.8.0.0',
|
2435 |
+
'path' => $baseDir . '/src/Admin/Notes/DeprecatedNotes.php'
|
2436 |
),
|
2437 |
+
'Automattic\\WooCommerce\\Admin\\Notes\\WC_Admin_Notes_Edit_Products_On_The_Move' => array(
|
2438 |
'version' => '6.8.0.0',
|
2439 |
+
'path' => $baseDir . '/src/Admin/Notes/DeprecatedNotes.php'
|
2440 |
),
|
2441 |
+
'Automattic\\WooCommerce\\Admin\\Notes\\WC_Admin_Notes_EU_VAT_Number' => array(
|
2442 |
'version' => '6.8.0.0',
|
2443 |
+
'path' => $baseDir . '/src/Admin/Notes/DeprecatedNotes.php'
|
2444 |
),
|
2445 |
+
'Automattic\\WooCommerce\\Admin\\Notes\\WC_Admin_Notes_Facebook_Marketing_Expert' => array(
|
2446 |
'version' => '6.8.0.0',
|
2447 |
+
'path' => $baseDir . '/src/Admin/Notes/DeprecatedNotes.php'
|
2448 |
),
|
2449 |
+
'Automattic\\WooCommerce\\Admin\\Notes\\WC_Admin_Notes_First_Product' => array(
|
2450 |
'version' => '6.8.0.0',
|
2451 |
+
'path' => $baseDir . '/src/Admin/Notes/DeprecatedNotes.php'
|
2452 |
),
|
2453 |
+
'Automattic\\WooCommerce\\Admin\\Notes\\WC_Admin_Notes_Giving_Feedback_Notes' => array(
|
2454 |
'version' => '6.8.0.0',
|
2455 |
+
'path' => $baseDir . '/src/Admin/Notes/DeprecatedNotes.php'
|
2456 |
),
|
2457 |
+
'Automattic\\WooCommerce\\Admin\\Notes\\WC_Admin_Notes_Insight_First_Sale' => array(
|
2458 |
'version' => '6.8.0.0',
|
2459 |
+
'path' => $baseDir . '/src/Admin/Notes/DeprecatedNotes.php'
|
2460 |
),
|
2461 |
+
'Automattic\\WooCommerce\\Admin\\Notes\\WC_Admin_Notes_Install_JP_And_WCS_Plugins' => array(
|
2462 |
'version' => '6.8.0.0',
|
2463 |
+
'path' => $baseDir . '/src/Admin/Notes/DeprecatedNotes.php'
|
2464 |
),
|
2465 |
+
'Automattic\\WooCommerce\\Admin\\Notes\\WC_Admin_Notes_Launch_Checklist' => array(
|
2466 |
'version' => '6.8.0.0',
|
2467 |
+
'path' => $baseDir . '/src/Admin/Notes/DeprecatedNotes.php'
|
2468 |
),
|
2469 |
+
'Automattic\\WooCommerce\\Admin\\Notes\\WC_Admin_Notes_Migrate_From_Shopify' => array(
|
2470 |
'version' => '6.8.0.0',
|
2471 |
+
'path' => $baseDir . '/src/Admin/Notes/DeprecatedNotes.php'
|
2472 |
),
|
2473 |
+
'Automattic\\WooCommerce\\Admin\\Notes\\WC_Admin_Notes_Mobile_App' => array(
|
2474 |
'version' => '6.8.0.0',
|
2475 |
+
'path' => $baseDir . '/src/Admin/Notes/DeprecatedNotes.php'
|
2476 |
),
|
2477 |
+
'Automattic\\WooCommerce\\Admin\\Notes\\WC_Admin_Notes_New_Sales_Record' => array(
|
2478 |
'version' => '6.8.0.0',
|
2479 |
+
'path' => $baseDir . '/src/Admin/Notes/DeprecatedNotes.php'
|
2480 |
),
|
2481 |
+
'Automattic\\WooCommerce\\Admin\\Notes\\WC_Admin_Notes_Onboarding_Email_Marketing' => array(
|
2482 |
'version' => '6.8.0.0',
|
2483 |
+
'path' => $baseDir . '/src/Admin/Notes/DeprecatedNotes.php'
|
2484 |
),
|
2485 |
+
'Automattic\\WooCommerce\\Admin\\Notes\\WC_Admin_Notes_Onboarding_Payments' => array(
|
2486 |
'version' => '6.8.0.0',
|
2487 |
+
'path' => $baseDir . '/src/Admin/Notes/DeprecatedNotes.php'
|
2488 |
),
|
2489 |
+
'Automattic\\WooCommerce\\Admin\\Notes\\WC_Admin_Notes_Online_Clothing_Store' => array(
|
2490 |
'version' => '6.8.0.0',
|
2491 |
+
'path' => $baseDir . '/src/Admin/Notes/DeprecatedNotes.php'
|
2492 |
),
|
2493 |
+
'Automattic\\WooCommerce\\Admin\\Notes\\WC_Admin_Notes_Order_Milestones' => array(
|
2494 |
'version' => '6.8.0.0',
|
2495 |
+
'path' => $baseDir . '/src/Admin/Notes/DeprecatedNotes.php'
|
2496 |
),
|
2497 |
+
'Automattic\\WooCommerce\\Admin\\Notes\\WC_Admin_Notes_Performance_On_Mobile' => array(
|
2498 |
'version' => '6.8.0.0',
|
2499 |
+
'path' => $baseDir . '/src/Admin/Notes/DeprecatedNotes.php'
|
2500 |
),
|
2501 |
+
'Automattic\\WooCommerce\\Admin\\Notes\\WC_Admin_Notes_Personalize_Store' => array(
|
2502 |
'version' => '6.8.0.0',
|
2503 |
+
'path' => $baseDir . '/src/Admin/Notes/DeprecatedNotes.php'
|
2504 |
),
|
2505 |
+
'Automattic\\WooCommerce\\Admin\\Notes\\WC_Admin_Notes_Real_Time_Order_Alerts' => array(
|
2506 |
'version' => '6.8.0.0',
|
2507 |
+
'path' => $baseDir . '/src/Admin/Notes/DeprecatedNotes.php'
|
2508 |
),
|
2509 |
+
'Automattic\\WooCommerce\\Admin\\Notes\\WC_Admin_Notes_Selling_Online_Courses' => array(
|
2510 |
'version' => '6.8.0.0',
|
2511 |
+
'path' => $baseDir . '/src/Admin/Notes/DeprecatedNotes.php'
|
2512 |
),
|
2513 |
+
'Automattic\\WooCommerce\\Admin\\Notes\\WC_Admin_Notes_Test_Checkout' => array(
|
2514 |
'version' => '6.8.0.0',
|
2515 |
+
'path' => $baseDir . '/src/Admin/Notes/DeprecatedNotes.php'
|
2516 |
),
|
2517 |
+
'Automattic\\WooCommerce\\Admin\\Notes\\WC_Admin_Notes_Tracking_Opt_In' => array(
|
2518 |
'version' => '6.8.0.0',
|
2519 |
+
'path' => $baseDir . '/src/Admin/Notes/DeprecatedNotes.php'
|
2520 |
),
|
2521 |
+
'Automattic\\WooCommerce\\Admin\\Notes\\WC_Admin_Notes_Woo_Subscriptions_Notes' => array(
|
2522 |
'version' => '6.8.0.0',
|
2523 |
+
'path' => $baseDir . '/src/Admin/Notes/DeprecatedNotes.php'
|
2524 |
),
|
2525 |
+
'Automattic\\WooCommerce\\Admin\\Notes\\WC_Admin_Notes_WooCommerce_Payments' => array(
|
2526 |
'version' => '6.8.0.0',
|
2527 |
+
'path' => $baseDir . '/src/Admin/Notes/DeprecatedNotes.php'
|
2528 |
),
|
2529 |
+
'Automattic\\WooCommerce\\Admin\\Notes\\WC_Admin_Notes_WooCommerce_Subscriptions' => array(
|
2530 |
'version' => '6.8.0.0',
|
2531 |
+
'path' => $baseDir . '/src/Admin/Notes/DeprecatedNotes.php'
|
2532 |
),
|
2533 |
+
'Automattic\\WooCommerce\\Admin\\Notes\\Note' => array(
|
2534 |
'version' => '6.8.0.0',
|
2535 |
+
'path' => $baseDir . '/src/Admin/Notes/Note.php'
|
2536 |
),
|
2537 |
+
'Automattic\\WooCommerce\\Admin\\Notes\\Notes' => array(
|
2538 |
'version' => '6.8.0.0',
|
2539 |
+
'path' => $baseDir . '/src/Admin/Notes/Notes.php'
|
2540 |
),
|
2541 |
+
'Automattic\\WooCommerce\\Admin\\Notes\\NotesUnavailableException' => array(
|
2542 |
'version' => '6.8.0.0',
|
2543 |
+
'path' => $baseDir . '/src/Admin/Notes/NotesUnavailableException.php'
|
2544 |
),
|
2545 |
+
'Automattic\\WooCommerce\\Admin\\Notes\\DataStore' => array(
|
2546 |
'version' => '6.8.0.0',
|
2547 |
+
'path' => $baseDir . '/src/Admin/Notes/DataStore.php'
|
2548 |
),
|
2549 |
+
'Automattic\\WooCommerce\\Admin\\Notes\\NoteTraits' => array(
|
2550 |
'version' => '6.8.0.0',
|
2551 |
+
'path' => $baseDir . '/src/Admin/Notes/NoteTraits.php'
|
2552 |
),
|
2553 |
+
'Automattic\\WooCommerce\\Admin\\PageController' => array(
|
2554 |
'version' => '6.8.0.0',
|
2555 |
+
'path' => $baseDir . '/src/Admin/PageController.php'
|
2556 |
),
|
2557 |
+
'Automattic\\WooCommerce\\Admin\\Composer\\Package' => array(
|
2558 |
'version' => '6.8.0.0',
|
2559 |
+
'path' => $baseDir . '/src/Admin/Composer/Package.php'
|
2560 |
),
|
2561 |
+
'Automattic\\WooCommerce\\Admin\\Loader' => array(
|
2562 |
'version' => '6.8.0.0',
|
2563 |
+
'path' => $baseDir . '/src/Admin/Loader.php'
|
2564 |
),
|
2565 |
+
'Automattic\\WooCommerce\\Admin\\PluginsHelper' => array(
|
2566 |
'version' => '6.8.0.0',
|
2567 |
+
'path' => $baseDir . '/src/Admin/PluginsHelper.php'
|
2568 |
),
|
2569 |
+
'Automattic\\WooCommerce\\Admin\\Features\\Onboarding' => array(
|
2570 |
'version' => '6.8.0.0',
|
2571 |
+
'path' => $baseDir . '/src/Admin/Features/Onboarding.php'
|
2572 |
),
|
2573 |
+
'Automattic\\WooCommerce\\Admin\\Features\\Features' => array(
|
2574 |
'version' => '6.8.0.0',
|
2575 |
+
'path' => $baseDir . '/src/Admin/Features/Features.php'
|
2576 |
),
|
2577 |
+
'Automattic\\WooCommerce\\Admin\\Features\\Navigation\\Menu' => array(
|
2578 |
'version' => '6.8.0.0',
|
2579 |
+
'path' => $baseDir . '/src/Admin/Features/Navigation/Menu.php'
|
2580 |
),
|
2581 |
+
'Automattic\\WooCommerce\\Admin\\Features\\Navigation\\Screen' => array(
|
2582 |
'version' => '6.8.0.0',
|
2583 |
+
'path' => $baseDir . '/src/Admin/Features/Navigation/Screen.php'
|
2584 |
),
|
2585 |
+
'Automattic\\WooCommerce\\Admin\\Features\\Navigation\\Favorites' => array(
|
2586 |
'version' => '6.8.0.0',
|
2587 |
+
'path' => $baseDir . '/src/Admin/Features/Navigation/Favorites.php'
|
2588 |
),
|
2589 |
+
'Automattic\\WooCommerce\\Admin\\Features\\Navigation\\CoreMenu' => array(
|
2590 |
'version' => '6.8.0.0',
|
2591 |
+
'path' => $baseDir . '/src/Admin/Features/Navigation/CoreMenu.php'
|
2592 |
),
|
2593 |
+
'Automattic\\WooCommerce\\Admin\\Features\\Navigation\\Init' => array(
|
2594 |
'version' => '6.8.0.0',
|
2595 |
+
'path' => $baseDir . '/src/Admin/Features/Navigation/Init.php'
|
2596 |
),
|
2597 |
+
'Automattic\\WooCommerce\\Admin\\Features\\OnboardingTasks\\Tasks\\StoreDetails' => array(
|
2598 |
'version' => '6.8.0.0',
|
2599 |
+
'path' => $baseDir . '/src/Admin/Features/OnboardingTasks/Tasks/StoreDetails.php'
|
2600 |
),
|
2601 |
+
'Automattic\\WooCommerce\\Admin\\Features\\OnboardingTasks\\Tasks\\WooCommercePayments' => array(
|
2602 |
'version' => '6.8.0.0',
|
2603 |
+
'path' => $baseDir . '/src/Admin/Features/OnboardingTasks/Tasks/WooCommercePayments.php'
|
2604 |
),
|
2605 |
+
'Automattic\\WooCommerce\\Admin\\Features\\OnboardingTasks\\Tasks\\Products' => array(
|
2606 |
'version' => '6.8.0.0',
|
2607 |
+
'path' => $baseDir . '/src/Admin/Features/OnboardingTasks/Tasks/Products.php'
|
2608 |
),
|
2609 |
+
'Automattic\\WooCommerce\\Admin\\Features\\OnboardingTasks\\Tasks\\ExperimentalShippingRecommendation' => array(
|
2610 |
'version' => '6.8.0.0',
|
2611 |
+
'path' => $baseDir . '/src/Admin/Features/OnboardingTasks/Tasks/ExperimentalShippingRecommendation.php'
|
2612 |
),
|
2613 |
+
'Automattic\\WooCommerce\\Admin\\Features\\OnboardingTasks\\Tasks\\AdditionalPayments' => array(
|
2614 |
'version' => '6.8.0.0',
|
2615 |
+
'path' => $baseDir . '/src/Admin/Features/OnboardingTasks/Tasks/AdditionalPayments.php'
|
2616 |
),
|
2617 |
+
'Automattic\\WooCommerce\\Admin\\Features\\OnboardingTasks\\Tasks\\StoreCreation' => array(
|
2618 |
'version' => '6.8.0.0',
|
2619 |
+
'path' => $baseDir . '/src/Admin/Features/OnboardingTasks/Tasks/StoreCreation.php'
|
2620 |
),
|
2621 |
+
'Automattic\\WooCommerce\\Admin\\Features\\OnboardingTasks\\Tasks\\Payments' => array(
|
2622 |
'version' => '6.8.0.0',
|
2623 |
+
'path' => $baseDir . '/src/Admin/Features/OnboardingTasks/Tasks/Payments.php'
|
2624 |
),
|
2625 |
+
'Automattic\\WooCommerce\\Admin\\Features\\OnboardingTasks\\Tasks\\Appearance' => array(
|
2626 |
'version' => '6.8.0.0',
|
2627 |
+
'path' => $baseDir . '/src/Admin/Features/OnboardingTasks/Tasks/Appearance.php'
|
2628 |
),
|
2629 |
+
'Automattic\\WooCommerce\\Admin\\Features\\OnboardingTasks\\Tasks\\Shipping' => array(
|
2630 |
'version' => '6.8.0.0',
|
2631 |
+
'path' => $baseDir . '/src/Admin/Features/OnboardingTasks/Tasks/Shipping.php'
|
2632 |
),
|
2633 |
+
'Automattic\\WooCommerce\\Admin\\Features\\OnboardingTasks\\Tasks\\Purchase' => array(
|
2634 |
'version' => '6.8.0.0',
|
2635 |
+
'path' => $baseDir . '/src/Admin/Features/OnboardingTasks/Tasks/Purchase.php'
|
2636 |
),
|
2637 |
+
'Automattic\\WooCommerce\\Admin\\Features\\OnboardingTasks\\Tasks\\ReviewShippingOptions' => array(
|
2638 |
'version' => '6.8.0.0',
|
2639 |
+
'path' => $baseDir . '/src/Admin/Features/OnboardingTasks/Tasks/ReviewShippingOptions.php'
|
2640 |
),
|
2641 |
+
'Automattic\\WooCommerce\\Admin\\Features\\OnboardingTasks\\Tasks\\Tax' => array(
|
2642 |
'version' => '6.8.0.0',
|
2643 |
+
'path' => $baseDir . '/src/Admin/Features/OnboardingTasks/Tasks/Tax.php'
|
2644 |
),
|
2645 |
+
'Automattic\\WooCommerce\\Admin\\Features\\OnboardingTasks\\Tasks\\Marketing' => array(
|
2646 |
'version' => '6.8.0.0',
|
2647 |
+
'path' => $baseDir . '/src/Admin/Features/OnboardingTasks/Tasks/Marketing.php'
|
2648 |
),
|
2649 |
+
'Automattic\\WooCommerce\\Admin\\Features\\OnboardingTasks\\DeprecatedExtendedTask' => array(
|
2650 |
'version' => '6.8.0.0',
|
2651 |
+
'path' => $baseDir . '/src/Admin/Features/OnboardingTasks/DeprecatedExtendedTask.php'
|
2652 |
),
|
2653 |
+
'Automattic\\WooCommerce\\Admin\\Features\\OnboardingTasks\\TaskListSection' => array(
|
2654 |
'version' => '6.8.0.0',
|
2655 |
+
'path' => $baseDir . '/src/Admin/Features/OnboardingTasks/TaskListSection.php'
|
2656 |
),
|
2657 |
+
'Automattic\\WooCommerce\\Admin\\Features\\OnboardingTasks\\TaskLists' => array(
|
2658 |
'version' => '6.8.0.0',
|
2659 |
+
'path' => $baseDir . '/src/Admin/Features/OnboardingTasks/TaskLists.php'
|
2660 |
),
|
2661 |
+
'Automattic\\WooCommerce\\Admin\\Features\\OnboardingTasks\\TaskTraits' => array(
|
2662 |
'version' => '6.8.0.0',
|
2663 |
+
'path' => $baseDir . '/src/Admin/Features/OnboardingTasks/TaskTraits.php'
|
2664 |
),
|
2665 |
+
'Automattic\\WooCommerce\\Admin\\Features\\OnboardingTasks\\TaskList' => array(
|
2666 |
'version' => '6.8.0.0',
|
2667 |
+
'path' => $baseDir . '/src/Admin/Features/OnboardingTasks/TaskList.php'
|
2668 |
),
|
2669 |
+
'Automattic\\WooCommerce\\Admin\\Features\\OnboardingTasks\\Task' => array(
|
2670 |
'version' => '6.8.0.0',
|
2671 |
+
'path' => $baseDir . '/src/Admin/Features/OnboardingTasks/Task.php'
|
2672 |
),
|
2673 |
+
'Automattic\\WooCommerce\\Admin\\Features\\OnboardingTasks\\Init' => array(
|
2674 |
'version' => '6.8.0.0',
|
2675 |
+
'path' => $baseDir . '/src/Admin/Features/OnboardingTasks/Init.php'
|
2676 |
),
|
2677 |
+
'Automattic\\WooCommerce\\Admin\\Features\\OnboardingTasks\\DeprecatedOptions' => array(
|
2678 |
'version' => '6.8.0.0',
|
2679 |
+
'path' => $baseDir . '/src/Admin/Features/OnboardingTasks/DeprecatedOptions.php'
|
2680 |
),
|
2681 |
+
'Automattic\\WooCommerce\\Admin\\Features\\PaymentGatewaySuggestions\\DefaultPaymentGateways' => array(
|
2682 |
'version' => '6.8.0.0',
|
2683 |
+
'path' => $baseDir . '/src/Admin/Features/PaymentGatewaySuggestions/DefaultPaymentGateways.php'
|
2684 |
),
|
2685 |
+
'Automattic\\WooCommerce\\Admin\\Features\\PaymentGatewaySuggestions\\PaymentGatewaySuggestionsDataSourcePoller' => array(
|
2686 |
'version' => '6.8.0.0',
|
2687 |
+
'path' => $baseDir . '/src/Admin/Features/PaymentGatewaySuggestions/PaymentGatewaySuggestionsDataSourcePoller.php'
|
2688 |
),
|
2689 |
+
'Automattic\\WooCommerce\\Admin\\Features\\PaymentGatewaySuggestions\\PaymentGatewaysController' => array(
|
2690 |
'version' => '6.8.0.0',
|
2691 |
+
'path' => $baseDir . '/src/Admin/Features/PaymentGatewaySuggestions/PaymentGatewaysController.php'
|
2692 |
),
|
2693 |
+
'Automattic\\WooCommerce\\Admin\\Features\\PaymentGatewaySuggestions\\Init' => array(
|
2694 |
'version' => '6.8.0.0',
|
2695 |
+
'path' => $baseDir . '/src/Admin/Features/PaymentGatewaySuggestions/Init.php'
|
2696 |
),
|
2697 |
+
'Automattic\\WooCommerce\\Admin\\Features\\PaymentGatewaySuggestions\\EvaluateSuggestion' => array(
|
2698 |
'version' => '6.8.0.0',
|
2699 |
+
'path' => $baseDir . '/src/Admin/Features/PaymentGatewaySuggestions/EvaluateSuggestion.php'
|
2700 |
),
|
2701 |
+
'Automattic\\WooCommerce\\Admin\\Features\\TransientNotices' => array(
|
2702 |
'version' => '6.8.0.0',
|
2703 |
+
'path' => $baseDir . '/src/Admin/Features/TransientNotices.php'
|
2704 |
),
|
2705 |
+
'Automattic\\WooCommerce\\Admin\\PluginsProvider\\PluginsProvider' => array(
|
2706 |
'version' => '6.8.0.0',
|
2707 |
+
'path' => $baseDir . '/src/Admin/PluginsProvider/PluginsProvider.php'
|
2708 |
),
|
2709 |
+
'Automattic\\WooCommerce\\Admin\\PluginsProvider\\PluginsProviderInterface' => array(
|
2710 |
'version' => '6.8.0.0',
|
2711 |
+
'path' => $baseDir . '/src/Admin/PluginsProvider/PluginsProviderInterface.php'
|
2712 |
),
|
2713 |
+
'Automattic\\WooCommerce\\Admin\\Schedulers\\SchedulerTraits' => array(
|
2714 |
'version' => '6.8.0.0',
|
2715 |
+
'path' => $baseDir . '/src/Admin/Schedulers/SchedulerTraits.php'
|
2716 |
),
|
2717 |
+
'Automattic\\WooCommerce\\Admin\\Marketing\\InstalledExtensions' => array(
|
2718 |
'version' => '6.8.0.0',
|
2719 |
+
'path' => $baseDir . '/src/Admin/Marketing/InstalledExtensions.php'
|
2720 |
),
|
2721 |
+
'Automattic\\WooCommerce\\Admin\\ReportExporter' => array(
|
2722 |
'version' => '6.8.0.0',
|
2723 |
+
'path' => $baseDir . '/src/Admin/ReportExporter.php'
|
2724 |
),
|
2725 |
+
'Automattic\\WooCommerce\\Admin\\ReportsSync' => array(
|
2726 |
'version' => '6.8.0.0',
|
2727 |
+
'path' => $baseDir . '/src/Admin/ReportsSync.php'
|
2728 |
),
|
2729 |
+
'Automattic\\WooCommerce\\Admin\\Overrides\\OrderTraits' => array(
|
2730 |
'version' => '6.8.0.0',
|
2731 |
+
'path' => $baseDir . '/src/Admin/Overrides/OrderTraits.php'
|
2732 |
),
|
2733 |
+
'Automattic\\WooCommerce\\Admin\\Overrides\\ThemeUpgraderSkin' => array(
|
2734 |
'version' => '6.8.0.0',
|
2735 |
+
'path' => $baseDir . '/src/Admin/Overrides/ThemeUpgraderSkin.php'
|
2736 |
),
|
2737 |
+
'Automattic\\WooCommerce\\Admin\\Overrides\\Order' => array(
|
2738 |
'version' => '6.8.0.0',
|
2739 |
+
'path' => $baseDir . '/src/Admin/Overrides/Order.php'
|
2740 |
),
|
2741 |
+
'Automattic\\WooCommerce\\Admin\\Overrides\\OrderRefund' => array(
|
2742 |
'version' => '6.8.0.0',
|
2743 |
+
'path' => $baseDir . '/src/Admin/Overrides/OrderRefund.php'
|
2744 |
),
|
2745 |
+
'Automattic\\WooCommerce\\Admin\\Overrides\\ThemeUpgrader' => array(
|
2746 |
'version' => '6.8.0.0',
|
2747 |
+
'path' => $baseDir . '/src/Admin/Overrides/ThemeUpgrader.php'
|
2748 |
),
|
2749 |
+
'Automattic\\WooCommerce\\Admin\\DateTimeProvider\\CurrentDateTimeProvider' => array(
|
2750 |
'version' => '6.8.0.0',
|
2751 |
+
'path' => $baseDir . '/src/Admin/DateTimeProvider/CurrentDateTimeProvider.php'
|
2752 |
),
|
2753 |
+
'Automattic\\WooCommerce\\Admin\\DateTimeProvider\\DateTimeProviderInterface' => array(
|
2754 |
'version' => '6.8.0.0',
|
2755 |
+
'path' => $baseDir . '/src/Admin/DateTimeProvider/DateTimeProviderInterface.php'
|
2756 |
),
|
2757 |
+
'Automattic\\WooCommerce\\Admin\\RemoteInboxNotifications\\SpecRunner' => array(
|
2758 |
'version' => '6.8.0.0',
|
2759 |
+
'path' => $baseDir . '/src/Admin/RemoteInboxNotifications/SpecRunner.php'
|
2760 |
),
|
2761 |
+
'Automattic\\WooCommerce\\Admin\\RemoteInboxNotifications\\OrdersProvider' => array(
|
2762 |
'version' => '6.8.0.0',
|
2763 |
+
'path' => $baseDir . '/src/Admin/RemoteInboxNotifications/OrdersProvider.php'
|
2764 |
),
|
2765 |
+
'Automattic\\WooCommerce\\Admin\\RemoteInboxNotifications\\OrderCountRuleProcessor' => array(
|
2766 |
'version' => '6.8.0.0',
|
2767 |
+
'path' => $baseDir . '/src/Admin/RemoteInboxNotifications/OrderCountRuleProcessor.php'
|
2768 |
),
|
2769 |
+
'Automattic\\WooCommerce\\Admin\\RemoteInboxNotifications\\FailRuleProcessor' => array(
|
2770 |
'version' => '6.8.0.0',
|
2771 |
+
'path' => $baseDir . '/src/Admin/RemoteInboxNotifications/FailRuleProcessor.php'
|
2772 |
),
|
2773 |
+
'Automattic\\WooCommerce\\Admin\\RemoteInboxNotifications\\DataSourcePoller' => array(
|
2774 |
'version' => '6.8.0.0',
|
2775 |
+
'path' => $baseDir . '/src/Admin/RemoteInboxNotifications/DataSourcePoller.php'
|
2776 |
),
|
2777 |
+
'Automattic\\WooCommerce\\Admin\\RemoteInboxNotifications\\OrRuleProcessor' => array(
|
2778 |
'version' => '6.8.0.0',
|
2779 |
+
'path' => $baseDir . '/src/Admin/RemoteInboxNotifications/OrRuleProcessor.php'
|
2780 |
),
|
2781 |
+
'Automattic\\WooCommerce\\Admin\\RemoteInboxNotifications\\RuleEvaluator' => array(
|
2782 |
'version' => '6.8.0.0',
|
2783 |
+
'path' => $baseDir . '/src/Admin/RemoteInboxNotifications/RuleEvaluator.php'
|
2784 |
),
|
2785 |
+
'Automattic\\WooCommerce\\Admin\\RemoteInboxNotifications\\ProductCountRuleProcessor' => array(
|
2786 |
'version' => '6.8.0.0',
|
2787 |
+
'path' => $baseDir . '/src/Admin/RemoteInboxNotifications/ProductCountRuleProcessor.php'
|
2788 |
),
|
2789 |
+
'Automattic\\WooCommerce\\Admin\\RemoteInboxNotifications\\PublishBeforeTimeRuleProcessor' => array(
|
2790 |
'version' => '6.8.0.0',
|
2791 |
+
'path' => $baseDir . '/src/Admin/RemoteInboxNotifications/PublishBeforeTimeRuleProcessor.php'
|
2792 |
),
|
2793 |
+
'Automattic\\WooCommerce\\Admin\\RemoteInboxNotifications\\PublishAfterTimeRuleProcessor' => array(
|
2794 |
'version' => '6.8.0.0',
|
2795 |
+
'path' => $baseDir . '/src/Admin/RemoteInboxNotifications/PublishAfterTimeRuleProcessor.php'
|
2796 |
),
|
2797 |
+
'Automattic\\WooCommerce\\Admin\\RemoteInboxNotifications\\Transformers\\ArraySearch' => array(
|
2798 |
'version' => '6.8.0.0',
|
2799 |
+
'path' => $baseDir . '/src/Admin/RemoteInboxNotifications/Transformers/ArraySearch.php'
|
2800 |
),
|
2801 |
+
'Automattic\\WooCommerce\\Admin\\RemoteInboxNotifications\\Transformers\\ArrayFlatten' => array(
|
2802 |
'version' => '6.8.0.0',
|
2803 |
+
'path' => $baseDir . '/src/Admin/RemoteInboxNotifications/Transformers/ArrayFlatten.php'
|
2804 |
),
|
2805 |
+
'Automattic\\WooCommerce\\Admin\\RemoteInboxNotifications\\Transformers\\ArrayKeys' => array(
|
2806 |
'version' => '6.8.0.0',
|
2807 |
+
'path' => $baseDir . '/src/Admin/RemoteInboxNotifications/Transformers/ArrayKeys.php'
|
2808 |
),
|
2809 |
+
'Automattic\\WooCommerce\\Admin\\RemoteInboxNotifications\\Transformers\\Count' => array(
|
2810 |
'version' => '6.8.0.0',
|
2811 |
+
'path' => $baseDir . '/src/Admin/RemoteInboxNotifications/Transformers/Count.php'
|
2812 |
),
|
2813 |
+
'Automattic\\WooCommerce\\Admin\\RemoteInboxNotifications\\Transformers\\ArrayColumn' => array(
|
2814 |
'version' => '6.8.0.0',
|
2815 |
+
'path' => $baseDir . '/src/Admin/RemoteInboxNotifications/Transformers/ArrayColumn.php'
|
2816 |
),
|
2817 |
+
'Automattic\\WooCommerce\\Admin\\RemoteInboxNotifications\\Transformers\\ArrayValues' => array(
|
2818 |
'version' => '6.8.0.0',
|
2819 |
+
'path' => $baseDir . '/src/Admin/RemoteInboxNotifications/Transformers/ArrayValues.php'
|
2820 |
),
|
2821 |
+
'Automattic\\WooCommerce\\Admin\\RemoteInboxNotifications\\Transformers\\DotNotation' => array(
|
2822 |
'version' => '6.8.0.0',
|
2823 |
+
'path' => $baseDir . '/src/Admin/RemoteInboxNotifications/Transformers/DotNotation.php'
|
2824 |
),
|
2825 |
+
'Automattic\\WooCommerce\\Admin\\RemoteInboxNotifications\\RuleProcessorInterface' => array(
|
2826 |
'version' => '6.8.0.0',
|
2827 |
+
'path' => $baseDir . '/src/Admin/RemoteInboxNotifications/RuleProcessorInterface.php'
|
2828 |
),
|
2829 |
+
'Automattic\\WooCommerce\\Admin\\RemoteInboxNotifications\\NotRuleProcessor' => array(
|
2830 |
'version' => '6.8.0.0',
|
2831 |
+
'path' => $baseDir . '/src/Admin/RemoteInboxNotifications/NotRuleProcessor.php'
|
2832 |
),
|
2833 |
+
'Automattic\\WooCommerce\\Admin\\RemoteInboxNotifications\\NoteStatusRuleProcessor' => array(
|
2834 |
'version' => '6.8.0.0',
|
2835 |
+
'path' => $baseDir . '/src/Admin/RemoteInboxNotifications/NoteStatusRuleProcessor.php'
|
2836 |
),
|
2837 |
+
'Automattic\\WooCommerce\\Admin\\RemoteInboxNotifications\\EvaluationLogger' => array(
|
2838 |
'version' => '6.8.0.0',
|
2839 |
+
'path' => $baseDir . '/src/Admin/RemoteInboxNotifications/EvaluationLogger.php'
|
2840 |
),
|
2841 |
+
'Automattic\\WooCommerce\\Admin\\RemoteInboxNotifications\\WCAdminActiveForRuleProcessor' => array(
|
2842 |
'version' => '6.8.0.0',
|
2843 |
+
'path' => $baseDir . '/src/Admin/RemoteInboxNotifications/WCAdminActiveForRuleProcessor.php'
|
2844 |
),
|
2845 |
+
'Automattic\\WooCommerce\\Admin\\RemoteInboxNotifications\\EvaluateAndGetStatus' => array(
|
2846 |
'version' => '6.8.0.0',
|
2847 |
+
'path' => $baseDir . '/src/Admin/RemoteInboxNotifications/EvaluateAndGetStatus.php'
|
2848 |
),
|
2849 |
+
'Automattic\\WooCommerce\\Admin\\RemoteInboxNotifications\\BaseLocationCountryRuleProcessor' => array(
|
2850 |
'version' => '6.8.0.0',
|
2851 |
+
'path' => $baseDir . '/src/Admin/RemoteInboxNotifications/BaseLocationCountryRuleProcessor.php'
|
2852 |
),
|
2853 |
+
'Automattic\\WooCommerce\\Admin\\RemoteInboxNotifications\\StoredStateSetupForProducts' => array(
|
2854 |
'version' => '6.8.0.0',
|
2855 |
+
'path' => $baseDir . '/src/Admin/RemoteInboxNotifications/StoredStateSetupForProducts.php'
|
2856 |
),
|
2857 |
+
'Automattic\\WooCommerce\\Admin\\RemoteInboxNotifications\\OptionRuleProcessor' => array(
|
2858 |
'version' => '6.8.0.0',
|
2859 |
+
'path' => $baseDir . '/src/Admin/RemoteInboxNotifications/OptionRuleProcessor.php'
|
2860 |
),
|
2861 |
+
'Automattic\\WooCommerce\\Admin\\RemoteInboxNotifications\\BaseLocationStateRuleProcessor' => array(
|
2862 |
'version' => '6.8.0.0',
|
2863 |
+
'path' => $baseDir . '/src/Admin/RemoteInboxNotifications/BaseLocationStateRuleProcessor.php'
|
2864 |
),
|
2865 |
+
'Automattic\\WooCommerce\\Admin\\RemoteInboxNotifications\\StoredStateRuleProcessor' => array(
|
2866 |
'version' => '6.8.0.0',
|
2867 |
+
'path' => $baseDir . '/src/Admin/RemoteInboxNotifications/StoredStateRuleProcessor.php'
|
2868 |
),
|
2869 |
+
'Automattic\\WooCommerce\\Admin\\RemoteInboxNotifications\\OnboardingProfileRuleProcessor' => array(
|
2870 |
'version' => '6.8.0.0',
|
2871 |
+
'path' => $baseDir . '/src/Admin/RemoteInboxNotifications/OnboardingProfileRuleProcessor.php'
|
2872 |
),
|
2873 |
+
'Automattic\\WooCommerce\\Admin\\RemoteInboxNotifications\\TotalPaymentsVolumeProcessor' => array(
|
2874 |
'version' => '6.8.0.0',
|
2875 |
+
'path' => $baseDir . '/src/Admin/RemoteInboxNotifications/TotalPaymentsVolumeProcessor.php'
|
2876 |
),
|
2877 |
+
'Automattic\\WooCommerce\\Admin\\RemoteInboxNotifications\\IsEcommerceRuleProcessor' => array(
|
2878 |
'version' => '6.8.0.0',
|
2879 |
+
'path' => $baseDir . '/src/Admin/RemoteInboxNotifications/IsEcommerceRuleProcessor.php'
|
2880 |
),
|
2881 |
+
'Automattic\\WooCommerce\\Admin\\RemoteInboxNotifications\\RemoteInboxNotificationsEngine' => array(
|
2882 |
'version' => '6.8.0.0',
|
2883 |
+
'path' => $baseDir . '/src/Admin/RemoteInboxNotifications/RemoteInboxNotificationsEngine.php'
|
2884 |
),
|
2885 |
+
'Automattic\\WooCommerce\\Admin\\RemoteInboxNotifications\\TransformerInterface' => array(
|
2886 |
'version' => '6.8.0.0',
|
2887 |
+
'path' => $baseDir . '/src/Admin/RemoteInboxNotifications/TransformerInterface.php'
|
2888 |
),
|
2889 |
+
'Automattic\\WooCommerce\\Admin\\RemoteInboxNotifications\\WCAdminActiveForProvider' => array(
|
2890 |
'version' => '6.8.0.0',
|
2891 |
+
'path' => $baseDir . '/src/Admin/RemoteInboxNotifications/WCAdminActiveForProvider.php'
|
2892 |
),
|
2893 |
+
'Automattic\\WooCommerce\\Admin\\RemoteInboxNotifications\\WooCommerceAdminUpdatedRuleProcessor' => array(
|
2894 |
'version' => '6.8.0.0',
|
2895 |
+
'path' => $baseDir . '/src/Admin/RemoteInboxNotifications/WooCommerceAdminUpdatedRuleProcessor.php'
|
2896 |
),
|
2897 |
+
'Automattic\\WooCommerce\\Admin\\RemoteInboxNotifications\\PluginVersionRuleProcessor' => array(
|
2898 |
'version' => '6.8.0.0',
|
2899 |
+
'path' => $baseDir . '/src/Admin/RemoteInboxNotifications/PluginVersionRuleProcessor.php'
|
2900 |
),
|
2901 |
+
'Automattic\\WooCommerce\\Admin\\RemoteInboxNotifications\\PassRuleProcessor' => array(
|
2902 |
'version' => '6.8.0.0',
|
2903 |
+
'path' => $baseDir . '/src/Admin/RemoteInboxNotifications/PassRuleProcessor.php'
|
2904 |
),
|
2905 |
+
'Automattic\\WooCommerce\\Admin\\RemoteInboxNotifications\\TransformerService' => array(
|
2906 |
'version' => '6.8.0.0',
|
2907 |
+
'path' => $baseDir . '/src/Admin/RemoteInboxNotifications/TransformerService.php'
|
2908 |
),
|
2909 |
+
'Automattic\\WooCommerce\\Admin\\RemoteInboxNotifications\\GetRuleProcessor' => array(
|
2910 |
'version' => '6.8.0.0',
|
2911 |
+
'path' => $baseDir . '/src/Admin/RemoteInboxNotifications/GetRuleProcessor.php'
|
2912 |
),
|
2913 |
+
'Automattic\\WooCommerce\\Admin\\RemoteInboxNotifications\\ComparisonOperation' => array(
|
2914 |
'version' => '6.8.0.0',
|
2915 |
+
'path' => $baseDir . '/src/Admin/RemoteInboxNotifications/ComparisonOperation.php'
|
2916 |
),
|
2917 |
+
'Automattic\\WooCommerce\\Admin\\RemoteInboxNotifications\\PluginsActivatedRuleProcessor' => array(
|
2918 |
'version' => '6.8.0.0',
|
2919 |
+
'path' => $baseDir . '/src/Admin/RemoteInboxNotifications/PluginsActivatedRuleProcessor.php'
|
2920 |
),
|
2921 |
+
'Automattic\\WooCommerce\\Admin\\WCAdminHelper' => array(
|
2922 |
'version' => '6.8.0.0',
|
2923 |
+
'path' => $baseDir . '/src/Admin/WCAdminHelper.php'
|
2924 |
),
|
2925 |
+
'Automattic\\WooCommerce\\Admin\\API\\ProductAttributeTerms' => array(
|
2926 |
'version' => '6.8.0.0',
|
2927 |
+
'path' => $baseDir . '/src/Admin/API/ProductAttributeTerms.php'
|
2928 |
),
|
2929 |
+
'Automattic\\WooCommerce\\Admin\\API\\SettingOptions' => array(
|
2930 |
'version' => '6.8.0.0',
|
2931 |
+
'path' => $baseDir . '/src/Admin/API/SettingOptions.php'
|
2932 |
),
|
2933 |
+
'Automattic\\WooCommerce\\Admin\\API\\Themes' => array(
|
2934 |
'version' => '6.8.0.0',
|
2935 |
+
'path' => $baseDir . '/src/Admin/API/Themes.php'
|
2936 |
),
|
2937 |
+
'Automattic\\WooCommerce\\Admin\\API\\OnboardingProfile' => array(
|
2938 |
'version' => '6.8.0.0',
|
2939 |
+
'path' => $baseDir . '/src/Admin/API/OnboardingProfile.php'
|
2940 |
),
|
2941 |
+
'Automattic\\WooCommerce\\Admin\\API\\OnboardingFreeExtensions' => array(
|
2942 |
'version' => '6.8.0.0',
|
2943 |
+
'path' => $baseDir . '/src/Admin/API/OnboardingFreeExtensions.php'
|
2944 |
),
|
2945 |
+
'Automattic\\WooCommerce\\Admin\\API\\PaymentGatewaySuggestions' => array(
|
2946 |
'version' => '6.8.0.0',
|
2947 |
+
'path' => $baseDir . '/src/Admin/API/PaymentGatewaySuggestions.php'
|
2948 |
),
|
2949 |
+
'Automattic\\WooCommerce\\Admin\\API\\ProductCategories' => array(
|
2950 |
'version' => '6.8.0.0',
|
2951 |
+
'path' => $baseDir . '/src/Admin/API/ProductCategories.php'
|
2952 |
),
|
2953 |
+
'Automattic\\WooCommerce\\Admin\\API\\Products' => array(
|
2954 |
'version' => '6.8.0.0',
|
2955 |
+
'path' => $baseDir . '/src/Admin/API/Products.php'
|
2956 |
),
|
2957 |
+
'Automattic\\WooCommerce\\Admin\\API\\Features' => array(
|
2958 |
'version' => '6.8.0.0',
|
2959 |
+
'path' => $baseDir . '/src/Admin/API/Features.php'
|
2960 |
),
|
2961 |
+
'Automattic\\WooCommerce\\Admin\\API\\NavigationFavorites' => array(
|
2962 |
'version' => '6.8.0.0',
|
2963 |
+
'path' => $baseDir . '/src/Admin/API/NavigationFavorites.php'
|
2964 |
),
|
2965 |
+
'Automattic\\WooCommerce\\Admin\\API\\OnboardingThemes' => array(
|
2966 |
'version' => '6.8.0.0',
|
2967 |
+
'path' => $baseDir . '/src/Admin/API/OnboardingThemes.php'
|
2968 |
),
|
2969 |
+
'Automattic\\WooCommerce\\Admin\\API\\Notes' => array(
|
2970 |
'version' => '6.8.0.0',
|
2971 |
+
'path' => $baseDir . '/src/Admin/API/Notes.php'
|
2972 |
),
|
2973 |
+
'Automattic\\WooCommerce\\Admin\\API\\OnboardingProductTypes' => array(
|
2974 |
'version' => '6.8.0.0',
|
2975 |
+
'path' => $baseDir . '/src/Admin/API/OnboardingProductTypes.php'
|
2976 |
),
|
2977 |
+
'Automattic\\WooCommerce\\Admin\\API\\Taxes' => array(
|
2978 |
'version' => '6.8.0.0',
|
2979 |
+
'path' => $baseDir . '/src/Admin/API/Taxes.php'
|
2980 |
),
|
2981 |
+
'Automattic\\WooCommerce\\Admin\\API\\Experiments' => array(
|
2982 |
'version' => '6.8.0.0',
|
2983 |
+
'path' => $baseDir . '/src/Admin/API/Experiments.php'
|
2984 |
),
|
2985 |
+
'Automattic\\WooCommerce\\Admin\\API\\CustomAttributeTraits' => array(
|
2986 |
'version' => '6.8.0.0',
|
2987 |
+
'path' => $baseDir . '/src/Admin/API/CustomAttributeTraits.php'
|
2988 |
),
|
2989 |
+
'Automattic\\WooCommerce\\Admin\\API\\MarketingOverview' => array(
|
2990 |
'version' => '6.8.0.0',
|
2991 |
+
'path' => $baseDir . '/src/Admin/API/MarketingOverview.php'
|
2992 |
),
|
2993 |
+
'Automattic\\WooCommerce\\Admin\\API\\Data' => array(
|
2994 |
'version' => '6.8.0.0',
|
2995 |
+
'path' => $baseDir . '/src/Admin/API/Data.php'
|
2996 |
),
|
2997 |
+
'Automattic\\WooCommerce\\Admin\\API\\DataCountries' => array(
|
2998 |
'version' => '6.8.0.0',
|
2999 |
+
'path' => $baseDir . '/src/Admin/API/DataCountries.php'
|
3000 |
),
|
3001 |
+
'Automattic\\WooCommerce\\Admin\\API\\Customers' => array(
|
3002 |
'version' => '6.8.0.0',
|
3003 |
+
'path' => $baseDir . '/src/Admin/API/Customers.php'
|
3004 |
),
|
3005 |
+
'Automattic\\WooCommerce\\Admin\\API\\OnboardingTasks' => array(
|
3006 |
'version' => '6.8.0.0',
|
3007 |
+
'path' => $baseDir . '/src/Admin/API/OnboardingTasks.php'
|
3008 |
),
|
3009 |
+
'Automattic\\WooCommerce\\Admin\\API\\DataDownloadIPs' => array(
|
3010 |
'version' => '6.8.0.0',
|
3011 |
+
'path' => $baseDir . '/src/Admin/API/DataDownloadIPs.php'
|
3012 |
),
|
3013 |
+
'Automattic\\WooCommerce\\Admin\\API\\Plugins' => array(
|
3014 |
'version' => '6.8.0.0',
|
3015 |
+
'path' => $baseDir . '/src/Admin/API/Plugins.php'
|
3016 |
),
|
3017 |
+
'Automattic\\WooCommerce\\Admin\\API\\NoteActions' => array(
|
3018 |
'version' => '6.8.0.0',
|
3019 |
+
'path' => $baseDir . '/src/Admin/API/NoteActions.php'
|
3020 |
),
|
3021 |
+
'Automattic\\WooCommerce\\Admin\\API\\Reports\\ExportableInterface' => array(
|
3022 |
'version' => '6.8.0.0',
|
3023 |
+
'path' => $baseDir . '/src/Admin/API/Reports/ExportableInterface.php'
|
3024 |
),
|
3025 |
+
'Automattic\\WooCommerce\\Admin\\API\\Reports\\Revenue\\Query' => array(
|
3026 |
'version' => '6.8.0.0',
|
3027 |
+
'path' => $baseDir . '/src/Admin/API/Reports/Revenue/Query.php'
|
3028 |
),
|
3029 |
+
'Automattic\\WooCommerce\\Admin\\API\\Reports\\Revenue\\Stats\\Controller' => array(
|
3030 |
'version' => '6.8.0.0',
|
3031 |
+
'path' => $baseDir . '/src/Admin/API/Reports/Revenue/Stats/Controller.php'
|
3032 |
),
|
3033 |
+
'Automattic\\WooCommerce\\Admin\\API\\Reports\\Orders\\Query' => array(
|
3034 |
'version' => '6.8.0.0',
|
3035 |
+
'path' => $baseDir . '/src/Admin/API/Reports/Orders/Query.php'
|
3036 |
),
|
3037 |
+
'Automattic\\WooCommerce\\Admin\\API\\Reports\\Orders\\Controller' => array(
|
3038 |
'version' => '6.8.0.0',
|
3039 |
+
'path' => $baseDir . '/src/Admin/API/Reports/Orders/Controller.php'
|
3040 |
),
|
3041 |
+
'Automattic\\WooCommerce\\Admin\\API\\Reports\\Orders\\Stats\\Query' => array(
|
3042 |
'version' => '6.8.0.0',
|
3043 |
+
'path' => $baseDir . '/src/Admin/API/Reports/Orders/Stats/Query.php'
|
3044 |
),
|
3045 |
+
'Automattic\\WooCommerce\\Admin\\API\\Reports\\Orders\\Stats\\Controller' => array(
|
3046 |
'version' => '6.8.0.0',
|
3047 |
+
'path' => $baseDir . '/src/Admin/API/Reports/Orders/Stats/Controller.php'
|
3048 |
),
|
3049 |
+
'Automattic\\WooCommerce\\Admin\\API\\Reports\\Orders\\Stats\\DataStore' => array(
|
3050 |
'version' => '6.8.0.0',
|
3051 |
+
'path' => $baseDir . '/src/Admin/API/Reports/Orders/Stats/DataStore.php'
|
3052 |
),
|
3053 |
+
'Automattic\\WooCommerce\\Admin\\API\\Reports\\Orders\\Stats\\Segmenter' => array(
|
3054 |
'version' => '6.8.0.0',
|
3055 |
+
'path' => $baseDir . '/src/Admin/API/Reports/Orders/Stats/Segmenter.php'
|
3056 |
),
|
3057 |
+
'Automattic\\WooCommerce\\Admin\\API\\Reports\\Orders\\DataStore' => array(
|
3058 |
'version' => '6.8.0.0',
|
3059 |
+
'path' => $baseDir . '/src/Admin/API/Reports/Orders/DataStore.php'
|
3060 |
),
|
3061 |
+
'Automattic\\WooCommerce\\Admin\\API\\Reports\\SqlQuery' => array(
|
3062 |
'version' => '6.8.0.0',
|
3063 |
+
'path' => $baseDir . '/src/Admin/API/Reports/SqlQuery.php'
|
3064 |
),
|
3065 |
+
'Automattic\\WooCommerce\\Admin\\API\\Reports\\Query' => array(
|
3066 |
'version' => '6.8.0.0',
|
3067 |
+
'path' => $baseDir . '/src/Admin/API/Reports/Query.php'
|
3068 |
),
|
3069 |
+
'Automattic\\WooCommerce\\Admin\\API\\Reports\\DataStoreInterface' => array(
|
3070 |
'version' => '6.8.0.0',
|
3071 |
+
'path' => $baseDir . '/src/Admin/API/Reports/DataStoreInterface.php'
|
3072 |
),
|
3073 |
+
'Automattic\\WooCommerce\\Admin\\API\\Reports\\Coupons\\Query' => array(
|
3074 |
'version' => '6.8.0.0',
|
3075 |
+
'path' => $baseDir . '/src/Admin/API/Reports/Coupons/Query.php'
|
3076 |
),
|
3077 |
+
'Automattic\\WooCommerce\\Admin\\API\\Reports\\Coupons\\Controller' => array(
|
3078 |
'version' => '6.8.0.0',
|
3079 |
+
'path' => $baseDir . '/src/Admin/API/Reports/Coupons/Controller.php'
|
3080 |
),
|
3081 |
+
'Automattic\\WooCommerce\\Admin\\API\\Reports\\Coupons\\Stats\\Query' => array(
|
3082 |
'version' => '6.8.0.0',
|
3083 |
+
'path' => $baseDir . '/src/Admin/API/Reports/Coupons/Stats/Query.php'
|
3084 |
),
|
3085 |
+
'Automattic\\WooCommerce\\Admin\\API\\Reports\\Coupons\\Stats\\Controller' => array(
|
3086 |
'version' => '6.8.0.0',
|
3087 |
+
'path' => $baseDir . '/src/Admin/API/Reports/Coupons/Stats/Controller.php'
|
3088 |
),
|
3089 |
+
'Automattic\\WooCommerce\\Admin\\API\\Reports\\Coupons\\Stats\\DataStore' => array(
|
3090 |
'version' => '6.8.0.0',
|
3091 |
+
'path' => $baseDir . '/src/Admin/API/Reports/Coupons/Stats/DataStore.php'
|
3092 |
),
|
3093 |
+
'Automattic\\WooCommerce\\Admin\\API\\Reports\\Coupons\\Stats\\Segmenter' => array(
|
3094 |
'version' => '6.8.0.0',
|
3095 |
+
'path' => $baseDir . '/src/Admin/API/Reports/Coupons/Stats/Segmenter.php'
|
3096 |
),
|
3097 |
+
'Automattic\\WooCommerce\\Admin\\API\\Reports\\Coupons\\DataStore' => array(
|
3098 |
'version' => '6.8.0.0',
|
3099 |
+
'path' => $baseDir . '/src/Admin/API/Reports/Coupons/DataStore.php'
|
3100 |
),
|
3101 |
+
'Automattic\\WooCommerce\\Admin\\API\\Reports\\Import\\Controller' => array(
|
3102 |
'version' => '6.8.0.0',
|
3103 |
+
'path' => $baseDir . '/src/Admin/API/Reports/Import/Controller.php'
|
3104 |
),
|
3105 |
+
'Automattic\\WooCommerce\\Admin\\API\\Reports\\ParameterException' => array(
|
3106 |
'version' => '6.8.0.0',
|
3107 |
+
'path' => $baseDir . '/src/Admin/API/Reports/ParameterException.php'
|
3108 |
),
|
3109 |
+
'Automattic\\WooCommerce\\Admin\\API\\Reports\\Downloads\\Query' => array(
|
3110 |
'version' => '6.8.0.0',
|
3111 |
+
'path' => $baseDir . '/src/Admin/API/Reports/Downloads/Query.php'
|
3112 |
),
|
3113 |
+
'Automattic\\WooCommerce\\Admin\\API\\Reports\\Downloads\\Controller' => array(
|
3114 |
'version' => '6.8.0.0',
|
3115 |
+
'path' => $baseDir . '/src/Admin/API/Reports/Downloads/Controller.php'
|
3116 |
),
|
3117 |
+
'Automattic\\WooCommerce\\Admin\\API\\Reports\\Downloads\\Stats\\Query' => array(
|
3118 |
'version' => '6.8.0.0',
|
3119 |
+
'path' => $baseDir . '/src/Admin/API/Reports/Downloads/Stats/Query.php'
|
3120 |
),
|
3121 |
+
'Automattic\\WooCommerce\\Admin\\API\\Reports\\Downloads\\Stats\\Controller' => array(
|
3122 |
'version' => '6.8.0.0',
|
3123 |
+
'path' => $baseDir . '/src/Admin/API/Reports/Downloads/Stats/Controller.php'
|
3124 |
),
|
3125 |
+
'Automattic\\WooCommerce\\Admin\\API\\Reports\\Downloads\\Stats\\DataStore' => array(
|
3126 |
'version' => '6.8.0.0',
|
3127 |
+
'path' => $baseDir . '/src/Admin/API/Reports/Downloads/Stats/DataStore.php'
|
3128 |
),
|
3129 |
+
'Automattic\\WooCommerce\\Admin\\API\\Reports\\Downloads\\Files\\Controller' => array(
|
3130 |
'version' => '6.8.0.0',
|
3131 |
+
'path' => $baseDir . '/src/Admin/API/Reports/Downloads/Files/Controller.php'
|
3132 |
),
|
3133 |
+
'Automattic\\WooCommerce\\Admin\\API\\Reports\\Downloads\\DataStore' => array(
|
3134 |
'version' => '6.8.0.0',
|
3135 |
+
'path' => $baseDir . '/src/Admin/API/Reports/Downloads/DataStore.php'
|
3136 |
),
|
3137 |
+
'Automattic\\WooCommerce\\Admin\\API\\Reports\\Taxes\\Query' => array(
|
3138 |
'version' => '6.8.0.0',
|
3139 |
+
'path' => $baseDir . '/src/Admin/API/Reports/Taxes/Query.php'
|
3140 |
),
|
3141 |
+
'Automattic\\WooCommerce\\Admin\\API\\Reports\\Taxes\\Controller' => array(
|
3142 |
'version' => '6.8.0.0',
|
3143 |
+
'path' => $baseDir . '/src/Admin/API/Reports/Taxes/Controller.php'
|
3144 |
),
|
3145 |
+
'Automattic\\WooCommerce\\Admin\\API\\Reports\\Taxes\\Stats\\Query' => array(
|
3146 |
'version' => '6.8.0.0',
|
3147 |
+
'path' => $baseDir . '/src/Admin/API/Reports/Taxes/Stats/Query.php'
|
3148 |
),
|
3149 |
+
'Automattic\\WooCommerce\\Admin\\API\\Reports\\Taxes\\Stats\\Controller' => array(
|
3150 |
'version' => '6.8.0.0',
|
3151 |
+
'path' => $baseDir . '/src/Admin/API/Reports/Taxes/Stats/Controller.php'
|
3152 |
),
|
3153 |
+
'Automattic\\WooCommerce\\Admin\\API\\Reports\\Taxes\\Stats\\DataStore' => array(
|
3154 |
'version' => '6.8.0.0',
|
3155 |
+
'path' => $baseDir . '/src/Admin/API/Reports/Taxes/Stats/DataStore.php'
|
3156 |
),
|
3157 |
+
'Automattic\\WooCommerce\\Admin\\API\\Reports\\Taxes\\Stats\\Segmenter' => array(
|
3158 |
'version' => '6.8.0.0',
|
3159 |
+
'path' => $baseDir . '/src/Admin/API/Reports/Taxes/Stats/Segmenter.php'
|
3160 |
),
|
3161 |
+
'Automattic\\WooCommerce\\Admin\\API\\Reports\\Taxes\\DataStore' => array(
|
3162 |
'version' => '6.8.0.0',
|
3163 |
+
'path' => $baseDir . '/src/Admin/API/Reports/Taxes/DataStore.php'
|
3164 |
),
|
3165 |
+
'Automattic\\WooCommerce\\Admin\\API\\Reports\\Controller' => array(
|
3166 |
'version' => '6.8.0.0',
|
3167 |
+
'path' => $baseDir . '/src/Admin/API/Reports/Controller.php'
|
3168 |
),
|
3169 |
+
'Automattic\\WooCommerce\\Admin\\API\\Reports\\PerformanceIndicators\\Controller' => array(
|
3170 |
'version' => '6.8.0.0',
|
3171 |
+
'path' => $baseDir . '/src/Admin/API/Reports/PerformanceIndicators/Controller.php'
|
3172 |
),
|
3173 |
+
'Automattic\\WooCommerce\\Admin\\API\\Reports\\Categories\\Query' => array(
|
3174 |
'version' => '6.8.0.0',
|
3175 |
+
'path' => $baseDir . '/src/Admin/API/Reports/Categories/Query.php'
|
3176 |
),
|
3177 |
+
'Automattic\\WooCommerce\\Admin\\API\\Reports\\Categories\\Controller' => array(
|
3178 |
'version' => '6.8.0.0',
|
3179 |
+
'path' => $baseDir . '/src/Admin/API/Reports/Categories/Controller.php'
|
3180 |
),
|
3181 |
+
'Automattic\\WooCommerce\\Admin\\API\\Reports\\Categories\\DataStore' => array(
|
3182 |
'version' => '6.8.0.0',
|
3183 |
+
'path' => $baseDir . '/src/Admin/API/Reports/Categories/DataStore.php'
|
3184 |
),
|
3185 |
+
'Automattic\\WooCommerce\\Admin\\API\\Reports\\Stock\\Controller' => array(
|
3186 |
'version' => '6.8.0.0',
|
3187 |
+
'path' => $baseDir . '/src/Admin/API/Reports/Stock/Controller.php'
|
3188 |
),
|
3189 |
+
'Automattic\\WooCommerce\\Admin\\API\\Reports\\Stock\\Stats\\Query' => array(
|
3190 |
'version' => '6.8.0.0',
|
3191 |
+
'path' => $baseDir . '/src/Admin/API/Reports/Stock/Stats/Query.php'
|
3192 |
),
|
3193 |
+
'Automattic\\WooCommerce\\Admin\\API\\Reports\\Stock\\Stats\\Controller' => array(
|
3194 |
'version' => '6.8.0.0',
|
3195 |
+
'path' => $baseDir . '/src/Admin/API/Reports/Stock/Stats/Controller.php'
|
3196 |
),
|
3197 |
+
'Automattic\\WooCommerce\\Admin\\API\\Reports\\Stock\\Stats\\DataStore' => array(
|
3198 |
'version' => '6.8.0.0',
|
3199 |
+
'path' => $baseDir . '/src/Admin/API/Reports/Stock/Stats/DataStore.php'
|
3200 |
),
|
3201 |
+
'Automattic\\WooCommerce\\Admin\\API\\Reports\\ExportableTraits' => array(
|
3202 |
'version' => '6.8.0.0',
|
3203 |
+
'path' => $baseDir . '/src/Admin/API/Reports/ExportableTraits.php'
|
3204 |
),
|
3205 |
+
'Automattic\\WooCommerce\\Admin\\API\\Reports\\Export\\Controller' => array(
|
3206 |
'version' => '6.8.0.0',
|
3207 |
+
'path' => $baseDir . '/src/Admin/API/Reports/Export/Controller.php'
|
3208 |
),
|
3209 |
+
'Automattic\\WooCommerce\\Admin\\API\\Reports\\Customers\\Query' => array(
|
3210 |
'version' => '6.8.0.0',
|
3211 |
+
'path' => $baseDir . '/src/Admin/API/Reports/Customers/Query.php'
|
3212 |
),
|
3213 |
+
'Automattic\\WooCommerce\\Admin\\API\\Reports\\Customers\\Controller' => array(
|
3214 |
'version' => '6.8.0.0',
|
3215 |
+
'path' => $baseDir . '/src/Admin/API/Reports/Customers/Controller.php'
|
3216 |
),
|
3217 |
+
'Automattic\\WooCommerce\\Admin\\API\\Reports\\Customers\\Stats\\Query' => array(
|
3218 |
'version' => '6.8.0.0',
|
3219 |
+
'path' => $baseDir . '/src/Admin/API/Reports/Customers/Stats/Query.php'
|
3220 |
),
|
3221 |
+
'Automattic\\WooCommerce\\Admin\\API\\Reports\\Customers\\Stats\\Controller' => array(
|
3222 |
'version' => '6.8.0.0',
|
3223 |
+
'path' => $baseDir . '/src/Admin/API/Reports/Customers/Stats/Controller.php'
|
3224 |
),
|
3225 |
+
'Automattic\\WooCommerce\\Admin\\API\\Reports\\Customers\\Stats\\DataStore' => array(
|
3226 |
'version' => '6.8.0.0',
|
3227 |
+
'path' => $baseDir . '/src/Admin/API/Reports/Customers/Stats/DataStore.php'
|
3228 |
),
|
3229 |
+
'Automattic\\WooCommerce\\Admin\\API\\Reports\\Customers\\DataStore' => array(
|
3230 |
'version' => '6.8.0.0',
|
3231 |
+
'path' => $baseDir . '/src/Admin/API/Reports/Customers/DataStore.php'
|
3232 |
),
|
3233 |
+
'Automattic\\WooCommerce\\Admin\\API\\Reports\\DataStore' => array(
|
3234 |
'version' => '6.8.0.0',
|
3235 |
+
'path' => $baseDir . '/src/Admin/API/Reports/DataStore.php'
|
3236 |
),
|
3237 |
+
'Automattic\\WooCommerce\\Admin\\API\\Reports\\Cache' => array(
|
3238 |
'version' => '6.8.0.0',
|
3239 |
+
'path' => $baseDir . '/src/Admin/API/Reports/Cache.php'
|
3240 |
),
|
3241 |
+
'Automattic\\WooCommerce\\Admin\\API\\Reports\\Variations\\Query' => array(
|
3242 |
'version' => '6.8.0.0',
|
3243 |
+
'path' => $baseDir . '/src/Admin/API/Reports/Variations/Query.php'
|
3244 |
),
|
3245 |
+
'Automattic\\WooCommerce\\Admin\\API\\Reports\\Variations\\Controller' => array(
|
3246 |
'version' => '6.8.0.0',
|
3247 |
+
'path' => $baseDir . '/src/Admin/API/Reports/Variations/Controller.php'
|
3248 |
),
|
3249 |
+
'Automattic\\WooCommerce\\Admin\\API\\Reports\\Variations\\Stats\\Query' => array(
|
3250 |
'version' => '6.8.0.0',
|
3251 |
+
'path' => $baseDir . '/src/Admin/API/Reports/Variations/Stats/Query.php'
|
3252 |
),
|
3253 |
+
'Automattic\\WooCommerce\\Admin\\API\\Reports\\Variations\\Stats\\Controller' => array(
|
3254 |
'version' => '6.8.0.0',
|
3255 |
+
'path' => $baseDir . '/src/Admin/API/Reports/Variations/Stats/Controller.php'
|
3256 |
),
|
3257 |
+
'Automattic\\WooCommerce\\Admin\\API\\Reports\\Variations\\Stats\\DataStore' => array(
|
3258 |
'version' => '6.8.0.0',
|
3259 |
+
'path' => $baseDir . '/src/Admin/API/Reports/Variations/Stats/DataStore.php'
|
3260 |
),
|
3261 |
+
'Automattic\\WooCommerce\\Admin\\API\\Reports\\Variations\\Stats\\Segmenter' => array(
|
3262 |
'version' => '6.8.0.0',
|
3263 |
+
'path' => $baseDir . '/src/Admin/API/Reports/Variations/Stats/Segmenter.php'
|
3264 |
),
|
3265 |
+
'Automattic\\WooCommerce\\Admin\\API\\Reports\\Variations\\DataStore' => array(
|
3266 |
'version' => '6.8.0.0',
|
3267 |
+
'path' => $baseDir . '/src/Admin/API/Reports/Variations/DataStore.php'
|
3268 |
),
|
3269 |
+
'Automattic\\WooCommerce\\Admin\\API\\Reports\\Products\\Query' => array(
|
3270 |
'version' => '6.8.0.0',
|
3271 |
+
'path' => $baseDir . '/src/Admin/API/Reports/Products/Query.php'
|
3272 |
),
|
3273 |
+
'Automattic\\WooCommerce\\Admin\\API\\Reports\\Products\\Controller' => array(
|
3274 |
'version' => '6.8.0.0',
|
3275 |
+
'path' => $baseDir . '/src/Admin/API/Reports/Products/Controller.php'
|
3276 |
),
|
3277 |
+
'Automattic\\WooCommerce\\Admin\\API\\Reports\\Products\\Stats\\Query' => array(
|
3278 |
'version' => '6.8.0.0',
|
3279 |
+
'path' => $baseDir . '/src/Admin/API/Reports/Products/Stats/Query.php'
|
3280 |
),
|
3281 |
+
'Automattic\\WooCommerce\\Admin\\API\\Reports\\Products\\Stats\\Controller' => array(
|
3282 |
'version' => '6.8.0.0',
|
3283 |
+
'path' => $baseDir . '/src/Admin/API/Reports/Products/Stats/Controller.php'
|
3284 |
),
|
3285 |
+
'Automattic\\WooCommerce\\Admin\\API\\Reports\\Products\\Stats\\DataStore' => array(
|
3286 |
'version' => '6.8.0.0',
|
3287 |
+
'path' => $baseDir . '/src/Admin/API/Reports/Products/Stats/DataStore.php'
|
3288 |
),
|
3289 |
+
'Automattic\\WooCommerce\\Admin\\API\\Reports\\Products\\Stats\\Segmenter' => array(
|
3290 |
'version' => '6.8.0.0',
|
3291 |
+
'path' => $baseDir . '/src/Admin/API/Reports/Products/Stats/Segmenter.php'
|
3292 |
),
|
3293 |
+
'Automattic\\WooCommerce\\Admin\\API\\Reports\\Products\\DataStore' => array(
|
3294 |
'version' => '6.8.0.0',
|
3295 |
+
'path' => $baseDir . '/src/Admin/API/Reports/Products/DataStore.php'
|
3296 |
),
|
3297 |
+
'Automattic\\WooCommerce\\Admin\\API\\Reports\\TimeInterval' => array(
|
3298 |
'version' => '6.8.0.0',
|
3299 |
+
'path' => $baseDir . '/src/Admin/API/Reports/TimeInterval.php'
|
3300 |
),
|
3301 |
+
'Automattic\\WooCommerce\\Admin\\API\\Reports\\Segmenter' => array(
|
3302 |
'version' => '6.8.0.0',
|
3303 |
+
'path' => $baseDir . '/src/Admin/API/Reports/Segmenter.php'
|
3304 |
),
|
3305 |
+
'Automattic\\WooCommerce\\Admin\\API\\Options' => array(
|
3306 |
'version' => '6.8.0.0',
|
3307 |
+
'path' => $baseDir . '/src/Admin/API/Options.php'
|
3308 |
),
|
3309 |
+
'Automattic\\WooCommerce\\Admin\\API\\Init' => array(
|
3310 |
'version' => '6.8.0.0',
|
3311 |
+
'path' => $baseDir . '/src/Admin/API/Init.php'
|
3312 |
),
|
3313 |
+
'Automattic\\WooCommerce\\Admin\\API\\ProductReviews' => array(
|
3314 |
'version' => '6.8.0.0',
|
3315 |
+
'path' => $baseDir . '/src/Admin/API/ProductReviews.php'
|
3316 |
),
|
3317 |
+
'Automattic\\WooCommerce\\Admin\\API\\Leaderboards' => array(
|
3318 |
'version' => '6.8.0.0',
|
3319 |
+
'path' => $baseDir . '/src/Admin/API/Leaderboards.php'
|
3320 |
),
|
3321 |
+
'Automattic\\WooCommerce\\Admin\\API\\ProductAttributes' => array(
|
3322 |
'version' => '6.8.0.0',
|
3323 |
+
'path' => $baseDir . '/src/Admin/API/ProductAttributes.php'
|
3324 |
),
|
3325 |
+
'Automattic\\WooCommerce\\Admin\\API\\Coupons' => array(
|
3326 |
'version' => '6.8.0.0',
|
3327 |
+
'path' => $baseDir . '/src/Admin/API/Coupons.php'
|
3328 |
),
|
3329 |
+
'Automattic\\WooCommerce\\Admin\\API\\ProductsLowInStock' => array(
|
3330 |
'version' => '6.8.0.0',
|
3331 |
+
'path' => $baseDir . '/src/Admin/API/ProductsLowInStock.php'
|
3332 |
),
|
3333 |
+
'Automattic\\WooCommerce\\Admin\\API\\Marketing' => array(
|
3334 |
'version' => '6.8.0.0',
|
3335 |
+
'path' => $baseDir . '/src/Admin/API/Marketing.php'
|
3336 |
),
|
3337 |
+
'Automattic\\WooCommerce\\Admin\\API\\Orders' => array(
|
3338 |
'version' => '6.8.0.0',
|
3339 |
+
'path' => $baseDir . '/src/Admin/API/Orders.php'
|
3340 |
),
|
3341 |
+
'Automattic\\WooCommerce\\Admin\\API\\ProductVariations' => array(
|
3342 |
'version' => '6.8.0.0',
|
3343 |
+
'path' => $baseDir . '/src/Admin/API/ProductVariations.php'
|
3344 |
),
|
3345 |
+
'Automattic\\WooCommerce\\Autoloader' => array(
|
3346 |
'version' => '6.8.0.0',
|
3347 |
+
'path' => $baseDir . '/src/Autoloader.php'
|
3348 |
),
|
3349 |
+
'Automattic\\WooCommerce\\Packages' => array(
|
3350 |
'version' => '6.8.0.0',
|
3351 |
+
'path' => $baseDir . '/src/Packages.php'
|
3352 |
),
|
3353 |
+
'Automattic\\WooCommerce\\Proxies\\ActionsProxy' => array(
|
3354 |
'version' => '6.8.0.0',
|
3355 |
+
'path' => $baseDir . '/src/Proxies/ActionsProxy.php'
|
3356 |
),
|
3357 |
+
'Automattic\\WooCommerce\\Proxies\\LegacyProxy' => array(
|
3358 |
'version' => '6.8.0.0',
|
3359 |
+
'path' => $baseDir . '/src/Proxies/LegacyProxy.php'
|
3360 |
+
),
|
3361 |
+
'Plugins_Handler' => array(
|
3362 |
+
'version' => '2.10.1.0',
|
3363 |
+
'path' => $vendorDir . '/automattic/jetpack-autoloader/src/class-plugins-handler.php'
|
3364 |
+
),
|
3365 |
+
'PHP_Autoloader' => array(
|
3366 |
+
'version' => '2.10.1.0',
|
3367 |
+
'path' => $vendorDir . '/automattic/jetpack-autoloader/src/class-php-autoloader.php'
|
3368 |
+
),
|
3369 |
+
'Manifest_Reader' => array(
|
3370 |
+
'version' => '2.10.1.0',
|
3371 |
+
'path' => $vendorDir . '/automattic/jetpack-autoloader/src/class-manifest-reader.php'
|
3372 |
+
),
|
3373 |
+
'Autoloader_Locator' => array(
|
3374 |
+
'version' => '2.10.1.0',
|
3375 |
+
'path' => $vendorDir . '/automattic/jetpack-autoloader/src/class-autoloader-locator.php'
|
3376 |
+
),
|
3377 |
+
'Plugin_Locator' => array(
|
3378 |
+
'version' => '2.10.1.0',
|
3379 |
+
'path' => $vendorDir . '/automattic/jetpack-autoloader/src/class-plugin-locator.php'
|
3380 |
+
),
|
3381 |
+
'Automattic\\Jetpack\\Autoloader\\CustomAutoloaderPlugin' => array(
|
3382 |
+
'version' => '2.10.1.0',
|
3383 |
+
'path' => $vendorDir . '/automattic/jetpack-autoloader/src/CustomAutoloaderPlugin.php'
|
3384 |
+
),
|
3385 |
+
'Path_Processor' => array(
|
3386 |
+
'version' => '2.10.1.0',
|
3387 |
+
'path' => $vendorDir . '/automattic/jetpack-autoloader/src/class-path-processor.php'
|
3388 |
+
),
|
3389 |
+
'Shutdown_Handler' => array(
|
3390 |
+
'version' => '2.10.1.0',
|
3391 |
+
'path' => $vendorDir . '/automattic/jetpack-autoloader/src/class-shutdown-handler.php'
|
3392 |
+
),
|
3393 |
+
'Latest_Autoloader_Guard' => array(
|
3394 |
+
'version' => '2.10.1.0',
|
3395 |
+
'path' => $vendorDir . '/automattic/jetpack-autoloader/src/class-latest-autoloader-guard.php'
|
3396 |
),
|
3397 |
'Automattic\\Jetpack\\Autoloader\\ManifestGenerator' => array(
|
3398 |
'version' => '2.10.1.0',
|
3399 |
'path' => $vendorDir . '/automattic/jetpack-autoloader/src/ManifestGenerator.php'
|
3400 |
),
|
3401 |
+
'Hook_Manager' => array(
|
3402 |
'version' => '2.10.1.0',
|
3403 |
+
'path' => $vendorDir . '/automattic/jetpack-autoloader/src/class-hook-manager.php'
|
3404 |
+
),
|
3405 |
+
'Automattic\\Jetpack\\Autoloader\\AutoloadFileWriter' => array(
|
3406 |
+
'version' => '2.10.1.0',
|
3407 |
+
'path' => $vendorDir . '/automattic/jetpack-autoloader/src/AutoloadFileWriter.php'
|
3408 |
+
),
|
3409 |
+
'Container' => array(
|
3410 |
+
'version' => '2.10.1.0',
|
3411 |
+
'path' => $vendorDir . '/automattic/jetpack-autoloader/src/class-container.php'
|
3412 |
+
),
|
3413 |
+
'Version_Loader' => array(
|
3414 |
+
'version' => '2.10.1.0',
|
3415 |
+
'path' => $vendorDir . '/automattic/jetpack-autoloader/src/class-version-loader.php'
|
3416 |
+
),
|
3417 |
+
'Autoloader' => array(
|
3418 |
+
'version' => '2.10.1.0',
|
3419 |
+
'path' => $vendorDir . '/automattic/jetpack-autoloader/src/class-autoloader.php'
|
3420 |
),
|
3421 |
'Automattic\\Jetpack\\Autoloader\\AutoloadGenerator' => array(
|
3422 |
'version' => '2.10.1.0',
|
3423 |
'path' => $vendorDir . '/automattic/jetpack-autoloader/src/AutoloadGenerator.php'
|
3424 |
),
|
3425 |
+
'Autoloader_Handler' => array(
|
3426 |
'version' => '2.10.1.0',
|
3427 |
+
'path' => $vendorDir . '/automattic/jetpack-autoloader/src/class-autoloader-handler.php'
|
3428 |
),
|
3429 |
+
'Version_Selector' => array(
|
3430 |
'version' => '2.10.1.0',
|
3431 |
+
'path' => $vendorDir . '/automattic/jetpack-autoloader/src/class-version-selector.php'
|
3432 |
),
|
3433 |
+
'Automattic\\Jetpack\\Autoloader\\AutoloadProcessor' => array(
|
3434 |
+
'version' => '2.10.1.0',
|
3435 |
+
'path' => $vendorDir . '/automattic/jetpack-autoloader/src/AutoloadProcessor.php'
|
3436 |
+
),
|
3437 |
+
'Automattic\\WooCommerce\\RestApi\\Server' => array(
|
3438 |
'version' => '6.8.0.0',
|
3439 |
+
'path' => $baseDir . '/includes/rest-api/Server.php'
|
3440 |
),
|
3441 |
+
'WC_REST_Product_Reviews_V2_Controller' => array(
|
3442 |
'version' => '6.8.0.0',
|
3443 |
+
'path' => $baseDir . '/includes/rest-api/Controllers/Version2/class-wc-rest-product-reviews-v2-controller.php'
|
3444 |
),
|
3445 |
+
'WC_REST_Reports_V2_Controller' => array(
|
3446 |
'version' => '6.8.0.0',
|
3447 |
+
'path' => $baseDir . '/includes/rest-api/Controllers/Version2/class-wc-rest-reports-v2-controller.php'
|
3448 |
),
|
3449 |
+
'WC_REST_Shipping_Zone_Locations_V2_Controller' => array(
|
3450 |
'version' => '6.8.0.0',
|
3451 |
+
'path' => $baseDir . '/includes/rest-api/Controllers/Version2/class-wc-rest-shipping-zone-locations-v2-controller.php'
|
3452 |
),
|
3453 |
+
'WC_REST_System_Status_Tools_V2_Controller' => array(
|
3454 |
'version' => '6.8.0.0',
|
3455 |
+
'path' => $baseDir . '/includes/rest-api/Controllers/Version2/class-wc-rest-system-status-tools-v2-controller.php'
|
3456 |
),
|
3457 |
+
'WC_REST_Product_Attribute_Terms_V2_Controller' => array(
|
3458 |
'version' => '6.8.0.0',
|
3459 |
+
'path' => $baseDir . '/includes/rest-api/Controllers/Version2/class-wc-rest-product-attribute-terms-v2-controller.php'
|
3460 |
),
|
3461 |
+
'WC_REST_Orders_V2_Controller' => array(
|
3462 |
'version' => '6.8.0.0',
|
3463 |
+
'path' => $baseDir . '/includes/rest-api/Controllers/Version2/class-wc-rest-orders-v2-controller.php'
|
3464 |
),
|
3465 |
+
'WC_REST_Webhook_Deliveries_V2_Controller' => array(
|
3466 |
'version' => '6.8.0.0',
|
3467 |
+
'path' => $baseDir . '/includes/rest-api/Controllers/Version2/class-wc-rest-webhook-deliveries-v2-controller.php'
|
3468 |
),
|
3469 |
+
'WC_REST_Customers_V2_Controller' => array(
|
3470 |
'version' => '6.8.0.0',
|
3471 |
+
'path' => $baseDir . '/includes/rest-api/Controllers/Version2/class-wc-rest-customers-v2-controller.php'
|
3472 |
),
|
3473 |
+
'WC_REST_Report_Sales_V2_Controller' => array(
|
3474 |
'version' => '6.8.0.0',
|
3475 |
+
'path' => $baseDir . '/includes/rest-api/Controllers/Version2/class-wc-rest-report-sales-v2-controller.php'
|
3476 |
),
|
3477 |
+
'WC_REST_Webhooks_V2_Controller' => array(
|
3478 |
'version' => '6.8.0.0',
|
3479 |
+
'path' => $baseDir . '/includes/rest-api/Controllers/Version2/class-wc-rest-webhooks-v2-controller.php'
|
3480 |
),
|
3481 |
+
'WC_REST_Network_Orders_V2_Controller' => array(
|
3482 |
'version' => '6.8.0.0',
|
3483 |
+
'path' => $baseDir . '/includes/rest-api/Controllers/Version2/class-wc-rest-network-orders-v2-controller.php'
|
3484 |
),
|
3485 |
+
'WC_REST_Tax_Classes_V2_Controller' => array(
|
3486 |
'version' => '6.8.0.0',
|
3487 |
+
'path' => $baseDir . '/includes/rest-api/Controllers/Version2/class-wc-rest-tax-classes-v2-controller.php'
|
3488 |
),
|
3489 |
+
'WC_REST_Order_Refunds_V2_Controller' => array(
|
3490 |
'version' => '6.8.0.0',
|
3491 |
+
'path' => $baseDir . '/includes/rest-api/Controllers/Version2/class-wc-rest-order-refunds-v2-controller.php'
|
3492 |
),
|
3493 |
+
'WC_REST_Settings_V2_Controller' => array(
|
3494 |
'version' => '6.8.0.0',
|
3495 |
+
'path' => $baseDir . '/includes/rest-api/Controllers/Version2/class-wc-rest-settings-v2-controller.php'
|
3496 |
),
|
3497 |
+
'WC_REST_System_Status_V2_Controller' => array(
|
3498 |
'version' => '6.8.0.0',
|
3499 |
+
'path' => $baseDir . '/includes/rest-api/Controllers/Version2/class-wc-rest-system-status-v2-controller.php'
|
3500 |
),
|
3501 |
+
'WC_REST_Setting_Options_V2_Controller' => array(
|
3502 |
'version' => '6.8.0.0',
|
3503 |
+
'path' => $baseDir . '/includes/rest-api/Controllers/Version2/class-wc-rest-setting-options-v2-controller.php'
|
3504 |
),
|
3505 |
+
'WC_REST_Product_Shipping_Classes_V2_Controller' => array(
|
3506 |
'version' => '6.8.0.0',
|
3507 |
+
'path' => $baseDir . '/includes/rest-api/Controllers/Version2/class-wc-rest-product-shipping-classes-v2-controller.php'
|
3508 |
),
|
3509 |
+
'WC_REST_Product_Variations_V2_Controller' => array(
|
3510 |
'version' => '6.8.0.0',
|
3511 |
+
'path' => $baseDir . '/includes/rest-api/Controllers/Version2/class-wc-rest-product-variations-v2-controller.php'
|
3512 |
),
|
3513 |
+
'WC_REST_Shipping_Zone_Methods_V2_Controller' => array(
|
3514 |
'version' => '6.8.0.0',
|
3515 |
+
'path' => $baseDir . '/includes/rest-api/Controllers/Version2/class-wc-rest-shipping-zone-methods-v2-controller.php'
|
3516 |
),
|
3517 |
+
'WC_REST_Product_Tags_V2_Controller' => array(
|
3518 |
'version' => '6.8.0.0',
|
3519 |
+
'path' => $baseDir . '/includes/rest-api/Controllers/Version2/class-wc-rest-product-tags-v2-controller.php'
|
3520 |
),
|
3521 |
+
'WC_REST_Product_Categories_V2_Controller' => array(
|
3522 |
'version' => '6.8.0.0',
|
3523 |
+
'path' => $baseDir . '/includes/rest-api/Controllers/Version2/class-wc-rest-product-categories-v2-controller.php'
|
3524 |
),
|
3525 |
+
'WC_REST_Shipping_Zones_V2_Controller' => array(
|
3526 |
'version' => '6.8.0.0',
|
3527 |
+
'path' => $baseDir . '/includes/rest-api/Controllers/Version2/class-wc-rest-shipping-zones-v2-controller.php'
|
3528 |
),
|
3529 |
+
'WC_REST_Products_V2_Controller' => array(
|
3530 |
'version' => '6.8.0.0',
|
3531 |
+
'path' => $baseDir . '/includes/rest-api/Controllers/Version2/class-wc-rest-products-v2-controller.php'
|
3532 |
),
|
3533 |
+
'WC_REST_Taxes_V2_Controller' => array(
|
3534 |
'version' => '6.8.0.0',
|
3535 |
+
'path' => $baseDir . '/includes/rest-api/Controllers/Version2/class-wc-rest-taxes-v2-controller.php'
|
3536 |
),
|
3537 |
+
'WC_REST_Coupons_V2_Controller' => array(
|
3538 |
'version' => '6.8.0.0',
|
3539 |
+
'path' => $baseDir . '/includes/rest-api/Controllers/Version2/class-wc-rest-coupons-v2-controller.php'
|
3540 |
+
),
|
3541 |
+
'WC_REST_Order_Notes_V2_Controller' => array(
|
3542 |
+
'version' => '6.8.0.0',
|
3543 |
+
'path' => $baseDir . '/includes/rest-api/Controllers/Version2/class-wc-rest-order-notes-v2-controller.php'
|
3544 |
+
),
|
3545 |
+
'WC_REST_Report_Top_Sellers_V2_Controller' => array(
|
3546 |
+
'version' => '6.8.0.0',
|
3547 |
+
'path' => $baseDir . '/includes/rest-api/Controllers/Version2/class-wc-rest-report-top-sellers-v2-controller.php'
|
3548 |
),
|
3549 |
'WC_REST_Shipping_Methods_V2_Controller' => array(
|
3550 |
'version' => '6.8.0.0',
|
3551 |
'path' => $baseDir . '/includes/rest-api/Controllers/Version2/class-wc-rest-shipping-methods-v2-controller.php'
|
3552 |
),
|
3553 |
+
'WC_REST_Customer_Downloads_V2_Controller' => array(
|
3554 |
'version' => '6.8.0.0',
|
3555 |
+
'path' => $baseDir . '/includes/rest-api/Controllers/Version2/class-wc-rest-customer-downloads-v2-controller.php'
|
3556 |
),
|
3557 |
+
'WC_REST_Payment_Gateways_V2_Controller' => array(
|
3558 |
'version' => '6.8.0.0',
|
3559 |
+
'path' => $baseDir . '/includes/rest-api/Controllers/Version2/class-wc-rest-payment-gateways-v2-controller.php'
|
3560 |
),
|
3561 |
+
'WC_REST_Product_Attributes_V2_Controller' => array(
|
3562 |
'version' => '6.8.0.0',
|
3563 |
+
'path' => $baseDir . '/includes/rest-api/Controllers/Version2/class-wc-rest-product-attributes-v2-controller.php'
|
3564 |
),
|
3565 |
+
'WC_REST_Report_Top_Sellers_V1_Controller' => array(
|
3566 |
'version' => '6.8.0.0',
|
3567 |
+
'path' => $baseDir . '/includes/rest-api/Controllers/Version1/class-wc-rest-report-top-sellers-v1-controller.php'
|
3568 |
),
|
3569 |
+
'WC_REST_Customers_V1_Controller' => array(
|
3570 |
'version' => '6.8.0.0',
|
3571 |
+
'path' => $baseDir . '/includes/rest-api/Controllers/Version1/class-wc-rest-customers-v1-controller.php'
|
3572 |
),
|
3573 |
+
'WC_REST_Order_Refunds_V1_Controller' => array(
|
3574 |
'version' => '6.8.0.0',
|
3575 |
+
'path' => $baseDir . '/includes/rest-api/Controllers/Version1/class-wc-rest-order-refunds-v1-controller.php'
|
3576 |
),
|
3577 |
+
'WC_REST_Webhooks_V1_Controller' => array(
|
3578 |
'version' => '6.8.0.0',
|
3579 |
+
'path' => $baseDir . '/includes/rest-api/Controllers/Version1/class-wc-rest-webhooks-v1-controller.php'
|
3580 |
),
|
3581 |
+
'WC_REST_Products_V1_Controller' => array(
|
3582 |
'version' => '6.8.0.0',
|
3583 |
+
'path' => $baseDir . '/includes/rest-api/Controllers/Version1/class-wc-rest-products-v1-controller.php'
|
3584 |
),
|
3585 |
+
'WC_REST_Reports_V1_Controller' => array(
|
3586 |
'version' => '6.8.0.0',
|
3587 |
+
'path' => $baseDir . '/includes/rest-api/Controllers/Version1/class-wc-rest-reports-v1-controller.php'
|
3588 |
),
|
3589 |
+
'WC_REST_Product_Shipping_Classes_V1_Controller' => array(
|
3590 |
'version' => '6.8.0.0',
|
3591 |
+
'path' => $baseDir . '/includes/rest-api/Controllers/Version1/class-wc-rest-product-shipping-classes-v1-controller.php'
|
3592 |
),
|
3593 |
+
'WC_REST_Coupons_V1_Controller' => array(
|
3594 |
'version' => '6.8.0.0',
|
3595 |
+
'path' => $baseDir . '/includes/rest-api/Controllers/Version1/class-wc-rest-coupons-v1-controller.php'
|
3596 |
),
|
3597 |
+
'WC_REST_Orders_V1_Controller' => array(
|
3598 |
'version' => '6.8.0.0',
|
3599 |
+
'path' => $baseDir . '/includes/rest-api/Controllers/Version1/class-wc-rest-orders-v1-controller.php'
|
3600 |
),
|
3601 |
+
'WC_REST_Product_Categories_V1_Controller' => array(
|
3602 |
'version' => '6.8.0.0',
|
3603 |
+
'path' => $baseDir . '/includes/rest-api/Controllers/Version1/class-wc-rest-product-categories-v1-controller.php'
|
3604 |
),
|
3605 |
+
'WC_REST_Product_Attributes_V1_Controller' => array(
|
3606 |
'version' => '6.8.0.0',
|
3607 |
+
'path' => $baseDir . '/includes/rest-api/Controllers/Version1/class-wc-rest-product-attributes-v1-controller.php'
|
3608 |
),
|
3609 |
+
'WC_REST_Customer_Downloads_V1_Controller' => array(
|
3610 |
'version' => '6.8.0.0',
|
3611 |
+
'path' => $baseDir . '/includes/rest-api/Controllers/Version1/class-wc-rest-customer-downloads-v1-controller.php'
|
3612 |
),
|
3613 |
+
'WC_REST_Order_Notes_V1_Controller' => array(
|
3614 |
'version' => '6.8.0.0',
|
3615 |
+
'path' => $baseDir . '/includes/rest-api/Controllers/Version1/class-wc-rest-order-notes-v1-controller.php'
|
3616 |
),
|
3617 |
+
'WC_REST_Product_Reviews_V1_Controller' => array(
|
3618 |
'version' => '6.8.0.0',
|
3619 |
+
'path' => $baseDir . '/includes/rest-api/Controllers/Version1/class-wc-rest-product-reviews-v1-controller.php'
|
3620 |
),
|
3621 |
+
'WC_REST_Product_Attribute_Terms_V1_Controller' => array(
|
3622 |
'version' => '6.8.0.0',
|
3623 |
+
'path' => $baseDir . '/includes/rest-api/Controllers/Version1/class-wc-rest-product-attribute-terms-v1-controller.php'
|
3624 |
),
|
3625 |
+
'WC_REST_Product_Tags_V1_Controller' => array(
|
3626 |
'version' => '6.8.0.0',
|
3627 |
+
'path' => $baseDir . '/includes/rest-api/Controllers/Version1/class-wc-rest-product-tags-v1-controller.php'
|
3628 |
),
|
3629 |
+
'WC_REST_Report_Sales_V1_Controller' => array(
|
3630 |
'version' => '6.8.0.0',
|
3631 |
+
'path' => $baseDir . '/includes/rest-api/Controllers/Version1/class-wc-rest-report-sales-v1-controller.php'
|
3632 |
),
|
3633 |
+
'WC_REST_Tax_Classes_V1_Controller' => array(
|
3634 |
'version' => '6.8.0.0',
|
3635 |
+
'path' => $baseDir . '/includes/rest-api/Controllers/Version1/class-wc-rest-tax-classes-v1-controller.php'
|
3636 |
),
|
3637 |
+
'WC_REST_Taxes_V1_Controller' => array(
|
3638 |
'version' => '6.8.0.0',
|
3639 |
+
'path' => $baseDir . '/includes/rest-api/Controllers/Version1/class-wc-rest-taxes-v1-controller.php'
|
3640 |
),
|
3641 |
+
'WC_REST_Webhook_Deliveries_V1_Controller' => array(
|
3642 |
'version' => '6.8.0.0',
|
3643 |
+
'path' => $baseDir . '/includes/rest-api/Controllers/Version1/class-wc-rest-webhook-deliveries-v1-controller.php'
|
3644 |
),
|
3645 |
+
'WC_REST_Reports_Controller' => array(
|
3646 |
'version' => '6.8.0.0',
|
3647 |
+
'path' => $baseDir . '/includes/rest-api/Controllers/Version3/class-wc-rest-reports-controller.php'
|
3648 |
),
|
3649 |
+
'WC_REST_Report_Reviews_Totals_Controller' => array(
|
3650 |
'version' => '6.8.0.0',
|
3651 |
+
'path' => $baseDir . '/includes/rest-api/Controllers/Version3/class-wc-rest-report-reviews-totals-controller.php'
|
3652 |
),
|
3653 |
+
'WC_REST_Shipping_Zones_Controller' => array(
|
3654 |
'version' => '6.8.0.0',
|
3655 |
+
'path' => $baseDir . '/includes/rest-api/Controllers/Version3/class-wc-rest-shipping-zones-controller.php'
|
3656 |
),
|
3657 |
+
'WC_REST_Order_Refunds_Controller' => array(
|
3658 |
'version' => '6.8.0.0',
|
3659 |
+
'path' => $baseDir . '/includes/rest-api/Controllers/Version3/class-wc-rest-order-refunds-controller.php'
|
3660 |
),
|
3661 |
+
'WC_REST_Taxes_Controller' => array(
|
3662 |
'version' => '6.8.0.0',
|
3663 |
+
'path' => $baseDir . '/includes/rest-api/Controllers/Version3/class-wc-rest-taxes-controller.php'
|
3664 |
),
|
3665 |
+
'WC_REST_Network_Orders_Controller' => array(
|
3666 |
'version' => '6.8.0.0',
|
3667 |
+
'path' => $baseDir . '/includes/rest-api/Controllers/Version3/class-wc-rest-network-orders-controller.php'
|
3668 |
),
|
3669 |
+
'WC_REST_Shipping_Zone_Locations_Controller' => array(
|
3670 |
'version' => '6.8.0.0',
|
3671 |
+
'path' => $baseDir . '/includes/rest-api/Controllers/Version3/class-wc-rest-shipping-zone-locations-controller.php'
|
3672 |
),
|
3673 |
+
'WC_REST_Settings_Controller' => array(
|
3674 |
'version' => '6.8.0.0',
|
3675 |
+
'path' => $baseDir . '/includes/rest-api/Controllers/Version3/class-wc-rest-settings-controller.php'
|
3676 |
),
|
3677 |
+
'WC_REST_Customer_Downloads_Controller' => array(
|
3678 |
'version' => '6.8.0.0',
|
3679 |
+
'path' => $baseDir . '/includes/rest-api/Controllers/Version3/class-wc-rest-customer-downloads-controller.php'
|
3680 |
),
|
3681 |
'WC_REST_Data_Continents_Controller' => array(
|
3682 |
'version' => '6.8.0.0',
|
3683 |
'path' => $baseDir . '/includes/rest-api/Controllers/Version3/class-wc-rest-data-continents-controller.php'
|
3684 |
),
|
3685 |
+
'WC_REST_Product_Tags_Controller' => array(
|
|
|
|
|
|
|
|
|
3686 |
'version' => '6.8.0.0',
|
3687 |
+
'path' => $baseDir . '/includes/rest-api/Controllers/Version3/class-wc-rest-product-tags-controller.php'
|
3688 |
),
|
3689 |
+
'WC_REST_Report_Coupons_Totals_Controller' => array(
|
3690 |
'version' => '6.8.0.0',
|
3691 |
+
'path' => $baseDir . '/includes/rest-api/Controllers/Version3/class-wc-rest-report-coupons-totals-controller.php'
|
3692 |
),
|
3693 |
+
'WC_REST_CRUD_Controller' => array(
|
3694 |
'version' => '6.8.0.0',
|
3695 |
+
'path' => $baseDir . '/includes/rest-api/Controllers/Version3/class-wc-rest-crud-controller.php'
|
3696 |
),
|
3697 |
+
'WC_REST_Order_Notes_Controller' => array(
|
3698 |
'version' => '6.8.0.0',
|
3699 |
+
'path' => $baseDir . '/includes/rest-api/Controllers/Version3/class-wc-rest-order-notes-controller.php'
|
3700 |
),
|
3701 |
+
'WC_REST_Shipping_Zone_Methods_Controller' => array(
|
3702 |
'version' => '6.8.0.0',
|
3703 |
+
'path' => $baseDir . '/includes/rest-api/Controllers/Version3/class-wc-rest-shipping-zone-methods-controller.php'
|
3704 |
),
|
3705 |
+
'WC_REST_Product_Shipping_Classes_Controller' => array(
|
3706 |
'version' => '6.8.0.0',
|
3707 |
+
'path' => $baseDir . '/includes/rest-api/Controllers/Version3/class-wc-rest-product-shipping-classes-controller.php'
|
3708 |
),
|
3709 |
+
'WC_REST_Payment_Gateways_Controller' => array(
|
3710 |
'version' => '6.8.0.0',
|
3711 |
+
'path' => $baseDir . '/includes/rest-api/Controllers/Version3/class-wc-rest-payment-gateways-controller.php'
|
3712 |
),
|
3713 |
+
'WC_REST_Data_Controller' => array(
|
3714 |
'version' => '6.8.0.0',
|
3715 |
+
'path' => $baseDir . '/includes/rest-api/Controllers/Version3/class-wc-rest-data-controller.php'
|
3716 |
),
|
3717 |
'WC_REST_Report_Customers_Totals_Controller' => array(
|
3718 |
'version' => '6.8.0.0',
|
3722 |
'version' => '6.8.0.0',
|
3723 |
'path' => $baseDir . '/includes/rest-api/Controllers/Version3/class-wc-rest-shipping-methods-controller.php'
|
3724 |
),
|
3725 |
+
'WC_REST_Shipping_Zones_Controller_Base' => array(
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3726 |
'version' => '6.8.0.0',
|
3727 |
+
'path' => $baseDir . '/includes/rest-api/Controllers/Version3/class-wc-rest-shipping-zones-controller-base.php'
|
3728 |
),
|
3729 |
+
'WC_REST_Data_Currencies_Controller' => array(
|
3730 |
'version' => '6.8.0.0',
|
3731 |
+
'path' => $baseDir . '/includes/rest-api/Controllers/Version3/class-wc-rest-data-currencies-controller.php'
|
3732 |
),
|
3733 |
'WC_REST_Orders_Controller' => array(
|
3734 |
'version' => '6.8.0.0',
|
3735 |
'path' => $baseDir . '/includes/rest-api/Controllers/Version3/class-wc-rest-orders-controller.php'
|
3736 |
),
|
3737 |
+
'WC_REST_Product_Attribute_Terms_Controller' => array(
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3738 |
'version' => '6.8.0.0',
|
3739 |
+
'path' => $baseDir . '/includes/rest-api/Controllers/Version3/class-wc-rest-product-attribute-terms-controller.php'
|
3740 |
),
|
3741 |
+
'WC_REST_Report_Top_Sellers_Controller' => array(
|
3742 |
'version' => '6.8.0.0',
|
3743 |
+
'path' => $baseDir . '/includes/rest-api/Controllers/Version3/class-wc-rest-report-top-sellers-controller.php'
|
3744 |
),
|
3745 |
+
'WC_REST_Coupons_Controller' => array(
|
3746 |
'version' => '6.8.0.0',
|
3747 |
+
'path' => $baseDir . '/includes/rest-api/Controllers/Version3/class-wc-rest-coupons-controller.php'
|
3748 |
),
|
3749 |
'WC_REST_Webhooks_Controller' => array(
|
3750 |
'version' => '6.8.0.0',
|
3751 |
'path' => $baseDir . '/includes/rest-api/Controllers/Version3/class-wc-rest-webhooks-controller.php'
|
3752 |
),
|
3753 |
+
'WC_REST_System_Status_Tools_Controller' => array(
|
3754 |
'version' => '6.8.0.0',
|
3755 |
+
'path' => $baseDir . '/includes/rest-api/Controllers/Version3/class-wc-rest-system-status-tools-controller.php'
|
3756 |
),
|
3757 |
+
'WC_REST_Product_Categories_Controller' => array(
|
3758 |
'version' => '6.8.0.0',
|
3759 |
+
'path' => $baseDir . '/includes/rest-api/Controllers/Version3/class-wc-rest-product-categories-controller.php'
|
3760 |
+
),
|
3761 |
+
'WC_REST_Report_Sales_Controller' => array(
|
3762 |
+
'version' => '6.8.0.0',
|
3763 |
+
'path' => $baseDir . '/includes/rest-api/Controllers/Version3/class-wc-rest-report-sales-controller.php'
|
3764 |
),
|
3765 |
'WC_REST_System_Status_Controller' => array(
|
3766 |
'version' => '6.8.0.0',
|
3767 |
'path' => $baseDir . '/includes/rest-api/Controllers/Version3/class-wc-rest-system-status-controller.php'
|
3768 |
),
|
3769 |
+
'WC_REST_Report_Orders_Totals_Controller' => array(
|
3770 |
'version' => '6.8.0.0',
|
3771 |
+
'path' => $baseDir . '/includes/rest-api/Controllers/Version3/class-wc-rest-report-orders-totals-controller.php'
|
3772 |
),
|
3773 |
+
'WC_REST_Customers_Controller' => array(
|
3774 |
'version' => '6.8.0.0',
|
3775 |
+
'path' => $baseDir . '/includes/rest-api/Controllers/Version3/class-wc-rest-customers-controller.php'
|
3776 |
+
),
|
3777 |
+
'WC_REST_Setting_Options_Controller' => array(
|
3778 |
+
'version' => '6.8.0.0',
|
3779 |
+
'path' => $baseDir . '/includes/rest-api/Controllers/Version3/class-wc-rest-setting-options-controller.php'
|
3780 |
),
|
3781 |
'WC_REST_Product_Attributes_Controller' => array(
|
3782 |
'version' => '6.8.0.0',
|
3783 |
'path' => $baseDir . '/includes/rest-api/Controllers/Version3/class-wc-rest-product-attributes-controller.php'
|
3784 |
),
|
3785 |
+
'WC_REST_Products_Controller' => array(
|
3786 |
'version' => '6.8.0.0',
|
3787 |
+
'path' => $baseDir . '/includes/rest-api/Controllers/Version3/class-wc-rest-products-controller.php'
|
3788 |
),
|
3789 |
+
'WC_REST_Posts_Controller' => array(
|
3790 |
'version' => '6.8.0.0',
|
3791 |
+
'path' => $baseDir . '/includes/rest-api/Controllers/Version3/class-wc-rest-posts-controller.php'
|
3792 |
),
|
3793 |
+
'WC_REST_Product_Variations_Controller' => array(
|
3794 |
'version' => '6.8.0.0',
|
3795 |
+
'path' => $baseDir . '/includes/rest-api/Controllers/Version3/class-wc-rest-product-variations-controller.php'
|
3796 |
),
|
3797 |
+
'WC_REST_Product_Reviews_Controller' => array(
|
3798 |
'version' => '6.8.0.0',
|
3799 |
+
'path' => $baseDir . '/includes/rest-api/Controllers/Version3/class-wc-rest-product-reviews-controller.php'
|
3800 |
),
|
3801 |
+
'WC_REST_Terms_Controller' => array(
|
3802 |
'version' => '6.8.0.0',
|
3803 |
+
'path' => $baseDir . '/includes/rest-api/Controllers/Version3/class-wc-rest-terms-controller.php'
|
3804 |
),
|
3805 |
+
'WC_REST_Data_Countries_Controller' => array(
|
3806 |
'version' => '6.8.0.0',
|
3807 |
+
'path' => $baseDir . '/includes/rest-api/Controllers/Version3/class-wc-rest-data-countries-controller.php'
|
3808 |
),
|
3809 |
+
'WC_REST_Report_Products_Totals_Controller' => array(
|
3810 |
'version' => '6.8.0.0',
|
3811 |
+
'path' => $baseDir . '/includes/rest-api/Controllers/Version3/class-wc-rest-report-products-totals-controller.php'
|
3812 |
),
|
3813 |
+
'WC_REST_Tax_Classes_Controller' => array(
|
3814 |
'version' => '6.8.0.0',
|
3815 |
+
'path' => $baseDir . '/includes/rest-api/Controllers/Version3/class-wc-rest-tax-classes-controller.php'
|
3816 |
),
|
3817 |
+
'WC_REST_Controller' => array(
|
3818 |
'version' => '6.8.0.0',
|
3819 |
+
'path' => $baseDir . '/includes/rest-api/Controllers/Version3/class-wc-rest-controller.php'
|
3820 |
),
|
3821 |
+
'WC_REST_Telemetry_Controller' => array(
|
3822 |
'version' => '6.8.0.0',
|
3823 |
+
'path' => $baseDir . '/includes/rest-api/Controllers/Telemetry/class-wc-rest-telemetry-controller.php'
|
3824 |
),
|
3825 |
+
'Automattic\\WooCommerce\\RestApi\\Utilities\\ImageAttachment' => array(
|
3826 |
'version' => '6.8.0.0',
|
3827 |
+
'path' => $baseDir . '/includes/rest-api/Utilities/ImageAttachment.php'
|
3828 |
),
|
3829 |
+
'Automattic\\WooCommerce\\RestApi\\Utilities\\SingletonTrait' => array(
|
3830 |
'version' => '6.8.0.0',
|
3831 |
+
'path' => $baseDir . '/includes/rest-api/Utilities/SingletonTrait.php'
|
3832 |
),
|
3833 |
+
'Automattic\\WooCommerce\\RestApi\\Package' => array(
|
3834 |
'version' => '6.8.0.0',
|
3835 |
+
'path' => $baseDir . '/includes/rest-api/Package.php'
|
3836 |
),
|
3837 |
+
'Automattic\\WooCommerce\\RestApi\\UnitTests\\Helpers\\OrderHelper' => array(
|
3838 |
'version' => '6.8.0.0',
|
3839 |
+
'path' => $baseDir . '/tests/legacy/unit-tests/rest-api/Helpers/OrderHelper.php'
|
3840 |
),
|
3841 |
+
'Automattic\\WooCommerce\\RestApi\\UnitTests\\Helpers\\QueueHelper' => array(
|
3842 |
'version' => '6.8.0.0',
|
3843 |
+
'path' => $baseDir . '/tests/legacy/unit-tests/rest-api/Helpers/QueueHelper.php'
|
3844 |
),
|
3845 |
+
'Automattic\\WooCommerce\\RestApi\\UnitTests\\Helpers\\ShippingHelper' => array(
|
3846 |
'version' => '6.8.0.0',
|
3847 |
+
'path' => $baseDir . '/tests/legacy/unit-tests/rest-api/Helpers/ShippingHelper.php'
|
3848 |
),
|
3849 |
+
'Automattic\\WooCommerce\\RestApi\\UnitTests\\Helpers\\CustomerHelper' => array(
|
3850 |
'version' => '6.8.0.0',
|
3851 |
+
'path' => $baseDir . '/tests/legacy/unit-tests/rest-api/Helpers/CustomerHelper.php'
|
3852 |
),
|
3853 |
'Automattic\\WooCommerce\\RestApi\\UnitTests\\Helpers\\SettingsHelper' => array(
|
3854 |
'version' => '6.8.0.0',
|
3855 |
'path' => $baseDir . '/tests/legacy/unit-tests/rest-api/Helpers/SettingsHelper.php'
|
3856 |
),
|
3857 |
+
'Automattic\\WooCommerce\\RestApi\\UnitTests\\Helpers\\AdminNotesHelper' => array(
|
3858 |
'version' => '6.8.0.0',
|
3859 |
+
'path' => $baseDir . '/tests/legacy/unit-tests/rest-api/Helpers/AdminNotesHelper.php'
|
3860 |
+
),
|
3861 |
+
'Automattic\\WooCommerce\\RestApi\\UnitTests\\Helpers\\ProductHelper' => array(
|
3862 |
+
'version' => '6.8.0.0',
|
3863 |
+
'path' => $baseDir . '/tests/legacy/unit-tests/rest-api/Helpers/ProductHelper.php'
|
3864 |
),
|
3865 |
'Automattic\\WooCommerce\\RestApi\\UnitTests\\Helpers\\CouponHelper' => array(
|
3866 |
'version' => '6.8.0.0',
|
3870 |
'version' => '1.5.1.0',
|
3871 |
'path' => $vendorDir . '/automattic/jetpack-constants/src/class-constants.php'
|
3872 |
),
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3873 |
);
|
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\jp56ee466c3d80662e3a8e4512c3ae881d;
|
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\jp56ee466c3d80662e3a8e4512c3ae881d;
|
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\jp56ee466c3d80662e3a8e4512c3ae881d;
|
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\jp56ee466c3d80662e3a8e4512c3ae881d;
|
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\jp56ee466c3d80662e3a8e4512c3ae881d;
|
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\jp56ee466c3d80662e3a8e4512c3ae881d;
|
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\jp56ee466c3d80662e3a8e4512c3ae881d;
|
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\jp56ee466c3d80662e3a8e4512c3ae881d;
|
9 |
|
10 |
// phpcs:ignore
|
11 |
|
vendor/jetpack-autoloader/class-php-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\jp56ee466c3d80662e3a8e4512c3ae881d;
|
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\jp56ee466c3d80662e3a8e4512c3ae881d;
|
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\jp56ee466c3d80662e3a8e4512c3ae881d;
|
9 |
|
10 |
// phpcs:ignore
|
11 |
|
vendor/jetpack-autoloader/class-shutdown-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\jp56ee466c3d80662e3a8e4512c3ae881d;
|
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\jp56ee466c3d80662e3a8e4512c3ae881d;
|
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\jp56ee466c3d80662e3a8e4512c3ae881d;
|
9 |
|
10 |
// phpcs:ignore
|
11 |
|
woocommerce.php
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
* Plugin Name: WooCommerce
|
4 |
* Plugin URI: https://woocommerce.com/
|
5 |
* Description: An eCommerce toolkit that helps you sell anything. Beautifully.
|
6 |
-
* Version: 6.8.
|
7 |
* Author: Automattic
|
8 |
* Author URI: https://woocommerce.com
|
9 |
* Text Domain: woocommerce
|
3 |
* Plugin Name: WooCommerce
|
4 |
* Plugin URI: https://woocommerce.com/
|
5 |
* Description: An eCommerce toolkit that helps you sell anything. Beautifully.
|
6 |
+
* Version: 6.8.1
|
7 |
* Author: Automattic
|
8 |
* Author URI: https://woocommerce.com
|
9 |
* Text Domain: woocommerce
|