installers
4 years ago
ClassLoader.php
2 years ago
InstalledVersions.php
1 year ago
LICENSE
5 years ago
autoload_classmap.php
1 year ago
autoload_files.php
1 year ago
autoload_namespaces.php
4 years ago
autoload_psr4.php
1 year ago
autoload_real.php
1 year ago
autoload_static.php
1 year ago
installed.json
1 year ago
installed.php
1 year ago
jetpack_autoload_classmap.php
1 year ago
jetpack_autoload_filemap.php
1 year ago
platform_check.php
2 years ago
jetpack_autoload_classmap.php
7534 lines
| 1 | <?php |
| 2 | |
| 3 | // This file `jetpack_autoload_classmap.php` was auto generated by automattic/jetpack-autoloader. |
| 4 | |
| 5 | $vendorDir = dirname(__DIR__); |
| 6 | $baseDir = dirname($vendorDir); |
| 7 | |
| 8 | return array( |
| 9 | 'Attribute' => array( |
| 10 | 'version' => '1.30.0.0', |
| 11 | 'path' => $vendorDir . '/symfony/polyfill-php80/Resources/stubs/Attribute.php' |
| 12 | ), |
| 13 | 'Autoloader' => array( |
| 14 | 'version' => '5.0.0', |
| 15 | 'path' => $vendorDir . '/automattic/jetpack-autoloader/src/class-autoloader.php' |
| 16 | ), |
| 17 | 'Autoloader_Handler' => array( |
| 18 | 'version' => '5.0.0', |
| 19 | 'path' => $vendorDir . '/automattic/jetpack-autoloader/src/class-autoloader-handler.php' |
| 20 | ), |
| 21 | 'Autoloader_Locator' => array( |
| 22 | 'version' => '5.0.0', |
| 23 | 'path' => $vendorDir . '/automattic/jetpack-autoloader/src/class-autoloader-locator.php' |
| 24 | ), |
| 25 | 'Automattic\\Jetpack\\A8c_Mc_Stats' => array( |
| 26 | 'version' => '3.0.0.0', |
| 27 | 'path' => $vendorDir . '/automattic/jetpack-a8c-mc-stats/src/class-a8c-mc-stats.php' |
| 28 | ), |
| 29 | 'Automattic\\Jetpack\\Admin_UI\\Admin_Menu' => array( |
| 30 | 'version' => '0.5.1.0', |
| 31 | 'path' => $vendorDir . '/automattic/jetpack-admin-ui/src/class-admin-menu.php' |
| 32 | ), |
| 33 | 'Automattic\\Jetpack\\Assets' => array( |
| 34 | 'version' => '4.0.1.0', |
| 35 | 'path' => $vendorDir . '/automattic/jetpack-assets/src/class-assets.php' |
| 36 | ), |
| 37 | 'Automattic\\Jetpack\\Assets\\Script_Data' => array( |
| 38 | 'version' => '4.0.1.0', |
| 39 | 'path' => $vendorDir . '/automattic/jetpack-assets/src/class-script-data.php' |
| 40 | ), |
| 41 | 'Automattic\\Jetpack\\Assets\\Semver' => array( |
| 42 | 'version' => '4.0.1.0', |
| 43 | 'path' => $vendorDir . '/automattic/jetpack-assets/src/class-semver.php' |
| 44 | ), |
| 45 | 'Automattic\\Jetpack\\Autoloader\\AutoloadFileWriter' => array( |
| 46 | 'version' => '5.0.0', |
| 47 | 'path' => $vendorDir . '/automattic/jetpack-autoloader/src/AutoloadFileWriter.php' |
| 48 | ), |
| 49 | 'Automattic\\Jetpack\\Autoloader\\AutoloadGenerator' => array( |
| 50 | 'version' => '5.0.0', |
| 51 | 'path' => $vendorDir . '/automattic/jetpack-autoloader/src/AutoloadGenerator.php' |
| 52 | ), |
| 53 | 'Automattic\\Jetpack\\Autoloader\\AutoloadProcessor' => array( |
| 54 | 'version' => '5.0.0', |
| 55 | 'path' => $vendorDir . '/automattic/jetpack-autoloader/src/AutoloadProcessor.php' |
| 56 | ), |
| 57 | 'Automattic\\Jetpack\\Autoloader\\CustomAutoloaderPlugin' => array( |
| 58 | 'version' => '5.0.0', |
| 59 | 'path' => $vendorDir . '/automattic/jetpack-autoloader/src/CustomAutoloaderPlugin.php' |
| 60 | ), |
| 61 | 'Automattic\\Jetpack\\Autoloader\\ManifestGenerator' => array( |
| 62 | 'version' => '5.0.0', |
| 63 | 'path' => $vendorDir . '/automattic/jetpack-autoloader/src/ManifestGenerator.php' |
| 64 | ), |
| 65 | 'Automattic\\Jetpack\\Config' => array( |
| 66 | 'version' => '3.0.0.0', |
| 67 | 'path' => $vendorDir . '/automattic/jetpack-config/src/class-config.php' |
| 68 | ), |
| 69 | 'Automattic\\Jetpack\\Connection\\Authorize_Json_Api' => array( |
| 70 | 'version' => '6.2.0.0', |
| 71 | 'path' => $vendorDir . '/automattic/jetpack-connection/src/class-authorize-json-api.php' |
| 72 | ), |
| 73 | 'Automattic\\Jetpack\\Connection\\Client' => array( |
| 74 | 'version' => '6.2.0.0', |
| 75 | 'path' => $vendorDir . '/automattic/jetpack-connection/src/class-client.php' |
| 76 | ), |
| 77 | 'Automattic\\Jetpack\\Connection\\Connection_Assets' => array( |
| 78 | 'version' => '6.2.0.0', |
| 79 | 'path' => $vendorDir . '/automattic/jetpack-connection/src/class-connection-assets.php' |
| 80 | ), |
| 81 | 'Automattic\\Jetpack\\Connection\\Connection_Notice' => array( |
| 82 | 'version' => '6.2.0.0', |
| 83 | 'path' => $vendorDir . '/automattic/jetpack-connection/src/class-connection-notice.php' |
| 84 | ), |
| 85 | 'Automattic\\Jetpack\\Connection\\Error_Handler' => array( |
| 86 | 'version' => '6.2.0.0', |
| 87 | 'path' => $vendorDir . '/automattic/jetpack-connection/src/class-error-handler.php' |
| 88 | ), |
| 89 | 'Automattic\\Jetpack\\Connection\\Initial_State' => array( |
| 90 | 'version' => '6.2.0.0', |
| 91 | 'path' => $vendorDir . '/automattic/jetpack-connection/src/class-initial-state.php' |
| 92 | ), |
| 93 | 'Automattic\\Jetpack\\Connection\\Manager' => array( |
| 94 | 'version' => '6.2.0.0', |
| 95 | 'path' => $vendorDir . '/automattic/jetpack-connection/src/class-manager.php' |
| 96 | ), |
| 97 | 'Automattic\\Jetpack\\Connection\\Manager_Interface' => array( |
| 98 | 'version' => '6.2.0.0', |
| 99 | 'path' => $vendorDir . '/automattic/jetpack-connection/src/interface-manager.php' |
| 100 | ), |
| 101 | 'Automattic\\Jetpack\\Connection\\Nonce_Handler' => array( |
| 102 | 'version' => '6.2.0.0', |
| 103 | 'path' => $vendorDir . '/automattic/jetpack-connection/src/class-nonce-handler.php' |
| 104 | ), |
| 105 | 'Automattic\\Jetpack\\Connection\\Package_Version' => array( |
| 106 | 'version' => '6.2.0.0', |
| 107 | 'path' => $vendorDir . '/automattic/jetpack-connection/src/class-package-version.php' |
| 108 | ), |
| 109 | 'Automattic\\Jetpack\\Connection\\Package_Version_Tracker' => array( |
| 110 | 'version' => '6.2.0.0', |
| 111 | 'path' => $vendorDir . '/automattic/jetpack-connection/src/class-package-version-tracker.php' |
| 112 | ), |
| 113 | 'Automattic\\Jetpack\\Connection\\Plugin' => array( |
| 114 | 'version' => '6.2.0.0', |
| 115 | 'path' => $vendorDir . '/automattic/jetpack-connection/src/class-plugin.php' |
| 116 | ), |
| 117 | 'Automattic\\Jetpack\\Connection\\Plugin_Storage' => array( |
| 118 | 'version' => '6.2.0.0', |
| 119 | 'path' => $vendorDir . '/automattic/jetpack-connection/src/class-plugin-storage.php' |
| 120 | ), |
| 121 | 'Automattic\\Jetpack\\Connection\\REST_Connector' => array( |
| 122 | 'version' => '6.2.0.0', |
| 123 | 'path' => $vendorDir . '/automattic/jetpack-connection/src/class-rest-connector.php' |
| 124 | ), |
| 125 | 'Automattic\\Jetpack\\Connection\\Rest_Authentication' => array( |
| 126 | 'version' => '6.2.0.0', |
| 127 | 'path' => $vendorDir . '/automattic/jetpack-connection/src/class-rest-authentication.php' |
| 128 | ), |
| 129 | 'Automattic\\Jetpack\\Connection\\SSO' => array( |
| 130 | 'version' => '6.2.0.0', |
| 131 | 'path' => $vendorDir . '/automattic/jetpack-connection/src/sso/class-sso.php' |
| 132 | ), |
| 133 | 'Automattic\\Jetpack\\Connection\\SSO\\Force_2FA' => array( |
| 134 | 'version' => '6.2.0.0', |
| 135 | 'path' => $vendorDir . '/automattic/jetpack-connection/src/sso/class-force-2fa.php' |
| 136 | ), |
| 137 | 'Automattic\\Jetpack\\Connection\\SSO\\Helpers' => array( |
| 138 | 'version' => '6.2.0.0', |
| 139 | 'path' => $vendorDir . '/automattic/jetpack-connection/src/sso/class-helpers.php' |
| 140 | ), |
| 141 | 'Automattic\\Jetpack\\Connection\\SSO\\Notices' => array( |
| 142 | 'version' => '6.2.0.0', |
| 143 | 'path' => $vendorDir . '/automattic/jetpack-connection/src/sso/class-notices.php' |
| 144 | ), |
| 145 | 'Automattic\\Jetpack\\Connection\\SSO\\User_Admin' => array( |
| 146 | 'version' => '6.2.0.0', |
| 147 | 'path' => $vendorDir . '/automattic/jetpack-connection/src/sso/class-user-admin.php' |
| 148 | ), |
| 149 | 'Automattic\\Jetpack\\Connection\\Secrets' => array( |
| 150 | 'version' => '6.2.0.0', |
| 151 | 'path' => $vendorDir . '/automattic/jetpack-connection/src/class-secrets.php' |
| 152 | ), |
| 153 | 'Automattic\\Jetpack\\Connection\\Server_Sandbox' => array( |
| 154 | 'version' => '6.2.0.0', |
| 155 | 'path' => $vendorDir . '/automattic/jetpack-connection/src/class-server-sandbox.php' |
| 156 | ), |
| 157 | 'Automattic\\Jetpack\\Connection\\Tokens' => array( |
| 158 | 'version' => '6.2.0.0', |
| 159 | 'path' => $vendorDir . '/automattic/jetpack-connection/src/class-tokens.php' |
| 160 | ), |
| 161 | 'Automattic\\Jetpack\\Connection\\Tokens_Locks' => array( |
| 162 | 'version' => '6.2.0.0', |
| 163 | 'path' => $vendorDir . '/automattic/jetpack-connection/src/class-tokens-locks.php' |
| 164 | ), |
| 165 | 'Automattic\\Jetpack\\Connection\\Urls' => array( |
| 166 | 'version' => '6.2.0.0', |
| 167 | 'path' => $vendorDir . '/automattic/jetpack-connection/src/class-urls.php' |
| 168 | ), |
| 169 | 'Automattic\\Jetpack\\Connection\\Utils' => array( |
| 170 | 'version' => '6.2.0.0', |
| 171 | 'path' => $vendorDir . '/automattic/jetpack-connection/src/class-utils.php' |
| 172 | ), |
| 173 | 'Automattic\\Jetpack\\Connection\\Webhooks' => array( |
| 174 | 'version' => '6.2.0.0', |
| 175 | 'path' => $vendorDir . '/automattic/jetpack-connection/src/class-webhooks.php' |
| 176 | ), |
| 177 | 'Automattic\\Jetpack\\Connection\\Webhooks\\Authorize_Redirect' => array( |
| 178 | 'version' => '6.2.0.0', |
| 179 | 'path' => $vendorDir . '/automattic/jetpack-connection/src/webhooks/class-authorize-redirect.php' |
| 180 | ), |
| 181 | 'Automattic\\Jetpack\\Connection\\XMLRPC_Async_Call' => array( |
| 182 | 'version' => '6.2.0.0', |
| 183 | 'path' => $vendorDir . '/automattic/jetpack-connection/src/class-xmlrpc-async-call.php' |
| 184 | ), |
| 185 | 'Automattic\\Jetpack\\Connection\\XMLRPC_Connector' => array( |
| 186 | 'version' => '6.2.0.0', |
| 187 | 'path' => $vendorDir . '/automattic/jetpack-connection/src/class-xmlrpc-connector.php' |
| 188 | ), |
| 189 | 'Automattic\\Jetpack\\Constants' => array( |
| 190 | 'version' => '3.0.1.0', |
| 191 | 'path' => $vendorDir . '/automattic/jetpack-constants/src/class-constants.php' |
| 192 | ), |
| 193 | 'Automattic\\Jetpack\\CookieState' => array( |
| 194 | 'version' => '5.0.1.0', |
| 195 | 'path' => $vendorDir . '/automattic/jetpack-status/src/class-cookiestate.php' |
| 196 | ), |
| 197 | 'Automattic\\Jetpack\\Errors' => array( |
| 198 | 'version' => '5.0.1.0', |
| 199 | 'path' => $vendorDir . '/automattic/jetpack-status/src/class-errors.php' |
| 200 | ), |
| 201 | 'Automattic\\Jetpack\\Files' => array( |
| 202 | 'version' => '5.0.1.0', |
| 203 | 'path' => $vendorDir . '/automattic/jetpack-status/src/class-files.php' |
| 204 | ), |
| 205 | 'Automattic\\Jetpack\\Heartbeat' => array( |
| 206 | 'version' => '6.2.0.0', |
| 207 | 'path' => $vendorDir . '/automattic/jetpack-connection/src/class-heartbeat.php' |
| 208 | ), |
| 209 | 'Automattic\\Jetpack\\IdentityCrisis\\Exception' => array( |
| 210 | 'version' => '6.2.0.0', |
| 211 | 'path' => $vendorDir . '/automattic/jetpack-connection/src/identity-crisis/class-exception.php' |
| 212 | ), |
| 213 | 'Automattic\\Jetpack\\IdentityCrisis\\REST_Endpoints' => array( |
| 214 | 'version' => '6.2.0.0', |
| 215 | 'path' => $vendorDir . '/automattic/jetpack-connection/src/identity-crisis/class-rest-endpoints.php' |
| 216 | ), |
| 217 | 'Automattic\\Jetpack\\IdentityCrisis\\UI' => array( |
| 218 | 'version' => '6.2.0.0', |
| 219 | 'path' => $vendorDir . '/automattic/jetpack-connection/src/identity-crisis/class-ui.php' |
| 220 | ), |
| 221 | 'Automattic\\Jetpack\\IdentityCrisis\\URL_Secret' => array( |
| 222 | 'version' => '6.2.0.0', |
| 223 | 'path' => $vendorDir . '/automattic/jetpack-connection/src/identity-crisis/class-url-secret.php' |
| 224 | ), |
| 225 | 'Automattic\\Jetpack\\Identity_Crisis' => array( |
| 226 | 'version' => '6.2.0.0', |
| 227 | 'path' => $vendorDir . '/automattic/jetpack-connection/src/identity-crisis/class-identity-crisis.php' |
| 228 | ), |
| 229 | 'Automattic\\Jetpack\\Modules' => array( |
| 230 | 'version' => '5.0.1.0', |
| 231 | 'path' => $vendorDir . '/automattic/jetpack-status/src/class-modules.php' |
| 232 | ), |
| 233 | 'Automattic\\Jetpack\\Partner' => array( |
| 234 | 'version' => '6.2.0.0', |
| 235 | 'path' => $vendorDir . '/automattic/jetpack-connection/src/class-partner.php' |
| 236 | ), |
| 237 | 'Automattic\\Jetpack\\Partner_Coupon' => array( |
| 238 | 'version' => '6.2.0.0', |
| 239 | 'path' => $vendorDir . '/automattic/jetpack-connection/src/class-partner-coupon.php' |
| 240 | ), |
| 241 | 'Automattic\\Jetpack\\Paths' => array( |
| 242 | 'version' => '5.0.1.0', |
| 243 | 'path' => $vendorDir . '/automattic/jetpack-status/src/class-paths.php' |
| 244 | ), |
| 245 | 'Automattic\\Jetpack\\Redirect' => array( |
| 246 | 'version' => '3.0.1.0', |
| 247 | 'path' => $vendorDir . '/automattic/jetpack-redirect/src/class-redirect.php' |
| 248 | ), |
| 249 | 'Automattic\\Jetpack\\Roles' => array( |
| 250 | 'version' => '3.0.1.0', |
| 251 | 'path' => $vendorDir . '/automattic/jetpack-roles/src/class-roles.php' |
| 252 | ), |
| 253 | 'Automattic\\Jetpack\\Status' => array( |
| 254 | 'version' => '5.0.1.0', |
| 255 | 'path' => $vendorDir . '/automattic/jetpack-status/src/class-status.php' |
| 256 | ), |
| 257 | 'Automattic\\Jetpack\\Status\\Cache' => array( |
| 258 | 'version' => '5.0.1.0', |
| 259 | 'path' => $vendorDir . '/automattic/jetpack-status/src/class-cache.php' |
| 260 | ), |
| 261 | 'Automattic\\Jetpack\\Status\\Host' => array( |
| 262 | 'version' => '5.0.1.0', |
| 263 | 'path' => $vendorDir . '/automattic/jetpack-status/src/class-host.php' |
| 264 | ), |
| 265 | 'Automattic\\Jetpack\\Status\\Visitor' => array( |
| 266 | 'version' => '5.0.1.0', |
| 267 | 'path' => $vendorDir . '/automattic/jetpack-status/src/class-visitor.php' |
| 268 | ), |
| 269 | 'Automattic\\Jetpack\\Terms_Of_Service' => array( |
| 270 | 'version' => '6.2.0.0', |
| 271 | 'path' => $vendorDir . '/automattic/jetpack-connection/src/class-terms-of-service.php' |
| 272 | ), |
| 273 | 'Automattic\\Jetpack\\Tracking' => array( |
| 274 | 'version' => '6.2.0.0', |
| 275 | 'path' => $vendorDir . '/automattic/jetpack-connection/src/class-tracking.php' |
| 276 | ), |
| 277 | 'Automattic\\WooCommerce\\Admin\\API\\AI\\AIEndpoint' => array( |
| 278 | 'version' => '9.6.0.0', |
| 279 | 'path' => $baseDir . '/src/Admin/API/AI/AIEndpoint.php' |
| 280 | ), |
| 281 | 'Automattic\\WooCommerce\\Admin\\API\\AI\\BusinessDescription' => array( |
| 282 | 'version' => '9.6.0.0', |
| 283 | 'path' => $baseDir . '/src/Admin/API/AI/BusinessDescription.php' |
| 284 | ), |
| 285 | 'Automattic\\WooCommerce\\Admin\\API\\AI\\Images' => array( |
| 286 | 'version' => '9.6.0.0', |
| 287 | 'path' => $baseDir . '/src/Admin/API/AI/Images.php' |
| 288 | ), |
| 289 | 'Automattic\\WooCommerce\\Admin\\API\\AI\\Middleware' => array( |
| 290 | 'version' => '9.6.0.0', |
| 291 | 'path' => $baseDir . '/src/Admin/API/AI/Middleware.php' |
| 292 | ), |
| 293 | 'Automattic\\WooCommerce\\Admin\\API\\AI\\Patterns' => array( |
| 294 | 'version' => '9.6.0.0', |
| 295 | 'path' => $baseDir . '/src/Admin/API/AI/Patterns.php' |
| 296 | ), |
| 297 | 'Automattic\\WooCommerce\\Admin\\API\\AI\\Product' => array( |
| 298 | 'version' => '9.6.0.0', |
| 299 | 'path' => $baseDir . '/src/Admin/API/AI/Product.php' |
| 300 | ), |
| 301 | 'Automattic\\WooCommerce\\Admin\\API\\AI\\StoreInfo' => array( |
| 302 | 'version' => '9.6.0.0', |
| 303 | 'path' => $baseDir . '/src/Admin/API/AI/StoreInfo.php' |
| 304 | ), |
| 305 | 'Automattic\\WooCommerce\\Admin\\API\\AI\\StoreTitle' => array( |
| 306 | 'version' => '9.6.0.0', |
| 307 | 'path' => $baseDir . '/src/Admin/API/AI/StoreTitle.php' |
| 308 | ), |
| 309 | 'Automattic\\WooCommerce\\Admin\\API\\Coupons' => array( |
| 310 | 'version' => '9.6.0.0', |
| 311 | 'path' => $baseDir . '/src/Admin/API/Coupons.php' |
| 312 | ), |
| 313 | 'Automattic\\WooCommerce\\Admin\\API\\CustomAttributeTraits' => array( |
| 314 | 'version' => '9.6.0.0', |
| 315 | 'path' => $baseDir . '/src/Admin/API/CustomAttributeTraits.php' |
| 316 | ), |
| 317 | 'Automattic\\WooCommerce\\Admin\\API\\Customers' => array( |
| 318 | 'version' => '9.6.0.0', |
| 319 | 'path' => $baseDir . '/src/Admin/API/Customers.php' |
| 320 | ), |
| 321 | 'Automattic\\WooCommerce\\Admin\\API\\Data' => array( |
| 322 | 'version' => '9.6.0.0', |
| 323 | 'path' => $baseDir . '/src/Admin/API/Data.php' |
| 324 | ), |
| 325 | 'Automattic\\WooCommerce\\Admin\\API\\DataCountries' => array( |
| 326 | 'version' => '9.6.0.0', |
| 327 | 'path' => $baseDir . '/src/Admin/API/DataCountries.php' |
| 328 | ), |
| 329 | 'Automattic\\WooCommerce\\Admin\\API\\DataDownloadIPs' => array( |
| 330 | 'version' => '9.6.0.0', |
| 331 | 'path' => $baseDir . '/src/Admin/API/DataDownloadIPs.php' |
| 332 | ), |
| 333 | 'Automattic\\WooCommerce\\Admin\\API\\Experiments' => array( |
| 334 | 'version' => '9.6.0.0', |
| 335 | 'path' => $baseDir . '/src/Admin/API/Experiments.php' |
| 336 | ), |
| 337 | 'Automattic\\WooCommerce\\Admin\\API\\Features' => array( |
| 338 | 'version' => '9.6.0.0', |
| 339 | 'path' => $baseDir . '/src/Admin/API/Features.php' |
| 340 | ), |
| 341 | 'Automattic\\WooCommerce\\Admin\\API\\Init' => array( |
| 342 | 'version' => '9.6.0.0', |
| 343 | 'path' => $baseDir . '/src/Admin/API/Init.php' |
| 344 | ), |
| 345 | 'Automattic\\WooCommerce\\Admin\\API\\LaunchYourStore' => array( |
| 346 | 'version' => '9.6.0.0', |
| 347 | 'path' => $baseDir . '/src/Admin/API/LaunchYourStore.php' |
| 348 | ), |
| 349 | 'Automattic\\WooCommerce\\Admin\\API\\Leaderboards' => array( |
| 350 | 'version' => '9.6.0.0', |
| 351 | 'path' => $baseDir . '/src/Admin/API/Leaderboards.php' |
| 352 | ), |
| 353 | 'Automattic\\WooCommerce\\Admin\\API\\Marketing' => array( |
| 354 | 'version' => '9.6.0.0', |
| 355 | 'path' => $baseDir . '/src/Admin/API/Marketing.php' |
| 356 | ), |
| 357 | 'Automattic\\WooCommerce\\Admin\\API\\MarketingCampaignTypes' => array( |
| 358 | 'version' => '9.6.0.0', |
| 359 | 'path' => $baseDir . '/src/Admin/API/MarketingCampaignTypes.php' |
| 360 | ), |
| 361 | 'Automattic\\WooCommerce\\Admin\\API\\MarketingCampaigns' => array( |
| 362 | 'version' => '9.6.0.0', |
| 363 | 'path' => $baseDir . '/src/Admin/API/MarketingCampaigns.php' |
| 364 | ), |
| 365 | 'Automattic\\WooCommerce\\Admin\\API\\MarketingChannels' => array( |
| 366 | 'version' => '9.6.0.0', |
| 367 | 'path' => $baseDir . '/src/Admin/API/MarketingChannels.php' |
| 368 | ), |
| 369 | 'Automattic\\WooCommerce\\Admin\\API\\MarketingOverview' => array( |
| 370 | 'version' => '9.6.0.0', |
| 371 | 'path' => $baseDir . '/src/Admin/API/MarketingOverview.php' |
| 372 | ), |
| 373 | 'Automattic\\WooCommerce\\Admin\\API\\MarketingRecommendations' => array( |
| 374 | 'version' => '9.6.0.0', |
| 375 | 'path' => $baseDir . '/src/Admin/API/MarketingRecommendations.php' |
| 376 | ), |
| 377 | 'Automattic\\WooCommerce\\Admin\\API\\MobileAppMagicLink' => array( |
| 378 | 'version' => '9.6.0.0', |
| 379 | 'path' => $baseDir . '/src/Admin/API/MobileAppMagicLink.php' |
| 380 | ), |
| 381 | 'Automattic\\WooCommerce\\Admin\\API\\NoteActions' => array( |
| 382 | 'version' => '9.6.0.0', |
| 383 | 'path' => $baseDir . '/src/Admin/API/NoteActions.php' |
| 384 | ), |
| 385 | 'Automattic\\WooCommerce\\Admin\\API\\Notes' => array( |
| 386 | 'version' => '9.6.0.0', |
| 387 | 'path' => $baseDir . '/src/Admin/API/Notes.php' |
| 388 | ), |
| 389 | 'Automattic\\WooCommerce\\Admin\\API\\Notice' => array( |
| 390 | 'version' => '9.6.0.0', |
| 391 | 'path' => $baseDir . '/src/Admin/API/Notice.php' |
| 392 | ), |
| 393 | 'Automattic\\WooCommerce\\Admin\\API\\OnboardingFreeExtensions' => array( |
| 394 | 'version' => '9.6.0.0', |
| 395 | 'path' => $baseDir . '/src/Admin/API/OnboardingFreeExtensions.php' |
| 396 | ), |
| 397 | 'Automattic\\WooCommerce\\Admin\\API\\OnboardingPlugins' => array( |
| 398 | 'version' => '9.6.0.0', |
| 399 | 'path' => $baseDir . '/src/Admin/API/OnboardingPlugins.php' |
| 400 | ), |
| 401 | 'Automattic\\WooCommerce\\Admin\\API\\OnboardingProductTypes' => array( |
| 402 | 'version' => '9.6.0.0', |
| 403 | 'path' => $baseDir . '/src/Admin/API/OnboardingProductTypes.php' |
| 404 | ), |
| 405 | 'Automattic\\WooCommerce\\Admin\\API\\OnboardingProducts' => array( |
| 406 | 'version' => '9.6.0.0', |
| 407 | 'path' => $baseDir . '/src/Admin/API/OnboardingProducts.php' |
| 408 | ), |
| 409 | 'Automattic\\WooCommerce\\Admin\\API\\OnboardingProfile' => array( |
| 410 | 'version' => '9.6.0.0', |
| 411 | 'path' => $baseDir . '/src/Admin/API/OnboardingProfile.php' |
| 412 | ), |
| 413 | 'Automattic\\WooCommerce\\Admin\\API\\OnboardingTasks' => array( |
| 414 | 'version' => '9.6.0.0', |
| 415 | 'path' => $baseDir . '/src/Admin/API/OnboardingTasks.php' |
| 416 | ), |
| 417 | 'Automattic\\WooCommerce\\Admin\\API\\OnboardingThemes' => array( |
| 418 | 'version' => '9.6.0.0', |
| 419 | 'path' => $baseDir . '/src/Admin/API/OnboardingThemes.php' |
| 420 | ), |
| 421 | 'Automattic\\WooCommerce\\Admin\\API\\Options' => array( |
| 422 | 'version' => '9.6.0.0', |
| 423 | 'path' => $baseDir . '/src/Admin/API/Options.php' |
| 424 | ), |
| 425 | 'Automattic\\WooCommerce\\Admin\\API\\Orders' => array( |
| 426 | 'version' => '9.6.0.0', |
| 427 | 'path' => $baseDir . '/src/Admin/API/Orders.php' |
| 428 | ), |
| 429 | 'Automattic\\WooCommerce\\Admin\\API\\PaymentGatewaySuggestions' => array( |
| 430 | 'version' => '9.6.0.0', |
| 431 | 'path' => $baseDir . '/src/Admin/API/PaymentGatewaySuggestions.php' |
| 432 | ), |
| 433 | 'Automattic\\WooCommerce\\Admin\\API\\Plugins' => array( |
| 434 | 'version' => '9.6.0.0', |
| 435 | 'path' => $baseDir . '/src/Admin/API/Plugins.php' |
| 436 | ), |
| 437 | 'Automattic\\WooCommerce\\Admin\\API\\ProductAttributeTerms' => array( |
| 438 | 'version' => '9.6.0.0', |
| 439 | 'path' => $baseDir . '/src/Admin/API/ProductAttributeTerms.php' |
| 440 | ), |
| 441 | 'Automattic\\WooCommerce\\Admin\\API\\ProductAttributes' => array( |
| 442 | 'version' => '9.6.0.0', |
| 443 | 'path' => $baseDir . '/src/Admin/API/ProductAttributes.php' |
| 444 | ), |
| 445 | 'Automattic\\WooCommerce\\Admin\\API\\ProductCategories' => array( |
| 446 | 'version' => '9.6.0.0', |
| 447 | 'path' => $baseDir . '/src/Admin/API/ProductCategories.php' |
| 448 | ), |
| 449 | 'Automattic\\WooCommerce\\Admin\\API\\ProductForm' => array( |
| 450 | 'version' => '9.6.0.0', |
| 451 | 'path' => $baseDir . '/src/Admin/API/ProductForm.php' |
| 452 | ), |
| 453 | 'Automattic\\WooCommerce\\Admin\\API\\ProductReviews' => array( |
| 454 | 'version' => '9.6.0.0', |
| 455 | 'path' => $baseDir . '/src/Admin/API/ProductReviews.php' |
| 456 | ), |
| 457 | 'Automattic\\WooCommerce\\Admin\\API\\ProductVariations' => array( |
| 458 | 'version' => '9.6.0.0', |
| 459 | 'path' => $baseDir . '/src/Admin/API/ProductVariations.php' |
| 460 | ), |
| 461 | 'Automattic\\WooCommerce\\Admin\\API\\Products' => array( |
| 462 | 'version' => '9.6.0.0', |
| 463 | 'path' => $baseDir . '/src/Admin/API/Products.php' |
| 464 | ), |
| 465 | 'Automattic\\WooCommerce\\Admin\\API\\ProductsLowInStock' => array( |
| 466 | 'version' => '9.6.0.0', |
| 467 | 'path' => $baseDir . '/src/Admin/API/ProductsLowInStock.php' |
| 468 | ), |
| 469 | 'Automattic\\WooCommerce\\Admin\\API\\Reports\\Cache' => array( |
| 470 | 'version' => '9.6.0.0', |
| 471 | 'path' => $baseDir . '/src/Admin/API/Reports/Cache.php' |
| 472 | ), |
| 473 | 'Automattic\\WooCommerce\\Admin\\API\\Reports\\Categories\\Controller' => array( |
| 474 | 'version' => '9.6.0.0', |
| 475 | 'path' => $baseDir . '/src/Admin/API/Reports/Categories/Controller.php' |
| 476 | ), |
| 477 | 'Automattic\\WooCommerce\\Admin\\API\\Reports\\Categories\\DataStore' => array( |
| 478 | 'version' => '9.6.0.0', |
| 479 | 'path' => $baseDir . '/src/Admin/API/Reports/Categories/DataStore.php' |
| 480 | ), |
| 481 | 'Automattic\\WooCommerce\\Admin\\API\\Reports\\Categories\\Query' => array( |
| 482 | 'version' => '9.6.0.0', |
| 483 | 'path' => $baseDir . '/src/Admin/API/Reports/Categories/Query.php' |
| 484 | ), |
| 485 | 'Automattic\\WooCommerce\\Admin\\API\\Reports\\Controller' => array( |
| 486 | 'version' => '9.6.0.0', |
| 487 | 'path' => $baseDir . '/src/Admin/API/Reports/Controller.php' |
| 488 | ), |
| 489 | 'Automattic\\WooCommerce\\Admin\\API\\Reports\\Coupons\\Controller' => array( |
| 490 | 'version' => '9.6.0.0', |
| 491 | 'path' => $baseDir . '/src/Admin/API/Reports/Coupons/Controller.php' |
| 492 | ), |
| 493 | 'Automattic\\WooCommerce\\Admin\\API\\Reports\\Coupons\\DataStore' => array( |
| 494 | 'version' => '9.6.0.0', |
| 495 | 'path' => $baseDir . '/src/Admin/API/Reports/Coupons/DataStore.php' |
| 496 | ), |
| 497 | 'Automattic\\WooCommerce\\Admin\\API\\Reports\\Coupons\\Query' => array( |
| 498 | 'version' => '9.6.0.0', |
| 499 | 'path' => $baseDir . '/src/Admin/API/Reports/Coupons/Query.php' |
| 500 | ), |
| 501 | 'Automattic\\WooCommerce\\Admin\\API\\Reports\\Coupons\\Stats\\Controller' => array( |
| 502 | 'version' => '9.6.0.0', |
| 503 | 'path' => $baseDir . '/src/Admin/API/Reports/Coupons/Stats/Controller.php' |
| 504 | ), |
| 505 | 'Automattic\\WooCommerce\\Admin\\API\\Reports\\Coupons\\Stats\\DataStore' => array( |
| 506 | 'version' => '9.6.0.0', |
| 507 | 'path' => $baseDir . '/src/Admin/API/Reports/Coupons/Stats/DataStore.php' |
| 508 | ), |
| 509 | 'Automattic\\WooCommerce\\Admin\\API\\Reports\\Coupons\\Stats\\Query' => array( |
| 510 | 'version' => '9.6.0.0', |
| 511 | 'path' => $baseDir . '/src/Admin/API/Reports/Coupons/Stats/Query.php' |
| 512 | ), |
| 513 | 'Automattic\\WooCommerce\\Admin\\API\\Reports\\Coupons\\Stats\\Segmenter' => array( |
| 514 | 'version' => '9.6.0.0', |
| 515 | 'path' => $baseDir . '/src/Admin/API/Reports/Coupons/Stats/Segmenter.php' |
| 516 | ), |
| 517 | 'Automattic\\WooCommerce\\Admin\\API\\Reports\\Customers\\Controller' => array( |
| 518 | 'version' => '9.6.0.0', |
| 519 | 'path' => $baseDir . '/src/Admin/API/Reports/Customers/Controller.php' |
| 520 | ), |
| 521 | 'Automattic\\WooCommerce\\Admin\\API\\Reports\\Customers\\DataStore' => array( |
| 522 | 'version' => '9.6.0.0', |
| 523 | 'path' => $baseDir . '/src/Admin/API/Reports/Customers/DataStore.php' |
| 524 | ), |
| 525 | 'Automattic\\WooCommerce\\Admin\\API\\Reports\\Customers\\Query' => array( |
| 526 | 'version' => '9.6.0.0', |
| 527 | 'path' => $baseDir . '/src/Admin/API/Reports/Customers/Query.php' |
| 528 | ), |
| 529 | 'Automattic\\WooCommerce\\Admin\\API\\Reports\\Customers\\Stats\\Controller' => array( |
| 530 | 'version' => '9.6.0.0', |
| 531 | 'path' => $baseDir . '/src/Admin/API/Reports/Customers/Stats/Controller.php' |
| 532 | ), |
| 533 | 'Automattic\\WooCommerce\\Admin\\API\\Reports\\Customers\\Stats\\DataStore' => array( |
| 534 | 'version' => '9.6.0.0', |
| 535 | 'path' => $baseDir . '/src/Admin/API/Reports/Customers/Stats/DataStore.php' |
| 536 | ), |
| 537 | 'Automattic\\WooCommerce\\Admin\\API\\Reports\\Customers\\Stats\\Query' => array( |
| 538 | 'version' => '9.6.0.0', |
| 539 | 'path' => $baseDir . '/src/Admin/API/Reports/Customers/Stats/Query.php' |
| 540 | ), |
| 541 | 'Automattic\\WooCommerce\\Admin\\API\\Reports\\DataStore' => array( |
| 542 | 'version' => '9.6.0.0', |
| 543 | 'path' => $baseDir . '/src/Admin/API/Reports/DataStore.php' |
| 544 | ), |
| 545 | 'Automattic\\WooCommerce\\Admin\\API\\Reports\\DataStoreInterface' => array( |
| 546 | 'version' => '9.6.0.0', |
| 547 | 'path' => $baseDir . '/src/Admin/API/Reports/DataStoreInterface.php' |
| 548 | ), |
| 549 | 'Automattic\\WooCommerce\\Admin\\API\\Reports\\Downloads\\Controller' => array( |
| 550 | 'version' => '9.6.0.0', |
| 551 | 'path' => $baseDir . '/src/Admin/API/Reports/Downloads/Controller.php' |
| 552 | ), |
| 553 | 'Automattic\\WooCommerce\\Admin\\API\\Reports\\Downloads\\DataStore' => array( |
| 554 | 'version' => '9.6.0.0', |
| 555 | 'path' => $baseDir . '/src/Admin/API/Reports/Downloads/DataStore.php' |
| 556 | ), |
| 557 | 'Automattic\\WooCommerce\\Admin\\API\\Reports\\Downloads\\Files\\Controller' => array( |
| 558 | 'version' => '9.6.0.0', |
| 559 | 'path' => $baseDir . '/src/Admin/API/Reports/Downloads/Files/Controller.php' |
| 560 | ), |
| 561 | 'Automattic\\WooCommerce\\Admin\\API\\Reports\\Downloads\\Query' => array( |
| 562 | 'version' => '9.6.0.0', |
| 563 | 'path' => $baseDir . '/src/Admin/API/Reports/Downloads/Query.php' |
| 564 | ), |
| 565 | 'Automattic\\WooCommerce\\Admin\\API\\Reports\\Downloads\\Stats\\Controller' => array( |
| 566 | 'version' => '9.6.0.0', |
| 567 | 'path' => $baseDir . '/src/Admin/API/Reports/Downloads/Stats/Controller.php' |
| 568 | ), |
| 569 | 'Automattic\\WooCommerce\\Admin\\API\\Reports\\Downloads\\Stats\\DataStore' => array( |
| 570 | 'version' => '9.6.0.0', |
| 571 | 'path' => $baseDir . '/src/Admin/API/Reports/Downloads/Stats/DataStore.php' |
| 572 | ), |
| 573 | 'Automattic\\WooCommerce\\Admin\\API\\Reports\\Downloads\\Stats\\Query' => array( |
| 574 | 'version' => '9.6.0.0', |
| 575 | 'path' => $baseDir . '/src/Admin/API/Reports/Downloads/Stats/Query.php' |
| 576 | ), |
| 577 | 'Automattic\\WooCommerce\\Admin\\API\\Reports\\Export\\Controller' => array( |
| 578 | 'version' => '9.6.0.0', |
| 579 | 'path' => $baseDir . '/src/Admin/API/Reports/Export/Controller.php' |
| 580 | ), |
| 581 | 'Automattic\\WooCommerce\\Admin\\API\\Reports\\ExportableInterface' => array( |
| 582 | 'version' => '9.6.0.0', |
| 583 | 'path' => $baseDir . '/src/Admin/API/Reports/ExportableInterface.php' |
| 584 | ), |
| 585 | 'Automattic\\WooCommerce\\Admin\\API\\Reports\\ExportableTraits' => array( |
| 586 | 'version' => '9.6.0.0', |
| 587 | 'path' => $baseDir . '/src/Admin/API/Reports/ExportableTraits.php' |
| 588 | ), |
| 589 | 'Automattic\\WooCommerce\\Admin\\API\\Reports\\FilteredGetDataTrait' => array( |
| 590 | 'version' => '9.6.0.0', |
| 591 | 'path' => $baseDir . '/src/Admin/API/Reports/FilteredGetDataTrait.php' |
| 592 | ), |
| 593 | 'Automattic\\WooCommerce\\Admin\\API\\Reports\\GenericController' => array( |
| 594 | 'version' => '9.6.0.0', |
| 595 | 'path' => $baseDir . '/src/Admin/API/Reports/GenericController.php' |
| 596 | ), |
| 597 | 'Automattic\\WooCommerce\\Admin\\API\\Reports\\GenericQuery' => array( |
| 598 | 'version' => '9.6.0.0', |
| 599 | 'path' => $baseDir . '/src/Admin/API/Reports/GenericQuery.php' |
| 600 | ), |
| 601 | 'Automattic\\WooCommerce\\Admin\\API\\Reports\\GenericStatsController' => array( |
| 602 | 'version' => '9.6.0.0', |
| 603 | 'path' => $baseDir . '/src/Admin/API/Reports/GenericStatsController.php' |
| 604 | ), |
| 605 | 'Automattic\\WooCommerce\\Admin\\API\\Reports\\Import\\Controller' => array( |
| 606 | 'version' => '9.6.0.0', |
| 607 | 'path' => $baseDir . '/src/Admin/API/Reports/Import/Controller.php' |
| 608 | ), |
| 609 | 'Automattic\\WooCommerce\\Admin\\API\\Reports\\OrderAwareControllerTrait' => array( |
| 610 | 'version' => '9.6.0.0', |
| 611 | 'path' => $baseDir . '/src/Admin/API/Reports/OrderAwareControllerTrait.php' |
| 612 | ), |
| 613 | 'Automattic\\WooCommerce\\Admin\\API\\Reports\\Orders\\Controller' => array( |
| 614 | 'version' => '9.6.0.0', |
| 615 | 'path' => $baseDir . '/src/Admin/API/Reports/Orders/Controller.php' |
| 616 | ), |
| 617 | 'Automattic\\WooCommerce\\Admin\\API\\Reports\\Orders\\DataStore' => array( |
| 618 | 'version' => '9.6.0.0', |
| 619 | 'path' => $baseDir . '/src/Admin/API/Reports/Orders/DataStore.php' |
| 620 | ), |
| 621 | 'Automattic\\WooCommerce\\Admin\\API\\Reports\\Orders\\Query' => array( |
| 622 | 'version' => '9.6.0.0', |
| 623 | 'path' => $baseDir . '/src/Admin/API/Reports/Orders/Query.php' |
| 624 | ), |
| 625 | 'Automattic\\WooCommerce\\Admin\\API\\Reports\\Orders\\Stats\\Controller' => array( |
| 626 | 'version' => '9.6.0.0', |
| 627 | 'path' => $baseDir . '/src/Admin/API/Reports/Orders/Stats/Controller.php' |
| 628 | ), |
| 629 | 'Automattic\\WooCommerce\\Admin\\API\\Reports\\Orders\\Stats\\DataStore' => array( |
| 630 | 'version' => '9.6.0.0', |
| 631 | 'path' => $baseDir . '/src/Admin/API/Reports/Orders/Stats/DataStore.php' |
| 632 | ), |
| 633 | 'Automattic\\WooCommerce\\Admin\\API\\Reports\\Orders\\Stats\\Query' => array( |
| 634 | 'version' => '9.6.0.0', |
| 635 | 'path' => $baseDir . '/src/Admin/API/Reports/Orders/Stats/Query.php' |
| 636 | ), |
| 637 | 'Automattic\\WooCommerce\\Admin\\API\\Reports\\Orders\\Stats\\Segmenter' => array( |
| 638 | 'version' => '9.6.0.0', |
| 639 | 'path' => $baseDir . '/src/Admin/API/Reports/Orders/Stats/Segmenter.php' |
| 640 | ), |
| 641 | 'Automattic\\WooCommerce\\Admin\\API\\Reports\\ParameterException' => array( |
| 642 | 'version' => '9.6.0.0', |
| 643 | 'path' => $baseDir . '/src/Admin/API/Reports/ParameterException.php' |
| 644 | ), |
| 645 | 'Automattic\\WooCommerce\\Admin\\API\\Reports\\PerformanceIndicators\\Controller' => array( |
| 646 | 'version' => '9.6.0.0', |
| 647 | 'path' => $baseDir . '/src/Admin/API/Reports/PerformanceIndicators/Controller.php' |
| 648 | ), |
| 649 | 'Automattic\\WooCommerce\\Admin\\API\\Reports\\Products\\Controller' => array( |
| 650 | 'version' => '9.6.0.0', |
| 651 | 'path' => $baseDir . '/src/Admin/API/Reports/Products/Controller.php' |
| 652 | ), |
| 653 | 'Automattic\\WooCommerce\\Admin\\API\\Reports\\Products\\DataStore' => array( |
| 654 | 'version' => '9.6.0.0', |
| 655 | 'path' => $baseDir . '/src/Admin/API/Reports/Products/DataStore.php' |
| 656 | ), |
| 657 | 'Automattic\\WooCommerce\\Admin\\API\\Reports\\Products\\Query' => array( |
| 658 | 'version' => '9.6.0.0', |
| 659 | 'path' => $baseDir . '/src/Admin/API/Reports/Products/Query.php' |
| 660 | ), |
| 661 | 'Automattic\\WooCommerce\\Admin\\API\\Reports\\Products\\Stats\\Controller' => array( |
| 662 | 'version' => '9.6.0.0', |
| 663 | 'path' => $baseDir . '/src/Admin/API/Reports/Products/Stats/Controller.php' |
| 664 | ), |
| 665 | 'Automattic\\WooCommerce\\Admin\\API\\Reports\\Products\\Stats\\DataStore' => array( |
| 666 | 'version' => '9.6.0.0', |
| 667 | 'path' => $baseDir . '/src/Admin/API/Reports/Products/Stats/DataStore.php' |
| 668 | ), |
| 669 | 'Automattic\\WooCommerce\\Admin\\API\\Reports\\Products\\Stats\\Query' => array( |
| 670 | 'version' => '9.6.0.0', |
| 671 | 'path' => $baseDir . '/src/Admin/API/Reports/Products/Stats/Query.php' |
| 672 | ), |
| 673 | 'Automattic\\WooCommerce\\Admin\\API\\Reports\\Products\\Stats\\Segmenter' => array( |
| 674 | 'version' => '9.6.0.0', |
| 675 | 'path' => $baseDir . '/src/Admin/API/Reports/Products/Stats/Segmenter.php' |
| 676 | ), |
| 677 | 'Automattic\\WooCommerce\\Admin\\API\\Reports\\Query' => array( |
| 678 | 'version' => '9.6.0.0', |
| 679 | 'path' => $baseDir . '/src/Admin/API/Reports/Query.php' |
| 680 | ), |
| 681 | 'Automattic\\WooCommerce\\Admin\\API\\Reports\\Revenue\\Query' => array( |
| 682 | 'version' => '9.6.0.0', |
| 683 | 'path' => $baseDir . '/src/Admin/API/Reports/Revenue/Query.php' |
| 684 | ), |
| 685 | 'Automattic\\WooCommerce\\Admin\\API\\Reports\\Revenue\\Stats\\Controller' => array( |
| 686 | 'version' => '9.6.0.0', |
| 687 | 'path' => $baseDir . '/src/Admin/API/Reports/Revenue/Stats/Controller.php' |
| 688 | ), |
| 689 | 'Automattic\\WooCommerce\\Admin\\API\\Reports\\Segmenter' => array( |
| 690 | 'version' => '9.6.0.0', |
| 691 | 'path' => $baseDir . '/src/Admin/API/Reports/Segmenter.php' |
| 692 | ), |
| 693 | 'Automattic\\WooCommerce\\Admin\\API\\Reports\\SqlQuery' => array( |
| 694 | 'version' => '9.6.0.0', |
| 695 | 'path' => $baseDir . '/src/Admin/API/Reports/SqlQuery.php' |
| 696 | ), |
| 697 | 'Automattic\\WooCommerce\\Admin\\API\\Reports\\StatsDataStoreTrait' => array( |
| 698 | 'version' => '9.6.0.0', |
| 699 | 'path' => $baseDir . '/src/Admin/API/Reports/StatsDataStoreTrait.php' |
| 700 | ), |
| 701 | 'Automattic\\WooCommerce\\Admin\\API\\Reports\\Stock\\Controller' => array( |
| 702 | 'version' => '9.6.0.0', |
| 703 | 'path' => $baseDir . '/src/Admin/API/Reports/Stock/Controller.php' |
| 704 | ), |
| 705 | 'Automattic\\WooCommerce\\Admin\\API\\Reports\\Stock\\Stats\\Controller' => array( |
| 706 | 'version' => '9.6.0.0', |
| 707 | 'path' => $baseDir . '/src/Admin/API/Reports/Stock/Stats/Controller.php' |
| 708 | ), |
| 709 | 'Automattic\\WooCommerce\\Admin\\API\\Reports\\Stock\\Stats\\DataStore' => array( |
| 710 | 'version' => '9.6.0.0', |
| 711 | 'path' => $baseDir . '/src/Admin/API/Reports/Stock/Stats/DataStore.php' |
| 712 | ), |
| 713 | 'Automattic\\WooCommerce\\Admin\\API\\Reports\\Stock\\Stats\\Query' => array( |
| 714 | 'version' => '9.6.0.0', |
| 715 | 'path' => $baseDir . '/src/Admin/API/Reports/Stock/Stats/Query.php' |
| 716 | ), |
| 717 | 'Automattic\\WooCommerce\\Admin\\API\\Reports\\Taxes\\Controller' => array( |
| 718 | 'version' => '9.6.0.0', |
| 719 | 'path' => $baseDir . '/src/Admin/API/Reports/Taxes/Controller.php' |
| 720 | ), |
| 721 | 'Automattic\\WooCommerce\\Admin\\API\\Reports\\Taxes\\DataStore' => array( |
| 722 | 'version' => '9.6.0.0', |
| 723 | 'path' => $baseDir . '/src/Admin/API/Reports/Taxes/DataStore.php' |
| 724 | ), |
| 725 | 'Automattic\\WooCommerce\\Admin\\API\\Reports\\Taxes\\Query' => array( |
| 726 | 'version' => '9.6.0.0', |
| 727 | 'path' => $baseDir . '/src/Admin/API/Reports/Taxes/Query.php' |
| 728 | ), |
| 729 | 'Automattic\\WooCommerce\\Admin\\API\\Reports\\Taxes\\Stats\\Controller' => array( |
| 730 | 'version' => '9.6.0.0', |
| 731 | 'path' => $baseDir . '/src/Admin/API/Reports/Taxes/Stats/Controller.php' |
| 732 | ), |
| 733 | 'Automattic\\WooCommerce\\Admin\\API\\Reports\\Taxes\\Stats\\DataStore' => array( |
| 734 | 'version' => '9.6.0.0', |
| 735 | 'path' => $baseDir . '/src/Admin/API/Reports/Taxes/Stats/DataStore.php' |
| 736 | ), |
| 737 | 'Automattic\\WooCommerce\\Admin\\API\\Reports\\Taxes\\Stats\\Query' => array( |
| 738 | 'version' => '9.6.0.0', |
| 739 | 'path' => $baseDir . '/src/Admin/API/Reports/Taxes/Stats/Query.php' |
| 740 | ), |
| 741 | 'Automattic\\WooCommerce\\Admin\\API\\Reports\\Taxes\\Stats\\Segmenter' => array( |
| 742 | 'version' => '9.6.0.0', |
| 743 | 'path' => $baseDir . '/src/Admin/API/Reports/Taxes/Stats/Segmenter.php' |
| 744 | ), |
| 745 | 'Automattic\\WooCommerce\\Admin\\API\\Reports\\TimeInterval' => array( |
| 746 | 'version' => '9.6.0.0', |
| 747 | 'path' => $baseDir . '/src/Admin/API/Reports/TimeInterval.php' |
| 748 | ), |
| 749 | 'Automattic\\WooCommerce\\Admin\\API\\Reports\\Variations\\Controller' => array( |
| 750 | 'version' => '9.6.0.0', |
| 751 | 'path' => $baseDir . '/src/Admin/API/Reports/Variations/Controller.php' |
| 752 | ), |
| 753 | 'Automattic\\WooCommerce\\Admin\\API\\Reports\\Variations\\DataStore' => array( |
| 754 | 'version' => '9.6.0.0', |
| 755 | 'path' => $baseDir . '/src/Admin/API/Reports/Variations/DataStore.php' |
| 756 | ), |
| 757 | 'Automattic\\WooCommerce\\Admin\\API\\Reports\\Variations\\Query' => array( |
| 758 | 'version' => '9.6.0.0', |
| 759 | 'path' => $baseDir . '/src/Admin/API/Reports/Variations/Query.php' |
| 760 | ), |
| 761 | 'Automattic\\WooCommerce\\Admin\\API\\Reports\\Variations\\Stats\\Controller' => array( |
| 762 | 'version' => '9.6.0.0', |
| 763 | 'path' => $baseDir . '/src/Admin/API/Reports/Variations/Stats/Controller.php' |
| 764 | ), |
| 765 | 'Automattic\\WooCommerce\\Admin\\API\\Reports\\Variations\\Stats\\DataStore' => array( |
| 766 | 'version' => '9.6.0.0', |
| 767 | 'path' => $baseDir . '/src/Admin/API/Reports/Variations/Stats/DataStore.php' |
| 768 | ), |
| 769 | 'Automattic\\WooCommerce\\Admin\\API\\Reports\\Variations\\Stats\\Query' => array( |
| 770 | 'version' => '9.6.0.0', |
| 771 | 'path' => $baseDir . '/src/Admin/API/Reports/Variations/Stats/Query.php' |
| 772 | ), |
| 773 | 'Automattic\\WooCommerce\\Admin\\API\\Reports\\Variations\\Stats\\Segmenter' => array( |
| 774 | 'version' => '9.6.0.0', |
| 775 | 'path' => $baseDir . '/src/Admin/API/Reports/Variations/Stats/Segmenter.php' |
| 776 | ), |
| 777 | 'Automattic\\WooCommerce\\Admin\\API\\SettingOptions' => array( |
| 778 | 'version' => '9.6.0.0', |
| 779 | 'path' => $baseDir . '/src/Admin/API/SettingOptions.php' |
| 780 | ), |
| 781 | 'Automattic\\WooCommerce\\Admin\\API\\ShippingPartnerSuggestions' => array( |
| 782 | 'version' => '9.6.0.0', |
| 783 | 'path' => $baseDir . '/src/Admin/API/ShippingPartnerSuggestions.php' |
| 784 | ), |
| 785 | 'Automattic\\WooCommerce\\Admin\\API\\Taxes' => array( |
| 786 | 'version' => '9.6.0.0', |
| 787 | 'path' => $baseDir . '/src/Admin/API/Taxes.php' |
| 788 | ), |
| 789 | 'Automattic\\WooCommerce\\Admin\\API\\Themes' => array( |
| 790 | 'version' => '9.6.0.0', |
| 791 | 'path' => $baseDir . '/src/Admin/API/Themes.php' |
| 792 | ), |
| 793 | 'Automattic\\WooCommerce\\Admin\\BlockTemplates\\BlockContainerInterface' => array( |
| 794 | 'version' => '9.6.0.0', |
| 795 | 'path' => $baseDir . '/src/Admin/BlockTemplates/BlockContainerInterface.php' |
| 796 | ), |
| 797 | 'Automattic\\WooCommerce\\Admin\\BlockTemplates\\BlockInterface' => array( |
| 798 | 'version' => '9.6.0.0', |
| 799 | 'path' => $baseDir . '/src/Admin/BlockTemplates/BlockInterface.php' |
| 800 | ), |
| 801 | 'Automattic\\WooCommerce\\Admin\\BlockTemplates\\BlockTemplateInterface' => array( |
| 802 | 'version' => '9.6.0.0', |
| 803 | 'path' => $baseDir . '/src/Admin/BlockTemplates/BlockTemplateInterface.php' |
| 804 | ), |
| 805 | 'Automattic\\WooCommerce\\Admin\\BlockTemplates\\ContainerInterface' => array( |
| 806 | 'version' => '9.6.0.0', |
| 807 | 'path' => $baseDir . '/src/Admin/BlockTemplates/ContainerInterface.php' |
| 808 | ), |
| 809 | 'Automattic\\WooCommerce\\Admin\\Composer\\Package' => array( |
| 810 | 'version' => '9.6.0.0', |
| 811 | 'path' => $baseDir . '/src/Admin/Composer/Package.php' |
| 812 | ), |
| 813 | 'Automattic\\WooCommerce\\Admin\\DataSourcePoller' => array( |
| 814 | 'version' => '9.6.0.0', |
| 815 | 'path' => $baseDir . '/src/Admin/DataSourcePoller.php' |
| 816 | ), |
| 817 | 'Automattic\\WooCommerce\\Admin\\DateTimeProvider\\CurrentDateTimeProvider' => array( |
| 818 | 'version' => '9.6.0.0', |
| 819 | 'path' => $baseDir . '/src/Admin/DateTimeProvider/CurrentDateTimeProvider.php' |
| 820 | ), |
| 821 | 'Automattic\\WooCommerce\\Admin\\DateTimeProvider\\DateTimeProviderInterface' => array( |
| 822 | 'version' => '9.6.0.0', |
| 823 | 'path' => $baseDir . '/src/Admin/DateTimeProvider/DateTimeProviderInterface.php' |
| 824 | ), |
| 825 | 'Automattic\\WooCommerce\\Admin\\DeprecatedClassFacade' => array( |
| 826 | 'version' => '9.6.0.0', |
| 827 | 'path' => $baseDir . '/src/Admin/DeprecatedClassFacade.php' |
| 828 | ), |
| 829 | 'Automattic\\WooCommerce\\Admin\\FeaturePlugin' => array( |
| 830 | 'version' => '9.6.0.0', |
| 831 | 'path' => $baseDir . '/src/Admin/FeaturePlugin.php' |
| 832 | ), |
| 833 | 'Automattic\\WooCommerce\\Admin\\Features\\AsyncProductEditorCategoryField\\Init' => array( |
| 834 | 'version' => '9.6.0.0', |
| 835 | 'path' => $baseDir . '/src/Admin/Features/AsyncProductEditorCategoryField/Init.php' |
| 836 | ), |
| 837 | 'Automattic\\WooCommerce\\Admin\\Features\\Blueprint\\Exporters\\ExportWCCoreProfilerOptions' => array( |
| 838 | 'version' => '9.6.0.0', |
| 839 | 'path' => $baseDir . '/src/Admin/Features/Blueprint/Exporters/ExportWCCoreProfilerOptions.php' |
| 840 | ), |
| 841 | 'Automattic\\WooCommerce\\Admin\\Features\\Blueprint\\Exporters\\ExportWCPaymentGateways' => array( |
| 842 | 'version' => '9.6.0.0', |
| 843 | 'path' => $baseDir . '/src/Admin/Features/Blueprint/Exporters/ExportWCPaymentGateways.php' |
| 844 | ), |
| 845 | 'Automattic\\WooCommerce\\Admin\\Features\\Blueprint\\Exporters\\ExportWCSettings' => array( |
| 846 | 'version' => '9.6.0.0', |
| 847 | 'path' => $baseDir . '/src/Admin/Features/Blueprint/Exporters/ExportWCSettings.php' |
| 848 | ), |
| 849 | 'Automattic\\WooCommerce\\Admin\\Features\\Blueprint\\Exporters\\ExportWCShipping' => array( |
| 850 | 'version' => '9.6.0.0', |
| 851 | 'path' => $baseDir . '/src/Admin/Features/Blueprint/Exporters/ExportWCShipping.php' |
| 852 | ), |
| 853 | 'Automattic\\WooCommerce\\Admin\\Features\\Blueprint\\Exporters\\ExportWCTaskOptions' => array( |
| 854 | 'version' => '9.6.0.0', |
| 855 | 'path' => $baseDir . '/src/Admin/Features/Blueprint/Exporters/ExportWCTaskOptions.php' |
| 856 | ), |
| 857 | 'Automattic\\WooCommerce\\Admin\\Features\\Blueprint\\Exporters\\ExportWCTaxRates' => array( |
| 858 | 'version' => '9.6.0.0', |
| 859 | 'path' => $baseDir . '/src/Admin/Features/Blueprint/Exporters/ExportWCTaxRates.php' |
| 860 | ), |
| 861 | 'Automattic\\WooCommerce\\Admin\\Features\\Blueprint\\Importers\\ImportSetWCPaymentGateways' => array( |
| 862 | 'version' => '9.6.0.0', |
| 863 | 'path' => $baseDir . '/src/Admin/Features/Blueprint/Importers/ImportSetWCPaymentGateways.php' |
| 864 | ), |
| 865 | 'Automattic\\WooCommerce\\Admin\\Features\\Blueprint\\Importers\\ImportSetWCShipping' => array( |
| 866 | 'version' => '9.6.0.0', |
| 867 | 'path' => $baseDir . '/src/Admin/Features/Blueprint/Importers/ImportSetWCShipping.php' |
| 868 | ), |
| 869 | 'Automattic\\WooCommerce\\Admin\\Features\\Blueprint\\Importers\\ImportSetWCTaxRates' => array( |
| 870 | 'version' => '9.6.0.0', |
| 871 | 'path' => $baseDir . '/src/Admin/Features/Blueprint/Importers/ImportSetWCTaxRates.php' |
| 872 | ), |
| 873 | 'Automattic\\WooCommerce\\Admin\\Features\\Blueprint\\Init' => array( |
| 874 | 'version' => '9.6.0.0', |
| 875 | 'path' => $baseDir . '/src/Admin/Features/Blueprint/Init.php' |
| 876 | ), |
| 877 | 'Automattic\\WooCommerce\\Admin\\Features\\Blueprint\\RestApi' => array( |
| 878 | 'version' => '9.6.0.0', |
| 879 | 'path' => $baseDir . '/src/Admin/Features/Blueprint/RestApi.php' |
| 880 | ), |
| 881 | 'Automattic\\WooCommerce\\Admin\\Features\\Blueprint\\Steps\\SetWCPaymentGateways' => array( |
| 882 | 'version' => '9.6.0.0', |
| 883 | 'path' => $baseDir . '/src/Admin/Features/Blueprint/Steps/SetWCPaymentGateways.php' |
| 884 | ), |
| 885 | 'Automattic\\WooCommerce\\Admin\\Features\\Blueprint\\Steps\\SetWCShipping' => array( |
| 886 | 'version' => '9.6.0.0', |
| 887 | 'path' => $baseDir . '/src/Admin/Features/Blueprint/Steps/SetWCShipping.php' |
| 888 | ), |
| 889 | 'Automattic\\WooCommerce\\Admin\\Features\\Blueprint\\Steps\\SetWCTaxRates' => array( |
| 890 | 'version' => '9.6.0.0', |
| 891 | 'path' => $baseDir . '/src/Admin/Features/Blueprint/Steps/SetWCTaxRates.php' |
| 892 | ), |
| 893 | 'Automattic\\WooCommerce\\Admin\\Features\\Features' => array( |
| 894 | 'version' => '9.6.0.0', |
| 895 | 'path' => $baseDir . '/src/Admin/Features/Features.php' |
| 896 | ), |
| 897 | 'Automattic\\WooCommerce\\Admin\\Features\\LaunchYourStore' => array( |
| 898 | 'version' => '9.6.0.0', |
| 899 | 'path' => $baseDir . '/src/Admin/Features/LaunchYourStore.php' |
| 900 | ), |
| 901 | 'Automattic\\WooCommerce\\Admin\\Features\\MarketingRecommendations\\DefaultMarketingRecommendations' => array( |
| 902 | 'version' => '9.6.0.0', |
| 903 | 'path' => $baseDir . '/src/Admin/Features/MarketingRecommendations/DefaultMarketingRecommendations.php' |
| 904 | ), |
| 905 | 'Automattic\\WooCommerce\\Admin\\Features\\MarketingRecommendations\\Init' => array( |
| 906 | 'version' => '9.6.0.0', |
| 907 | 'path' => $baseDir . '/src/Admin/Features/MarketingRecommendations/Init.php' |
| 908 | ), |
| 909 | 'Automattic\\WooCommerce\\Admin\\Features\\MarketingRecommendations\\MarketingRecommendationsDataSourcePoller' => array( |
| 910 | 'version' => '9.6.0.0', |
| 911 | 'path' => $baseDir . '/src/Admin/Features/MarketingRecommendations/MarketingRecommendationsDataSourcePoller.php' |
| 912 | ), |
| 913 | 'Automattic\\WooCommerce\\Admin\\Features\\MarketingRecommendations\\MiscRecommendationsDataSourcePoller' => array( |
| 914 | 'version' => '9.6.0.0', |
| 915 | 'path' => $baseDir . '/src/Admin/Features/MarketingRecommendations/MiscRecommendationsDataSourcePoller.php' |
| 916 | ), |
| 917 | 'Automattic\\WooCommerce\\Admin\\Features\\Navigation\\RemovedDeprecated' => array( |
| 918 | 'version' => '9.6.0.0', |
| 919 | 'path' => $baseDir . '/src/Admin/Features/Navigation/RemovedDeprecated.php' |
| 920 | ), |
| 921 | 'Automattic\\WooCommerce\\Admin\\Features\\Onboarding' => array( |
| 922 | 'version' => '9.6.0.0', |
| 923 | 'path' => $baseDir . '/src/Admin/Features/Onboarding.php' |
| 924 | ), |
| 925 | 'Automattic\\WooCommerce\\Admin\\Features\\OnboardingTasks\\DeprecatedExtendedTask' => array( |
| 926 | 'version' => '9.6.0.0', |
| 927 | 'path' => $baseDir . '/src/Admin/Features/OnboardingTasks/DeprecatedExtendedTask.php' |
| 928 | ), |
| 929 | 'Automattic\\WooCommerce\\Admin\\Features\\OnboardingTasks\\DeprecatedOptions' => array( |
| 930 | 'version' => '9.6.0.0', |
| 931 | 'path' => $baseDir . '/src/Admin/Features/OnboardingTasks/DeprecatedOptions.php' |
| 932 | ), |
| 933 | 'Automattic\\WooCommerce\\Admin\\Features\\OnboardingTasks\\Init' => array( |
| 934 | 'version' => '9.6.0.0', |
| 935 | 'path' => $baseDir . '/src/Admin/Features/OnboardingTasks/Init.php' |
| 936 | ), |
| 937 | 'Automattic\\WooCommerce\\Admin\\Features\\OnboardingTasks\\Task' => array( |
| 938 | 'version' => '9.6.0.0', |
| 939 | 'path' => $baseDir . '/src/Admin/Features/OnboardingTasks/Task.php' |
| 940 | ), |
| 941 | 'Automattic\\WooCommerce\\Admin\\Features\\OnboardingTasks\\TaskList' => array( |
| 942 | 'version' => '9.6.0.0', |
| 943 | 'path' => $baseDir . '/src/Admin/Features/OnboardingTasks/TaskList.php' |
| 944 | ), |
| 945 | 'Automattic\\WooCommerce\\Admin\\Features\\OnboardingTasks\\TaskListSection' => array( |
| 946 | 'version' => '9.6.0.0', |
| 947 | 'path' => $baseDir . '/src/Admin/Features/OnboardingTasks/TaskListSection.php' |
| 948 | ), |
| 949 | 'Automattic\\WooCommerce\\Admin\\Features\\OnboardingTasks\\TaskLists' => array( |
| 950 | 'version' => '9.6.0.0', |
| 951 | 'path' => $baseDir . '/src/Admin/Features/OnboardingTasks/TaskLists.php' |
| 952 | ), |
| 953 | 'Automattic\\WooCommerce\\Admin\\Features\\OnboardingTasks\\TaskTraits' => array( |
| 954 | 'version' => '9.6.0.0', |
| 955 | 'path' => $baseDir . '/src/Admin/Features/OnboardingTasks/TaskTraits.php' |
| 956 | ), |
| 957 | 'Automattic\\WooCommerce\\Admin\\Features\\OnboardingTasks\\Tasks\\AdditionalPayments' => array( |
| 958 | 'version' => '9.6.0.0', |
| 959 | 'path' => $baseDir . '/src/Admin/Features/OnboardingTasks/Tasks/AdditionalPayments.php' |
| 960 | ), |
| 961 | 'Automattic\\WooCommerce\\Admin\\Features\\OnboardingTasks\\Tasks\\Appearance' => array( |
| 962 | 'version' => '9.6.0.0', |
| 963 | 'path' => $baseDir . '/src/Admin/Features/OnboardingTasks/Tasks/Appearance.php' |
| 964 | ), |
| 965 | 'Automattic\\WooCommerce\\Admin\\Features\\OnboardingTasks\\Tasks\\CustomizeStore' => array( |
| 966 | 'version' => '9.6.0.0', |
| 967 | 'path' => $baseDir . '/src/Admin/Features/OnboardingTasks/Tasks/CustomizeStore.php' |
| 968 | ), |
| 969 | 'Automattic\\WooCommerce\\Admin\\Features\\OnboardingTasks\\Tasks\\ExperimentalShippingRecommendation' => array( |
| 970 | 'version' => '9.6.0.0', |
| 971 | 'path' => $baseDir . '/src/Admin/Features/OnboardingTasks/Tasks/ExperimentalShippingRecommendation.php' |
| 972 | ), |
| 973 | 'Automattic\\WooCommerce\\Admin\\Features\\OnboardingTasks\\Tasks\\ExtendStore' => array( |
| 974 | 'version' => '9.6.0.0', |
| 975 | 'path' => $baseDir . '/src/Admin/Features/OnboardingTasks/Tasks/ExtendStore.php' |
| 976 | ), |
| 977 | 'Automattic\\WooCommerce\\Admin\\Features\\OnboardingTasks\\Tasks\\GetMobileApp' => array( |
| 978 | 'version' => '9.6.0.0', |
| 979 | 'path' => $baseDir . '/src/Admin/Features/OnboardingTasks/Tasks/GetMobileApp.php' |
| 980 | ), |
| 981 | 'Automattic\\WooCommerce\\Admin\\Features\\OnboardingTasks\\Tasks\\LaunchYourStore' => array( |
| 982 | 'version' => '9.6.0.0', |
| 983 | 'path' => $baseDir . '/src/Admin/Features/OnboardingTasks/Tasks/LaunchYourStore.php' |
| 984 | ), |
| 985 | 'Automattic\\WooCommerce\\Admin\\Features\\OnboardingTasks\\Tasks\\Marketing' => array( |
| 986 | 'version' => '9.6.0.0', |
| 987 | 'path' => $baseDir . '/src/Admin/Features/OnboardingTasks/Tasks/Marketing.php' |
| 988 | ), |
| 989 | 'Automattic\\WooCommerce\\Admin\\Features\\OnboardingTasks\\Tasks\\Payments' => array( |
| 990 | 'version' => '9.6.0.0', |
| 991 | 'path' => $baseDir . '/src/Admin/Features/OnboardingTasks/Tasks/Payments.php' |
| 992 | ), |
| 993 | 'Automattic\\WooCommerce\\Admin\\Features\\OnboardingTasks\\Tasks\\Products' => array( |
| 994 | 'version' => '9.6.0.0', |
| 995 | 'path' => $baseDir . '/src/Admin/Features/OnboardingTasks/Tasks/Products.php' |
| 996 | ), |
| 997 | 'Automattic\\WooCommerce\\Admin\\Features\\OnboardingTasks\\Tasks\\ReviewShippingOptions' => array( |
| 998 | 'version' => '9.6.0.0', |
| 999 | 'path' => $baseDir . '/src/Admin/Features/OnboardingTasks/Tasks/ReviewShippingOptions.php' |
| 1000 | ), |
| 1001 | 'Automattic\\WooCommerce\\Admin\\Features\\OnboardingTasks\\Tasks\\Shipping' => array( |
| 1002 | 'version' => '9.6.0.0', |
| 1003 | 'path' => $baseDir . '/src/Admin/Features/OnboardingTasks/Tasks/Shipping.php' |
| 1004 | ), |
| 1005 | 'Automattic\\WooCommerce\\Admin\\Features\\OnboardingTasks\\Tasks\\StoreCreation' => array( |
| 1006 | 'version' => '9.6.0.0', |
| 1007 | 'path' => $baseDir . '/src/Admin/Features/OnboardingTasks/Tasks/StoreCreation.php' |
| 1008 | ), |
| 1009 | 'Automattic\\WooCommerce\\Admin\\Features\\OnboardingTasks\\Tasks\\StoreDetails' => array( |
| 1010 | 'version' => '9.6.0.0', |
| 1011 | 'path' => $baseDir . '/src/Admin/Features/OnboardingTasks/Tasks/StoreDetails.php' |
| 1012 | ), |
| 1013 | 'Automattic\\WooCommerce\\Admin\\Features\\OnboardingTasks\\Tasks\\Tax' => array( |
| 1014 | 'version' => '9.6.0.0', |
| 1015 | 'path' => $baseDir . '/src/Admin/Features/OnboardingTasks/Tasks/Tax.php' |
| 1016 | ), |
| 1017 | 'Automattic\\WooCommerce\\Admin\\Features\\OnboardingTasks\\Tasks\\TourInAppMarketplace' => array( |
| 1018 | 'version' => '9.6.0.0', |
| 1019 | 'path' => $baseDir . '/src/Admin/Features/OnboardingTasks/Tasks/TourInAppMarketplace.php' |
| 1020 | ), |
| 1021 | 'Automattic\\WooCommerce\\Admin\\Features\\OnboardingTasks\\Tasks\\WooCommercePayments' => array( |
| 1022 | 'version' => '9.6.0.0', |
| 1023 | 'path' => $baseDir . '/src/Admin/Features/OnboardingTasks/Tasks/WooCommercePayments.php' |
| 1024 | ), |
| 1025 | 'Automattic\\WooCommerce\\Admin\\Features\\PaymentGatewaySuggestions\\DefaultPaymentGateways' => array( |
| 1026 | 'version' => '9.6.0.0', |
| 1027 | 'path' => $baseDir . '/src/Admin/Features/PaymentGatewaySuggestions/DefaultPaymentGateways.php' |
| 1028 | ), |
| 1029 | 'Automattic\\WooCommerce\\Admin\\Features\\PaymentGatewaySuggestions\\EvaluateSuggestion' => array( |
| 1030 | 'version' => '9.6.0.0', |
| 1031 | 'path' => $baseDir . '/src/Admin/Features/PaymentGatewaySuggestions/EvaluateSuggestion.php' |
| 1032 | ), |
| 1033 | 'Automattic\\WooCommerce\\Admin\\Features\\PaymentGatewaySuggestions\\Init' => array( |
| 1034 | 'version' => '9.6.0.0', |
| 1035 | 'path' => $baseDir . '/src/Admin/Features/PaymentGatewaySuggestions/Init.php' |
| 1036 | ), |
| 1037 | 'Automattic\\WooCommerce\\Admin\\Features\\PaymentGatewaySuggestions\\PaymentGatewaySuggestionsDataSourcePoller' => array( |
| 1038 | 'version' => '9.6.0.0', |
| 1039 | 'path' => $baseDir . '/src/Admin/Features/PaymentGatewaySuggestions/PaymentGatewaySuggestionsDataSourcePoller.php' |
| 1040 | ), |
| 1041 | 'Automattic\\WooCommerce\\Admin\\Features\\PaymentGatewaySuggestions\\PaymentGatewaysController' => array( |
| 1042 | 'version' => '9.6.0.0', |
| 1043 | 'path' => $baseDir . '/src/Admin/Features/PaymentGatewaySuggestions/PaymentGatewaysController.php' |
| 1044 | ), |
| 1045 | 'Automattic\\WooCommerce\\Admin\\Features\\ProductBlockEditor\\BlockRegistry' => array( |
| 1046 | 'version' => '9.6.0.0', |
| 1047 | 'path' => $baseDir . '/src/Admin/Features/ProductBlockEditor/BlockRegistry.php' |
| 1048 | ), |
| 1049 | 'Automattic\\WooCommerce\\Admin\\Features\\ProductBlockEditor\\BlockTemplateUtils' => array( |
| 1050 | 'version' => '9.6.0.0', |
| 1051 | 'path' => $baseDir . '/src/Admin/Features/ProductBlockEditor/BlockTemplateUtils.php' |
| 1052 | ), |
| 1053 | 'Automattic\\WooCommerce\\Admin\\Features\\ProductBlockEditor\\Init' => array( |
| 1054 | 'version' => '9.6.0.0', |
| 1055 | 'path' => $baseDir . '/src/Admin/Features/ProductBlockEditor/Init.php' |
| 1056 | ), |
| 1057 | 'Automattic\\WooCommerce\\Admin\\Features\\ProductBlockEditor\\ProductFormsController' => array( |
| 1058 | 'version' => '9.6.0.0', |
| 1059 | 'path' => $baseDir . '/src/Admin/Features/ProductBlockEditor/ProductFormsController.php' |
| 1060 | ), |
| 1061 | 'Automattic\\WooCommerce\\Admin\\Features\\ProductBlockEditor\\ProductTemplate' => array( |
| 1062 | 'version' => '9.6.0.0', |
| 1063 | 'path' => $baseDir . '/src/Admin/Features/ProductBlockEditor/ProductTemplate.php' |
| 1064 | ), |
| 1065 | 'Automattic\\WooCommerce\\Admin\\Features\\ProductBlockEditor\\ProductTemplates\\GroupInterface' => array( |
| 1066 | 'version' => '9.6.0.0', |
| 1067 | 'path' => $baseDir . '/src/Admin/Features/ProductBlockEditor/ProductTemplates/GroupInterface.php' |
| 1068 | ), |
| 1069 | 'Automattic\\WooCommerce\\Admin\\Features\\ProductBlockEditor\\ProductTemplates\\ProductFormTemplateInterface' => array( |
| 1070 | 'version' => '9.6.0.0', |
| 1071 | 'path' => $baseDir . '/src/Admin/Features/ProductBlockEditor/ProductTemplates/ProductFormTemplateInterface.php' |
| 1072 | ), |
| 1073 | 'Automattic\\WooCommerce\\Admin\\Features\\ProductBlockEditor\\ProductTemplates\\SectionInterface' => array( |
| 1074 | 'version' => '9.6.0.0', |
| 1075 | 'path' => $baseDir . '/src/Admin/Features/ProductBlockEditor/ProductTemplates/SectionInterface.php' |
| 1076 | ), |
| 1077 | 'Automattic\\WooCommerce\\Admin\\Features\\ProductBlockEditor\\ProductTemplates\\SubsectionInterface' => array( |
| 1078 | 'version' => '9.6.0.0', |
| 1079 | 'path' => $baseDir . '/src/Admin/Features/ProductBlockEditor/ProductTemplates/SubsectionInterface.php' |
| 1080 | ), |
| 1081 | 'Automattic\\WooCommerce\\Admin\\Features\\ProductBlockEditor\\RedirectionController' => array( |
| 1082 | 'version' => '9.6.0.0', |
| 1083 | 'path' => $baseDir . '/src/Admin/Features/ProductBlockEditor/RedirectionController.php' |
| 1084 | ), |
| 1085 | 'Automattic\\WooCommerce\\Admin\\Features\\ProductBlockEditor\\Tracks' => array( |
| 1086 | 'version' => '9.6.0.0', |
| 1087 | 'path' => $baseDir . '/src/Admin/Features/ProductBlockEditor/Tracks.php' |
| 1088 | ), |
| 1089 | 'Automattic\\WooCommerce\\Admin\\Features\\ProductDataViews\\Init' => array( |
| 1090 | 'version' => '9.6.0.0', |
| 1091 | 'path' => $baseDir . '/src/Admin/Features/ProductDataViews/Init.php' |
| 1092 | ), |
| 1093 | 'Automattic\\WooCommerce\\Admin\\Features\\Settings\\Init' => array( |
| 1094 | 'version' => '9.6.0.0', |
| 1095 | 'path' => $baseDir . '/src/Admin/Features/Settings/Init.php' |
| 1096 | ), |
| 1097 | 'Automattic\\WooCommerce\\Admin\\Features\\Settings\\Transformer' => array( |
| 1098 | 'version' => '9.6.0.0', |
| 1099 | 'path' => $baseDir . '/src/Admin/Features/Settings/Transformer.php' |
| 1100 | ), |
| 1101 | 'Automattic\\WooCommerce\\Admin\\Features\\ShippingPartnerSuggestions\\DefaultShippingPartners' => array( |
| 1102 | 'version' => '9.6.0.0', |
| 1103 | 'path' => $baseDir . '/src/Admin/Features/ShippingPartnerSuggestions/DefaultShippingPartners.php' |
| 1104 | ), |
| 1105 | 'Automattic\\WooCommerce\\Admin\\Features\\ShippingPartnerSuggestions\\ShippingPartnerSuggestions' => array( |
| 1106 | 'version' => '9.6.0.0', |
| 1107 | 'path' => $baseDir . '/src/Admin/Features/ShippingPartnerSuggestions/ShippingPartnerSuggestions.php' |
| 1108 | ), |
| 1109 | 'Automattic\\WooCommerce\\Admin\\Features\\ShippingPartnerSuggestions\\ShippingPartnerSuggestionsDataSourcePoller' => array( |
| 1110 | 'version' => '9.6.0.0', |
| 1111 | 'path' => $baseDir . '/src/Admin/Features/ShippingPartnerSuggestions/ShippingPartnerSuggestionsDataSourcePoller.php' |
| 1112 | ), |
| 1113 | 'Automattic\\WooCommerce\\Admin\\Features\\TransientNotices' => array( |
| 1114 | 'version' => '9.6.0.0', |
| 1115 | 'path' => $baseDir . '/src/Admin/Features/TransientNotices.php' |
| 1116 | ), |
| 1117 | 'Automattic\\WooCommerce\\Admin\\Loader' => array( |
| 1118 | 'version' => '9.6.0.0', |
| 1119 | 'path' => $baseDir . '/src/Admin/Loader.php' |
| 1120 | ), |
| 1121 | 'Automattic\\WooCommerce\\Admin\\Marketing\\InstalledExtensions' => array( |
| 1122 | 'version' => '9.6.0.0', |
| 1123 | 'path' => $baseDir . '/src/Admin/Marketing/InstalledExtensions.php' |
| 1124 | ), |
| 1125 | 'Automattic\\WooCommerce\\Admin\\Marketing\\MarketingCampaign' => array( |
| 1126 | 'version' => '9.6.0.0', |
| 1127 | 'path' => $baseDir . '/src/Admin/Marketing/MarketingCampaign.php' |
| 1128 | ), |
| 1129 | 'Automattic\\WooCommerce\\Admin\\Marketing\\MarketingCampaignType' => array( |
| 1130 | 'version' => '9.6.0.0', |
| 1131 | 'path' => $baseDir . '/src/Admin/Marketing/MarketingCampaignType.php' |
| 1132 | ), |
| 1133 | 'Automattic\\WooCommerce\\Admin\\Marketing\\MarketingChannelInterface' => array( |
| 1134 | 'version' => '9.6.0.0', |
| 1135 | 'path' => $baseDir . '/src/Admin/Marketing/MarketingChannelInterface.php' |
| 1136 | ), |
| 1137 | 'Automattic\\WooCommerce\\Admin\\Marketing\\MarketingChannels' => array( |
| 1138 | 'version' => '9.6.0.0', |
| 1139 | 'path' => $baseDir . '/src/Admin/Marketing/MarketingChannels.php' |
| 1140 | ), |
| 1141 | 'Automattic\\WooCommerce\\Admin\\Marketing\\Price' => array( |
| 1142 | 'version' => '9.6.0.0', |
| 1143 | 'path' => $baseDir . '/src/Admin/Marketing/Price.php' |
| 1144 | ), |
| 1145 | 'Automattic\\WooCommerce\\Admin\\Notes\\DataStore' => array( |
| 1146 | 'version' => '9.6.0.0', |
| 1147 | 'path' => $baseDir . '/src/Admin/Notes/DataStore.php' |
| 1148 | ), |
| 1149 | 'Automattic\\WooCommerce\\Admin\\Notes\\Note' => array( |
| 1150 | 'version' => '9.6.0.0', |
| 1151 | 'path' => $baseDir . '/src/Admin/Notes/Note.php' |
| 1152 | ), |
| 1153 | 'Automattic\\WooCommerce\\Admin\\Notes\\NoteTraits' => array( |
| 1154 | 'version' => '9.6.0.0', |
| 1155 | 'path' => $baseDir . '/src/Admin/Notes/NoteTraits.php' |
| 1156 | ), |
| 1157 | 'Automattic\\WooCommerce\\Admin\\Notes\\Notes' => array( |
| 1158 | 'version' => '9.6.0.0', |
| 1159 | 'path' => $baseDir . '/src/Admin/Notes/Notes.php' |
| 1160 | ), |
| 1161 | 'Automattic\\WooCommerce\\Admin\\Notes\\NotesUnavailableException' => array( |
| 1162 | 'version' => '9.6.0.0', |
| 1163 | 'path' => $baseDir . '/src/Admin/Notes/NotesUnavailableException.php' |
| 1164 | ), |
| 1165 | 'Automattic\\WooCommerce\\Admin\\Notes\\WC_Admin_Note' => array( |
| 1166 | 'version' => '9.6.0.0', |
| 1167 | 'path' => $baseDir . '/src/Admin/Notes/DeprecatedNotes.php' |
| 1168 | ), |
| 1169 | 'Automattic\\WooCommerce\\Admin\\Notes\\WC_Admin_Notes' => array( |
| 1170 | 'version' => '9.6.0.0', |
| 1171 | 'path' => $baseDir . '/src/Admin/Notes/DeprecatedNotes.php' |
| 1172 | ), |
| 1173 | 'Automattic\\WooCommerce\\Admin\\Notes\\WC_Admin_Notes_Customize_Store_With_Blocks' => array( |
| 1174 | 'version' => '9.6.0.0', |
| 1175 | 'path' => $baseDir . '/src/Admin/Notes/DeprecatedNotes.php' |
| 1176 | ), |
| 1177 | 'Automattic\\WooCommerce\\Admin\\Notes\\WC_Admin_Notes_EU_VAT_Number' => array( |
| 1178 | 'version' => '9.6.0.0', |
| 1179 | 'path' => $baseDir . '/src/Admin/Notes/DeprecatedNotes.php' |
| 1180 | ), |
| 1181 | 'Automattic\\WooCommerce\\Admin\\Notes\\WC_Admin_Notes_Edit_Products_On_The_Move' => array( |
| 1182 | 'version' => '9.6.0.0', |
| 1183 | 'path' => $baseDir . '/src/Admin/Notes/DeprecatedNotes.php' |
| 1184 | ), |
| 1185 | 'Automattic\\WooCommerce\\Admin\\Notes\\WC_Admin_Notes_Facebook_Marketing_Expert' => array( |
| 1186 | 'version' => '9.6.0.0', |
| 1187 | 'path' => $baseDir . '/src/Admin/Notes/DeprecatedNotes.php' |
| 1188 | ), |
| 1189 | 'Automattic\\WooCommerce\\Admin\\Notes\\WC_Admin_Notes_First_Product' => array( |
| 1190 | 'version' => '9.6.0.0', |
| 1191 | 'path' => $baseDir . '/src/Admin/Notes/DeprecatedNotes.php' |
| 1192 | ), |
| 1193 | 'Automattic\\WooCommerce\\Admin\\Notes\\WC_Admin_Notes_Giving_Feedback_Notes' => array( |
| 1194 | 'version' => '9.6.0.0', |
| 1195 | 'path' => $baseDir . '/src/Admin/Notes/DeprecatedNotes.php' |
| 1196 | ), |
| 1197 | 'Automattic\\WooCommerce\\Admin\\Notes\\WC_Admin_Notes_Install_JP_And_WCS_Plugins' => array( |
| 1198 | 'version' => '9.6.0.0', |
| 1199 | 'path' => $baseDir . '/src/Admin/Notes/DeprecatedNotes.php' |
| 1200 | ), |
| 1201 | 'Automattic\\WooCommerce\\Admin\\Notes\\WC_Admin_Notes_Launch_Checklist' => array( |
| 1202 | 'version' => '9.6.0.0', |
| 1203 | 'path' => $baseDir . '/src/Admin/Notes/DeprecatedNotes.php' |
| 1204 | ), |
| 1205 | 'Automattic\\WooCommerce\\Admin\\Notes\\WC_Admin_Notes_Migrate_From_Shopify' => array( |
| 1206 | 'version' => '9.6.0.0', |
| 1207 | 'path' => $baseDir . '/src/Admin/Notes/DeprecatedNotes.php' |
| 1208 | ), |
| 1209 | 'Automattic\\WooCommerce\\Admin\\Notes\\WC_Admin_Notes_Mobile_App' => array( |
| 1210 | 'version' => '9.6.0.0', |
| 1211 | 'path' => $baseDir . '/src/Admin/Notes/DeprecatedNotes.php' |
| 1212 | ), |
| 1213 | 'Automattic\\WooCommerce\\Admin\\Notes\\WC_Admin_Notes_New_Sales_Record' => array( |
| 1214 | 'version' => '9.6.0.0', |
| 1215 | 'path' => $baseDir . '/src/Admin/Notes/DeprecatedNotes.php' |
| 1216 | ), |
| 1217 | 'Automattic\\WooCommerce\\Admin\\Notes\\WC_Admin_Notes_Onboarding_Email_Marketing' => array( |
| 1218 | 'version' => '9.6.0.0', |
| 1219 | 'path' => $baseDir . '/src/Admin/Notes/DeprecatedNotes.php' |
| 1220 | ), |
| 1221 | 'Automattic\\WooCommerce\\Admin\\Notes\\WC_Admin_Notes_Onboarding_Payments' => array( |
| 1222 | 'version' => '9.6.0.0', |
| 1223 | 'path' => $baseDir . '/src/Admin/Notes/DeprecatedNotes.php' |
| 1224 | ), |
| 1225 | 'Automattic\\WooCommerce\\Admin\\Notes\\WC_Admin_Notes_Online_Clothing_Store' => array( |
| 1226 | 'version' => '9.6.0.0', |
| 1227 | 'path' => $baseDir . '/src/Admin/Notes/DeprecatedNotes.php' |
| 1228 | ), |
| 1229 | 'Automattic\\WooCommerce\\Admin\\Notes\\WC_Admin_Notes_Order_Milestones' => array( |
| 1230 | 'version' => '9.6.0.0', |
| 1231 | 'path' => $baseDir . '/src/Admin/Notes/DeprecatedNotes.php' |
| 1232 | ), |
| 1233 | 'Automattic\\WooCommerce\\Admin\\Notes\\WC_Admin_Notes_Performance_On_Mobile' => array( |
| 1234 | 'version' => '9.6.0.0', |
| 1235 | 'path' => $baseDir . '/src/Admin/Notes/DeprecatedNotes.php' |
| 1236 | ), |
| 1237 | 'Automattic\\WooCommerce\\Admin\\Notes\\WC_Admin_Notes_Personalize_Store' => array( |
| 1238 | 'version' => '9.6.0.0', |
| 1239 | 'path' => $baseDir . '/src/Admin/Notes/DeprecatedNotes.php' |
| 1240 | ), |
| 1241 | 'Automattic\\WooCommerce\\Admin\\Notes\\WC_Admin_Notes_Real_Time_Order_Alerts' => array( |
| 1242 | 'version' => '9.6.0.0', |
| 1243 | 'path' => $baseDir . '/src/Admin/Notes/DeprecatedNotes.php' |
| 1244 | ), |
| 1245 | 'Automattic\\WooCommerce\\Admin\\Notes\\WC_Admin_Notes_Selling_Online_Courses' => array( |
| 1246 | 'version' => '9.6.0.0', |
| 1247 | 'path' => $baseDir . '/src/Admin/Notes/DeprecatedNotes.php' |
| 1248 | ), |
| 1249 | 'Automattic\\WooCommerce\\Admin\\Notes\\WC_Admin_Notes_Tracking_Opt_In' => array( |
| 1250 | 'version' => '9.6.0.0', |
| 1251 | 'path' => $baseDir . '/src/Admin/Notes/DeprecatedNotes.php' |
| 1252 | ), |
| 1253 | 'Automattic\\WooCommerce\\Admin\\Notes\\WC_Admin_Notes_WooCommerce_Payments' => array( |
| 1254 | 'version' => '9.6.0.0', |
| 1255 | 'path' => $baseDir . '/src/Admin/Notes/DeprecatedNotes.php' |
| 1256 | ), |
| 1257 | 'Automattic\\WooCommerce\\Admin\\Notes\\WC_Admin_Notes_WooCommerce_Subscriptions' => array( |
| 1258 | 'version' => '9.6.0.0', |
| 1259 | 'path' => $baseDir . '/src/Admin/Notes/DeprecatedNotes.php' |
| 1260 | ), |
| 1261 | 'Automattic\\WooCommerce\\Admin\\Notes\\WC_Admin_Notes_Woo_Subscriptions_Notes' => array( |
| 1262 | 'version' => '9.6.0.0', |
| 1263 | 'path' => $baseDir . '/src/Admin/Notes/DeprecatedNotes.php' |
| 1264 | ), |
| 1265 | 'Automattic\\WooCommerce\\Admin\\Overrides\\Order' => array( |
| 1266 | 'version' => '9.6.0.0', |
| 1267 | 'path' => $baseDir . '/src/Admin/Overrides/Order.php' |
| 1268 | ), |
| 1269 | 'Automattic\\WooCommerce\\Admin\\Overrides\\OrderRefund' => array( |
| 1270 | 'version' => '9.6.0.0', |
| 1271 | 'path' => $baseDir . '/src/Admin/Overrides/OrderRefund.php' |
| 1272 | ), |
| 1273 | 'Automattic\\WooCommerce\\Admin\\Overrides\\OrderTraits' => array( |
| 1274 | 'version' => '9.6.0.0', |
| 1275 | 'path' => $baseDir . '/src/Admin/Overrides/OrderTraits.php' |
| 1276 | ), |
| 1277 | 'Automattic\\WooCommerce\\Admin\\Overrides\\ThemeUpgrader' => array( |
| 1278 | 'version' => '9.6.0.0', |
| 1279 | 'path' => $baseDir . '/src/Admin/Overrides/ThemeUpgrader.php' |
| 1280 | ), |
| 1281 | 'Automattic\\WooCommerce\\Admin\\Overrides\\ThemeUpgraderSkin' => array( |
| 1282 | 'version' => '9.6.0.0', |
| 1283 | 'path' => $baseDir . '/src/Admin/Overrides/ThemeUpgraderSkin.php' |
| 1284 | ), |
| 1285 | 'Automattic\\WooCommerce\\Admin\\PageController' => array( |
| 1286 | 'version' => '9.6.0.0', |
| 1287 | 'path' => $baseDir . '/src/Admin/PageController.php' |
| 1288 | ), |
| 1289 | 'Automattic\\WooCommerce\\Admin\\PluginsHelper' => array( |
| 1290 | 'version' => '9.6.0.0', |
| 1291 | 'path' => $baseDir . '/src/Admin/PluginsHelper.php' |
| 1292 | ), |
| 1293 | 'Automattic\\WooCommerce\\Admin\\PluginsInstallLoggers\\AsyncPluginsInstallLogger' => array( |
| 1294 | 'version' => '9.6.0.0', |
| 1295 | 'path' => $baseDir . '/src/Admin/PluginsInstallLoggers/AsyncPluginsInstallLogger.php' |
| 1296 | ), |
| 1297 | 'Automattic\\WooCommerce\\Admin\\PluginsInstallLoggers\\PluginsInstallLogger' => array( |
| 1298 | 'version' => '9.6.0.0', |
| 1299 | 'path' => $baseDir . '/src/Admin/PluginsInstallLoggers/PluginsInstallLogger.php' |
| 1300 | ), |
| 1301 | 'Automattic\\WooCommerce\\Admin\\PluginsInstaller' => array( |
| 1302 | 'version' => '9.6.0.0', |
| 1303 | 'path' => $baseDir . '/src/Admin/PluginsInstaller.php' |
| 1304 | ), |
| 1305 | 'Automattic\\WooCommerce\\Admin\\PluginsProvider\\PluginsProvider' => array( |
| 1306 | 'version' => '9.6.0.0', |
| 1307 | 'path' => $baseDir . '/src/Admin/PluginsProvider/PluginsProvider.php' |
| 1308 | ), |
| 1309 | 'Automattic\\WooCommerce\\Admin\\PluginsProvider\\PluginsProviderInterface' => array( |
| 1310 | 'version' => '9.6.0.0', |
| 1311 | 'path' => $baseDir . '/src/Admin/PluginsProvider/PluginsProviderInterface.php' |
| 1312 | ), |
| 1313 | 'Automattic\\WooCommerce\\Admin\\RemoteInboxNotifications\\RemoteInboxNotificationsDataSourcePoller' => array( |
| 1314 | 'version' => '9.6.0.0', |
| 1315 | 'path' => $baseDir . '/src/Admin/RemoteInboxNotifications/RemoteInboxNotificationsDataSourcePoller.php' |
| 1316 | ), |
| 1317 | 'Automattic\\WooCommerce\\Admin\\RemoteInboxNotifications\\RemoteInboxNotificationsEngine' => array( |
| 1318 | 'version' => '9.6.0.0', |
| 1319 | 'path' => $baseDir . '/src/Admin/RemoteInboxNotifications/RemoteInboxNotificationsEngine.php' |
| 1320 | ), |
| 1321 | 'Automattic\\WooCommerce\\Admin\\RemoteInboxNotifications\\RuleProcessorInterface' => array( |
| 1322 | 'version' => '9.6.0.0', |
| 1323 | 'path' => $baseDir . '/src/Admin/RemoteInboxNotifications/RuleProcessorInterface.php' |
| 1324 | ), |
| 1325 | 'Automattic\\WooCommerce\\Admin\\RemoteInboxNotifications\\SpecRunner' => array( |
| 1326 | 'version' => '9.6.0.0', |
| 1327 | 'path' => $baseDir . '/src/Admin/RemoteInboxNotifications/SpecRunner.php' |
| 1328 | ), |
| 1329 | 'Automattic\\WooCommerce\\Admin\\RemoteInboxNotifications\\TransformerInterface' => array( |
| 1330 | 'version' => '9.6.0.0', |
| 1331 | 'path' => $baseDir . '/src/Admin/RemoteInboxNotifications/TransformerInterface.php' |
| 1332 | ), |
| 1333 | 'Automattic\\WooCommerce\\Admin\\RemoteSpecs\\DataSourcePoller' => array( |
| 1334 | 'version' => '9.6.0.0', |
| 1335 | 'path' => $baseDir . '/src/Admin/RemoteSpecs/DataSourcePoller.php' |
| 1336 | ), |
| 1337 | 'Automattic\\WooCommerce\\Admin\\RemoteSpecs\\RemoteSpecsEngine' => array( |
| 1338 | 'version' => '9.6.0.0', |
| 1339 | 'path' => $baseDir . '/src/Admin/RemoteSpecs/RemoteSpecsEngine.php' |
| 1340 | ), |
| 1341 | 'Automattic\\WooCommerce\\Admin\\RemoteSpecs\\RuleProcessors\\BaseLocationCountryRuleProcessor' => array( |
| 1342 | 'version' => '9.6.0.0', |
| 1343 | 'path' => $baseDir . '/src/Admin/RemoteSpecs/RuleProcessors/BaseLocationCountryRuleProcessor.php' |
| 1344 | ), |
| 1345 | 'Automattic\\WooCommerce\\Admin\\RemoteSpecs\\RuleProcessors\\BaseLocationStateRuleProcessor' => array( |
| 1346 | 'version' => '9.6.0.0', |
| 1347 | 'path' => $baseDir . '/src/Admin/RemoteSpecs/RuleProcessors/BaseLocationStateRuleProcessor.php' |
| 1348 | ), |
| 1349 | 'Automattic\\WooCommerce\\Admin\\RemoteSpecs\\RuleProcessors\\ComparisonOperation' => array( |
| 1350 | 'version' => '9.6.0.0', |
| 1351 | 'path' => $baseDir . '/src/Admin/RemoteSpecs/RuleProcessors/ComparisonOperation.php' |
| 1352 | ), |
| 1353 | 'Automattic\\WooCommerce\\Admin\\RemoteSpecs\\RuleProcessors\\EvaluateAndGetStatus' => array( |
| 1354 | 'version' => '9.6.0.0', |
| 1355 | 'path' => $baseDir . '/src/Admin/RemoteSpecs/RuleProcessors/EvaluateAndGetStatus.php' |
| 1356 | ), |
| 1357 | 'Automattic\\WooCommerce\\Admin\\RemoteSpecs\\RuleProcessors\\EvaluationLogger' => array( |
| 1358 | 'version' => '9.6.0.0', |
| 1359 | 'path' => $baseDir . '/src/Admin/RemoteSpecs/RuleProcessors/EvaluationLogger.php' |
| 1360 | ), |
| 1361 | 'Automattic\\WooCommerce\\Admin\\RemoteSpecs\\RuleProcessors\\FailRuleProcessor' => array( |
| 1362 | 'version' => '9.6.0.0', |
| 1363 | 'path' => $baseDir . '/src/Admin/RemoteSpecs/RuleProcessors/FailRuleProcessor.php' |
| 1364 | ), |
| 1365 | 'Automattic\\WooCommerce\\Admin\\RemoteSpecs\\RuleProcessors\\GetRuleProcessor' => array( |
| 1366 | 'version' => '9.6.0.0', |
| 1367 | 'path' => $baseDir . '/src/Admin/RemoteSpecs/RuleProcessors/GetRuleProcessor.php' |
| 1368 | ), |
| 1369 | 'Automattic\\WooCommerce\\Admin\\RemoteSpecs\\RuleProcessors\\IsEcommerceRuleProcessor' => array( |
| 1370 | 'version' => '9.6.0.0', |
| 1371 | 'path' => $baseDir . '/src/Admin/RemoteSpecs/RuleProcessors/IsEcommerceRuleProcessor.php' |
| 1372 | ), |
| 1373 | 'Automattic\\WooCommerce\\Admin\\RemoteSpecs\\RuleProcessors\\IsWooExpressRuleProcessor' => array( |
| 1374 | 'version' => '9.6.0.0', |
| 1375 | 'path' => $baseDir . '/src/Admin/RemoteSpecs/RuleProcessors/IsWooExpressRuleProcessor.php' |
| 1376 | ), |
| 1377 | 'Automattic\\WooCommerce\\Admin\\RemoteSpecs\\RuleProcessors\\NotRuleProcessor' => array( |
| 1378 | 'version' => '9.6.0.0', |
| 1379 | 'path' => $baseDir . '/src/Admin/RemoteSpecs/RuleProcessors/NotRuleProcessor.php' |
| 1380 | ), |
| 1381 | 'Automattic\\WooCommerce\\Admin\\RemoteSpecs\\RuleProcessors\\NoteStatusRuleProcessor' => array( |
| 1382 | 'version' => '9.6.0.0', |
| 1383 | 'path' => $baseDir . '/src/Admin/RemoteSpecs/RuleProcessors/NoteStatusRuleProcessor.php' |
| 1384 | ), |
| 1385 | 'Automattic\\WooCommerce\\Admin\\RemoteSpecs\\RuleProcessors\\OnboardingProfileRuleProcessor' => array( |
| 1386 | 'version' => '9.6.0.0', |
| 1387 | 'path' => $baseDir . '/src/Admin/RemoteSpecs/RuleProcessors/OnboardingProfileRuleProcessor.php' |
| 1388 | ), |
| 1389 | 'Automattic\\WooCommerce\\Admin\\RemoteSpecs\\RuleProcessors\\OptionRuleProcessor' => array( |
| 1390 | 'version' => '9.6.0.0', |
| 1391 | 'path' => $baseDir . '/src/Admin/RemoteSpecs/RuleProcessors/OptionRuleProcessor.php' |
| 1392 | ), |
| 1393 | 'Automattic\\WooCommerce\\Admin\\RemoteSpecs\\RuleProcessors\\OrRuleProcessor' => array( |
| 1394 | 'version' => '9.6.0.0', |
| 1395 | 'path' => $baseDir . '/src/Admin/RemoteSpecs/RuleProcessors/OrRuleProcessor.php' |
| 1396 | ), |
| 1397 | 'Automattic\\WooCommerce\\Admin\\RemoteSpecs\\RuleProcessors\\OrderCountRuleProcessor' => array( |
| 1398 | 'version' => '9.6.0.0', |
| 1399 | 'path' => $baseDir . '/src/Admin/RemoteSpecs/RuleProcessors/OrderCountRuleProcessor.php' |
| 1400 | ), |
| 1401 | 'Automattic\\WooCommerce\\Admin\\RemoteSpecs\\RuleProcessors\\OrdersProvider' => array( |
| 1402 | 'version' => '9.6.0.0', |
| 1403 | 'path' => $baseDir . '/src/Admin/RemoteSpecs/RuleProcessors/OrdersProvider.php' |
| 1404 | ), |
| 1405 | 'Automattic\\WooCommerce\\Admin\\RemoteSpecs\\RuleProcessors\\PassRuleProcessor' => array( |
| 1406 | 'version' => '9.6.0.0', |
| 1407 | 'path' => $baseDir . '/src/Admin/RemoteSpecs/RuleProcessors/PassRuleProcessor.php' |
| 1408 | ), |
| 1409 | 'Automattic\\WooCommerce\\Admin\\RemoteSpecs\\RuleProcessors\\PluginVersionRuleProcessor' => array( |
| 1410 | 'version' => '9.6.0.0', |
| 1411 | 'path' => $baseDir . '/src/Admin/RemoteSpecs/RuleProcessors/PluginVersionRuleProcessor.php' |
| 1412 | ), |
| 1413 | 'Automattic\\WooCommerce\\Admin\\RemoteSpecs\\RuleProcessors\\PluginsActivatedRuleProcessor' => array( |
| 1414 | 'version' => '9.6.0.0', |
| 1415 | 'path' => $baseDir . '/src/Admin/RemoteSpecs/RuleProcessors/PluginsActivatedRuleProcessor.php' |
| 1416 | ), |
| 1417 | 'Automattic\\WooCommerce\\Admin\\RemoteSpecs\\RuleProcessors\\ProductCountRuleProcessor' => array( |
| 1418 | 'version' => '9.6.0.0', |
| 1419 | 'path' => $baseDir . '/src/Admin/RemoteSpecs/RuleProcessors/ProductCountRuleProcessor.php' |
| 1420 | ), |
| 1421 | 'Automattic\\WooCommerce\\Admin\\RemoteSpecs\\RuleProcessors\\PublishAfterTimeRuleProcessor' => array( |
| 1422 | 'version' => '9.6.0.0', |
| 1423 | 'path' => $baseDir . '/src/Admin/RemoteSpecs/RuleProcessors/PublishAfterTimeRuleProcessor.php' |
| 1424 | ), |
| 1425 | 'Automattic\\WooCommerce\\Admin\\RemoteSpecs\\RuleProcessors\\PublishBeforeTimeRuleProcessor' => array( |
| 1426 | 'version' => '9.6.0.0', |
| 1427 | 'path' => $baseDir . '/src/Admin/RemoteSpecs/RuleProcessors/PublishBeforeTimeRuleProcessor.php' |
| 1428 | ), |
| 1429 | 'Automattic\\WooCommerce\\Admin\\RemoteSpecs\\RuleProcessors\\RuleEvaluator' => array( |
| 1430 | 'version' => '9.6.0.0', |
| 1431 | 'path' => $baseDir . '/src/Admin/RemoteSpecs/RuleProcessors/RuleEvaluator.php' |
| 1432 | ), |
| 1433 | 'Automattic\\WooCommerce\\Admin\\RemoteSpecs\\RuleProcessors\\RuleProcessorInterface' => array( |
| 1434 | 'version' => '9.6.0.0', |
| 1435 | 'path' => $baseDir . '/src/Admin/RemoteSpecs/RuleProcessors/RuleProcessorInterface.php' |
| 1436 | ), |
| 1437 | 'Automattic\\WooCommerce\\Admin\\RemoteSpecs\\RuleProcessors\\StoredStateRuleProcessor' => array( |
| 1438 | 'version' => '9.6.0.0', |
| 1439 | 'path' => $baseDir . '/src/Admin/RemoteSpecs/RuleProcessors/StoredStateRuleProcessor.php' |
| 1440 | ), |
| 1441 | 'Automattic\\WooCommerce\\Admin\\RemoteSpecs\\RuleProcessors\\StoredStateSetupForProducts' => array( |
| 1442 | 'version' => '9.6.0.0', |
| 1443 | 'path' => $baseDir . '/src/Admin/RemoteSpecs/RuleProcessors/StoredStateSetupForProducts.php' |
| 1444 | ), |
| 1445 | 'Automattic\\WooCommerce\\Admin\\RemoteSpecs\\RuleProcessors\\TotalPaymentsVolumeProcessor' => array( |
| 1446 | 'version' => '9.6.0.0', |
| 1447 | 'path' => $baseDir . '/src/Admin/RemoteSpecs/RuleProcessors/TotalPaymentsVolumeProcessor.php' |
| 1448 | ), |
| 1449 | 'Automattic\\WooCommerce\\Admin\\RemoteSpecs\\RuleProcessors\\Transformers\\ArrayColumn' => array( |
| 1450 | 'version' => '9.6.0.0', |
| 1451 | 'path' => $baseDir . '/src/Admin/RemoteSpecs/RuleProcessors/Transformers/ArrayColumn.php' |
| 1452 | ), |
| 1453 | 'Automattic\\WooCommerce\\Admin\\RemoteSpecs\\RuleProcessors\\Transformers\\ArrayFlatten' => array( |
| 1454 | 'version' => '9.6.0.0', |
| 1455 | 'path' => $baseDir . '/src/Admin/RemoteSpecs/RuleProcessors/Transformers/ArrayFlatten.php' |
| 1456 | ), |
| 1457 | 'Automattic\\WooCommerce\\Admin\\RemoteSpecs\\RuleProcessors\\Transformers\\ArrayKeys' => array( |
| 1458 | 'version' => '9.6.0.0', |
| 1459 | 'path' => $baseDir . '/src/Admin/RemoteSpecs/RuleProcessors/Transformers/ArrayKeys.php' |
| 1460 | ), |
| 1461 | 'Automattic\\WooCommerce\\Admin\\RemoteSpecs\\RuleProcessors\\Transformers\\ArraySearch' => array( |
| 1462 | 'version' => '9.6.0.0', |
| 1463 | 'path' => $baseDir . '/src/Admin/RemoteSpecs/RuleProcessors/Transformers/ArraySearch.php' |
| 1464 | ), |
| 1465 | 'Automattic\\WooCommerce\\Admin\\RemoteSpecs\\RuleProcessors\\Transformers\\ArrayValues' => array( |
| 1466 | 'version' => '9.6.0.0', |
| 1467 | 'path' => $baseDir . '/src/Admin/RemoteSpecs/RuleProcessors/Transformers/ArrayValues.php' |
| 1468 | ), |
| 1469 | 'Automattic\\WooCommerce\\Admin\\RemoteSpecs\\RuleProcessors\\Transformers\\Count' => array( |
| 1470 | 'version' => '9.6.0.0', |
| 1471 | 'path' => $baseDir . '/src/Admin/RemoteSpecs/RuleProcessors/Transformers/Count.php' |
| 1472 | ), |
| 1473 | 'Automattic\\WooCommerce\\Admin\\RemoteSpecs\\RuleProcessors\\Transformers\\DotNotation' => array( |
| 1474 | 'version' => '9.6.0.0', |
| 1475 | 'path' => $baseDir . '/src/Admin/RemoteSpecs/RuleProcessors/Transformers/DotNotation.php' |
| 1476 | ), |
| 1477 | 'Automattic\\WooCommerce\\Admin\\RemoteSpecs\\RuleProcessors\\Transformers\\PrepareUrl' => array( |
| 1478 | 'version' => '9.6.0.0', |
| 1479 | 'path' => $baseDir . '/src/Admin/RemoteSpecs/RuleProcessors/Transformers/PrepareUrl.php' |
| 1480 | ), |
| 1481 | 'Automattic\\WooCommerce\\Admin\\RemoteSpecs\\RuleProcessors\\Transformers\\TransformerInterface' => array( |
| 1482 | 'version' => '9.6.0.0', |
| 1483 | 'path' => $baseDir . '/src/Admin/RemoteSpecs/RuleProcessors/Transformers/TransformerInterface.php' |
| 1484 | ), |
| 1485 | 'Automattic\\WooCommerce\\Admin\\RemoteSpecs\\RuleProcessors\\Transformers\\TransformerService' => array( |
| 1486 | 'version' => '9.6.0.0', |
| 1487 | 'path' => $baseDir . '/src/Admin/RemoteSpecs/RuleProcessors/Transformers/TransformerService.php' |
| 1488 | ), |
| 1489 | 'Automattic\\WooCommerce\\Admin\\RemoteSpecs\\RuleProcessors\\WCAdminActiveForProvider' => array( |
| 1490 | 'version' => '9.6.0.0', |
| 1491 | 'path' => $baseDir . '/src/Admin/RemoteSpecs/RuleProcessors/WCAdminActiveForProvider.php' |
| 1492 | ), |
| 1493 | 'Automattic\\WooCommerce\\Admin\\RemoteSpecs\\RuleProcessors\\WCAdminActiveForRuleProcessor' => array( |
| 1494 | 'version' => '9.6.0.0', |
| 1495 | 'path' => $baseDir . '/src/Admin/RemoteSpecs/RuleProcessors/WCAdminActiveForRuleProcessor.php' |
| 1496 | ), |
| 1497 | 'Automattic\\WooCommerce\\Admin\\RemoteSpecs\\RuleProcessors\\WooCommerceAdminUpdatedRuleProcessor' => array( |
| 1498 | 'version' => '9.6.0.0', |
| 1499 | 'path' => $baseDir . '/src/Admin/RemoteSpecs/RuleProcessors/WooCommerceAdminUpdatedRuleProcessor.php' |
| 1500 | ), |
| 1501 | 'Automattic\\WooCommerce\\Admin\\ReportCSVEmail' => array( |
| 1502 | 'version' => '9.6.0.0', |
| 1503 | 'path' => $baseDir . '/src/Admin/ReportCSVEmail.php' |
| 1504 | ), |
| 1505 | 'Automattic\\WooCommerce\\Admin\\ReportCSVExporter' => array( |
| 1506 | 'version' => '9.6.0.0', |
| 1507 | 'path' => $baseDir . '/src/Admin/ReportCSVExporter.php' |
| 1508 | ), |
| 1509 | 'Automattic\\WooCommerce\\Admin\\ReportExporter' => array( |
| 1510 | 'version' => '9.6.0.0', |
| 1511 | 'path' => $baseDir . '/src/Admin/ReportExporter.php' |
| 1512 | ), |
| 1513 | 'Automattic\\WooCommerce\\Admin\\ReportsSync' => array( |
| 1514 | 'version' => '9.6.0.0', |
| 1515 | 'path' => $baseDir . '/src/Admin/ReportsSync.php' |
| 1516 | ), |
| 1517 | 'Automattic\\WooCommerce\\Admin\\Schedulers\\SchedulerTraits' => array( |
| 1518 | 'version' => '9.6.0.0', |
| 1519 | 'path' => $baseDir . '/src/Admin/Schedulers/SchedulerTraits.php' |
| 1520 | ), |
| 1521 | 'Automattic\\WooCommerce\\Admin\\WCAdminHelper' => array( |
| 1522 | 'version' => '9.6.0.0', |
| 1523 | 'path' => $baseDir . '/src/Admin/WCAdminHelper.php' |
| 1524 | ), |
| 1525 | 'Automattic\\WooCommerce\\Autoloader' => array( |
| 1526 | 'version' => '9.6.0.0', |
| 1527 | 'path' => $baseDir . '/src/Autoloader.php' |
| 1528 | ), |
| 1529 | 'Automattic\\WooCommerce\\Blocks\\AIContent\\ContentProcessor' => array( |
| 1530 | 'version' => '9.6.0.0', |
| 1531 | 'path' => $baseDir . '/src/Blocks/AIContent/ContentProcessor.php' |
| 1532 | ), |
| 1533 | 'Automattic\\WooCommerce\\Blocks\\AIContent\\PatternsDictionary' => array( |
| 1534 | 'version' => '9.6.0.0', |
| 1535 | 'path' => $baseDir . '/src/Blocks/AIContent/PatternsDictionary.php' |
| 1536 | ), |
| 1537 | 'Automattic\\WooCommerce\\Blocks\\AIContent\\PatternsHelper' => array( |
| 1538 | 'version' => '9.6.0.0', |
| 1539 | 'path' => $baseDir . '/src/Blocks/AIContent/PatternsHelper.php' |
| 1540 | ), |
| 1541 | 'Automattic\\WooCommerce\\Blocks\\AIContent\\UpdatePatterns' => array( |
| 1542 | 'version' => '9.6.0.0', |
| 1543 | 'path' => $baseDir . '/src/Blocks/AIContent/UpdatePatterns.php' |
| 1544 | ), |
| 1545 | 'Automattic\\WooCommerce\\Blocks\\AIContent\\UpdateProducts' => array( |
| 1546 | 'version' => '9.6.0.0', |
| 1547 | 'path' => $baseDir . '/src/Blocks/AIContent/UpdateProducts.php' |
| 1548 | ), |
| 1549 | 'Automattic\\WooCommerce\\Blocks\\AI\\Configuration' => array( |
| 1550 | 'version' => '9.6.0.0', |
| 1551 | 'path' => $baseDir . '/src/Blocks/AI/Configuration.php' |
| 1552 | ), |
| 1553 | 'Automattic\\WooCommerce\\Blocks\\AI\\Connection' => array( |
| 1554 | 'version' => '9.6.0.0', |
| 1555 | 'path' => $baseDir . '/src/Blocks/AI/Connection.php' |
| 1556 | ), |
| 1557 | 'Automattic\\WooCommerce\\Blocks\\Assets' => array( |
| 1558 | 'version' => '9.6.0.0', |
| 1559 | 'path' => $baseDir . '/src/Blocks/Assets.php' |
| 1560 | ), |
| 1561 | 'Automattic\\WooCommerce\\Blocks\\AssetsController' => array( |
| 1562 | 'version' => '9.6.0.0', |
| 1563 | 'path' => $baseDir . '/src/Blocks/AssetsController.php' |
| 1564 | ), |
| 1565 | 'Automattic\\WooCommerce\\Blocks\\Assets\\Api' => array( |
| 1566 | 'version' => '9.6.0.0', |
| 1567 | 'path' => $baseDir . '/src/Blocks/Assets/Api.php' |
| 1568 | ), |
| 1569 | 'Automattic\\WooCommerce\\Blocks\\Assets\\AssetDataRegistry' => array( |
| 1570 | 'version' => '9.6.0.0', |
| 1571 | 'path' => $baseDir . '/src/Blocks/Assets/AssetDataRegistry.php' |
| 1572 | ), |
| 1573 | 'Automattic\\WooCommerce\\Blocks\\BlockPatterns' => array( |
| 1574 | 'version' => '9.6.0.0', |
| 1575 | 'path' => $baseDir . '/src/Blocks/BlockPatterns.php' |
| 1576 | ), |
| 1577 | 'Automattic\\WooCommerce\\Blocks\\BlockTemplatesController' => array( |
| 1578 | 'version' => '9.6.0.0', |
| 1579 | 'path' => $baseDir . '/src/Blocks/BlockTemplatesController.php' |
| 1580 | ), |
| 1581 | 'Automattic\\WooCommerce\\Blocks\\BlockTemplatesRegistry' => array( |
| 1582 | 'version' => '9.6.0.0', |
| 1583 | 'path' => $baseDir . '/src/Blocks/BlockTemplatesRegistry.php' |
| 1584 | ), |
| 1585 | 'Automattic\\WooCommerce\\Blocks\\BlockTypesController' => array( |
| 1586 | 'version' => '9.6.0.0', |
| 1587 | 'path' => $baseDir . '/src/Blocks/BlockTypesController.php' |
| 1588 | ), |
| 1589 | 'Automattic\\WooCommerce\\Blocks\\BlockTypes\\AbstractBlock' => array( |
| 1590 | 'version' => '9.6.0.0', |
| 1591 | 'path' => $baseDir . '/src/Blocks/BlockTypes/AbstractBlock.php' |
| 1592 | ), |
| 1593 | 'Automattic\\WooCommerce\\Blocks\\BlockTypes\\AbstractDynamicBlock' => array( |
| 1594 | 'version' => '9.6.0.0', |
| 1595 | 'path' => $baseDir . '/src/Blocks/BlockTypes/AbstractDynamicBlock.php' |
| 1596 | ), |
| 1597 | 'Automattic\\WooCommerce\\Blocks\\BlockTypes\\AbstractInnerBlock' => array( |
| 1598 | 'version' => '9.6.0.0', |
| 1599 | 'path' => $baseDir . '/src/Blocks/BlockTypes/AbstractInnerBlock.php' |
| 1600 | ), |
| 1601 | 'Automattic\\WooCommerce\\Blocks\\BlockTypes\\AbstractProductGrid' => array( |
| 1602 | 'version' => '9.6.0.0', |
| 1603 | 'path' => $baseDir . '/src/Blocks/BlockTypes/AbstractProductGrid.php' |
| 1604 | ), |
| 1605 | 'Automattic\\WooCommerce\\Blocks\\BlockTypes\\ActiveFilters' => array( |
| 1606 | 'version' => '9.6.0.0', |
| 1607 | 'path' => $baseDir . '/src/Blocks/BlockTypes/ActiveFilters.php' |
| 1608 | ), |
| 1609 | 'Automattic\\WooCommerce\\Blocks\\BlockTypes\\AddToCartForm' => array( |
| 1610 | 'version' => '9.6.0.0', |
| 1611 | 'path' => $baseDir . '/src/Blocks/BlockTypes/AddToCartForm.php' |
| 1612 | ), |
| 1613 | 'Automattic\\WooCommerce\\Blocks\\BlockTypes\\AddToCartWithOptions' => array( |
| 1614 | 'version' => '9.6.0.0', |
| 1615 | 'path' => $baseDir . '/src/Blocks/BlockTypes/AddToCartWithOptions.php' |
| 1616 | ), |
| 1617 | 'Automattic\\WooCommerce\\Blocks\\BlockTypes\\AddToCartWithOptionsQuantitySelector' => array( |
| 1618 | 'version' => '9.6.0.0', |
| 1619 | 'path' => $baseDir . '/src/Blocks/BlockTypes/AddToCartWithOptionsQuantitySelector.php' |
| 1620 | ), |
| 1621 | 'Automattic\\WooCommerce\\Blocks\\BlockTypes\\AllProducts' => array( |
| 1622 | 'version' => '9.6.0.0', |
| 1623 | 'path' => $baseDir . '/src/Blocks/BlockTypes/AllProducts.php' |
| 1624 | ), |
| 1625 | 'Automattic\\WooCommerce\\Blocks\\BlockTypes\\AllReviews' => array( |
| 1626 | 'version' => '9.6.0.0', |
| 1627 | 'path' => $baseDir . '/src/Blocks/BlockTypes/AllReviews.php' |
| 1628 | ), |
| 1629 | 'Automattic\\WooCommerce\\Blocks\\BlockTypes\\AtomicBlock' => array( |
| 1630 | 'version' => '9.6.0.0', |
| 1631 | 'path' => $baseDir . '/src/Blocks/BlockTypes/AtomicBlock.php' |
| 1632 | ), |
| 1633 | 'Automattic\\WooCommerce\\Blocks\\BlockTypes\\AttributeFilter' => array( |
| 1634 | 'version' => '9.6.0.0', |
| 1635 | 'path' => $baseDir . '/src/Blocks/BlockTypes/AttributeFilter.php' |
| 1636 | ), |
| 1637 | 'Automattic\\WooCommerce\\Blocks\\BlockTypes\\Breadcrumbs' => array( |
| 1638 | 'version' => '9.6.0.0', |
| 1639 | 'path' => $baseDir . '/src/Blocks/BlockTypes/Breadcrumbs.php' |
| 1640 | ), |
| 1641 | 'Automattic\\WooCommerce\\Blocks\\BlockTypes\\Cart' => array( |
| 1642 | 'version' => '9.6.0.0', |
| 1643 | 'path' => $baseDir . '/src/Blocks/BlockTypes/Cart.php' |
| 1644 | ), |
| 1645 | 'Automattic\\WooCommerce\\Blocks\\BlockTypes\\CartAcceptedPaymentMethodsBlock' => array( |
| 1646 | 'version' => '9.6.0.0', |
| 1647 | 'path' => $baseDir . '/src/Blocks/BlockTypes/CartAcceptedPaymentMethodsBlock.php' |
| 1648 | ), |
| 1649 | 'Automattic\\WooCommerce\\Blocks\\BlockTypes\\CartCrossSellsBlock' => array( |
| 1650 | 'version' => '9.6.0.0', |
| 1651 | 'path' => $baseDir . '/src/Blocks/BlockTypes/CartCrossSellsBlock.php' |
| 1652 | ), |
| 1653 | 'Automattic\\WooCommerce\\Blocks\\BlockTypes\\CartCrossSellsProductsBlock' => array( |
| 1654 | 'version' => '9.6.0.0', |
| 1655 | 'path' => $baseDir . '/src/Blocks/BlockTypes/CartCrossSellsProductsBlock.php' |
| 1656 | ), |
| 1657 | 'Automattic\\WooCommerce\\Blocks\\BlockTypes\\CartExpressPaymentBlock' => array( |
| 1658 | 'version' => '9.6.0.0', |
| 1659 | 'path' => $baseDir . '/src/Blocks/BlockTypes/CartExpressPaymentBlock.php' |
| 1660 | ), |
| 1661 | 'Automattic\\WooCommerce\\Blocks\\BlockTypes\\CartItemsBlock' => array( |
| 1662 | 'version' => '9.6.0.0', |
| 1663 | 'path' => $baseDir . '/src/Blocks/BlockTypes/CartItemsBlock.php' |
| 1664 | ), |
| 1665 | 'Automattic\\WooCommerce\\Blocks\\BlockTypes\\CartLineItemsBlock' => array( |
| 1666 | 'version' => '9.6.0.0', |
| 1667 | 'path' => $baseDir . '/src/Blocks/BlockTypes/CartLineItemsBlock.php' |
| 1668 | ), |
| 1669 | 'Automattic\\WooCommerce\\Blocks\\BlockTypes\\CartLink' => array( |
| 1670 | 'version' => '9.6.0.0', |
| 1671 | 'path' => $baseDir . '/src/Blocks/BlockTypes/CartLink.php' |
| 1672 | ), |
| 1673 | 'Automattic\\WooCommerce\\Blocks\\BlockTypes\\CartOrderSummaryBlock' => array( |
| 1674 | 'version' => '9.6.0.0', |
| 1675 | 'path' => $baseDir . '/src/Blocks/BlockTypes/CartOrderSummaryBlock.php' |
| 1676 | ), |
| 1677 | 'Automattic\\WooCommerce\\Blocks\\BlockTypes\\CartOrderSummaryCouponFormBlock' => array( |
| 1678 | 'version' => '9.6.0.0', |
| 1679 | 'path' => $baseDir . '/src/Blocks/BlockTypes/CartOrderSummaryCouponFormBlock.php' |
| 1680 | ), |
| 1681 | 'Automattic\\WooCommerce\\Blocks\\BlockTypes\\CartOrderSummaryDiscountBlock' => array( |
| 1682 | 'version' => '9.6.0.0', |
| 1683 | 'path' => $baseDir . '/src/Blocks/BlockTypes/CartOrderSummaryDiscountBlock.php' |
| 1684 | ), |
| 1685 | 'Automattic\\WooCommerce\\Blocks\\BlockTypes\\CartOrderSummaryFeeBlock' => array( |
| 1686 | 'version' => '9.6.0.0', |
| 1687 | 'path' => $baseDir . '/src/Blocks/BlockTypes/CartOrderSummaryFeeBlock.php' |
| 1688 | ), |
| 1689 | 'Automattic\\WooCommerce\\Blocks\\BlockTypes\\CartOrderSummaryHeadingBlock' => array( |
| 1690 | 'version' => '9.6.0.0', |
| 1691 | 'path' => $baseDir . '/src/Blocks/BlockTypes/CartOrderSummaryHeadingBlock.php' |
| 1692 | ), |
| 1693 | 'Automattic\\WooCommerce\\Blocks\\BlockTypes\\CartOrderSummaryShippingBlock' => array( |
| 1694 | 'version' => '9.6.0.0', |
| 1695 | 'path' => $baseDir . '/src/Blocks/BlockTypes/CartOrderSummaryShippingBlock.php' |
| 1696 | ), |
| 1697 | 'Automattic\\WooCommerce\\Blocks\\BlockTypes\\CartOrderSummarySubtotalBlock' => array( |
| 1698 | 'version' => '9.6.0.0', |
| 1699 | 'path' => $baseDir . '/src/Blocks/BlockTypes/CartOrderSummarySubtotalBlock.php' |
| 1700 | ), |
| 1701 | 'Automattic\\WooCommerce\\Blocks\\BlockTypes\\CartOrderSummaryTaxesBlock' => array( |
| 1702 | 'version' => '9.6.0.0', |
| 1703 | 'path' => $baseDir . '/src/Blocks/BlockTypes/CartOrderSummaryTaxesBlock.php' |
| 1704 | ), |
| 1705 | 'Automattic\\WooCommerce\\Blocks\\BlockTypes\\CartOrderSummaryTotalsBlock' => array( |
| 1706 | 'version' => '9.6.0.0', |
| 1707 | 'path' => $baseDir . '/src/Blocks/BlockTypes/CartOrderSummaryTotalsBlock.php' |
| 1708 | ), |
| 1709 | 'Automattic\\WooCommerce\\Blocks\\BlockTypes\\CartTotalsBlock' => array( |
| 1710 | 'version' => '9.6.0.0', |
| 1711 | 'path' => $baseDir . '/src/Blocks/BlockTypes/CartTotalsBlock.php' |
| 1712 | ), |
| 1713 | 'Automattic\\WooCommerce\\Blocks\\BlockTypes\\CatalogSorting' => array( |
| 1714 | 'version' => '9.6.0.0', |
| 1715 | 'path' => $baseDir . '/src/Blocks/BlockTypes/CatalogSorting.php' |
| 1716 | ), |
| 1717 | 'Automattic\\WooCommerce\\Blocks\\BlockTypes\\Checkout' => array( |
| 1718 | 'version' => '9.6.0.0', |
| 1719 | 'path' => $baseDir . '/src/Blocks/BlockTypes/Checkout.php' |
| 1720 | ), |
| 1721 | 'Automattic\\WooCommerce\\Blocks\\BlockTypes\\CheckoutActionsBlock' => array( |
| 1722 | 'version' => '9.6.0.0', |
| 1723 | 'path' => $baseDir . '/src/Blocks/BlockTypes/CheckoutActionsBlock.php' |
| 1724 | ), |
| 1725 | 'Automattic\\WooCommerce\\Blocks\\BlockTypes\\CheckoutAdditionalInformationBlock' => array( |
| 1726 | 'version' => '9.6.0.0', |
| 1727 | 'path' => $baseDir . '/src/Blocks/BlockTypes/CheckoutAdditionalInformationBlock.php' |
| 1728 | ), |
| 1729 | 'Automattic\\WooCommerce\\Blocks\\BlockTypes\\CheckoutBillingAddressBlock' => array( |
| 1730 | 'version' => '9.6.0.0', |
| 1731 | 'path' => $baseDir . '/src/Blocks/BlockTypes/CheckoutBillingAddressBlock.php' |
| 1732 | ), |
| 1733 | 'Automattic\\WooCommerce\\Blocks\\BlockTypes\\CheckoutContactInformationBlock' => array( |
| 1734 | 'version' => '9.6.0.0', |
| 1735 | 'path' => $baseDir . '/src/Blocks/BlockTypes/CheckoutContactInformationBlock.php' |
| 1736 | ), |
| 1737 | 'Automattic\\WooCommerce\\Blocks\\BlockTypes\\CheckoutExpressPaymentBlock' => array( |
| 1738 | 'version' => '9.6.0.0', |
| 1739 | 'path' => $baseDir . '/src/Blocks/BlockTypes/CheckoutExpressPaymentBlock.php' |
| 1740 | ), |
| 1741 | 'Automattic\\WooCommerce\\Blocks\\BlockTypes\\CheckoutFieldsBlock' => array( |
| 1742 | 'version' => '9.6.0.0', |
| 1743 | 'path' => $baseDir . '/src/Blocks/BlockTypes/CheckoutFieldsBlock.php' |
| 1744 | ), |
| 1745 | 'Automattic\\WooCommerce\\Blocks\\BlockTypes\\CheckoutOrderNoteBlock' => array( |
| 1746 | 'version' => '9.6.0.0', |
| 1747 | 'path' => $baseDir . '/src/Blocks/BlockTypes/CheckoutOrderNoteBlock.php' |
| 1748 | ), |
| 1749 | 'Automattic\\WooCommerce\\Blocks\\BlockTypes\\CheckoutOrderSummaryBlock' => array( |
| 1750 | 'version' => '9.6.0.0', |
| 1751 | 'path' => $baseDir . '/src/Blocks/BlockTypes/CheckoutOrderSummaryBlock.php' |
| 1752 | ), |
| 1753 | 'Automattic\\WooCommerce\\Blocks\\BlockTypes\\CheckoutOrderSummaryCartItemsBlock' => array( |
| 1754 | 'version' => '9.6.0.0', |
| 1755 | 'path' => $baseDir . '/src/Blocks/BlockTypes/CheckoutOrderSummaryCartItemsBlock.php' |
| 1756 | ), |
| 1757 | 'Automattic\\WooCommerce\\Blocks\\BlockTypes\\CheckoutOrderSummaryCouponFormBlock' => array( |
| 1758 | 'version' => '9.6.0.0', |
| 1759 | 'path' => $baseDir . '/src/Blocks/BlockTypes/CheckoutOrderSummaryCouponFormBlock.php' |
| 1760 | ), |
| 1761 | 'Automattic\\WooCommerce\\Blocks\\BlockTypes\\CheckoutOrderSummaryDiscountBlock' => array( |
| 1762 | 'version' => '9.6.0.0', |
| 1763 | 'path' => $baseDir . '/src/Blocks/BlockTypes/CheckoutOrderSummaryDiscountBlock.php' |
| 1764 | ), |
| 1765 | 'Automattic\\WooCommerce\\Blocks\\BlockTypes\\CheckoutOrderSummaryFeeBlock' => array( |
| 1766 | 'version' => '9.6.0.0', |
| 1767 | 'path' => $baseDir . '/src/Blocks/BlockTypes/CheckoutOrderSummaryFeeBlock.php' |
| 1768 | ), |
| 1769 | 'Automattic\\WooCommerce\\Blocks\\BlockTypes\\CheckoutOrderSummaryShippingBlock' => array( |
| 1770 | 'version' => '9.6.0.0', |
| 1771 | 'path' => $baseDir . '/src/Blocks/BlockTypes/CheckoutOrderSummaryShippingBlock.php' |
| 1772 | ), |
| 1773 | 'Automattic\\WooCommerce\\Blocks\\BlockTypes\\CheckoutOrderSummarySubtotalBlock' => array( |
| 1774 | 'version' => '9.6.0.0', |
| 1775 | 'path' => $baseDir . '/src/Blocks/BlockTypes/CheckoutOrderSummarySubtotalBlock.php' |
| 1776 | ), |
| 1777 | 'Automattic\\WooCommerce\\Blocks\\BlockTypes\\CheckoutOrderSummaryTaxesBlock' => array( |
| 1778 | 'version' => '9.6.0.0', |
| 1779 | 'path' => $baseDir . '/src/Blocks/BlockTypes/CheckoutOrderSummaryTaxesBlock.php' |
| 1780 | ), |
| 1781 | 'Automattic\\WooCommerce\\Blocks\\BlockTypes\\CheckoutOrderSummaryTotalsBlock' => array( |
| 1782 | 'version' => '9.6.0.0', |
| 1783 | 'path' => $baseDir . '/src/Blocks/BlockTypes/CheckoutOrderSummaryTotalsBlock.php' |
| 1784 | ), |
| 1785 | 'Automattic\\WooCommerce\\Blocks\\BlockTypes\\CheckoutPaymentBlock' => array( |
| 1786 | 'version' => '9.6.0.0', |
| 1787 | 'path' => $baseDir . '/src/Blocks/BlockTypes/CheckoutPaymentBlock.php' |
| 1788 | ), |
| 1789 | 'Automattic\\WooCommerce\\Blocks\\BlockTypes\\CheckoutPickupOptionsBlock' => array( |
| 1790 | 'version' => '9.6.0.0', |
| 1791 | 'path' => $baseDir . '/src/Blocks/BlockTypes/CheckoutPickupOptionsBlock.php' |
| 1792 | ), |
| 1793 | 'Automattic\\WooCommerce\\Blocks\\BlockTypes\\CheckoutShippingAddressBlock' => array( |
| 1794 | 'version' => '9.6.0.0', |
| 1795 | 'path' => $baseDir . '/src/Blocks/BlockTypes/CheckoutShippingAddressBlock.php' |
| 1796 | ), |
| 1797 | 'Automattic\\WooCommerce\\Blocks\\BlockTypes\\CheckoutShippingMethodBlock' => array( |
| 1798 | 'version' => '9.6.0.0', |
| 1799 | 'path' => $baseDir . '/src/Blocks/BlockTypes/CheckoutShippingMethodBlock.php' |
| 1800 | ), |
| 1801 | 'Automattic\\WooCommerce\\Blocks\\BlockTypes\\CheckoutShippingMethodsBlock' => array( |
| 1802 | 'version' => '9.6.0.0', |
| 1803 | 'path' => $baseDir . '/src/Blocks/BlockTypes/CheckoutShippingMethodsBlock.php' |
| 1804 | ), |
| 1805 | 'Automattic\\WooCommerce\\Blocks\\BlockTypes\\CheckoutTermsBlock' => array( |
| 1806 | 'version' => '9.6.0.0', |
| 1807 | 'path' => $baseDir . '/src/Blocks/BlockTypes/CheckoutTermsBlock.php' |
| 1808 | ), |
| 1809 | 'Automattic\\WooCommerce\\Blocks\\BlockTypes\\CheckoutTotalsBlock' => array( |
| 1810 | 'version' => '9.6.0.0', |
| 1811 | 'path' => $baseDir . '/src/Blocks/BlockTypes/CheckoutTotalsBlock.php' |
| 1812 | ), |
| 1813 | 'Automattic\\WooCommerce\\Blocks\\BlockTypes\\ClassicShortcode' => array( |
| 1814 | 'version' => '9.6.0.0', |
| 1815 | 'path' => $baseDir . '/src/Blocks/BlockTypes/ClassicShortcode.php' |
| 1816 | ), |
| 1817 | 'Automattic\\WooCommerce\\Blocks\\BlockTypes\\ClassicTemplate' => array( |
| 1818 | 'version' => '9.6.0.0', |
| 1819 | 'path' => $baseDir . '/src/Blocks/BlockTypes/ClassicTemplate.php' |
| 1820 | ), |
| 1821 | 'Automattic\\WooCommerce\\Blocks\\BlockTypes\\ComingSoon' => array( |
| 1822 | 'version' => '9.6.0.0', |
| 1823 | 'path' => $baseDir . '/src/Blocks/BlockTypes/ComingSoon.php' |
| 1824 | ), |
| 1825 | 'Automattic\\WooCommerce\\Blocks\\BlockTypes\\CustomerAccount' => array( |
| 1826 | 'version' => '9.6.0.0', |
| 1827 | 'path' => $baseDir . '/src/Blocks/BlockTypes/CustomerAccount.php' |
| 1828 | ), |
| 1829 | 'Automattic\\WooCommerce\\Blocks\\BlockTypes\\EmptyCartBlock' => array( |
| 1830 | 'version' => '9.6.0.0', |
| 1831 | 'path' => $baseDir . '/src/Blocks/BlockTypes/EmptyCartBlock.php' |
| 1832 | ), |
| 1833 | 'Automattic\\WooCommerce\\Blocks\\BlockTypes\\EmptyMiniCartContentsBlock' => array( |
| 1834 | 'version' => '9.6.0.0', |
| 1835 | 'path' => $baseDir . '/src/Blocks/BlockTypes/EmptyMiniCartContentsBlock.php' |
| 1836 | ), |
| 1837 | 'Automattic\\WooCommerce\\Blocks\\BlockTypes\\FeaturedCategory' => array( |
| 1838 | 'version' => '9.6.0.0', |
| 1839 | 'path' => $baseDir . '/src/Blocks/BlockTypes/FeaturedCategory.php' |
| 1840 | ), |
| 1841 | 'Automattic\\WooCommerce\\Blocks\\BlockTypes\\FeaturedItem' => array( |
| 1842 | 'version' => '9.6.0.0', |
| 1843 | 'path' => $baseDir . '/src/Blocks/BlockTypes/FeaturedItem.php' |
| 1844 | ), |
| 1845 | 'Automattic\\WooCommerce\\Blocks\\BlockTypes\\FeaturedProduct' => array( |
| 1846 | 'version' => '9.6.0.0', |
| 1847 | 'path' => $baseDir . '/src/Blocks/BlockTypes/FeaturedProduct.php' |
| 1848 | ), |
| 1849 | 'Automattic\\WooCommerce\\Blocks\\BlockTypes\\FilledCartBlock' => array( |
| 1850 | 'version' => '9.6.0.0', |
| 1851 | 'path' => $baseDir . '/src/Blocks/BlockTypes/FilledCartBlock.php' |
| 1852 | ), |
| 1853 | 'Automattic\\WooCommerce\\Blocks\\BlockTypes\\FilledMiniCartContentsBlock' => array( |
| 1854 | 'version' => '9.6.0.0', |
| 1855 | 'path' => $baseDir . '/src/Blocks/BlockTypes/FilledMiniCartContentsBlock.php' |
| 1856 | ), |
| 1857 | 'Automattic\\WooCommerce\\Blocks\\BlockTypes\\FilterWrapper' => array( |
| 1858 | 'version' => '9.6.0.0', |
| 1859 | 'path' => $baseDir . '/src/Blocks/BlockTypes/FilterWrapper.php' |
| 1860 | ), |
| 1861 | 'Automattic\\WooCommerce\\Blocks\\BlockTypes\\HandpickedProducts' => array( |
| 1862 | 'version' => '9.6.0.0', |
| 1863 | 'path' => $baseDir . '/src/Blocks/BlockTypes/HandpickedProducts.php' |
| 1864 | ), |
| 1865 | 'Automattic\\WooCommerce\\Blocks\\BlockTypes\\MiniCart' => array( |
| 1866 | 'version' => '9.6.0.0', |
| 1867 | 'path' => $baseDir . '/src/Blocks/BlockTypes/MiniCart.php' |
| 1868 | ), |
| 1869 | 'Automattic\\WooCommerce\\Blocks\\BlockTypes\\MiniCartCartButtonBlock' => array( |
| 1870 | 'version' => '9.6.0.0', |
| 1871 | 'path' => $baseDir . '/src/Blocks/BlockTypes/MiniCartCartButtonBlock.php' |
| 1872 | ), |
| 1873 | 'Automattic\\WooCommerce\\Blocks\\BlockTypes\\MiniCartCheckoutButtonBlock' => array( |
| 1874 | 'version' => '9.6.0.0', |
| 1875 | 'path' => $baseDir . '/src/Blocks/BlockTypes/MiniCartCheckoutButtonBlock.php' |
| 1876 | ), |
| 1877 | 'Automattic\\WooCommerce\\Blocks\\BlockTypes\\MiniCartContents' => array( |
| 1878 | 'version' => '9.6.0.0', |
| 1879 | 'path' => $baseDir . '/src/Blocks/BlockTypes/MiniCartContents.php' |
| 1880 | ), |
| 1881 | 'Automattic\\WooCommerce\\Blocks\\BlockTypes\\MiniCartFooterBlock' => array( |
| 1882 | 'version' => '9.6.0.0', |
| 1883 | 'path' => $baseDir . '/src/Blocks/BlockTypes/MiniCartFooterBlock.php' |
| 1884 | ), |
| 1885 | 'Automattic\\WooCommerce\\Blocks\\BlockTypes\\MiniCartItemsBlock' => array( |
| 1886 | 'version' => '9.6.0.0', |
| 1887 | 'path' => $baseDir . '/src/Blocks/BlockTypes/MiniCartItemsBlock.php' |
| 1888 | ), |
| 1889 | 'Automattic\\WooCommerce\\Blocks\\BlockTypes\\MiniCartProductsTableBlock' => array( |
| 1890 | 'version' => '9.6.0.0', |
| 1891 | 'path' => $baseDir . '/src/Blocks/BlockTypes/MiniCartProductsTableBlock.php' |
| 1892 | ), |
| 1893 | 'Automattic\\WooCommerce\\Blocks\\BlockTypes\\MiniCartShoppingButtonBlock' => array( |
| 1894 | 'version' => '9.6.0.0', |
| 1895 | 'path' => $baseDir . '/src/Blocks/BlockTypes/MiniCartShoppingButtonBlock.php' |
| 1896 | ), |
| 1897 | 'Automattic\\WooCommerce\\Blocks\\BlockTypes\\MiniCartTitleBlock' => array( |
| 1898 | 'version' => '9.6.0.0', |
| 1899 | 'path' => $baseDir . '/src/Blocks/BlockTypes/MiniCartTitleBlock.php' |
| 1900 | ), |
| 1901 | 'Automattic\\WooCommerce\\Blocks\\BlockTypes\\MiniCartTitleItemsCounterBlock' => array( |
| 1902 | 'version' => '9.6.0.0', |
| 1903 | 'path' => $baseDir . '/src/Blocks/BlockTypes/MiniCartTitleItemsCounterBlock.php' |
| 1904 | ), |
| 1905 | 'Automattic\\WooCommerce\\Blocks\\BlockTypes\\MiniCartTitleLabelBlock' => array( |
| 1906 | 'version' => '9.6.0.0', |
| 1907 | 'path' => $baseDir . '/src/Blocks/BlockTypes/MiniCartTitleLabelBlock.php' |
| 1908 | ), |
| 1909 | 'Automattic\\WooCommerce\\Blocks\\BlockTypes\\OrderConfirmation\\AbstractOrderConfirmationBlock' => array( |
| 1910 | 'version' => '9.6.0.0', |
| 1911 | 'path' => $baseDir . '/src/Blocks/BlockTypes/OrderConfirmation/AbstractOrderConfirmationBlock.php' |
| 1912 | ), |
| 1913 | 'Automattic\\WooCommerce\\Blocks\\BlockTypes\\OrderConfirmation\\AdditionalFields' => array( |
| 1914 | 'version' => '9.6.0.0', |
| 1915 | 'path' => $baseDir . '/src/Blocks/BlockTypes/OrderConfirmation/AdditionalFields.php' |
| 1916 | ), |
| 1917 | 'Automattic\\WooCommerce\\Blocks\\BlockTypes\\OrderConfirmation\\AdditionalFieldsWrapper' => array( |
| 1918 | 'version' => '9.6.0.0', |
| 1919 | 'path' => $baseDir . '/src/Blocks/BlockTypes/OrderConfirmation/AdditionalFieldsWrapper.php' |
| 1920 | ), |
| 1921 | 'Automattic\\WooCommerce\\Blocks\\BlockTypes\\OrderConfirmation\\AdditionalInformation' => array( |
| 1922 | 'version' => '9.6.0.0', |
| 1923 | 'path' => $baseDir . '/src/Blocks/BlockTypes/OrderConfirmation/AdditionalInformation.php' |
| 1924 | ), |
| 1925 | 'Automattic\\WooCommerce\\Blocks\\BlockTypes\\OrderConfirmation\\BillingAddress' => array( |
| 1926 | 'version' => '9.6.0.0', |
| 1927 | 'path' => $baseDir . '/src/Blocks/BlockTypes/OrderConfirmation/BillingAddress.php' |
| 1928 | ), |
| 1929 | 'Automattic\\WooCommerce\\Blocks\\BlockTypes\\OrderConfirmation\\BillingWrapper' => array( |
| 1930 | 'version' => '9.6.0.0', |
| 1931 | 'path' => $baseDir . '/src/Blocks/BlockTypes/OrderConfirmation/BillingWrapper.php' |
| 1932 | ), |
| 1933 | 'Automattic\\WooCommerce\\Blocks\\BlockTypes\\OrderConfirmation\\CreateAccount' => array( |
| 1934 | 'version' => '9.6.0.0', |
| 1935 | 'path' => $baseDir . '/src/Blocks/BlockTypes/OrderConfirmation/CreateAccount.php' |
| 1936 | ), |
| 1937 | 'Automattic\\WooCommerce\\Blocks\\BlockTypes\\OrderConfirmation\\Downloads' => array( |
| 1938 | 'version' => '9.6.0.0', |
| 1939 | 'path' => $baseDir . '/src/Blocks/BlockTypes/OrderConfirmation/Downloads.php' |
| 1940 | ), |
| 1941 | 'Automattic\\WooCommerce\\Blocks\\BlockTypes\\OrderConfirmation\\DownloadsWrapper' => array( |
| 1942 | 'version' => '9.6.0.0', |
| 1943 | 'path' => $baseDir . '/src/Blocks/BlockTypes/OrderConfirmation/DownloadsWrapper.php' |
| 1944 | ), |
| 1945 | 'Automattic\\WooCommerce\\Blocks\\BlockTypes\\OrderConfirmation\\ShippingAddress' => array( |
| 1946 | 'version' => '9.6.0.0', |
| 1947 | 'path' => $baseDir . '/src/Blocks/BlockTypes/OrderConfirmation/ShippingAddress.php' |
| 1948 | ), |
| 1949 | 'Automattic\\WooCommerce\\Blocks\\BlockTypes\\OrderConfirmation\\ShippingWrapper' => array( |
| 1950 | 'version' => '9.6.0.0', |
| 1951 | 'path' => $baseDir . '/src/Blocks/BlockTypes/OrderConfirmation/ShippingWrapper.php' |
| 1952 | ), |
| 1953 | 'Automattic\\WooCommerce\\Blocks\\BlockTypes\\OrderConfirmation\\Status' => array( |
| 1954 | 'version' => '9.6.0.0', |
| 1955 | 'path' => $baseDir . '/src/Blocks/BlockTypes/OrderConfirmation/Status.php' |
| 1956 | ), |
| 1957 | 'Automattic\\WooCommerce\\Blocks\\BlockTypes\\OrderConfirmation\\Summary' => array( |
| 1958 | 'version' => '9.6.0.0', |
| 1959 | 'path' => $baseDir . '/src/Blocks/BlockTypes/OrderConfirmation/Summary.php' |
| 1960 | ), |
| 1961 | 'Automattic\\WooCommerce\\Blocks\\BlockTypes\\OrderConfirmation\\Totals' => array( |
| 1962 | 'version' => '9.6.0.0', |
| 1963 | 'path' => $baseDir . '/src/Blocks/BlockTypes/OrderConfirmation/Totals.php' |
| 1964 | ), |
| 1965 | 'Automattic\\WooCommerce\\Blocks\\BlockTypes\\OrderConfirmation\\TotalsWrapper' => array( |
| 1966 | 'version' => '9.6.0.0', |
| 1967 | 'path' => $baseDir . '/src/Blocks/BlockTypes/OrderConfirmation/TotalsWrapper.php' |
| 1968 | ), |
| 1969 | 'Automattic\\WooCommerce\\Blocks\\BlockTypes\\PageContentWrapper' => array( |
| 1970 | 'version' => '9.6.0.0', |
| 1971 | 'path' => $baseDir . '/src/Blocks/BlockTypes/PageContentWrapper.php' |
| 1972 | ), |
| 1973 | 'Automattic\\WooCommerce\\Blocks\\BlockTypes\\PriceFilter' => array( |
| 1974 | 'version' => '9.6.0.0', |
| 1975 | 'path' => $baseDir . '/src/Blocks/BlockTypes/PriceFilter.php' |
| 1976 | ), |
| 1977 | 'Automattic\\WooCommerce\\Blocks\\BlockTypes\\ProceedToCheckoutBlock' => array( |
| 1978 | 'version' => '9.6.0.0', |
| 1979 | 'path' => $baseDir . '/src/Blocks/BlockTypes/ProceedToCheckoutBlock.php' |
| 1980 | ), |
| 1981 | 'Automattic\\WooCommerce\\Blocks\\BlockTypes\\ProductAverageRating' => array( |
| 1982 | 'version' => '9.6.0.0', |
| 1983 | 'path' => $baseDir . '/src/Blocks/BlockTypes/ProductAverageRating.php' |
| 1984 | ), |
| 1985 | 'Automattic\\WooCommerce\\Blocks\\BlockTypes\\ProductBestSellers' => array( |
| 1986 | 'version' => '9.6.0.0', |
| 1987 | 'path' => $baseDir . '/src/Blocks/BlockTypes/ProductBestSellers.php' |
| 1988 | ), |
| 1989 | 'Automattic\\WooCommerce\\Blocks\\BlockTypes\\ProductButton' => array( |
| 1990 | 'version' => '9.6.0.0', |
| 1991 | 'path' => $baseDir . '/src/Blocks/BlockTypes/ProductButton.php' |
| 1992 | ), |
| 1993 | 'Automattic\\WooCommerce\\Blocks\\BlockTypes\\ProductCategories' => array( |
| 1994 | 'version' => '9.6.0.0', |
| 1995 | 'path' => $baseDir . '/src/Blocks/BlockTypes/ProductCategories.php' |
| 1996 | ), |
| 1997 | 'Automattic\\WooCommerce\\Blocks\\BlockTypes\\ProductCategory' => array( |
| 1998 | 'version' => '9.6.0.0', |
| 1999 | 'path' => $baseDir . '/src/Blocks/BlockTypes/ProductCategory.php' |
| 2000 | ), |
| 2001 | 'Automattic\\WooCommerce\\Blocks\\BlockTypes\\ProductCollection\\Controller' => array( |
| 2002 | 'version' => '9.6.0.0', |
| 2003 | 'path' => $baseDir . '/src/Blocks/BlockTypes/ProductCollection/Controller.php' |
| 2004 | ), |
| 2005 | 'Automattic\\WooCommerce\\Blocks\\BlockTypes\\ProductCollection\\HandlerRegistry' => array( |
| 2006 | 'version' => '9.6.0.0', |
| 2007 | 'path' => $baseDir . '/src/Blocks/BlockTypes/ProductCollection/HandlerRegistry.php' |
| 2008 | ), |
| 2009 | 'Automattic\\WooCommerce\\Blocks\\BlockTypes\\ProductCollection\\NoResults' => array( |
| 2010 | 'version' => '9.6.0.0', |
| 2011 | 'path' => $baseDir . '/src/Blocks/BlockTypes/ProductCollection/NoResults.php' |
| 2012 | ), |
| 2013 | 'Automattic\\WooCommerce\\Blocks\\BlockTypes\\ProductCollection\\QueryBuilder' => array( |
| 2014 | 'version' => '9.6.0.0', |
| 2015 | 'path' => $baseDir . '/src/Blocks/BlockTypes/ProductCollection/QueryBuilder.php' |
| 2016 | ), |
| 2017 | 'Automattic\\WooCommerce\\Blocks\\BlockTypes\\ProductCollection\\Renderer' => array( |
| 2018 | 'version' => '9.6.0.0', |
| 2019 | 'path' => $baseDir . '/src/Blocks/BlockTypes/ProductCollection/Renderer.php' |
| 2020 | ), |
| 2021 | 'Automattic\\WooCommerce\\Blocks\\BlockTypes\\ProductCollection\\Utils' => array( |
| 2022 | 'version' => '9.6.0.0', |
| 2023 | 'path' => $baseDir . '/src/Blocks/BlockTypes/ProductCollection/Utils.php' |
| 2024 | ), |
| 2025 | 'Automattic\\WooCommerce\\Blocks\\BlockTypes\\ProductDetails' => array( |
| 2026 | 'version' => '9.6.0.0', |
| 2027 | 'path' => $baseDir . '/src/Blocks/BlockTypes/ProductDetails.php' |
| 2028 | ), |
| 2029 | 'Automattic\\WooCommerce\\Blocks\\BlockTypes\\ProductFilterActive' => array( |
| 2030 | 'version' => '9.6.0.0', |
| 2031 | 'path' => $baseDir . '/src/Blocks/BlockTypes/ProductFilterActive.php' |
| 2032 | ), |
| 2033 | 'Automattic\\WooCommerce\\Blocks\\BlockTypes\\ProductFilterAttribute' => array( |
| 2034 | 'version' => '9.6.0.0', |
| 2035 | 'path' => $baseDir . '/src/Blocks/BlockTypes/ProductFilterAttribute.php' |
| 2036 | ), |
| 2037 | 'Automattic\\WooCommerce\\Blocks\\BlockTypes\\ProductFilterCheckboxList' => array( |
| 2038 | 'version' => '9.6.0.0', |
| 2039 | 'path' => $baseDir . '/src/Blocks/BlockTypes/ProductFilterCheckboxList.php' |
| 2040 | ), |
| 2041 | 'Automattic\\WooCommerce\\Blocks\\BlockTypes\\ProductFilterChips' => array( |
| 2042 | 'version' => '9.6.0.0', |
| 2043 | 'path' => $baseDir . '/src/Blocks/BlockTypes/ProductFilterChips.php' |
| 2044 | ), |
| 2045 | 'Automattic\\WooCommerce\\Blocks\\BlockTypes\\ProductFilterClearButton' => array( |
| 2046 | 'version' => '9.6.0.0', |
| 2047 | 'path' => $baseDir . '/src/Blocks/BlockTypes/ProductFilterClearButton.php' |
| 2048 | ), |
| 2049 | 'Automattic\\WooCommerce\\Blocks\\BlockTypes\\ProductFilterPrice' => array( |
| 2050 | 'version' => '9.6.0.0', |
| 2051 | 'path' => $baseDir . '/src/Blocks/BlockTypes/ProductFilterPrice.php' |
| 2052 | ), |
| 2053 | 'Automattic\\WooCommerce\\Blocks\\BlockTypes\\ProductFilterPriceSlider' => array( |
| 2054 | 'version' => '9.6.0.0', |
| 2055 | 'path' => $baseDir . '/src/Blocks/BlockTypes/ProductFilterPriceSlider.php' |
| 2056 | ), |
| 2057 | 'Automattic\\WooCommerce\\Blocks\\BlockTypes\\ProductFilterRating' => array( |
| 2058 | 'version' => '9.6.0.0', |
| 2059 | 'path' => $baseDir . '/src/Blocks/BlockTypes/ProductFilterRating.php' |
| 2060 | ), |
| 2061 | 'Automattic\\WooCommerce\\Blocks\\BlockTypes\\ProductFilterRemovableChips' => array( |
| 2062 | 'version' => '9.6.0.0', |
| 2063 | 'path' => $baseDir . '/src/Blocks/BlockTypes/ProductFilterRemovableChips.php' |
| 2064 | ), |
| 2065 | 'Automattic\\WooCommerce\\Blocks\\BlockTypes\\ProductFilterStatus' => array( |
| 2066 | 'version' => '9.6.0.0', |
| 2067 | 'path' => $baseDir . '/src/Blocks/BlockTypes/ProductFilterStatus.php' |
| 2068 | ), |
| 2069 | 'Automattic\\WooCommerce\\Blocks\\BlockTypes\\ProductFilters' => array( |
| 2070 | 'version' => '9.6.0.0', |
| 2071 | 'path' => $baseDir . '/src/Blocks/BlockTypes/ProductFilters.php' |
| 2072 | ), |
| 2073 | 'Automattic\\WooCommerce\\Blocks\\BlockTypes\\ProductGallery' => array( |
| 2074 | 'version' => '9.6.0.0', |
| 2075 | 'path' => $baseDir . '/src/Blocks/BlockTypes/ProductGallery.php' |
| 2076 | ), |
| 2077 | 'Automattic\\WooCommerce\\Blocks\\BlockTypes\\ProductGalleryLargeImage' => array( |
| 2078 | 'version' => '9.6.0.0', |
| 2079 | 'path' => $baseDir . '/src/Blocks/BlockTypes/ProductGalleryLargeImage.php' |
| 2080 | ), |
| 2081 | 'Automattic\\WooCommerce\\Blocks\\BlockTypes\\ProductGalleryLargeImageNextPrevious' => array( |
| 2082 | 'version' => '9.6.0.0', |
| 2083 | 'path' => $baseDir . '/src/Blocks/BlockTypes/ProductGalleryLargeImageNextPrevious.php' |
| 2084 | ), |
| 2085 | 'Automattic\\WooCommerce\\Blocks\\BlockTypes\\ProductGalleryPager' => array( |
| 2086 | 'version' => '9.6.0.0', |
| 2087 | 'path' => $baseDir . '/src/Blocks/BlockTypes/ProductGalleryPager.php' |
| 2088 | ), |
| 2089 | 'Automattic\\WooCommerce\\Blocks\\BlockTypes\\ProductGalleryThumbnails' => array( |
| 2090 | 'version' => '9.6.0.0', |
| 2091 | 'path' => $baseDir . '/src/Blocks/BlockTypes/ProductGalleryThumbnails.php' |
| 2092 | ), |
| 2093 | 'Automattic\\WooCommerce\\Blocks\\BlockTypes\\ProductImage' => array( |
| 2094 | 'version' => '9.6.0.0', |
| 2095 | 'path' => $baseDir . '/src/Blocks/BlockTypes/ProductImage.php' |
| 2096 | ), |
| 2097 | 'Automattic\\WooCommerce\\Blocks\\BlockTypes\\ProductImageGallery' => array( |
| 2098 | 'version' => '9.6.0.0', |
| 2099 | 'path' => $baseDir . '/src/Blocks/BlockTypes/ProductImageGallery.php' |
| 2100 | ), |
| 2101 | 'Automattic\\WooCommerce\\Blocks\\BlockTypes\\ProductMeta' => array( |
| 2102 | 'version' => '9.6.0.0', |
| 2103 | 'path' => $baseDir . '/src/Blocks/BlockTypes/ProductMeta.php' |
| 2104 | ), |
| 2105 | 'Automattic\\WooCommerce\\Blocks\\BlockTypes\\ProductNew' => array( |
| 2106 | 'version' => '9.6.0.0', |
| 2107 | 'path' => $baseDir . '/src/Blocks/BlockTypes/ProductNew.php' |
| 2108 | ), |
| 2109 | 'Automattic\\WooCommerce\\Blocks\\BlockTypes\\ProductOnSale' => array( |
| 2110 | 'version' => '9.6.0.0', |
| 2111 | 'path' => $baseDir . '/src/Blocks/BlockTypes/ProductOnSale.php' |
| 2112 | ), |
| 2113 | 'Automattic\\WooCommerce\\Blocks\\BlockTypes\\ProductPrice' => array( |
| 2114 | 'version' => '9.6.0.0', |
| 2115 | 'path' => $baseDir . '/src/Blocks/BlockTypes/ProductPrice.php' |
| 2116 | ), |
| 2117 | 'Automattic\\WooCommerce\\Blocks\\BlockTypes\\ProductQuery' => array( |
| 2118 | 'version' => '9.6.0.0', |
| 2119 | 'path' => $baseDir . '/src/Blocks/BlockTypes/ProductQuery.php' |
| 2120 | ), |
| 2121 | 'Automattic\\WooCommerce\\Blocks\\BlockTypes\\ProductRating' => array( |
| 2122 | 'version' => '9.6.0.0', |
| 2123 | 'path' => $baseDir . '/src/Blocks/BlockTypes/ProductRating.php' |
| 2124 | ), |
| 2125 | 'Automattic\\WooCommerce\\Blocks\\BlockTypes\\ProductRatingCounter' => array( |
| 2126 | 'version' => '9.6.0.0', |
| 2127 | 'path' => $baseDir . '/src/Blocks/BlockTypes/ProductRatingCounter.php' |
| 2128 | ), |
| 2129 | 'Automattic\\WooCommerce\\Blocks\\BlockTypes\\ProductRatingStars' => array( |
| 2130 | 'version' => '9.6.0.0', |
| 2131 | 'path' => $baseDir . '/src/Blocks/BlockTypes/ProductRatingStars.php' |
| 2132 | ), |
| 2133 | 'Automattic\\WooCommerce\\Blocks\\BlockTypes\\ProductResultsCount' => array( |
| 2134 | 'version' => '9.6.0.0', |
| 2135 | 'path' => $baseDir . '/src/Blocks/BlockTypes/ProductResultsCount.php' |
| 2136 | ), |
| 2137 | 'Automattic\\WooCommerce\\Blocks\\BlockTypes\\ProductReviews' => array( |
| 2138 | 'version' => '9.6.0.0', |
| 2139 | 'path' => $baseDir . '/src/Blocks/BlockTypes/ProductReviews.php' |
| 2140 | ), |
| 2141 | 'Automattic\\WooCommerce\\Blocks\\BlockTypes\\ProductSKU' => array( |
| 2142 | 'version' => '9.6.0.0', |
| 2143 | 'path' => $baseDir . '/src/Blocks/BlockTypes/ProductSKU.php' |
| 2144 | ), |
| 2145 | 'Automattic\\WooCommerce\\Blocks\\BlockTypes\\ProductSaleBadge' => array( |
| 2146 | 'version' => '9.6.0.0', |
| 2147 | 'path' => $baseDir . '/src/Blocks/BlockTypes/ProductSaleBadge.php' |
| 2148 | ), |
| 2149 | 'Automattic\\WooCommerce\\Blocks\\BlockTypes\\ProductSearch' => array( |
| 2150 | 'version' => '9.6.0.0', |
| 2151 | 'path' => $baseDir . '/src/Blocks/BlockTypes/ProductSearch.php' |
| 2152 | ), |
| 2153 | 'Automattic\\WooCommerce\\Blocks\\BlockTypes\\ProductStockIndicator' => array( |
| 2154 | 'version' => '9.6.0.0', |
| 2155 | 'path' => $baseDir . '/src/Blocks/BlockTypes/ProductStockIndicator.php' |
| 2156 | ), |
| 2157 | 'Automattic\\WooCommerce\\Blocks\\BlockTypes\\ProductSummary' => array( |
| 2158 | 'version' => '9.6.0.0', |
| 2159 | 'path' => $baseDir . '/src/Blocks/BlockTypes/ProductSummary.php' |
| 2160 | ), |
| 2161 | 'Automattic\\WooCommerce\\Blocks\\BlockTypes\\ProductTag' => array( |
| 2162 | 'version' => '9.6.0.0', |
| 2163 | 'path' => $baseDir . '/src/Blocks/BlockTypes/ProductTag.php' |
| 2164 | ), |
| 2165 | 'Automattic\\WooCommerce\\Blocks\\BlockTypes\\ProductTemplate' => array( |
| 2166 | 'version' => '9.6.0.0', |
| 2167 | 'path' => $baseDir . '/src/Blocks/BlockTypes/ProductTemplate.php' |
| 2168 | ), |
| 2169 | 'Automattic\\WooCommerce\\Blocks\\BlockTypes\\ProductTitle' => array( |
| 2170 | 'version' => '9.6.0.0', |
| 2171 | 'path' => $baseDir . '/src/Blocks/BlockTypes/ProductTitle.php' |
| 2172 | ), |
| 2173 | 'Automattic\\WooCommerce\\Blocks\\BlockTypes\\ProductTopRated' => array( |
| 2174 | 'version' => '9.6.0.0', |
| 2175 | 'path' => $baseDir . '/src/Blocks/BlockTypes/ProductTopRated.php' |
| 2176 | ), |
| 2177 | 'Automattic\\WooCommerce\\Blocks\\BlockTypes\\ProductsByAttribute' => array( |
| 2178 | 'version' => '9.6.0.0', |
| 2179 | 'path' => $baseDir . '/src/Blocks/BlockTypes/ProductsByAttribute.php' |
| 2180 | ), |
| 2181 | 'Automattic\\WooCommerce\\Blocks\\BlockTypes\\RatingFilter' => array( |
| 2182 | 'version' => '9.6.0.0', |
| 2183 | 'path' => $baseDir . '/src/Blocks/BlockTypes/RatingFilter.php' |
| 2184 | ), |
| 2185 | 'Automattic\\WooCommerce\\Blocks\\BlockTypes\\RelatedProducts' => array( |
| 2186 | 'version' => '9.6.0.0', |
| 2187 | 'path' => $baseDir . '/src/Blocks/BlockTypes/RelatedProducts.php' |
| 2188 | ), |
| 2189 | 'Automattic\\WooCommerce\\Blocks\\BlockTypes\\ReviewsByCategory' => array( |
| 2190 | 'version' => '9.6.0.0', |
| 2191 | 'path' => $baseDir . '/src/Blocks/BlockTypes/ReviewsByCategory.php' |
| 2192 | ), |
| 2193 | 'Automattic\\WooCommerce\\Blocks\\BlockTypes\\ReviewsByProduct' => array( |
| 2194 | 'version' => '9.6.0.0', |
| 2195 | 'path' => $baseDir . '/src/Blocks/BlockTypes/ReviewsByProduct.php' |
| 2196 | ), |
| 2197 | 'Automattic\\WooCommerce\\Blocks\\BlockTypes\\SingleProduct' => array( |
| 2198 | 'version' => '9.6.0.0', |
| 2199 | 'path' => $baseDir . '/src/Blocks/BlockTypes/SingleProduct.php' |
| 2200 | ), |
| 2201 | 'Automattic\\WooCommerce\\Blocks\\BlockTypes\\StockFilter' => array( |
| 2202 | 'version' => '9.6.0.0', |
| 2203 | 'path' => $baseDir . '/src/Blocks/BlockTypes/StockFilter.php' |
| 2204 | ), |
| 2205 | 'Automattic\\WooCommerce\\Blocks\\BlockTypes\\StoreNotices' => array( |
| 2206 | 'version' => '9.6.0.0', |
| 2207 | 'path' => $baseDir . '/src/Blocks/BlockTypes/StoreNotices.php' |
| 2208 | ), |
| 2209 | 'Automattic\\WooCommerce\\Blocks\\Domain\\Bootstrap' => array( |
| 2210 | 'version' => '9.6.0.0', |
| 2211 | 'path' => $baseDir . '/src/Blocks/Domain/Bootstrap.php' |
| 2212 | ), |
| 2213 | 'Automattic\\WooCommerce\\Blocks\\Domain\\Package' => array( |
| 2214 | 'version' => '9.6.0.0', |
| 2215 | 'path' => $baseDir . '/src/Blocks/Domain/Package.php' |
| 2216 | ), |
| 2217 | 'Automattic\\WooCommerce\\Blocks\\Domain\\Services\\CheckoutFields' => array( |
| 2218 | 'version' => '9.6.0.0', |
| 2219 | 'path' => $baseDir . '/src/Blocks/Domain/Services/CheckoutFields.php' |
| 2220 | ), |
| 2221 | 'Automattic\\WooCommerce\\Blocks\\Domain\\Services\\CheckoutFieldsAdmin' => array( |
| 2222 | 'version' => '9.6.0.0', |
| 2223 | 'path' => $baseDir . '/src/Blocks/Domain/Services/CheckoutFieldsAdmin.php' |
| 2224 | ), |
| 2225 | 'Automattic\\WooCommerce\\Blocks\\Domain\\Services\\CheckoutFieldsFrontend' => array( |
| 2226 | 'version' => '9.6.0.0', |
| 2227 | 'path' => $baseDir . '/src/Blocks/Domain/Services/CheckoutFieldsFrontend.php' |
| 2228 | ), |
| 2229 | 'Automattic\\WooCommerce\\Blocks\\Domain\\Services\\CreateAccount' => array( |
| 2230 | 'version' => '9.6.0.0', |
| 2231 | 'path' => $baseDir . '/src/Blocks/Domain/Services/CreateAccount.php' |
| 2232 | ), |
| 2233 | 'Automattic\\WooCommerce\\Blocks\\Domain\\Services\\DraftOrders' => array( |
| 2234 | 'version' => '9.6.0.0', |
| 2235 | 'path' => $baseDir . '/src/Blocks/Domain/Services/DraftOrders.php' |
| 2236 | ), |
| 2237 | 'Automattic\\WooCommerce\\Blocks\\Domain\\Services\\Email\\CustomerNewAccount' => array( |
| 2238 | 'version' => '9.6.0.0', |
| 2239 | 'path' => $baseDir . '/src/Blocks/Domain/Services/Email/CustomerNewAccount.php' |
| 2240 | ), |
| 2241 | 'Automattic\\WooCommerce\\Blocks\\Domain\\Services\\FeatureGating' => array( |
| 2242 | 'version' => '9.6.0.0', |
| 2243 | 'path' => $baseDir . '/src/Blocks/Domain/Services/FeatureGating.php' |
| 2244 | ), |
| 2245 | 'Automattic\\WooCommerce\\Blocks\\Domain\\Services\\GoogleAnalytics' => array( |
| 2246 | 'version' => '9.6.0.0', |
| 2247 | 'path' => $baseDir . '/src/Blocks/Domain/Services/GoogleAnalytics.php' |
| 2248 | ), |
| 2249 | 'Automattic\\WooCommerce\\Blocks\\Domain\\Services\\Hydration' => array( |
| 2250 | 'version' => '9.6.0.0', |
| 2251 | 'path' => $baseDir . '/src/Blocks/Domain/Services/Hydration.php' |
| 2252 | ), |
| 2253 | 'Automattic\\WooCommerce\\Blocks\\Domain\\Services\\Notices' => array( |
| 2254 | 'version' => '9.6.0.0', |
| 2255 | 'path' => $baseDir . '/src/Blocks/Domain/Services/Notices.php' |
| 2256 | ), |
| 2257 | 'Automattic\\WooCommerce\\Blocks\\Domain\\Services\\OnboardingTasks\\ReviewCheckoutTask' => array( |
| 2258 | 'version' => '9.6.0.0', |
| 2259 | 'path' => $baseDir . '/src/Blocks/Domain/Services/OnboardingTasks/ReviewCheckoutTask.php' |
| 2260 | ), |
| 2261 | 'Automattic\\WooCommerce\\Blocks\\Domain\\Services\\OnboardingTasks\\TasksController' => array( |
| 2262 | 'version' => '9.6.0.0', |
| 2263 | 'path' => $baseDir . '/src/Blocks/Domain/Services/OnboardingTasks/TasksController.php' |
| 2264 | ), |
| 2265 | 'Automattic\\WooCommerce\\Blocks\\Images\\Pexels' => array( |
| 2266 | 'version' => '9.6.0.0', |
| 2267 | 'path' => $baseDir . '/src/Blocks/Images/Pexels.php' |
| 2268 | ), |
| 2269 | 'Automattic\\WooCommerce\\Blocks\\InboxNotifications' => array( |
| 2270 | 'version' => '9.6.0.0', |
| 2271 | 'path' => $baseDir . '/src/Blocks/InboxNotifications.php' |
| 2272 | ), |
| 2273 | 'Automattic\\WooCommerce\\Blocks\\Installer' => array( |
| 2274 | 'version' => '9.6.0.0', |
| 2275 | 'path' => $baseDir . '/src/Blocks/Installer.php' |
| 2276 | ), |
| 2277 | 'Automattic\\WooCommerce\\Blocks\\Integrations\\IntegrationInterface' => array( |
| 2278 | 'version' => '9.6.0.0', |
| 2279 | 'path' => $baseDir . '/src/Blocks/Integrations/IntegrationInterface.php' |
| 2280 | ), |
| 2281 | 'Automattic\\WooCommerce\\Blocks\\Integrations\\IntegrationRegistry' => array( |
| 2282 | 'version' => '9.6.0.0', |
| 2283 | 'path' => $baseDir . '/src/Blocks/Integrations/IntegrationRegistry.php' |
| 2284 | ), |
| 2285 | 'Automattic\\WooCommerce\\Blocks\\InteractivityComponents\\CheckboxList' => array( |
| 2286 | 'version' => '9.6.0.0', |
| 2287 | 'path' => $baseDir . '/src/Blocks/InteractivityComponents/CheckboxList.php' |
| 2288 | ), |
| 2289 | 'Automattic\\WooCommerce\\Blocks\\InteractivityComponents\\Dropdown' => array( |
| 2290 | 'version' => '9.6.0.0', |
| 2291 | 'path' => $baseDir . '/src/Blocks/InteractivityComponents/Dropdown.php' |
| 2292 | ), |
| 2293 | 'Automattic\\WooCommerce\\Blocks\\Library' => array( |
| 2294 | 'version' => '9.6.0.0', |
| 2295 | 'path' => $baseDir . '/src/Blocks/Library.php' |
| 2296 | ), |
| 2297 | 'Automattic\\WooCommerce\\Blocks\\Migration' => array( |
| 2298 | 'version' => '9.6.0.0', |
| 2299 | 'path' => $baseDir . '/src/Blocks/Migration.php' |
| 2300 | ), |
| 2301 | 'Automattic\\WooCommerce\\Blocks\\Options' => array( |
| 2302 | 'version' => '9.6.0.0', |
| 2303 | 'path' => $baseDir . '/src/Blocks/Options.php' |
| 2304 | ), |
| 2305 | 'Automattic\\WooCommerce\\Blocks\\Package' => array( |
| 2306 | 'version' => '9.6.0.0', |
| 2307 | 'path' => $baseDir . '/src/Blocks/Package.php' |
| 2308 | ), |
| 2309 | 'Automattic\\WooCommerce\\Blocks\\Patterns\\AIPatterns' => array( |
| 2310 | 'version' => '9.6.0.0', |
| 2311 | 'path' => $baseDir . '/src/Blocks/Patterns/AIPatterns.php' |
| 2312 | ), |
| 2313 | 'Automattic\\WooCommerce\\Blocks\\Patterns\\PTKClient' => array( |
| 2314 | 'version' => '9.6.0.0', |
| 2315 | 'path' => $baseDir . '/src/Blocks/Patterns/PTKClient.php' |
| 2316 | ), |
| 2317 | 'Automattic\\WooCommerce\\Blocks\\Patterns\\PTKPatternsStore' => array( |
| 2318 | 'version' => '9.6.0.0', |
| 2319 | 'path' => $baseDir . '/src/Blocks/Patterns/PTKPatternsStore.php' |
| 2320 | ), |
| 2321 | 'Automattic\\WooCommerce\\Blocks\\Patterns\\PatternRegistry' => array( |
| 2322 | 'version' => '9.6.0.0', |
| 2323 | 'path' => $baseDir . '/src/Blocks/Patterns/PatternRegistry.php' |
| 2324 | ), |
| 2325 | 'Automattic\\WooCommerce\\Blocks\\Payments\\Api' => array( |
| 2326 | 'version' => '9.6.0.0', |
| 2327 | 'path' => $baseDir . '/src/Blocks/Payments/Api.php' |
| 2328 | ), |
| 2329 | 'Automattic\\WooCommerce\\Blocks\\Payments\\Integrations\\AbstractPaymentMethodType' => array( |
| 2330 | 'version' => '9.6.0.0', |
| 2331 | 'path' => $baseDir . '/src/Blocks/Payments/Integrations/AbstractPaymentMethodType.php' |
| 2332 | ), |
| 2333 | 'Automattic\\WooCommerce\\Blocks\\Payments\\Integrations\\BankTransfer' => array( |
| 2334 | 'version' => '9.6.0.0', |
| 2335 | 'path' => $baseDir . '/src/Blocks/Payments/Integrations/BankTransfer.php' |
| 2336 | ), |
| 2337 | 'Automattic\\WooCommerce\\Blocks\\Payments\\Integrations\\CashOnDelivery' => array( |
| 2338 | 'version' => '9.6.0.0', |
| 2339 | 'path' => $baseDir . '/src/Blocks/Payments/Integrations/CashOnDelivery.php' |
| 2340 | ), |
| 2341 | 'Automattic\\WooCommerce\\Blocks\\Payments\\Integrations\\Cheque' => array( |
| 2342 | 'version' => '9.6.0.0', |
| 2343 | 'path' => $baseDir . '/src/Blocks/Payments/Integrations/Cheque.php' |
| 2344 | ), |
| 2345 | 'Automattic\\WooCommerce\\Blocks\\Payments\\Integrations\\PayPal' => array( |
| 2346 | 'version' => '9.6.0.0', |
| 2347 | 'path' => $baseDir . '/src/Blocks/Payments/Integrations/PayPal.php' |
| 2348 | ), |
| 2349 | 'Automattic\\WooCommerce\\Blocks\\Payments\\PaymentMethodRegistry' => array( |
| 2350 | 'version' => '9.6.0.0', |
| 2351 | 'path' => $baseDir . '/src/Blocks/Payments/PaymentMethodRegistry.php' |
| 2352 | ), |
| 2353 | 'Automattic\\WooCommerce\\Blocks\\Payments\\PaymentMethodTypeInterface' => array( |
| 2354 | 'version' => '9.6.0.0', |
| 2355 | 'path' => $baseDir . '/src/Blocks/Payments/PaymentMethodTypeInterface.php' |
| 2356 | ), |
| 2357 | 'Automattic\\WooCommerce\\Blocks\\QueryFilters' => array( |
| 2358 | 'version' => '9.6.0.0', |
| 2359 | 'path' => $baseDir . '/src/Blocks/QueryFilters.php' |
| 2360 | ), |
| 2361 | 'Automattic\\WooCommerce\\Blocks\\Registry\\AbstractDependencyType' => array( |
| 2362 | 'version' => '9.6.0.0', |
| 2363 | 'path' => $baseDir . '/src/Blocks/Registry/AbstractDependencyType.php' |
| 2364 | ), |
| 2365 | 'Automattic\\WooCommerce\\Blocks\\Registry\\Container' => array( |
| 2366 | 'version' => '9.6.0.0', |
| 2367 | 'path' => $baseDir . '/src/Blocks/Registry/Container.php' |
| 2368 | ), |
| 2369 | 'Automattic\\WooCommerce\\Blocks\\Registry\\FactoryType' => array( |
| 2370 | 'version' => '9.6.0.0', |
| 2371 | 'path' => $baseDir . '/src/Blocks/Registry/FactoryType.php' |
| 2372 | ), |
| 2373 | 'Automattic\\WooCommerce\\Blocks\\Registry\\SharedType' => array( |
| 2374 | 'version' => '9.6.0.0', |
| 2375 | 'path' => $baseDir . '/src/Blocks/Registry/SharedType.php' |
| 2376 | ), |
| 2377 | 'Automattic\\WooCommerce\\Blocks\\Shipping\\PickupLocation' => array( |
| 2378 | 'version' => '9.6.0.0', |
| 2379 | 'path' => $baseDir . '/src/Blocks/Shipping/PickupLocation.php' |
| 2380 | ), |
| 2381 | 'Automattic\\WooCommerce\\Blocks\\Shipping\\ShippingController' => array( |
| 2382 | 'version' => '9.6.0.0', |
| 2383 | 'path' => $baseDir . '/src/Blocks/Shipping/ShippingController.php' |
| 2384 | ), |
| 2385 | 'Automattic\\WooCommerce\\Blocks\\TemplateOptions' => array( |
| 2386 | 'version' => '9.6.0.0', |
| 2387 | 'path' => $baseDir . '/src/Blocks/TemplateOptions.php' |
| 2388 | ), |
| 2389 | 'Automattic\\WooCommerce\\Blocks\\Templates\\AbstractPageTemplate' => array( |
| 2390 | 'version' => '9.6.0.0', |
| 2391 | 'path' => $baseDir . '/src/Blocks/Templates/AbstractPageTemplate.php' |
| 2392 | ), |
| 2393 | 'Automattic\\WooCommerce\\Blocks\\Templates\\AbstractTemplate' => array( |
| 2394 | 'version' => '9.6.0.0', |
| 2395 | 'path' => $baseDir . '/src/Blocks/Templates/AbstractTemplate.php' |
| 2396 | ), |
| 2397 | 'Automattic\\WooCommerce\\Blocks\\Templates\\AbstractTemplateCompatibility' => array( |
| 2398 | 'version' => '9.6.0.0', |
| 2399 | 'path' => $baseDir . '/src/Blocks/Templates/AbstractTemplateCompatibility.php' |
| 2400 | ), |
| 2401 | 'Automattic\\WooCommerce\\Blocks\\Templates\\AbstractTemplatePart' => array( |
| 2402 | 'version' => '9.6.0.0', |
| 2403 | 'path' => $baseDir . '/src/Blocks/Templates/AbstractTemplatePart.php' |
| 2404 | ), |
| 2405 | 'Automattic\\WooCommerce\\Blocks\\Templates\\ArchiveProductTemplatesCompatibility' => array( |
| 2406 | 'version' => '9.6.0.0', |
| 2407 | 'path' => $baseDir . '/src/Blocks/Templates/ArchiveProductTemplatesCompatibility.php' |
| 2408 | ), |
| 2409 | 'Automattic\\WooCommerce\\Blocks\\Templates\\CartTemplate' => array( |
| 2410 | 'version' => '9.6.0.0', |
| 2411 | 'path' => $baseDir . '/src/Blocks/Templates/CartTemplate.php' |
| 2412 | ), |
| 2413 | 'Automattic\\WooCommerce\\Blocks\\Templates\\CheckoutHeaderTemplate' => array( |
| 2414 | 'version' => '9.6.0.0', |
| 2415 | 'path' => $baseDir . '/src/Blocks/Templates/CheckoutHeaderTemplate.php' |
| 2416 | ), |
| 2417 | 'Automattic\\WooCommerce\\Blocks\\Templates\\CheckoutTemplate' => array( |
| 2418 | 'version' => '9.6.0.0', |
| 2419 | 'path' => $baseDir . '/src/Blocks/Templates/CheckoutTemplate.php' |
| 2420 | ), |
| 2421 | 'Automattic\\WooCommerce\\Blocks\\Templates\\ClassicTemplatesCompatibility' => array( |
| 2422 | 'version' => '9.6.0.0', |
| 2423 | 'path' => $baseDir . '/src/Blocks/Templates/ClassicTemplatesCompatibility.php' |
| 2424 | ), |
| 2425 | 'Automattic\\WooCommerce\\Blocks\\Templates\\ComingSoonSocialLinksTemplate' => array( |
| 2426 | 'version' => '9.6.0.0', |
| 2427 | 'path' => $baseDir . '/src/Blocks/Templates/ComingSoonSocialLinksTemplate.php' |
| 2428 | ), |
| 2429 | 'Automattic\\WooCommerce\\Blocks\\Templates\\ComingSoonTemplate' => array( |
| 2430 | 'version' => '9.6.0.0', |
| 2431 | 'path' => $baseDir . '/src/Blocks/Templates/ComingSoonTemplate.php' |
| 2432 | ), |
| 2433 | 'Automattic\\WooCommerce\\Blocks\\Templates\\MiniCartTemplate' => array( |
| 2434 | 'version' => '9.6.0.0', |
| 2435 | 'path' => $baseDir . '/src/Blocks/Templates/MiniCartTemplate.php' |
| 2436 | ), |
| 2437 | 'Automattic\\WooCommerce\\Blocks\\Templates\\OrderConfirmationTemplate' => array( |
| 2438 | 'version' => '9.6.0.0', |
| 2439 | 'path' => $baseDir . '/src/Blocks/Templates/OrderConfirmationTemplate.php' |
| 2440 | ), |
| 2441 | 'Automattic\\WooCommerce\\Blocks\\Templates\\ProductAttributeTemplate' => array( |
| 2442 | 'version' => '9.6.0.0', |
| 2443 | 'path' => $baseDir . '/src/Blocks/Templates/ProductAttributeTemplate.php' |
| 2444 | ), |
| 2445 | 'Automattic\\WooCommerce\\Blocks\\Templates\\ProductCatalogTemplate' => array( |
| 2446 | 'version' => '9.6.0.0', |
| 2447 | 'path' => $baseDir . '/src/Blocks/Templates/ProductCatalogTemplate.php' |
| 2448 | ), |
| 2449 | 'Automattic\\WooCommerce\\Blocks\\Templates\\ProductCategoryTemplate' => array( |
| 2450 | 'version' => '9.6.0.0', |
| 2451 | 'path' => $baseDir . '/src/Blocks/Templates/ProductCategoryTemplate.php' |
| 2452 | ), |
| 2453 | 'Automattic\\WooCommerce\\Blocks\\Templates\\ProductSearchResultsTemplate' => array( |
| 2454 | 'version' => '9.6.0.0', |
| 2455 | 'path' => $baseDir . '/src/Blocks/Templates/ProductSearchResultsTemplate.php' |
| 2456 | ), |
| 2457 | 'Automattic\\WooCommerce\\Blocks\\Templates\\ProductTagTemplate' => array( |
| 2458 | 'version' => '9.6.0.0', |
| 2459 | 'path' => $baseDir . '/src/Blocks/Templates/ProductTagTemplate.php' |
| 2460 | ), |
| 2461 | 'Automattic\\WooCommerce\\Blocks\\Templates\\SingleProductTemplate' => array( |
| 2462 | 'version' => '9.6.0.0', |
| 2463 | 'path' => $baseDir . '/src/Blocks/Templates/SingleProductTemplate.php' |
| 2464 | ), |
| 2465 | 'Automattic\\WooCommerce\\Blocks\\Templates\\SingleProductTemplateCompatibility' => array( |
| 2466 | 'version' => '9.6.0.0', |
| 2467 | 'path' => $baseDir . '/src/Blocks/Templates/SingleProductTemplateCompatibility.php' |
| 2468 | ), |
| 2469 | 'Automattic\\WooCommerce\\Blocks\\Utils\\BlockHooksTrait' => array( |
| 2470 | 'version' => '9.6.0.0', |
| 2471 | 'path' => $baseDir . '/src/Blocks/Utils/BlockHooksTrait.php' |
| 2472 | ), |
| 2473 | 'Automattic\\WooCommerce\\Blocks\\Utils\\BlockTemplateUtils' => array( |
| 2474 | 'version' => '9.6.0.0', |
| 2475 | 'path' => $baseDir . '/src/Blocks/Utils/BlockTemplateUtils.php' |
| 2476 | ), |
| 2477 | 'Automattic\\WooCommerce\\Blocks\\Utils\\BlocksWpQuery' => array( |
| 2478 | 'version' => '9.6.0.0', |
| 2479 | 'path' => $baseDir . '/src/Blocks/Utils/BlocksWpQuery.php' |
| 2480 | ), |
| 2481 | 'Automattic\\WooCommerce\\Blocks\\Utils\\CartCheckoutUtils' => array( |
| 2482 | 'version' => '9.6.0.0', |
| 2483 | 'path' => $baseDir . '/src/Blocks/Utils/CartCheckoutUtils.php' |
| 2484 | ), |
| 2485 | 'Automattic\\WooCommerce\\Blocks\\Utils\\MiniCartUtils' => array( |
| 2486 | 'version' => '9.6.0.0', |
| 2487 | 'path' => $baseDir . '/src/Blocks/Utils/MiniCartUtils.php' |
| 2488 | ), |
| 2489 | 'Automattic\\WooCommerce\\Blocks\\Utils\\ProductGalleryUtils' => array( |
| 2490 | 'version' => '9.6.0.0', |
| 2491 | 'path' => $baseDir . '/src/Blocks/Utils/ProductGalleryUtils.php' |
| 2492 | ), |
| 2493 | 'Automattic\\WooCommerce\\Blocks\\Utils\\StyleAttributesUtils' => array( |
| 2494 | 'version' => '9.6.0.0', |
| 2495 | 'path' => $baseDir . '/src/Blocks/Utils/StyleAttributesUtils.php' |
| 2496 | ), |
| 2497 | 'Automattic\\WooCommerce\\Blocks\\Utils\\Utils' => array( |
| 2498 | 'version' => '9.6.0.0', |
| 2499 | 'path' => $baseDir . '/src/Blocks/Utils/Utils.php' |
| 2500 | ), |
| 2501 | 'Automattic\\WooCommerce\\Blueprint\\BuiltInExporters' => array( |
| 2502 | 'version' => 'dev-add/blueprint-package-1', |
| 2503 | 'path' => $vendorDir . '/woocommerce/blueprint/src/BuiltInExporters.php' |
| 2504 | ), |
| 2505 | 'Automattic\\WooCommerce\\Blueprint\\BuiltInStepProcessors' => array( |
| 2506 | 'version' => 'dev-add/blueprint-package-1', |
| 2507 | 'path' => $vendorDir . '/woocommerce/blueprint/src/BuiltInStepProcessors.php' |
| 2508 | ), |
| 2509 | 'Automattic\\WooCommerce\\Blueprint\\Cli' => array( |
| 2510 | 'version' => 'dev-add/blueprint-package-1', |
| 2511 | 'path' => $vendorDir . '/woocommerce/blueprint/src/Cli.php' |
| 2512 | ), |
| 2513 | 'Automattic\\WooCommerce\\Blueprint\\CliResultFormatter' => array( |
| 2514 | 'version' => 'dev-add/blueprint-package-1', |
| 2515 | 'path' => $vendorDir . '/woocommerce/blueprint/src/ResultFormatters/CliResultFormatter.php' |
| 2516 | ), |
| 2517 | 'Automattic\\WooCommerce\\Blueprint\\Cli\\ExportCli' => array( |
| 2518 | 'version' => 'dev-add/blueprint-package-1', |
| 2519 | 'path' => $vendorDir . '/woocommerce/blueprint/src/Cli/ExportCli.php' |
| 2520 | ), |
| 2521 | 'Automattic\\WooCommerce\\Blueprint\\Cli\\ImportCli' => array( |
| 2522 | 'version' => 'dev-add/blueprint-package-1', |
| 2523 | 'path' => $vendorDir . '/woocommerce/blueprint/src/Cli/ImportCli.php' |
| 2524 | ), |
| 2525 | 'Automattic\\WooCommerce\\Blueprint\\ExportSchema' => array( |
| 2526 | 'version' => 'dev-add/blueprint-package-1', |
| 2527 | 'path' => $vendorDir . '/woocommerce/blueprint/src/ExportSchema.php' |
| 2528 | ), |
| 2529 | 'Automattic\\WooCommerce\\Blueprint\\Exporters\\ExportInstallPluginSteps' => array( |
| 2530 | 'version' => 'dev-add/blueprint-package-1', |
| 2531 | 'path' => $vendorDir . '/woocommerce/blueprint/src/Exporters/ExportInstallPluginSteps.php' |
| 2532 | ), |
| 2533 | 'Automattic\\WooCommerce\\Blueprint\\Exporters\\ExportInstallThemeSteps' => array( |
| 2534 | 'version' => 'dev-add/blueprint-package-1', |
| 2535 | 'path' => $vendorDir . '/woocommerce/blueprint/src/Exporters/ExportInstallThemeSteps.php' |
| 2536 | ), |
| 2537 | 'Automattic\\WooCommerce\\Blueprint\\Exporters\\HasAlias' => array( |
| 2538 | 'version' => 'dev-add/blueprint-package-1', |
| 2539 | 'path' => $vendorDir . '/woocommerce/blueprint/src/Exporters/HasAlias.php' |
| 2540 | ), |
| 2541 | 'Automattic\\WooCommerce\\Blueprint\\Exporters\\StepExporter' => array( |
| 2542 | 'version' => 'dev-add/blueprint-package-1', |
| 2543 | 'path' => $vendorDir . '/woocommerce/blueprint/src/Exporters/StepExporter.php' |
| 2544 | ), |
| 2545 | 'Automattic\\WooCommerce\\Blueprint\\ImportSchema' => array( |
| 2546 | 'version' => 'dev-add/blueprint-package-1', |
| 2547 | 'path' => $vendorDir . '/woocommerce/blueprint/src/ImportSchema.php' |
| 2548 | ), |
| 2549 | 'Automattic\\WooCommerce\\Blueprint\\Importers\\ImportActivatePlugin' => array( |
| 2550 | 'version' => 'dev-add/blueprint-package-1', |
| 2551 | 'path' => $vendorDir . '/woocommerce/blueprint/src/Importers/ImportActivatePlugin.php' |
| 2552 | ), |
| 2553 | 'Automattic\\WooCommerce\\Blueprint\\Importers\\ImportActivateTheme' => array( |
| 2554 | 'version' => 'dev-add/blueprint-package-1', |
| 2555 | 'path' => $vendorDir . '/woocommerce/blueprint/src/Importers/ImportActivateTheme.php' |
| 2556 | ), |
| 2557 | 'Automattic\\WooCommerce\\Blueprint\\Importers\\ImportDeactivatePlugin' => array( |
| 2558 | 'version' => 'dev-add/blueprint-package-1', |
| 2559 | 'path' => $vendorDir . '/woocommerce/blueprint/src/Importers/ImportDeactivatePlugin.php' |
| 2560 | ), |
| 2561 | 'Automattic\\WooCommerce\\Blueprint\\Importers\\ImportDeletePlugin' => array( |
| 2562 | 'version' => 'dev-add/blueprint-package-1', |
| 2563 | 'path' => $vendorDir . '/woocommerce/blueprint/src/Importers/ImportDeletePlugin.php' |
| 2564 | ), |
| 2565 | 'Automattic\\WooCommerce\\Blueprint\\Importers\\ImportInstallPlugin' => array( |
| 2566 | 'version' => 'dev-add/blueprint-package-1', |
| 2567 | 'path' => $vendorDir . '/woocommerce/blueprint/src/Importers/ImportInstallPlugin.php' |
| 2568 | ), |
| 2569 | 'Automattic\\WooCommerce\\Blueprint\\Importers\\ImportInstallTheme' => array( |
| 2570 | 'version' => 'dev-add/blueprint-package-1', |
| 2571 | 'path' => $vendorDir . '/woocommerce/blueprint/src/Importers/ImportInstallTheme.php' |
| 2572 | ), |
| 2573 | 'Automattic\\WooCommerce\\Blueprint\\Importers\\ImportSetSiteOptions' => array( |
| 2574 | 'version' => 'dev-add/blueprint-package-1', |
| 2575 | 'path' => $vendorDir . '/woocommerce/blueprint/src/Importers/ImportSetSiteOptions.php' |
| 2576 | ), |
| 2577 | 'Automattic\\WooCommerce\\Blueprint\\JsonResultFormatter' => array( |
| 2578 | 'version' => 'dev-add/blueprint-package-1', |
| 2579 | 'path' => $vendorDir . '/woocommerce/blueprint/src/ResultFormatters/JsonResultFormatter.php' |
| 2580 | ), |
| 2581 | 'Automattic\\WooCommerce\\Blueprint\\ResourceStorages' => array( |
| 2582 | 'version' => 'dev-add/blueprint-package-1', |
| 2583 | 'path' => $vendorDir . '/woocommerce/blueprint/src/ResourceStorages.php' |
| 2584 | ), |
| 2585 | 'Automattic\\WooCommerce\\Blueprint\\ResourceStorages\\LocalPluginResourceStorage' => array( |
| 2586 | 'version' => 'dev-add/blueprint-package-1', |
| 2587 | 'path' => $vendorDir . '/woocommerce/blueprint/src/ResourceStorages/LocalPluginResourceStorage.php' |
| 2588 | ), |
| 2589 | 'Automattic\\WooCommerce\\Blueprint\\ResourceStorages\\LocalThemeResourceStorage' => array( |
| 2590 | 'version' => 'dev-add/blueprint-package-1', |
| 2591 | 'path' => $vendorDir . '/woocommerce/blueprint/src/ResourceStorages/LocalThemeResourceStorage.php' |
| 2592 | ), |
| 2593 | 'Automattic\\WooCommerce\\Blueprint\\ResourceStorages\\OrgPluginResourceStorage' => array( |
| 2594 | 'version' => 'dev-add/blueprint-package-1', |
| 2595 | 'path' => $vendorDir . '/woocommerce/blueprint/src/ResourceStorages/OrgPluginResourceStorage.php' |
| 2596 | ), |
| 2597 | 'Automattic\\WooCommerce\\Blueprint\\ResourceStorages\\OrgThemeResourceStorage' => array( |
| 2598 | 'version' => 'dev-add/blueprint-package-1', |
| 2599 | 'path' => $vendorDir . '/woocommerce/blueprint/src/ResourceStorages/OrgThemeResourceStorage.php' |
| 2600 | ), |
| 2601 | 'Automattic\\WooCommerce\\Blueprint\\ResourceStorages\\ResourceStorage' => array( |
| 2602 | 'version' => 'dev-add/blueprint-package-1', |
| 2603 | 'path' => $vendorDir . '/woocommerce/blueprint/src/ResourceStorages/ResourceStorage.php' |
| 2604 | ), |
| 2605 | 'Automattic\\WooCommerce\\Blueprint\\Schemas\\JsonSchema' => array( |
| 2606 | 'version' => 'dev-add/blueprint-package-1', |
| 2607 | 'path' => $vendorDir . '/woocommerce/blueprint/src/Schemas/JsonSchema.php' |
| 2608 | ), |
| 2609 | 'Automattic\\WooCommerce\\Blueprint\\Schemas\\ZipSchema' => array( |
| 2610 | 'version' => 'dev-add/blueprint-package-1', |
| 2611 | 'path' => $vendorDir . '/woocommerce/blueprint/src/Schemas/ZipSchema.php' |
| 2612 | ), |
| 2613 | 'Automattic\\WooCommerce\\Blueprint\\StepProcessor' => array( |
| 2614 | 'version' => 'dev-add/blueprint-package-1', |
| 2615 | 'path' => $vendorDir . '/woocommerce/blueprint/src/StepProcessor.php' |
| 2616 | ), |
| 2617 | 'Automattic\\WooCommerce\\Blueprint\\StepProcessorResult' => array( |
| 2618 | 'version' => 'dev-add/blueprint-package-1', |
| 2619 | 'path' => $vendorDir . '/woocommerce/blueprint/src/StepProcessorResult.php' |
| 2620 | ), |
| 2621 | 'Automattic\\WooCommerce\\Blueprint\\Steps\\ActivatePlugin' => array( |
| 2622 | 'version' => 'dev-add/blueprint-package-1', |
| 2623 | 'path' => $vendorDir . '/woocommerce/blueprint/src/Steps/ActivatePlugin.php' |
| 2624 | ), |
| 2625 | 'Automattic\\WooCommerce\\Blueprint\\Steps\\ActivateTheme' => array( |
| 2626 | 'version' => 'dev-add/blueprint-package-1', |
| 2627 | 'path' => $vendorDir . '/woocommerce/blueprint/src/Steps/ActivateTheme.php' |
| 2628 | ), |
| 2629 | 'Automattic\\WooCommerce\\Blueprint\\Steps\\DeactivatePlugin' => array( |
| 2630 | 'version' => 'dev-add/blueprint-package-1', |
| 2631 | 'path' => $vendorDir . '/woocommerce/blueprint/src/Steps/DeactivatePlugin.php' |
| 2632 | ), |
| 2633 | 'Automattic\\WooCommerce\\Blueprint\\Steps\\DeletePlugin' => array( |
| 2634 | 'version' => 'dev-add/blueprint-package-1', |
| 2635 | 'path' => $vendorDir . '/woocommerce/blueprint/src/Steps/DeletePlugin.php' |
| 2636 | ), |
| 2637 | 'Automattic\\WooCommerce\\Blueprint\\Steps\\InstallPlugin' => array( |
| 2638 | 'version' => 'dev-add/blueprint-package-1', |
| 2639 | 'path' => $vendorDir . '/woocommerce/blueprint/src/Steps/InstallPlugin.php' |
| 2640 | ), |
| 2641 | 'Automattic\\WooCommerce\\Blueprint\\Steps\\InstallTheme' => array( |
| 2642 | 'version' => 'dev-add/blueprint-package-1', |
| 2643 | 'path' => $vendorDir . '/woocommerce/blueprint/src/Steps/InstallTheme.php' |
| 2644 | ), |
| 2645 | 'Automattic\\WooCommerce\\Blueprint\\Steps\\SetSiteOptions' => array( |
| 2646 | 'version' => 'dev-add/blueprint-package-1', |
| 2647 | 'path' => $vendorDir . '/woocommerce/blueprint/src/Steps/SetSiteOptions.php' |
| 2648 | ), |
| 2649 | 'Automattic\\WooCommerce\\Blueprint\\Steps\\Step' => array( |
| 2650 | 'version' => 'dev-add/blueprint-package-1', |
| 2651 | 'path' => $vendorDir . '/woocommerce/blueprint/src/Steps/Step.php' |
| 2652 | ), |
| 2653 | 'Automattic\\WooCommerce\\Blueprint\\Tests\\TestCase' => array( |
| 2654 | 'version' => 'dev-add/blueprint-package-1', |
| 2655 | 'path' => $vendorDir . '/woocommerce/blueprint/tests/TestCase.php' |
| 2656 | ), |
| 2657 | 'Automattic\\WooCommerce\\Blueprint\\Tests\\Unit\\ExportSchemaTest' => array( |
| 2658 | 'version' => 'dev-add/blueprint-package-1', |
| 2659 | 'path' => $vendorDir . '/woocommerce/blueprint/tests/Unit/ExportSchemaTest.php' |
| 2660 | ), |
| 2661 | 'Automattic\\WooCommerce\\Blueprint\\Tests\\Unit\\Schemas\\JsonSchemaTest' => array( |
| 2662 | 'version' => 'dev-add/blueprint-package-1', |
| 2663 | 'path' => $vendorDir . '/woocommerce/blueprint/tests/Unit/Schemas/JsonSchemaTest.php' |
| 2664 | ), |
| 2665 | 'Automattic\\WooCommerce\\Blueprint\\Tests\\Unit\\Schemas\\ZipSchemaTest' => array( |
| 2666 | 'version' => 'dev-add/blueprint-package-1', |
| 2667 | 'path' => $vendorDir . '/woocommerce/blueprint/tests/Unit/Schemas/ZipSchemaTest.php' |
| 2668 | ), |
| 2669 | 'Automattic\\WooCommerce\\Blueprint\\Tests\\Unit\\ZipExportedSchemaTest' => array( |
| 2670 | 'version' => 'dev-add/blueprint-package-1', |
| 2671 | 'path' => $vendorDir . '/woocommerce/blueprint/tests/Unit/ZipExportedSchemaTest.php' |
| 2672 | ), |
| 2673 | 'Automattic\\WooCommerce\\Blueprint\\Tests\\stubs\\Exporters\\EmptySetSiteOptionsExporter' => array( |
| 2674 | 'version' => 'dev-add/blueprint-package-1', |
| 2675 | 'path' => $vendorDir . '/woocommerce/blueprint/tests/stubs/Exporters/EmptySetSiteOptionsExporter.php' |
| 2676 | ), |
| 2677 | 'Automattic\\WooCommerce\\Blueprint\\UsePluginHelpers' => array( |
| 2678 | 'version' => 'dev-add/blueprint-package-1', |
| 2679 | 'path' => $vendorDir . '/woocommerce/blueprint/src/UsePluginHelpers.php' |
| 2680 | ), |
| 2681 | 'Automattic\\WooCommerce\\Blueprint\\UseWPFunctions' => array( |
| 2682 | 'version' => 'dev-add/blueprint-package-1', |
| 2683 | 'path' => $vendorDir . '/woocommerce/blueprint/src/UseWPFunctions.php' |
| 2684 | ), |
| 2685 | 'Automattic\\WooCommerce\\Blueprint\\Util' => array( |
| 2686 | 'version' => 'dev-add/blueprint-package-1', |
| 2687 | 'path' => $vendorDir . '/woocommerce/blueprint/src/Util.php' |
| 2688 | ), |
| 2689 | 'Automattic\\WooCommerce\\Blueprint\\ZipExportedSchema' => array( |
| 2690 | 'version' => 'dev-add/blueprint-package-1', |
| 2691 | 'path' => $vendorDir . '/woocommerce/blueprint/src/ZipExportedSchema.php' |
| 2692 | ), |
| 2693 | 'Automattic\\WooCommerce\\Caches\\OrderCache' => array( |
| 2694 | 'version' => '9.6.0.0', |
| 2695 | 'path' => $baseDir . '/src/Caches/OrderCache.php' |
| 2696 | ), |
| 2697 | 'Automattic\\WooCommerce\\Caches\\OrderCacheController' => array( |
| 2698 | 'version' => '9.6.0.0', |
| 2699 | 'path' => $baseDir . '/src/Caches/OrderCacheController.php' |
| 2700 | ), |
| 2701 | 'Automattic\\WooCommerce\\Caching\\CacheEngine' => array( |
| 2702 | 'version' => '9.6.0.0', |
| 2703 | 'path' => $baseDir . '/src/Caching/CacheEngine.php' |
| 2704 | ), |
| 2705 | 'Automattic\\WooCommerce\\Caching\\CacheException' => array( |
| 2706 | 'version' => '9.6.0.0', |
| 2707 | 'path' => $baseDir . '/src/Caching/CacheException.php' |
| 2708 | ), |
| 2709 | 'Automattic\\WooCommerce\\Caching\\CacheNameSpaceTrait' => array( |
| 2710 | 'version' => '9.6.0.0', |
| 2711 | 'path' => $baseDir . '/src/Caching/CacheNameSpaceTrait.php' |
| 2712 | ), |
| 2713 | 'Automattic\\WooCommerce\\Caching\\ObjectCache' => array( |
| 2714 | 'version' => '9.6.0.0', |
| 2715 | 'path' => $baseDir . '/src/Caching/ObjectCache.php' |
| 2716 | ), |
| 2717 | 'Automattic\\WooCommerce\\Caching\\WPCacheEngine' => array( |
| 2718 | 'version' => '9.6.0.0', |
| 2719 | 'path' => $baseDir . '/src/Caching/WPCacheEngine.php' |
| 2720 | ), |
| 2721 | 'Automattic\\WooCommerce\\Checkout\\Helpers\\ReserveStock' => array( |
| 2722 | 'version' => '9.6.0.0', |
| 2723 | 'path' => $baseDir . '/src/Checkout/Helpers/ReserveStock.php' |
| 2724 | ), |
| 2725 | 'Automattic\\WooCommerce\\Checkout\\Helpers\\ReserveStockException' => array( |
| 2726 | 'version' => '9.6.0.0', |
| 2727 | 'path' => $baseDir . '/src/Checkout/Helpers/ReserveStockException.php' |
| 2728 | ), |
| 2729 | 'Automattic\\WooCommerce\\Container' => array( |
| 2730 | 'version' => '9.6.0.0', |
| 2731 | 'path' => $baseDir . '/src/Container.php' |
| 2732 | ), |
| 2733 | 'Automattic\\WooCommerce\\Database\\Migrations\\CustomOrderTable\\CLIRunner' => array( |
| 2734 | 'version' => '9.6.0.0', |
| 2735 | 'path' => $baseDir . '/src/Database/Migrations/CustomOrderTable/CLIRunner.php' |
| 2736 | ), |
| 2737 | 'Automattic\\WooCommerce\\Database\\Migrations\\CustomOrderTable\\PostMetaToOrderMetaMigrator' => array( |
| 2738 | 'version' => '9.6.0.0', |
| 2739 | 'path' => $baseDir . '/src/Database/Migrations/CustomOrderTable/PostMetaToOrderMetaMigrator.php' |
| 2740 | ), |
| 2741 | 'Automattic\\WooCommerce\\Database\\Migrations\\CustomOrderTable\\PostToOrderAddressTableMigrator' => array( |
| 2742 | 'version' => '9.6.0.0', |
| 2743 | 'path' => $baseDir . '/src/Database/Migrations/CustomOrderTable/PostToOrderAddressTableMigrator.php' |
| 2744 | ), |
| 2745 | 'Automattic\\WooCommerce\\Database\\Migrations\\CustomOrderTable\\PostToOrderOpTableMigrator' => array( |
| 2746 | 'version' => '9.6.0.0', |
| 2747 | 'path' => $baseDir . '/src/Database/Migrations/CustomOrderTable/PostToOrderOpTableMigrator.php' |
| 2748 | ), |
| 2749 | 'Automattic\\WooCommerce\\Database\\Migrations\\CustomOrderTable\\PostToOrderTableMigrator' => array( |
| 2750 | 'version' => '9.6.0.0', |
| 2751 | 'path' => $baseDir . '/src/Database/Migrations/CustomOrderTable/PostToOrderTableMigrator.php' |
| 2752 | ), |
| 2753 | 'Automattic\\WooCommerce\\Database\\Migrations\\CustomOrderTable\\PostsToOrdersMigrationController' => array( |
| 2754 | 'version' => '9.6.0.0', |
| 2755 | 'path' => $baseDir . '/src/Database/Migrations/CustomOrderTable/PostsToOrdersMigrationController.php' |
| 2756 | ), |
| 2757 | 'Automattic\\WooCommerce\\Database\\Migrations\\MetaToCustomTableMigrator' => array( |
| 2758 | 'version' => '9.6.0.0', |
| 2759 | 'path' => $baseDir . '/src/Database/Migrations/MetaToCustomTableMigrator.php' |
| 2760 | ), |
| 2761 | 'Automattic\\WooCommerce\\Database\\Migrations\\MetaToMetaTableMigrator' => array( |
| 2762 | 'version' => '9.6.0.0', |
| 2763 | 'path' => $baseDir . '/src/Database/Migrations/MetaToMetaTableMigrator.php' |
| 2764 | ), |
| 2765 | 'Automattic\\WooCommerce\\Database\\Migrations\\MigrationHelper' => array( |
| 2766 | 'version' => '9.6.0.0', |
| 2767 | 'path' => $baseDir . '/src/Database/Migrations/MigrationHelper.php' |
| 2768 | ), |
| 2769 | 'Automattic\\WooCommerce\\Database\\Migrations\\TableMigrator' => array( |
| 2770 | 'version' => '9.6.0.0', |
| 2771 | 'path' => $baseDir . '/src/Database/Migrations/TableMigrator.php' |
| 2772 | ), |
| 2773 | 'Automattic\\WooCommerce\\Enums\\OrderInternalStatus' => array( |
| 2774 | 'version' => '9.6.0.0', |
| 2775 | 'path' => $baseDir . '/src/Enums/OrderInternalStatus.php' |
| 2776 | ), |
| 2777 | 'Automattic\\WooCommerce\\Enums\\OrderStatus' => array( |
| 2778 | 'version' => '9.6.0.0', |
| 2779 | 'path' => $baseDir . '/src/Enums/OrderStatus.php' |
| 2780 | ), |
| 2781 | 'Automattic\\WooCommerce\\Internal\\Admin\\ActivityPanels' => array( |
| 2782 | 'version' => '9.6.0.0', |
| 2783 | 'path' => $baseDir . '/src/Internal/Admin/ActivityPanels.php' |
| 2784 | ), |
| 2785 | 'Automattic\\WooCommerce\\Internal\\Admin\\Analytics' => array( |
| 2786 | 'version' => '9.6.0.0', |
| 2787 | 'path' => $baseDir . '/src/Internal/Admin/Analytics.php' |
| 2788 | ), |
| 2789 | 'Automattic\\WooCommerce\\Internal\\Admin\\BlockTemplates\\AbstractBlock' => array( |
| 2790 | 'version' => '9.6.0.0', |
| 2791 | 'path' => $baseDir . '/src/Internal/Admin/BlockTemplates/AbstractBlock.php' |
| 2792 | ), |
| 2793 | 'Automattic\\WooCommerce\\Internal\\Admin\\BlockTemplates\\AbstractBlockTemplate' => array( |
| 2794 | 'version' => '9.6.0.0', |
| 2795 | 'path' => $baseDir . '/src/Internal/Admin/BlockTemplates/AbstractBlockTemplate.php' |
| 2796 | ), |
| 2797 | 'Automattic\\WooCommerce\\Internal\\Admin\\BlockTemplates\\Block' => array( |
| 2798 | 'version' => '9.6.0.0', |
| 2799 | 'path' => $baseDir . '/src/Internal/Admin/BlockTemplates/Block.php' |
| 2800 | ), |
| 2801 | 'Automattic\\WooCommerce\\Internal\\Admin\\BlockTemplates\\BlockContainerTrait' => array( |
| 2802 | 'version' => '9.6.0.0', |
| 2803 | 'path' => $baseDir . '/src/Internal/Admin/BlockTemplates/BlockContainerTrait.php' |
| 2804 | ), |
| 2805 | 'Automattic\\WooCommerce\\Internal\\Admin\\BlockTemplates\\BlockFormattedTemplateTrait' => array( |
| 2806 | 'version' => '9.6.0.0', |
| 2807 | 'path' => $baseDir . '/src/Internal/Admin/BlockTemplates/BlockFormattedTemplateTrait.php' |
| 2808 | ), |
| 2809 | 'Automattic\\WooCommerce\\Internal\\Admin\\BlockTemplates\\BlockTemplate' => array( |
| 2810 | 'version' => '9.6.0.0', |
| 2811 | 'path' => $baseDir . '/src/Internal/Admin/BlockTemplates/BlockTemplate.php' |
| 2812 | ), |
| 2813 | 'Automattic\\WooCommerce\\Internal\\Admin\\BlockTemplates\\BlockTemplateLogger' => array( |
| 2814 | 'version' => '9.6.0.0', |
| 2815 | 'path' => $baseDir . '/src/Internal/Admin/BlockTemplates/BlockTemplateLogger.php' |
| 2816 | ), |
| 2817 | 'Automattic\\WooCommerce\\Internal\\Admin\\CategoryLookup' => array( |
| 2818 | 'version' => '9.6.0.0', |
| 2819 | 'path' => $baseDir . '/src/Internal/Admin/CategoryLookup.php' |
| 2820 | ), |
| 2821 | 'Automattic\\WooCommerce\\Internal\\Admin\\Coupons' => array( |
| 2822 | 'version' => '9.6.0.0', |
| 2823 | 'path' => $baseDir . '/src/Internal/Admin/Coupons.php' |
| 2824 | ), |
| 2825 | 'Automattic\\WooCommerce\\Internal\\Admin\\CouponsMovedTrait' => array( |
| 2826 | 'version' => '9.6.0.0', |
| 2827 | 'path' => $baseDir . '/src/Internal/Admin/CouponsMovedTrait.php' |
| 2828 | ), |
| 2829 | 'Automattic\\WooCommerce\\Internal\\Admin\\CustomerEffortScoreTracks' => array( |
| 2830 | 'version' => '9.6.0.0', |
| 2831 | 'path' => $baseDir . '/src/Internal/Admin/CustomerEffortScoreTracks.php' |
| 2832 | ), |
| 2833 | 'Automattic\\WooCommerce\\Internal\\Admin\\EmailPreview\\EmailPreview' => array( |
| 2834 | 'version' => '9.6.0.0', |
| 2835 | 'path' => $baseDir . '/src/Internal/Admin/EmailPreview/EmailPreview.php' |
| 2836 | ), |
| 2837 | 'Automattic\\WooCommerce\\Internal\\Admin\\EmailPreview\\EmailPreviewRestController' => array( |
| 2838 | 'version' => '9.6.0.0', |
| 2839 | 'path' => $baseDir . '/src/Internal/Admin/EmailPreview/EmailPreviewRestController.php' |
| 2840 | ), |
| 2841 | 'Automattic\\WooCommerce\\Internal\\Admin\\Events' => array( |
| 2842 | 'version' => '9.6.0.0', |
| 2843 | 'path' => $baseDir . '/src/Internal/Admin/Events.php' |
| 2844 | ), |
| 2845 | 'Automattic\\WooCommerce\\Internal\\Admin\\FeaturePlugin' => array( |
| 2846 | 'version' => '9.6.0.0', |
| 2847 | 'path' => $baseDir . '/src/Internal/Admin/FeaturePlugin.php' |
| 2848 | ), |
| 2849 | 'Automattic\\WooCommerce\\Internal\\Admin\\Homescreen' => array( |
| 2850 | 'version' => '9.6.0.0', |
| 2851 | 'path' => $baseDir . '/src/Internal/Admin/Homescreen.php' |
| 2852 | ), |
| 2853 | 'Automattic\\WooCommerce\\Internal\\Admin\\ImportExport\\CSVUploadHelper' => array( |
| 2854 | 'version' => '9.6.0.0', |
| 2855 | 'path' => $baseDir . '/src/Internal/Admin/ImportExport/CSVUploadHelper.php' |
| 2856 | ), |
| 2857 | 'Automattic\\WooCommerce\\Internal\\Admin\\Loader' => array( |
| 2858 | 'version' => '9.6.0.0', |
| 2859 | 'path' => $baseDir . '/src/Internal/Admin/Loader.php' |
| 2860 | ), |
| 2861 | 'Automattic\\WooCommerce\\Internal\\Admin\\Logging\\FileV2\\File' => array( |
| 2862 | 'version' => '9.6.0.0', |
| 2863 | 'path' => $baseDir . '/src/Internal/Admin/Logging/FileV2/File.php' |
| 2864 | ), |
| 2865 | 'Automattic\\WooCommerce\\Internal\\Admin\\Logging\\FileV2\\FileController' => array( |
| 2866 | 'version' => '9.6.0.0', |
| 2867 | 'path' => $baseDir . '/src/Internal/Admin/Logging/FileV2/FileController.php' |
| 2868 | ), |
| 2869 | 'Automattic\\WooCommerce\\Internal\\Admin\\Logging\\FileV2\\FileExporter' => array( |
| 2870 | 'version' => '9.6.0.0', |
| 2871 | 'path' => $baseDir . '/src/Internal/Admin/Logging/FileV2/FileExporter.php' |
| 2872 | ), |
| 2873 | 'Automattic\\WooCommerce\\Internal\\Admin\\Logging\\FileV2\\FileListTable' => array( |
| 2874 | 'version' => '9.6.0.0', |
| 2875 | 'path' => $baseDir . '/src/Internal/Admin/Logging/FileV2/FileListTable.php' |
| 2876 | ), |
| 2877 | 'Automattic\\WooCommerce\\Internal\\Admin\\Logging\\FileV2\\SearchListTable' => array( |
| 2878 | 'version' => '9.6.0.0', |
| 2879 | 'path' => $baseDir . '/src/Internal/Admin/Logging/FileV2/SearchListTable.php' |
| 2880 | ), |
| 2881 | 'Automattic\\WooCommerce\\Internal\\Admin\\Logging\\LogHandlerFileV2' => array( |
| 2882 | 'version' => '9.6.0.0', |
| 2883 | 'path' => $baseDir . '/src/Internal/Admin/Logging/LogHandlerFileV2.php' |
| 2884 | ), |
| 2885 | 'Automattic\\WooCommerce\\Internal\\Admin\\Logging\\PageController' => array( |
| 2886 | 'version' => '9.6.0.0', |
| 2887 | 'path' => $baseDir . '/src/Internal/Admin/Logging/PageController.php' |
| 2888 | ), |
| 2889 | 'Automattic\\WooCommerce\\Internal\\Admin\\Logging\\Settings' => array( |
| 2890 | 'version' => '9.6.0.0', |
| 2891 | 'path' => $baseDir . '/src/Internal/Admin/Logging/Settings.php' |
| 2892 | ), |
| 2893 | 'Automattic\\WooCommerce\\Internal\\Admin\\Marketing' => array( |
| 2894 | 'version' => '9.6.0.0', |
| 2895 | 'path' => $baseDir . '/src/Internal/Admin/Marketing.php' |
| 2896 | ), |
| 2897 | 'Automattic\\WooCommerce\\Internal\\Admin\\Marketing\\MarketingSpecs' => array( |
| 2898 | 'version' => '9.6.0.0', |
| 2899 | 'path' => $baseDir . '/src/Internal/Admin/Marketing/MarketingSpecs.php' |
| 2900 | ), |
| 2901 | 'Automattic\\WooCommerce\\Internal\\Admin\\Marketplace' => array( |
| 2902 | 'version' => '9.6.0.0', |
| 2903 | 'path' => $baseDir . '/src/Internal/Admin/Marketplace.php' |
| 2904 | ), |
| 2905 | 'Automattic\\WooCommerce\\Internal\\Admin\\MobileAppBanner' => array( |
| 2906 | 'version' => '9.6.0.0', |
| 2907 | 'path' => $baseDir . '/src/Internal/Admin/MobileAppBanner.php' |
| 2908 | ), |
| 2909 | 'Automattic\\WooCommerce\\Internal\\Admin\\Notes\\AddFirstProduct' => array( |
| 2910 | 'version' => '9.6.0.0', |
| 2911 | 'path' => $baseDir . '/src/Internal/Admin/Notes/AddFirstProduct.php' |
| 2912 | ), |
| 2913 | 'Automattic\\WooCommerce\\Internal\\Admin\\Notes\\ChoosingTheme' => array( |
| 2914 | 'version' => '9.6.0.0', |
| 2915 | 'path' => $baseDir . '/src/Internal/Admin/Notes/ChoosingTheme.php' |
| 2916 | ), |
| 2917 | 'Automattic\\WooCommerce\\Internal\\Admin\\Notes\\CustomizeStoreWithBlocks' => array( |
| 2918 | 'version' => '9.6.0.0', |
| 2919 | 'path' => $baseDir . '/src/Internal/Admin/Notes/CustomizeStoreWithBlocks.php' |
| 2920 | ), |
| 2921 | 'Automattic\\WooCommerce\\Internal\\Admin\\Notes\\CustomizingProductCatalog' => array( |
| 2922 | 'version' => '9.6.0.0', |
| 2923 | 'path' => $baseDir . '/src/Internal/Admin/Notes/CustomizingProductCatalog.php' |
| 2924 | ), |
| 2925 | 'Automattic\\WooCommerce\\Internal\\Admin\\Notes\\EUVATNumber' => array( |
| 2926 | 'version' => '9.6.0.0', |
| 2927 | 'path' => $baseDir . '/src/Internal/Admin/Notes/EUVATNumber.php' |
| 2928 | ), |
| 2929 | 'Automattic\\WooCommerce\\Internal\\Admin\\Notes\\EditProductsOnTheMove' => array( |
| 2930 | 'version' => '9.6.0.0', |
| 2931 | 'path' => $baseDir . '/src/Internal/Admin/Notes/EditProductsOnTheMove.php' |
| 2932 | ), |
| 2933 | 'Automattic\\WooCommerce\\Internal\\Admin\\Notes\\EmailNotification' => array( |
| 2934 | 'version' => '9.6.0.0', |
| 2935 | 'path' => $baseDir . '/src/Internal/Admin/Notes/EmailNotification.php' |
| 2936 | ), |
| 2937 | 'Automattic\\WooCommerce\\Internal\\Admin\\Notes\\FirstProduct' => array( |
| 2938 | 'version' => '9.6.0.0', |
| 2939 | 'path' => $baseDir . '/src/Internal/Admin/Notes/FirstProduct.php' |
| 2940 | ), |
| 2941 | 'Automattic\\WooCommerce\\Internal\\Admin\\Notes\\GivingFeedbackNotes' => array( |
| 2942 | 'version' => '9.6.0.0', |
| 2943 | 'path' => $baseDir . '/src/Internal/Admin/Notes/GivingFeedbackNotes.php' |
| 2944 | ), |
| 2945 | 'Automattic\\WooCommerce\\Internal\\Admin\\Notes\\InstallJPAndWCSPlugins' => array( |
| 2946 | 'version' => '9.6.0.0', |
| 2947 | 'path' => $baseDir . '/src/Internal/Admin/Notes/InstallJPAndWCSPlugins.php' |
| 2948 | ), |
| 2949 | 'Automattic\\WooCommerce\\Internal\\Admin\\Notes\\LaunchChecklist' => array( |
| 2950 | 'version' => '9.6.0.0', |
| 2951 | 'path' => $baseDir . '/src/Internal/Admin/Notes/LaunchChecklist.php' |
| 2952 | ), |
| 2953 | 'Automattic\\WooCommerce\\Internal\\Admin\\Notes\\MagentoMigration' => array( |
| 2954 | 'version' => '9.6.0.0', |
| 2955 | 'path' => $baseDir . '/src/Internal/Admin/Notes/MagentoMigration.php' |
| 2956 | ), |
| 2957 | 'Automattic\\WooCommerce\\Internal\\Admin\\Notes\\ManageOrdersOnTheGo' => array( |
| 2958 | 'version' => '9.6.0.0', |
| 2959 | 'path' => $baseDir . '/src/Internal/Admin/Notes/ManageOrdersOnTheGo.php' |
| 2960 | ), |
| 2961 | 'Automattic\\WooCommerce\\Internal\\Admin\\Notes\\MarketingJetpack' => array( |
| 2962 | 'version' => '9.6.0.0', |
| 2963 | 'path' => $baseDir . '/src/Internal/Admin/Notes/MarketingJetpack.php' |
| 2964 | ), |
| 2965 | 'Automattic\\WooCommerce\\Internal\\Admin\\Notes\\MerchantEmailNotifications' => array( |
| 2966 | 'version' => '9.6.0.0', |
| 2967 | 'path' => $baseDir . '/src/Internal/Admin/Notes/MerchantEmailNotifications.php' |
| 2968 | ), |
| 2969 | 'Automattic\\WooCommerce\\Internal\\Admin\\Notes\\MigrateFromShopify' => array( |
| 2970 | 'version' => '9.6.0.0', |
| 2971 | 'path' => $baseDir . '/src/Internal/Admin/Notes/MigrateFromShopify.php' |
| 2972 | ), |
| 2973 | 'Automattic\\WooCommerce\\Internal\\Admin\\Notes\\MobileApp' => array( |
| 2974 | 'version' => '9.6.0.0', |
| 2975 | 'path' => $baseDir . '/src/Internal/Admin/Notes/MobileApp.php' |
| 2976 | ), |
| 2977 | 'Automattic\\WooCommerce\\Internal\\Admin\\Notes\\NewSalesRecord' => array( |
| 2978 | 'version' => '9.6.0.0', |
| 2979 | 'path' => $baseDir . '/src/Internal/Admin/Notes/NewSalesRecord.php' |
| 2980 | ), |
| 2981 | 'Automattic\\WooCommerce\\Internal\\Admin\\Notes\\OnboardingPayments' => array( |
| 2982 | 'version' => '9.6.0.0', |
| 2983 | 'path' => $baseDir . '/src/Internal/Admin/Notes/OnboardingPayments.php' |
| 2984 | ), |
| 2985 | 'Automattic\\WooCommerce\\Internal\\Admin\\Notes\\OnlineClothingStore' => array( |
| 2986 | 'version' => '9.6.0.0', |
| 2987 | 'path' => $baseDir . '/src/Internal/Admin/Notes/OnlineClothingStore.php' |
| 2988 | ), |
| 2989 | 'Automattic\\WooCommerce\\Internal\\Admin\\Notes\\OrderMilestones' => array( |
| 2990 | 'version' => '9.6.0.0', |
| 2991 | 'path' => $baseDir . '/src/Internal/Admin/Notes/OrderMilestones.php' |
| 2992 | ), |
| 2993 | 'Automattic\\WooCommerce\\Internal\\Admin\\Notes\\PaymentsMoreInfoNeeded' => array( |
| 2994 | 'version' => '9.6.0.0', |
| 2995 | 'path' => $baseDir . '/src/Internal/Admin/Notes/PaymentsMoreInfoNeeded.php' |
| 2996 | ), |
| 2997 | 'Automattic\\WooCommerce\\Internal\\Admin\\Notes\\PaymentsRemindMeLater' => array( |
| 2998 | 'version' => '9.6.0.0', |
| 2999 | 'path' => $baseDir . '/src/Internal/Admin/Notes/PaymentsRemindMeLater.php' |
| 3000 | ), |
| 3001 | 'Automattic\\WooCommerce\\Internal\\Admin\\Notes\\PerformanceOnMobile' => array( |
| 3002 | 'version' => '9.6.0.0', |
| 3003 | 'path' => $baseDir . '/src/Internal/Admin/Notes/PerformanceOnMobile.php' |
| 3004 | ), |
| 3005 | 'Automattic\\WooCommerce\\Internal\\Admin\\Notes\\PersonalizeStore' => array( |
| 3006 | 'version' => '9.6.0.0', |
| 3007 | 'path' => $baseDir . '/src/Internal/Admin/Notes/PersonalizeStore.php' |
| 3008 | ), |
| 3009 | 'Automattic\\WooCommerce\\Internal\\Admin\\Notes\\RealTimeOrderAlerts' => array( |
| 3010 | 'version' => '9.6.0.0', |
| 3011 | 'path' => $baseDir . '/src/Internal/Admin/Notes/RealTimeOrderAlerts.php' |
| 3012 | ), |
| 3013 | 'Automattic\\WooCommerce\\Internal\\Admin\\Notes\\SellingOnlineCourses' => array( |
| 3014 | 'version' => '9.6.0.0', |
| 3015 | 'path' => $baseDir . '/src/Internal/Admin/Notes/SellingOnlineCourses.php' |
| 3016 | ), |
| 3017 | 'Automattic\\WooCommerce\\Internal\\Admin\\Notes\\TrackingOptIn' => array( |
| 3018 | 'version' => '9.6.0.0', |
| 3019 | 'path' => $baseDir . '/src/Internal/Admin/Notes/TrackingOptIn.php' |
| 3020 | ), |
| 3021 | 'Automattic\\WooCommerce\\Internal\\Admin\\Notes\\UnsecuredReportFiles' => array( |
| 3022 | 'version' => '9.6.0.0', |
| 3023 | 'path' => $baseDir . '/src/Internal/Admin/Notes/UnsecuredReportFiles.php' |
| 3024 | ), |
| 3025 | 'Automattic\\WooCommerce\\Internal\\Admin\\Notes\\WooCommercePayments' => array( |
| 3026 | 'version' => '9.6.0.0', |
| 3027 | 'path' => $baseDir . '/src/Internal/Admin/Notes/WooCommercePayments.php' |
| 3028 | ), |
| 3029 | 'Automattic\\WooCommerce\\Internal\\Admin\\Notes\\WooCommerceSubscriptions' => array( |
| 3030 | 'version' => '9.6.0.0', |
| 3031 | 'path' => $baseDir . '/src/Internal/Admin/Notes/WooCommerceSubscriptions.php' |
| 3032 | ), |
| 3033 | 'Automattic\\WooCommerce\\Internal\\Admin\\Notes\\WooSubscriptionsNotes' => array( |
| 3034 | 'version' => '9.6.0.0', |
| 3035 | 'path' => $baseDir . '/src/Internal/Admin/Notes/WooSubscriptionsNotes.php' |
| 3036 | ), |
| 3037 | 'Automattic\\WooCommerce\\Internal\\Admin\\Onboarding\\Onboarding' => array( |
| 3038 | 'version' => '9.6.0.0', |
| 3039 | 'path' => $baseDir . '/src/Internal/Admin/Onboarding/Onboarding.php' |
| 3040 | ), |
| 3041 | 'Automattic\\WooCommerce\\Internal\\Admin\\Onboarding\\OnboardingFonts' => array( |
| 3042 | 'version' => '9.6.0.0', |
| 3043 | 'path' => $baseDir . '/src/Internal/Admin/Onboarding/OnboardingFonts.php' |
| 3044 | ), |
| 3045 | 'Automattic\\WooCommerce\\Internal\\Admin\\Onboarding\\OnboardingHelper' => array( |
| 3046 | 'version' => '9.6.0.0', |
| 3047 | 'path' => $baseDir . '/src/Internal/Admin/Onboarding/OnboardingHelper.php' |
| 3048 | ), |
| 3049 | 'Automattic\\WooCommerce\\Internal\\Admin\\Onboarding\\OnboardingIndustries' => array( |
| 3050 | 'version' => '9.6.0.0', |
| 3051 | 'path' => $baseDir . '/src/Internal/Admin/Onboarding/OnboardingIndustries.php' |
| 3052 | ), |
| 3053 | 'Automattic\\WooCommerce\\Internal\\Admin\\Onboarding\\OnboardingJetpack' => array( |
| 3054 | 'version' => '9.6.0.0', |
| 3055 | 'path' => $baseDir . '/src/Internal/Admin/Onboarding/OnboardingJetpack.php' |
| 3056 | ), |
| 3057 | 'Automattic\\WooCommerce\\Internal\\Admin\\Onboarding\\OnboardingMailchimp' => array( |
| 3058 | 'version' => '9.6.0.0', |
| 3059 | 'path' => $baseDir . '/src/Internal/Admin/Onboarding/OnboardingMailchimp.php' |
| 3060 | ), |
| 3061 | 'Automattic\\WooCommerce\\Internal\\Admin\\Onboarding\\OnboardingProducts' => array( |
| 3062 | 'version' => '9.6.0.0', |
| 3063 | 'path' => $baseDir . '/src/Internal/Admin/Onboarding/OnboardingProducts.php' |
| 3064 | ), |
| 3065 | 'Automattic\\WooCommerce\\Internal\\Admin\\Onboarding\\OnboardingProfile' => array( |
| 3066 | 'version' => '9.6.0.0', |
| 3067 | 'path' => $baseDir . '/src/Internal/Admin/Onboarding/OnboardingProfile.php' |
| 3068 | ), |
| 3069 | 'Automattic\\WooCommerce\\Internal\\Admin\\Onboarding\\OnboardingSetupWizard' => array( |
| 3070 | 'version' => '9.6.0.0', |
| 3071 | 'path' => $baseDir . '/src/Internal/Admin/Onboarding/OnboardingSetupWizard.php' |
| 3072 | ), |
| 3073 | 'Automattic\\WooCommerce\\Internal\\Admin\\Onboarding\\OnboardingSync' => array( |
| 3074 | 'version' => '9.6.0.0', |
| 3075 | 'path' => $baseDir . '/src/Internal/Admin/Onboarding/OnboardingSync.php' |
| 3076 | ), |
| 3077 | 'Automattic\\WooCommerce\\Internal\\Admin\\Orders\\COTRedirectionController' => array( |
| 3078 | 'version' => '9.6.0.0', |
| 3079 | 'path' => $baseDir . '/src/Internal/Admin/Orders/COTRedirectionController.php' |
| 3080 | ), |
| 3081 | 'Automattic\\WooCommerce\\Internal\\Admin\\Orders\\Edit' => array( |
| 3082 | 'version' => '9.6.0.0', |
| 3083 | 'path' => $baseDir . '/src/Internal/Admin/Orders/Edit.php' |
| 3084 | ), |
| 3085 | 'Automattic\\WooCommerce\\Internal\\Admin\\Orders\\EditLock' => array( |
| 3086 | 'version' => '9.6.0.0', |
| 3087 | 'path' => $baseDir . '/src/Internal/Admin/Orders/EditLock.php' |
| 3088 | ), |
| 3089 | 'Automattic\\WooCommerce\\Internal\\Admin\\Orders\\ListTable' => array( |
| 3090 | 'version' => '9.6.0.0', |
| 3091 | 'path' => $baseDir . '/src/Internal/Admin/Orders/ListTable.php' |
| 3092 | ), |
| 3093 | 'Automattic\\WooCommerce\\Internal\\Admin\\Orders\\MetaBoxes\\CustomMetaBox' => array( |
| 3094 | 'version' => '9.6.0.0', |
| 3095 | 'path' => $baseDir . '/src/Internal/Admin/Orders/MetaBoxes/CustomMetaBox.php' |
| 3096 | ), |
| 3097 | 'Automattic\\WooCommerce\\Internal\\Admin\\Orders\\MetaBoxes\\CustomerHistory' => array( |
| 3098 | 'version' => '9.6.0.0', |
| 3099 | 'path' => $baseDir . '/src/Internal/Admin/Orders/MetaBoxes/CustomerHistory.php' |
| 3100 | ), |
| 3101 | 'Automattic\\WooCommerce\\Internal\\Admin\\Orders\\MetaBoxes\\OrderAttribution' => array( |
| 3102 | 'version' => '9.6.0.0', |
| 3103 | 'path' => $baseDir . '/src/Internal/Admin/Orders/MetaBoxes/OrderAttribution.php' |
| 3104 | ), |
| 3105 | 'Automattic\\WooCommerce\\Internal\\Admin\\Orders\\MetaBoxes\\TaxonomiesMetaBox' => array( |
| 3106 | 'version' => '9.6.0.0', |
| 3107 | 'path' => $baseDir . '/src/Internal/Admin/Orders/MetaBoxes/TaxonomiesMetaBox.php' |
| 3108 | ), |
| 3109 | 'Automattic\\WooCommerce\\Internal\\Admin\\Orders\\PageController' => array( |
| 3110 | 'version' => '9.6.0.0', |
| 3111 | 'path' => $baseDir . '/src/Internal/Admin/Orders/PageController.php' |
| 3112 | ), |
| 3113 | 'Automattic\\WooCommerce\\Internal\\Admin\\Orders\\PostsRedirectionController' => array( |
| 3114 | 'version' => '9.6.0.0', |
| 3115 | 'path' => $baseDir . '/src/Internal/Admin/Orders/PostsRedirectionController.php' |
| 3116 | ), |
| 3117 | 'Automattic\\WooCommerce\\Internal\\Admin\\ProductForm\\Component' => array( |
| 3118 | 'version' => '9.6.0.0', |
| 3119 | 'path' => $baseDir . '/src/Internal/Admin/ProductForm/Component.php' |
| 3120 | ), |
| 3121 | 'Automattic\\WooCommerce\\Internal\\Admin\\ProductForm\\ComponentTrait' => array( |
| 3122 | 'version' => '9.6.0.0', |
| 3123 | 'path' => $baseDir . '/src/Internal/Admin/ProductForm/ComponentTrait.php' |
| 3124 | ), |
| 3125 | 'Automattic\\WooCommerce\\Internal\\Admin\\ProductForm\\Field' => array( |
| 3126 | 'version' => '9.6.0.0', |
| 3127 | 'path' => $baseDir . '/src/Internal/Admin/ProductForm/Field.php' |
| 3128 | ), |
| 3129 | 'Automattic\\WooCommerce\\Internal\\Admin\\ProductForm\\FormFactory' => array( |
| 3130 | 'version' => '9.6.0.0', |
| 3131 | 'path' => $baseDir . '/src/Internal/Admin/ProductForm/FormFactory.php' |
| 3132 | ), |
| 3133 | 'Automattic\\WooCommerce\\Internal\\Admin\\ProductForm\\Section' => array( |
| 3134 | 'version' => '9.6.0.0', |
| 3135 | 'path' => $baseDir . '/src/Internal/Admin/ProductForm/Section.php' |
| 3136 | ), |
| 3137 | 'Automattic\\WooCommerce\\Internal\\Admin\\ProductForm\\Subsection' => array( |
| 3138 | 'version' => '9.6.0.0', |
| 3139 | 'path' => $baseDir . '/src/Internal/Admin/ProductForm/Subsection.php' |
| 3140 | ), |
| 3141 | 'Automattic\\WooCommerce\\Internal\\Admin\\ProductForm\\Tab' => array( |
| 3142 | 'version' => '9.6.0.0', |
| 3143 | 'path' => $baseDir . '/src/Internal/Admin/ProductForm/Tab.php' |
| 3144 | ), |
| 3145 | 'Automattic\\WooCommerce\\Internal\\Admin\\ProductReviews\\Reviews' => array( |
| 3146 | 'version' => '9.6.0.0', |
| 3147 | 'path' => $baseDir . '/src/Internal/Admin/ProductReviews/Reviews.php' |
| 3148 | ), |
| 3149 | 'Automattic\\WooCommerce\\Internal\\Admin\\ProductReviews\\ReviewsCommentsOverrides' => array( |
| 3150 | 'version' => '9.6.0.0', |
| 3151 | 'path' => $baseDir . '/src/Internal/Admin/ProductReviews/ReviewsCommentsOverrides.php' |
| 3152 | ), |
| 3153 | 'Automattic\\WooCommerce\\Internal\\Admin\\ProductReviews\\ReviewsListTable' => array( |
| 3154 | 'version' => '9.6.0.0', |
| 3155 | 'path' => $baseDir . '/src/Internal/Admin/ProductReviews/ReviewsListTable.php' |
| 3156 | ), |
| 3157 | 'Automattic\\WooCommerce\\Internal\\Admin\\ProductReviews\\ReviewsUtil' => array( |
| 3158 | 'version' => '9.6.0.0', |
| 3159 | 'path' => $baseDir . '/src/Internal/Admin/ProductReviews/ReviewsUtil.php' |
| 3160 | ), |
| 3161 | 'Automattic\\WooCommerce\\Internal\\Admin\\RemoteFreeExtensions\\DefaultFreeExtensions' => array( |
| 3162 | 'version' => '9.6.0.0', |
| 3163 | 'path' => $baseDir . '/src/Internal/Admin/RemoteFreeExtensions/DefaultFreeExtensions.php' |
| 3164 | ), |
| 3165 | 'Automattic\\WooCommerce\\Internal\\Admin\\RemoteFreeExtensions\\EvaluateExtension' => array( |
| 3166 | 'version' => '9.6.0.0', |
| 3167 | 'path' => $baseDir . '/src/Internal/Admin/RemoteFreeExtensions/EvaluateExtension.php' |
| 3168 | ), |
| 3169 | 'Automattic\\WooCommerce\\Internal\\Admin\\RemoteFreeExtensions\\Init' => array( |
| 3170 | 'version' => '9.6.0.0', |
| 3171 | 'path' => $baseDir . '/src/Internal/Admin/RemoteFreeExtensions/Init.php' |
| 3172 | ), |
| 3173 | 'Automattic\\WooCommerce\\Internal\\Admin\\RemoteFreeExtensions\\RemoteFreeExtensionsDataSourcePoller' => array( |
| 3174 | 'version' => '9.6.0.0', |
| 3175 | 'path' => $baseDir . '/src/Internal/Admin/RemoteFreeExtensions/RemoteFreeExtensionsDataSourcePoller.php' |
| 3176 | ), |
| 3177 | 'Automattic\\WooCommerce\\Internal\\Admin\\RemoteInboxNotifications' => array( |
| 3178 | 'version' => '9.6.0.0', |
| 3179 | 'path' => $baseDir . '/src/Internal/Admin/RemoteInboxNotifications.php' |
| 3180 | ), |
| 3181 | 'Automattic\\WooCommerce\\Internal\\Admin\\Schedulers\\CustomersScheduler' => array( |
| 3182 | 'version' => '9.6.0.0', |
| 3183 | 'path' => $baseDir . '/src/Internal/Admin/Schedulers/CustomersScheduler.php' |
| 3184 | ), |
| 3185 | 'Automattic\\WooCommerce\\Internal\\Admin\\Schedulers\\ImportInterface' => array( |
| 3186 | 'version' => '9.6.0.0', |
| 3187 | 'path' => $baseDir . '/src/Internal/Admin/Schedulers/ImportInterface.php' |
| 3188 | ), |
| 3189 | 'Automattic\\WooCommerce\\Internal\\Admin\\Schedulers\\ImportScheduler' => array( |
| 3190 | 'version' => '9.6.0.0', |
| 3191 | 'path' => $baseDir . '/src/Internal/Admin/Schedulers/ImportScheduler.php' |
| 3192 | ), |
| 3193 | 'Automattic\\WooCommerce\\Internal\\Admin\\Schedulers\\MailchimpScheduler' => array( |
| 3194 | 'version' => '9.6.0.0', |
| 3195 | 'path' => $baseDir . '/src/Internal/Admin/Schedulers/MailchimpScheduler.php' |
| 3196 | ), |
| 3197 | 'Automattic\\WooCommerce\\Internal\\Admin\\Schedulers\\OrdersScheduler' => array( |
| 3198 | 'version' => '9.6.0.0', |
| 3199 | 'path' => $baseDir . '/src/Internal/Admin/Schedulers/OrdersScheduler.php' |
| 3200 | ), |
| 3201 | 'Automattic\\WooCommerce\\Internal\\Admin\\Settings' => array( |
| 3202 | 'version' => '9.6.0.0', |
| 3203 | 'path' => $baseDir . '/src/Internal/Admin/Settings.php' |
| 3204 | ), |
| 3205 | 'Automattic\\WooCommerce\\Internal\\Admin\\Settings\\PaymentProviders' => array( |
| 3206 | 'version' => '9.6.0.0', |
| 3207 | 'path' => $baseDir . '/src/Internal/Admin/Settings/PaymentProviders.php' |
| 3208 | ), |
| 3209 | 'Automattic\\WooCommerce\\Internal\\Admin\\Settings\\PaymentProviders\\PayPal' => array( |
| 3210 | 'version' => '9.6.0.0', |
| 3211 | 'path' => $baseDir . '/src/Internal/Admin/Settings/PaymentProviders/PayPal.php' |
| 3212 | ), |
| 3213 | 'Automattic\\WooCommerce\\Internal\\Admin\\Settings\\PaymentProviders\\PaymentGateway' => array( |
| 3214 | 'version' => '9.6.0.0', |
| 3215 | 'path' => $baseDir . '/src/Internal/Admin/Settings/PaymentProviders/PaymentGateway.php' |
| 3216 | ), |
| 3217 | 'Automattic\\WooCommerce\\Internal\\Admin\\Settings\\PaymentProviders\\Stripe' => array( |
| 3218 | 'version' => '9.6.0.0', |
| 3219 | 'path' => $baseDir . '/src/Internal/Admin/Settings/PaymentProviders/Stripe.php' |
| 3220 | ), |
| 3221 | 'Automattic\\WooCommerce\\Internal\\Admin\\Settings\\PaymentProviders\\WCCore' => array( |
| 3222 | 'version' => '9.6.0.0', |
| 3223 | 'path' => $baseDir . '/src/Internal/Admin/Settings/PaymentProviders/WCCore.php' |
| 3224 | ), |
| 3225 | 'Automattic\\WooCommerce\\Internal\\Admin\\Settings\\PaymentProviders\\WooPayments' => array( |
| 3226 | 'version' => '9.6.0.0', |
| 3227 | 'path' => $baseDir . '/src/Internal/Admin/Settings/PaymentProviders/WooPayments.php' |
| 3228 | ), |
| 3229 | 'Automattic\\WooCommerce\\Internal\\Admin\\Settings\\Payments' => array( |
| 3230 | 'version' => '9.6.0.0', |
| 3231 | 'path' => $baseDir . '/src/Internal/Admin/Settings/Payments.php' |
| 3232 | ), |
| 3233 | 'Automattic\\WooCommerce\\Internal\\Admin\\Settings\\PaymentsController' => array( |
| 3234 | 'version' => '9.6.0.0', |
| 3235 | 'path' => $baseDir . '/src/Internal/Admin/Settings/PaymentsController.php' |
| 3236 | ), |
| 3237 | 'Automattic\\WooCommerce\\Internal\\Admin\\Settings\\PaymentsRestController' => array( |
| 3238 | 'version' => '9.6.0.0', |
| 3239 | 'path' => $baseDir . '/src/Internal/Admin/Settings/PaymentsRestController.php' |
| 3240 | ), |
| 3241 | 'Automattic\\WooCommerce\\Internal\\Admin\\Settings\\Utils' => array( |
| 3242 | 'version' => '9.6.0.0', |
| 3243 | 'path' => $baseDir . '/src/Internal/Admin/Settings/Utils.php' |
| 3244 | ), |
| 3245 | 'Automattic\\WooCommerce\\Internal\\Admin\\ShippingLabelBanner' => array( |
| 3246 | 'version' => '9.6.0.0', |
| 3247 | 'path' => $baseDir . '/src/Internal/Admin/ShippingLabelBanner.php' |
| 3248 | ), |
| 3249 | 'Automattic\\WooCommerce\\Internal\\Admin\\ShippingLabelBannerDisplayRules' => array( |
| 3250 | 'version' => '9.6.0.0', |
| 3251 | 'path' => $baseDir . '/src/Internal/Admin/ShippingLabelBannerDisplayRules.php' |
| 3252 | ), |
| 3253 | 'Automattic\\WooCommerce\\Internal\\Admin\\SiteHealth' => array( |
| 3254 | 'version' => '9.6.0.0', |
| 3255 | 'path' => $baseDir . '/src/Internal/Admin/SiteHealth.php' |
| 3256 | ), |
| 3257 | 'Automattic\\WooCommerce\\Internal\\Admin\\Suggestions\\Incentives\\Incentive' => array( |
| 3258 | 'version' => '9.6.0.0', |
| 3259 | 'path' => $baseDir . '/src/Internal/Admin/Suggestions/Incentives/Incentive.php' |
| 3260 | ), |
| 3261 | 'Automattic\\WooCommerce\\Internal\\Admin\\Suggestions\\Incentives\\WooPayments' => array( |
| 3262 | 'version' => '9.6.0.0', |
| 3263 | 'path' => $baseDir . '/src/Internal/Admin/Suggestions/Incentives/WooPayments.php' |
| 3264 | ), |
| 3265 | 'Automattic\\WooCommerce\\Internal\\Admin\\Suggestions\\PaymentExtensionSuggestionIncentives' => array( |
| 3266 | 'version' => '9.6.0.0', |
| 3267 | 'path' => $baseDir . '/src/Internal/Admin/Suggestions/PaymentExtensionSuggestionIncentives.php' |
| 3268 | ), |
| 3269 | 'Automattic\\WooCommerce\\Internal\\Admin\\Suggestions\\PaymentExtensionSuggestions' => array( |
| 3270 | 'version' => '9.6.0.0', |
| 3271 | 'path' => $baseDir . '/src/Internal/Admin/Suggestions/PaymentExtensionSuggestions.php' |
| 3272 | ), |
| 3273 | 'Automattic\\WooCommerce\\Internal\\Admin\\Survey' => array( |
| 3274 | 'version' => '9.6.0.0', |
| 3275 | 'path' => $baseDir . '/src/Internal/Admin/Survey.php' |
| 3276 | ), |
| 3277 | 'Automattic\\WooCommerce\\Internal\\Admin\\SystemStatusReport' => array( |
| 3278 | 'version' => '9.6.0.0', |
| 3279 | 'path' => $baseDir . '/src/Internal/Admin/SystemStatusReport.php' |
| 3280 | ), |
| 3281 | 'Automattic\\WooCommerce\\Internal\\Admin\\Translations' => array( |
| 3282 | 'version' => '9.6.0.0', |
| 3283 | 'path' => $baseDir . '/src/Internal/Admin/Translations.php' |
| 3284 | ), |
| 3285 | 'Automattic\\WooCommerce\\Internal\\Admin\\WCAdminAssets' => array( |
| 3286 | 'version' => '9.6.0.0', |
| 3287 | 'path' => $baseDir . '/src/Internal/Admin/WCAdminAssets.php' |
| 3288 | ), |
| 3289 | 'Automattic\\WooCommerce\\Internal\\Admin\\WCAdminSharedSettings' => array( |
| 3290 | 'version' => '9.6.0.0', |
| 3291 | 'path' => $baseDir . '/src/Internal/Admin/WCAdminSharedSettings.php' |
| 3292 | ), |
| 3293 | 'Automattic\\WooCommerce\\Internal\\Admin\\WCAdminUser' => array( |
| 3294 | 'version' => '9.6.0.0', |
| 3295 | 'path' => $baseDir . '/src/Internal/Admin/WCAdminUser.php' |
| 3296 | ), |
| 3297 | 'Automattic\\WooCommerce\\Internal\\Admin\\WCPayPromotion\\DefaultPromotions' => array( |
| 3298 | 'version' => '9.6.0.0', |
| 3299 | 'path' => $baseDir . '/src/Internal/Admin/WCPayPromotion/DefaultPromotions.php' |
| 3300 | ), |
| 3301 | 'Automattic\\WooCommerce\\Internal\\Admin\\WCPayPromotion\\Init' => array( |
| 3302 | 'version' => '9.6.0.0', |
| 3303 | 'path' => $baseDir . '/src/Internal/Admin/WCPayPromotion/Init.php' |
| 3304 | ), |
| 3305 | 'Automattic\\WooCommerce\\Internal\\Admin\\WCPayPromotion\\WCPayPromotionDataSourcePoller' => array( |
| 3306 | 'version' => '9.6.0.0', |
| 3307 | 'path' => $baseDir . '/src/Internal/Admin/WCPayPromotion/WCPayPromotionDataSourcePoller.php' |
| 3308 | ), |
| 3309 | 'Automattic\\WooCommerce\\Internal\\Admin\\WCPayPromotion\\WCPaymentGatewayPreInstallWCPayPromotion' => array( |
| 3310 | 'version' => '9.6.0.0', |
| 3311 | 'path' => $baseDir . '/src/Internal/Admin/WCPayPromotion/WCPaymentGatewayPreInstallWCPayPromotion.php' |
| 3312 | ), |
| 3313 | 'Automattic\\WooCommerce\\Internal\\Admin\\WcPayWelcomePage' => array( |
| 3314 | 'version' => '9.6.0.0', |
| 3315 | 'path' => $baseDir . '/src/Internal/Admin/WcPayWelcomePage.php' |
| 3316 | ), |
| 3317 | 'Automattic\\WooCommerce\\Internal\\AssignDefaultCategory' => array( |
| 3318 | 'version' => '9.6.0.0', |
| 3319 | 'path' => $baseDir . '/src/Internal/AssignDefaultCategory.php' |
| 3320 | ), |
| 3321 | 'Automattic\\WooCommerce\\Internal\\BatchProcessing\\BatchProcessingController' => array( |
| 3322 | 'version' => '9.6.0.0', |
| 3323 | 'path' => $baseDir . '/src/Internal/BatchProcessing/BatchProcessingController.php' |
| 3324 | ), |
| 3325 | 'Automattic\\WooCommerce\\Internal\\BatchProcessing\\BatchProcessorInterface' => array( |
| 3326 | 'version' => '9.6.0.0', |
| 3327 | 'path' => $baseDir . '/src/Internal/BatchProcessing/BatchProcessorInterface.php' |
| 3328 | ), |
| 3329 | 'Automattic\\WooCommerce\\Internal\\BrandingController' => array( |
| 3330 | 'version' => '9.6.0.0', |
| 3331 | 'path' => $baseDir . '/src/Internal/BrandingController.php' |
| 3332 | ), |
| 3333 | 'Automattic\\WooCommerce\\Internal\\Brands' => array( |
| 3334 | 'version' => '9.6.0.0', |
| 3335 | 'path' => $baseDir . '/src/Internal/Brands.php' |
| 3336 | ), |
| 3337 | 'Automattic\\WooCommerce\\Internal\\ComingSoon\\ComingSoonAdminBarBadge' => array( |
| 3338 | 'version' => '9.6.0.0', |
| 3339 | 'path' => $baseDir . '/src/Internal/ComingSoon/ComingSoonAdminBarBadge.php' |
| 3340 | ), |
| 3341 | 'Automattic\\WooCommerce\\Internal\\ComingSoon\\ComingSoonCacheInvalidator' => array( |
| 3342 | 'version' => '9.6.0.0', |
| 3343 | 'path' => $baseDir . '/src/Internal/ComingSoon/ComingSoonCacheInvalidator.php' |
| 3344 | ), |
| 3345 | 'Automattic\\WooCommerce\\Internal\\ComingSoon\\ComingSoonHelper' => array( |
| 3346 | 'version' => '9.6.0.0', |
| 3347 | 'path' => $baseDir . '/src/Internal/ComingSoon/ComingSoonHelper.php' |
| 3348 | ), |
| 3349 | 'Automattic\\WooCommerce\\Internal\\ComingSoon\\ComingSoonRequestHandler' => array( |
| 3350 | 'version' => '9.6.0.0', |
| 3351 | 'path' => $baseDir . '/src/Internal/ComingSoon/ComingSoonRequestHandler.php' |
| 3352 | ), |
| 3353 | 'Automattic\\WooCommerce\\Internal\\CostOfGoodsSold\\CogsAwareRestControllerTrait' => array( |
| 3354 | 'version' => '9.6.0.0', |
| 3355 | 'path' => $baseDir . '/src/Internal/CostOfGoodsSold/CogsAwareRestControllerTrait.php' |
| 3356 | ), |
| 3357 | 'Automattic\\WooCommerce\\Internal\\CostOfGoodsSold\\CogsAwareTrait' => array( |
| 3358 | 'version' => '9.6.0.0', |
| 3359 | 'path' => $baseDir . '/src/Internal/CostOfGoodsSold/CogsAwareTrait.php' |
| 3360 | ), |
| 3361 | 'Automattic\\WooCommerce\\Internal\\CostOfGoodsSold\\CogsAwareUnitTestSuiteTrait' => array( |
| 3362 | 'version' => '9.6.0.0', |
| 3363 | 'path' => $baseDir . '/src/Internal/CostOfGoodsSold/CogsAwareUnitTestSuiteTrait.php' |
| 3364 | ), |
| 3365 | 'Automattic\\WooCommerce\\Internal\\CostOfGoodsSold\\CostOfGoodsSoldController' => array( |
| 3366 | 'version' => '9.6.0.0', |
| 3367 | 'path' => $baseDir . '/src/Internal/CostOfGoodsSold/CostOfGoodsSoldController.php' |
| 3368 | ), |
| 3369 | 'Automattic\\WooCommerce\\Internal\\DataStores\\CustomMetaDataStore' => array( |
| 3370 | 'version' => '9.6.0.0', |
| 3371 | 'path' => $baseDir . '/src/Internal/DataStores/CustomMetaDataStore.php' |
| 3372 | ), |
| 3373 | 'Automattic\\WooCommerce\\Internal\\DataStores\\Orders\\CustomOrdersTableController' => array( |
| 3374 | 'version' => '9.6.0.0', |
| 3375 | 'path' => $baseDir . '/src/Internal/DataStores/Orders/CustomOrdersTableController.php' |
| 3376 | ), |
| 3377 | 'Automattic\\WooCommerce\\Internal\\DataStores\\Orders\\DataSynchronizer' => array( |
| 3378 | 'version' => '9.6.0.0', |
| 3379 | 'path' => $baseDir . '/src/Internal/DataStores/Orders/DataSynchronizer.php' |
| 3380 | ), |
| 3381 | 'Automattic\\WooCommerce\\Internal\\DataStores\\Orders\\LegacyDataCleanup' => array( |
| 3382 | 'version' => '9.6.0.0', |
| 3383 | 'path' => $baseDir . '/src/Internal/DataStores/Orders/LegacyDataCleanup.php' |
| 3384 | ), |
| 3385 | 'Automattic\\WooCommerce\\Internal\\DataStores\\Orders\\LegacyDataHandler' => array( |
| 3386 | 'version' => '9.6.0.0', |
| 3387 | 'path' => $baseDir . '/src/Internal/DataStores/Orders/LegacyDataHandler.php' |
| 3388 | ), |
| 3389 | 'Automattic\\WooCommerce\\Internal\\DataStores\\Orders\\OrdersTableDataStore' => array( |
| 3390 | 'version' => '9.6.0.0', |
| 3391 | 'path' => $baseDir . '/src/Internal/DataStores/Orders/OrdersTableDataStore.php' |
| 3392 | ), |
| 3393 | 'Automattic\\WooCommerce\\Internal\\DataStores\\Orders\\OrdersTableDataStoreMeta' => array( |
| 3394 | 'version' => '9.6.0.0', |
| 3395 | 'path' => $baseDir . '/src/Internal/DataStores/Orders/OrdersTableDataStoreMeta.php' |
| 3396 | ), |
| 3397 | 'Automattic\\WooCommerce\\Internal\\DataStores\\Orders\\OrdersTableFieldQuery' => array( |
| 3398 | 'version' => '9.6.0.0', |
| 3399 | 'path' => $baseDir . '/src/Internal/DataStores/Orders/OrdersTableFieldQuery.php' |
| 3400 | ), |
| 3401 | 'Automattic\\WooCommerce\\Internal\\DataStores\\Orders\\OrdersTableMetaQuery' => array( |
| 3402 | 'version' => '9.6.0.0', |
| 3403 | 'path' => $baseDir . '/src/Internal/DataStores/Orders/OrdersTableMetaQuery.php' |
| 3404 | ), |
| 3405 | 'Automattic\\WooCommerce\\Internal\\DataStores\\Orders\\OrdersTableQuery' => array( |
| 3406 | 'version' => '9.6.0.0', |
| 3407 | 'path' => $baseDir . '/src/Internal/DataStores/Orders/OrdersTableQuery.php' |
| 3408 | ), |
| 3409 | 'Automattic\\WooCommerce\\Internal\\DataStores\\Orders\\OrdersTableRefundDataStore' => array( |
| 3410 | 'version' => '9.6.0.0', |
| 3411 | 'path' => $baseDir . '/src/Internal/DataStores/Orders/OrdersTableRefundDataStore.php' |
| 3412 | ), |
| 3413 | 'Automattic\\WooCommerce\\Internal\\DataStores\\Orders\\OrdersTableSearchQuery' => array( |
| 3414 | 'version' => '9.6.0.0', |
| 3415 | 'path' => $baseDir . '/src/Internal/DataStores/Orders/OrdersTableSearchQuery.php' |
| 3416 | ), |
| 3417 | 'Automattic\\WooCommerce\\Internal\\DependencyManagement\\AbstractServiceProvider' => array( |
| 3418 | 'version' => '9.6.0.0', |
| 3419 | 'path' => $baseDir . '/src/Internal/DependencyManagement/AbstractServiceProvider.php' |
| 3420 | ), |
| 3421 | 'Automattic\\WooCommerce\\Internal\\DependencyManagement\\ContainerException' => array( |
| 3422 | 'version' => '9.6.0.0', |
| 3423 | 'path' => $baseDir . '/src/Internal/DependencyManagement/ContainerException.php' |
| 3424 | ), |
| 3425 | 'Automattic\\WooCommerce\\Internal\\DependencyManagement\\Definition' => array( |
| 3426 | 'version' => '9.6.0.0', |
| 3427 | 'path' => $baseDir . '/src/Internal/DependencyManagement/Definition.php' |
| 3428 | ), |
| 3429 | 'Automattic\\WooCommerce\\Internal\\DependencyManagement\\ExtendedContainer' => array( |
| 3430 | 'version' => '9.6.0.0', |
| 3431 | 'path' => $baseDir . '/src/Internal/DependencyManagement/ExtendedContainer.php' |
| 3432 | ), |
| 3433 | 'Automattic\\WooCommerce\\Internal\\DependencyManagement\\RuntimeContainer' => array( |
| 3434 | 'version' => '9.6.0.0', |
| 3435 | 'path' => $baseDir . '/src/Internal/DependencyManagement/RuntimeContainer.php' |
| 3436 | ), |
| 3437 | 'Automattic\\WooCommerce\\Internal\\DependencyManagement\\ServiceProviders\\AbstractInterfaceServiceProvider' => array( |
| 3438 | 'version' => '9.6.0.0', |
| 3439 | 'path' => $baseDir . '/src/Internal/DependencyManagement/ServiceProviders/AbstractInterfaceServiceProvider.php' |
| 3440 | ), |
| 3441 | 'Automattic\\WooCommerce\\Internal\\DependencyManagement\\ServiceProviders\\AdminSettingsServiceProvider' => array( |
| 3442 | 'version' => '9.6.0.0', |
| 3443 | 'path' => $baseDir . '/src/Internal/DependencyManagement/ServiceProviders/AdminSettingsServiceProvider.php' |
| 3444 | ), |
| 3445 | 'Automattic\\WooCommerce\\Internal\\DependencyManagement\\ServiceProviders\\AdminSuggestionsServiceProvider' => array( |
| 3446 | 'version' => '9.6.0.0', |
| 3447 | 'path' => $baseDir . '/src/Internal/DependencyManagement/ServiceProviders/AdminSuggestionsServiceProvider.php' |
| 3448 | ), |
| 3449 | 'Automattic\\WooCommerce\\Internal\\DependencyManagement\\ServiceProviders\\AssignDefaultCategoryServiceProvider' => array( |
| 3450 | 'version' => '9.6.0.0', |
| 3451 | 'path' => $baseDir . '/src/Internal/DependencyManagement/ServiceProviders/AssignDefaultCategoryServiceProvider.php' |
| 3452 | ), |
| 3453 | 'Automattic\\WooCommerce\\Internal\\DependencyManagement\\ServiceProviders\\BatchProcessingServiceProvider' => array( |
| 3454 | 'version' => '9.6.0.0', |
| 3455 | 'path' => $baseDir . '/src/Internal/DependencyManagement/ServiceProviders/BatchProcessingServiceProvider.php' |
| 3456 | ), |
| 3457 | 'Automattic\\WooCommerce\\Internal\\DependencyManagement\\ServiceProviders\\COTMigrationServiceProvider' => array( |
| 3458 | 'version' => '9.6.0.0', |
| 3459 | 'path' => $baseDir . '/src/Internal/DependencyManagement/ServiceProviders/COTMigrationServiceProvider.php' |
| 3460 | ), |
| 3461 | 'Automattic\\WooCommerce\\Internal\\DependencyManagement\\ServiceProviders\\ComingSoonServiceProvider' => array( |
| 3462 | 'version' => '9.6.0.0', |
| 3463 | 'path' => $baseDir . '/src/Internal/DependencyManagement/ServiceProviders/ComingSoonServiceProvider.php' |
| 3464 | ), |
| 3465 | 'Automattic\\WooCommerce\\Internal\\DependencyManagement\\ServiceProviders\\CostOfGoodsSoldServiceProvider' => array( |
| 3466 | 'version' => '9.6.0.0', |
| 3467 | 'path' => $baseDir . '/src/Internal/DependencyManagement/ServiceProviders/CostOfGoodsSoldServiceProvider.php' |
| 3468 | ), |
| 3469 | 'Automattic\\WooCommerce\\Internal\\DependencyManagement\\ServiceProviders\\DownloadPermissionsAdjusterServiceProvider' => array( |
| 3470 | 'version' => '9.6.0.0', |
| 3471 | 'path' => $baseDir . '/src/Internal/DependencyManagement/ServiceProviders/DownloadPermissionsAdjusterServiceProvider.php' |
| 3472 | ), |
| 3473 | 'Automattic\\WooCommerce\\Internal\\DependencyManagement\\ServiceProviders\\EmailPreviewServiceProvider' => array( |
| 3474 | 'version' => '9.6.0.0', |
| 3475 | 'path' => $baseDir . '/src/Internal/DependencyManagement/ServiceProviders/EmailPreviewServiceProvider.php' |
| 3476 | ), |
| 3477 | 'Automattic\\WooCommerce\\Internal\\DependencyManagement\\ServiceProviders\\EnginesServiceProvider' => array( |
| 3478 | 'version' => '9.6.0.0', |
| 3479 | 'path' => $baseDir . '/src/Internal/DependencyManagement/ServiceProviders/EnginesServiceProvider.php' |
| 3480 | ), |
| 3481 | 'Automattic\\WooCommerce\\Internal\\DependencyManagement\\ServiceProviders\\FeaturesServiceProvider' => array( |
| 3482 | 'version' => '9.6.0.0', |
| 3483 | 'path' => $baseDir . '/src/Internal/DependencyManagement/ServiceProviders/FeaturesServiceProvider.php' |
| 3484 | ), |
| 3485 | 'Automattic\\WooCommerce\\Internal\\DependencyManagement\\ServiceProviders\\ImportExportServiceProvider' => array( |
| 3486 | 'version' => '9.6.0.0', |
| 3487 | 'path' => $baseDir . '/src/Internal/DependencyManagement/ServiceProviders/ImportExportServiceProvider.php' |
| 3488 | ), |
| 3489 | 'Automattic\\WooCommerce\\Internal\\DependencyManagement\\ServiceProviders\\LayoutTemplatesServiceProvider' => array( |
| 3490 | 'version' => '9.6.0.0', |
| 3491 | 'path' => $baseDir . '/src/Internal/DependencyManagement/ServiceProviders/LayoutTemplatesServiceProvider.php' |
| 3492 | ), |
| 3493 | 'Automattic\\WooCommerce\\Internal\\DependencyManagement\\ServiceProviders\\LoggingServiceProvider' => array( |
| 3494 | 'version' => '9.6.0.0', |
| 3495 | 'path' => $baseDir . '/src/Internal/DependencyManagement/ServiceProviders/LoggingServiceProvider.php' |
| 3496 | ), |
| 3497 | 'Automattic\\WooCommerce\\Internal\\DependencyManagement\\ServiceProviders\\MarketingServiceProvider' => array( |
| 3498 | 'version' => '9.6.0.0', |
| 3499 | 'path' => $baseDir . '/src/Internal/DependencyManagement/ServiceProviders/MarketingServiceProvider.php' |
| 3500 | ), |
| 3501 | 'Automattic\\WooCommerce\\Internal\\DependencyManagement\\ServiceProviders\\MarketplaceServiceProvider' => array( |
| 3502 | 'version' => '9.6.0.0', |
| 3503 | 'path' => $baseDir . '/src/Internal/DependencyManagement/ServiceProviders/MarketplaceServiceProvider.php' |
| 3504 | ), |
| 3505 | 'Automattic\\WooCommerce\\Internal\\DependencyManagement\\ServiceProviders\\ObjectCacheServiceProvider' => array( |
| 3506 | 'version' => '9.6.0.0', |
| 3507 | 'path' => $baseDir . '/src/Internal/DependencyManagement/ServiceProviders/ObjectCacheServiceProvider.php' |
| 3508 | ), |
| 3509 | 'Automattic\\WooCommerce\\Internal\\DependencyManagement\\ServiceProviders\\OptionSanitizerServiceProvider' => array( |
| 3510 | 'version' => '9.6.0.0', |
| 3511 | 'path' => $baseDir . '/src/Internal/DependencyManagement/ServiceProviders/OptionSanitizerServiceProvider.php' |
| 3512 | ), |
| 3513 | 'Automattic\\WooCommerce\\Internal\\DependencyManagement\\ServiceProviders\\OrderAdminServiceProvider' => array( |
| 3514 | 'version' => '9.6.0.0', |
| 3515 | 'path' => $baseDir . '/src/Internal/DependencyManagement/ServiceProviders/OrderAdminServiceProvider.php' |
| 3516 | ), |
| 3517 | 'Automattic\\WooCommerce\\Internal\\DependencyManagement\\ServiceProviders\\OrderAttributionServiceProvider' => array( |
| 3518 | 'version' => '9.6.0.0', |
| 3519 | 'path' => $baseDir . '/src/Internal/DependencyManagement/ServiceProviders/OrderAttributionServiceProvider.php' |
| 3520 | ), |
| 3521 | 'Automattic\\WooCommerce\\Internal\\DependencyManagement\\ServiceProviders\\OrderMetaBoxServiceProvider' => array( |
| 3522 | 'version' => '9.6.0.0', |
| 3523 | 'path' => $baseDir . '/src/Internal/DependencyManagement/ServiceProviders/OrderMetaBoxServiceProvider.php' |
| 3524 | ), |
| 3525 | 'Automattic\\WooCommerce\\Internal\\DependencyManagement\\ServiceProviders\\OrdersControllersServiceProvider' => array( |
| 3526 | 'version' => '9.6.0.0', |
| 3527 | 'path' => $baseDir . '/src/Internal/DependencyManagement/ServiceProviders/OrdersControllersServiceProvider.php' |
| 3528 | ), |
| 3529 | 'Automattic\\WooCommerce\\Internal\\DependencyManagement\\ServiceProviders\\OrdersDataStoreServiceProvider' => array( |
| 3530 | 'version' => '9.6.0.0', |
| 3531 | 'path' => $baseDir . '/src/Internal/DependencyManagement/ServiceProviders/OrdersDataStoreServiceProvider.php' |
| 3532 | ), |
| 3533 | 'Automattic\\WooCommerce\\Internal\\DependencyManagement\\ServiceProviders\\ProductAttributesLookupServiceProvider' => array( |
| 3534 | 'version' => '9.6.0.0', |
| 3535 | 'path' => $baseDir . '/src/Internal/DependencyManagement/ServiceProviders/ProductAttributesLookupServiceProvider.php' |
| 3536 | ), |
| 3537 | 'Automattic\\WooCommerce\\Internal\\DependencyManagement\\ServiceProviders\\ProductDownloadsServiceProvider' => array( |
| 3538 | 'version' => '9.6.0.0', |
| 3539 | 'path' => $baseDir . '/src/Internal/DependencyManagement/ServiceProviders/ProductDownloadsServiceProvider.php' |
| 3540 | ), |
| 3541 | 'Automattic\\WooCommerce\\Internal\\DependencyManagement\\ServiceProviders\\ProductImageBySKUServiceProvider' => array( |
| 3542 | 'version' => '9.6.0.0', |
| 3543 | 'path' => $baseDir . '/src/Internal/DependencyManagement/ServiceProviders/ProductImageBySKUServiceProvider.php' |
| 3544 | ), |
| 3545 | 'Automattic\\WooCommerce\\Internal\\DependencyManagement\\ServiceProviders\\ProductReviewsServiceProvider' => array( |
| 3546 | 'version' => '9.6.0.0', |
| 3547 | 'path' => $baseDir . '/src/Internal/DependencyManagement/ServiceProviders/ProductReviewsServiceProvider.php' |
| 3548 | ), |
| 3549 | 'Automattic\\WooCommerce\\Internal\\DependencyManagement\\ServiceProviders\\ProxiesServiceProvider' => array( |
| 3550 | 'version' => '9.6.0.0', |
| 3551 | 'path' => $baseDir . '/src/Internal/DependencyManagement/ServiceProviders/ProxiesServiceProvider.php' |
| 3552 | ), |
| 3553 | 'Automattic\\WooCommerce\\Internal\\DependencyManagement\\ServiceProviders\\RestockRefundedItemsAdjusterServiceProvider' => array( |
| 3554 | 'version' => '9.6.0.0', |
| 3555 | 'path' => $baseDir . '/src/Internal/DependencyManagement/ServiceProviders/RestockRefundedItemsAdjusterServiceProvider.php' |
| 3556 | ), |
| 3557 | 'Automattic\\WooCommerce\\Internal\\DependencyManagement\\ServiceProviders\\StatsServiceProvider' => array( |
| 3558 | 'version' => '9.6.0.0', |
| 3559 | 'path' => $baseDir . '/src/Internal/DependencyManagement/ServiceProviders/StatsServiceProvider.php' |
| 3560 | ), |
| 3561 | 'Automattic\\WooCommerce\\Internal\\DependencyManagement\\ServiceProviders\\UtilsClassesServiceProvider' => array( |
| 3562 | 'version' => '9.6.0.0', |
| 3563 | 'path' => $baseDir . '/src/Internal/DependencyManagement/ServiceProviders/UtilsClassesServiceProvider.php' |
| 3564 | ), |
| 3565 | 'Automattic\\WooCommerce\\Internal\\DownloadPermissionsAdjuster' => array( |
| 3566 | 'version' => '9.6.0.0', |
| 3567 | 'path' => $baseDir . '/src/Internal/DownloadPermissionsAdjuster.php' |
| 3568 | ), |
| 3569 | 'Automattic\\WooCommerce\\Internal\\Features\\FeaturesController' => array( |
| 3570 | 'version' => '9.6.0.0', |
| 3571 | 'path' => $baseDir . '/src/Internal/Features/FeaturesController.php' |
| 3572 | ), |
| 3573 | 'Automattic\\WooCommerce\\Internal\\Features\\ProductBlockEditor\\ProductTemplates\\AbstractProductFormTemplate' => array( |
| 3574 | 'version' => '9.6.0.0', |
| 3575 | 'path' => $baseDir . '/src/Internal/Features/ProductBlockEditor/ProductTemplates/AbstractProductFormTemplate.php' |
| 3576 | ), |
| 3577 | 'Automattic\\WooCommerce\\Internal\\Features\\ProductBlockEditor\\ProductTemplates\\DownloadableProductTrait' => array( |
| 3578 | 'version' => '9.6.0.0', |
| 3579 | 'path' => $baseDir . '/src/Internal/Features/ProductBlockEditor/ProductTemplates/DownloadableProductTrait.php' |
| 3580 | ), |
| 3581 | 'Automattic\\WooCommerce\\Internal\\Features\\ProductBlockEditor\\ProductTemplates\\Group' => array( |
| 3582 | 'version' => '9.6.0.0', |
| 3583 | 'path' => $baseDir . '/src/Internal/Features/ProductBlockEditor/ProductTemplates/Group.php' |
| 3584 | ), |
| 3585 | 'Automattic\\WooCommerce\\Internal\\Features\\ProductBlockEditor\\ProductTemplates\\ProductBlock' => array( |
| 3586 | 'version' => '9.6.0.0', |
| 3587 | 'path' => $baseDir . '/src/Internal/Features/ProductBlockEditor/ProductTemplates/ProductBlock.php' |
| 3588 | ), |
| 3589 | 'Automattic\\WooCommerce\\Internal\\Features\\ProductBlockEditor\\ProductTemplates\\ProductVariationTemplate' => array( |
| 3590 | 'version' => '9.6.0.0', |
| 3591 | 'path' => $baseDir . '/src/Internal/Features/ProductBlockEditor/ProductTemplates/ProductVariationTemplate.php' |
| 3592 | ), |
| 3593 | 'Automattic\\WooCommerce\\Internal\\Features\\ProductBlockEditor\\ProductTemplates\\Section' => array( |
| 3594 | 'version' => '9.6.0.0', |
| 3595 | 'path' => $baseDir . '/src/Internal/Features/ProductBlockEditor/ProductTemplates/Section.php' |
| 3596 | ), |
| 3597 | 'Automattic\\WooCommerce\\Internal\\Features\\ProductBlockEditor\\ProductTemplates\\SimpleProductTemplate' => array( |
| 3598 | 'version' => '9.6.0.0', |
| 3599 | 'path' => $baseDir . '/src/Internal/Features/ProductBlockEditor/ProductTemplates/SimpleProductTemplate.php' |
| 3600 | ), |
| 3601 | 'Automattic\\WooCommerce\\Internal\\Features\\ProductBlockEditor\\ProductTemplates\\Subsection' => array( |
| 3602 | 'version' => '9.6.0.0', |
| 3603 | 'path' => $baseDir . '/src/Internal/Features/ProductBlockEditor/ProductTemplates/Subsection.php' |
| 3604 | ), |
| 3605 | 'Automattic\\WooCommerce\\Internal\\Font\\FontFace' => array( |
| 3606 | 'version' => '9.6.0.0', |
| 3607 | 'path' => $baseDir . '/src/Internal/Font/FontFace.php' |
| 3608 | ), |
| 3609 | 'Automattic\\WooCommerce\\Internal\\Font\\FontFamily' => array( |
| 3610 | 'version' => '9.6.0.0', |
| 3611 | 'path' => $baseDir . '/src/Internal/Font/FontFamily.php' |
| 3612 | ), |
| 3613 | 'Automattic\\WooCommerce\\Internal\\Integrations\\WPConsentAPI' => array( |
| 3614 | 'version' => '9.6.0.0', |
| 3615 | 'path' => $baseDir . '/src/Internal/Integrations/WPConsentAPI.php' |
| 3616 | ), |
| 3617 | 'Automattic\\WooCommerce\\Internal\\Logging\\RemoteLogger' => array( |
| 3618 | 'version' => '9.6.0.0', |
| 3619 | 'path' => $baseDir . '/src/Internal/Logging/RemoteLogger.php' |
| 3620 | ), |
| 3621 | 'Automattic\\WooCommerce\\Internal\\Logging\\SafeGlobalFunctionProxy' => array( |
| 3622 | 'version' => '9.6.0.0', |
| 3623 | 'path' => $baseDir . '/src/Internal/Logging/SafeGlobalFunctionProxy.php' |
| 3624 | ), |
| 3625 | 'Automattic\\WooCommerce\\Internal\\McStats' => array( |
| 3626 | 'version' => '9.6.0.0', |
| 3627 | 'path' => $baseDir . '/src/Internal/McStats.php' |
| 3628 | ), |
| 3629 | 'Automattic\\WooCommerce\\Internal\\OrderCouponDataMigrator' => array( |
| 3630 | 'version' => '9.6.0.0', |
| 3631 | 'path' => $baseDir . '/src/Internal/OrderCouponDataMigrator.php' |
| 3632 | ), |
| 3633 | 'Automattic\\WooCommerce\\Internal\\Orders\\CouponsController' => array( |
| 3634 | 'version' => '9.6.0.0', |
| 3635 | 'path' => $baseDir . '/src/Internal/Orders/CouponsController.php' |
| 3636 | ), |
| 3637 | 'Automattic\\WooCommerce\\Internal\\Orders\\IppFunctions' => array( |
| 3638 | 'version' => '9.6.0.0', |
| 3639 | 'path' => $baseDir . '/src/Internal/Orders/IppFunctions.php' |
| 3640 | ), |
| 3641 | 'Automattic\\WooCommerce\\Internal\\Orders\\MobileMessagingHandler' => array( |
| 3642 | 'version' => '9.6.0.0', |
| 3643 | 'path' => $baseDir . '/src/Internal/Orders/MobileMessagingHandler.php' |
| 3644 | ), |
| 3645 | 'Automattic\\WooCommerce\\Internal\\Orders\\OrderActionsRestController' => array( |
| 3646 | 'version' => '9.6.0.0', |
| 3647 | 'path' => $baseDir . '/src/Internal/Orders/OrderActionsRestController.php' |
| 3648 | ), |
| 3649 | 'Automattic\\WooCommerce\\Internal\\Orders\\OrderAttributionBlocksController' => array( |
| 3650 | 'version' => '9.6.0.0', |
| 3651 | 'path' => $baseDir . '/src/Internal/Orders/OrderAttributionBlocksController.php' |
| 3652 | ), |
| 3653 | 'Automattic\\WooCommerce\\Internal\\Orders\\OrderAttributionController' => array( |
| 3654 | 'version' => '9.6.0.0', |
| 3655 | 'path' => $baseDir . '/src/Internal/Orders/OrderAttributionController.php' |
| 3656 | ), |
| 3657 | 'Automattic\\WooCommerce\\Internal\\Orders\\OrderStatusRestController' => array( |
| 3658 | 'version' => '9.6.0.0', |
| 3659 | 'path' => $baseDir . '/src/Internal/Orders/OrderStatusRestController.php' |
| 3660 | ), |
| 3661 | 'Automattic\\WooCommerce\\Internal\\Orders\\PaymentInfo' => array( |
| 3662 | 'version' => '9.6.0.0', |
| 3663 | 'path' => $baseDir . '/src/Internal/Orders/PaymentInfo.php' |
| 3664 | ), |
| 3665 | 'Automattic\\WooCommerce\\Internal\\Orders\\TaxesController' => array( |
| 3666 | 'version' => '9.6.0.0', |
| 3667 | 'path' => $baseDir . '/src/Internal/Orders/TaxesController.php' |
| 3668 | ), |
| 3669 | 'Automattic\\WooCommerce\\Internal\\ProductAttributesLookup\\CLIRunner' => array( |
| 3670 | 'version' => '9.6.0.0', |
| 3671 | 'path' => $baseDir . '/src/Internal/ProductAttributesLookup/CLIRunner.php' |
| 3672 | ), |
| 3673 | 'Automattic\\WooCommerce\\Internal\\ProductAttributesLookup\\DataRegenerator' => array( |
| 3674 | 'version' => '9.6.0.0', |
| 3675 | 'path' => $baseDir . '/src/Internal/ProductAttributesLookup/DataRegenerator.php' |
| 3676 | ), |
| 3677 | 'Automattic\\WooCommerce\\Internal\\ProductAttributesLookup\\Filterer' => array( |
| 3678 | 'version' => '9.6.0.0', |
| 3679 | 'path' => $baseDir . '/src/Internal/ProductAttributesLookup/Filterer.php' |
| 3680 | ), |
| 3681 | 'Automattic\\WooCommerce\\Internal\\ProductAttributesLookup\\LookupDataStore' => array( |
| 3682 | 'version' => '9.6.0.0', |
| 3683 | 'path' => $baseDir . '/src/Internal/ProductAttributesLookup/LookupDataStore.php' |
| 3684 | ), |
| 3685 | 'Automattic\\WooCommerce\\Internal\\ProductDownloads\\ApprovedDirectories\\Admin\\SyncUI' => array( |
| 3686 | 'version' => '9.6.0.0', |
| 3687 | 'path' => $baseDir . '/src/Internal/ProductDownloads/ApprovedDirectories/Admin/SyncUI.php' |
| 3688 | ), |
| 3689 | 'Automattic\\WooCommerce\\Internal\\ProductDownloads\\ApprovedDirectories\\Admin\\Table' => array( |
| 3690 | 'version' => '9.6.0.0', |
| 3691 | 'path' => $baseDir . '/src/Internal/ProductDownloads/ApprovedDirectories/Admin/Table.php' |
| 3692 | ), |
| 3693 | 'Automattic\\WooCommerce\\Internal\\ProductDownloads\\ApprovedDirectories\\Admin\\UI' => array( |
| 3694 | 'version' => '9.6.0.0', |
| 3695 | 'path' => $baseDir . '/src/Internal/ProductDownloads/ApprovedDirectories/Admin/UI.php' |
| 3696 | ), |
| 3697 | 'Automattic\\WooCommerce\\Internal\\ProductDownloads\\ApprovedDirectories\\ApprovedDirectoriesException' => array( |
| 3698 | 'version' => '9.6.0.0', |
| 3699 | 'path' => $baseDir . '/src/Internal/ProductDownloads/ApprovedDirectories/ApprovedDirectoriesException.php' |
| 3700 | ), |
| 3701 | 'Automattic\\WooCommerce\\Internal\\ProductDownloads\\ApprovedDirectories\\Register' => array( |
| 3702 | 'version' => '9.6.0.0', |
| 3703 | 'path' => $baseDir . '/src/Internal/ProductDownloads/ApprovedDirectories/Register.php' |
| 3704 | ), |
| 3705 | 'Automattic\\WooCommerce\\Internal\\ProductDownloads\\ApprovedDirectories\\StoredUrl' => array( |
| 3706 | 'version' => '9.6.0.0', |
| 3707 | 'path' => $baseDir . '/src/Internal/ProductDownloads/ApprovedDirectories/StoredUrl.php' |
| 3708 | ), |
| 3709 | 'Automattic\\WooCommerce\\Internal\\ProductDownloads\\ApprovedDirectories\\Synchronize' => array( |
| 3710 | 'version' => '9.6.0.0', |
| 3711 | 'path' => $baseDir . '/src/Internal/ProductDownloads/ApprovedDirectories/Synchronize.php' |
| 3712 | ), |
| 3713 | 'Automattic\\WooCommerce\\Internal\\ProductImage\\MatchImageBySKU' => array( |
| 3714 | 'version' => '9.6.0.0', |
| 3715 | 'path' => $baseDir . '/src/Internal/ProductImage/MatchImageBySKU.php' |
| 3716 | ), |
| 3717 | 'Automattic\\WooCommerce\\Internal\\ReceiptRendering\\ReceiptRenderingEngine' => array( |
| 3718 | 'version' => '9.6.0.0', |
| 3719 | 'path' => $baseDir . '/src/Internal/ReceiptRendering/ReceiptRenderingEngine.php' |
| 3720 | ), |
| 3721 | 'Automattic\\WooCommerce\\Internal\\ReceiptRendering\\ReceiptRenderingRestController' => array( |
| 3722 | 'version' => '9.6.0.0', |
| 3723 | 'path' => $baseDir . '/src/Internal/ReceiptRendering/ReceiptRenderingRestController.php' |
| 3724 | ), |
| 3725 | 'Automattic\\WooCommerce\\Internal\\RegisterHooksInterface' => array( |
| 3726 | 'version' => '9.6.0.0', |
| 3727 | 'path' => $baseDir . '/src/Internal/RegisterHooksInterface.php' |
| 3728 | ), |
| 3729 | 'Automattic\\WooCommerce\\Internal\\RestApiControllerBase' => array( |
| 3730 | 'version' => '9.6.0.0', |
| 3731 | 'path' => $baseDir . '/src/Internal/RestApiControllerBase.php' |
| 3732 | ), |
| 3733 | 'Automattic\\WooCommerce\\Internal\\RestApiParameterUtil' => array( |
| 3734 | 'version' => '9.6.0.0', |
| 3735 | 'path' => $baseDir . '/src/Internal/RestApiParameterUtil.php' |
| 3736 | ), |
| 3737 | 'Automattic\\WooCommerce\\Internal\\RestockRefundedItemsAdjuster' => array( |
| 3738 | 'version' => '9.6.0.0', |
| 3739 | 'path' => $baseDir . '/src/Internal/RestockRefundedItemsAdjuster.php' |
| 3740 | ), |
| 3741 | 'Automattic\\WooCommerce\\Internal\\Settings\\OptionSanitizer' => array( |
| 3742 | 'version' => '9.6.0.0', |
| 3743 | 'path' => $baseDir . '/src/Internal/Settings/OptionSanitizer.php' |
| 3744 | ), |
| 3745 | 'Automattic\\WooCommerce\\Internal\\Traits\\AccessiblePrivateMethods' => array( |
| 3746 | 'version' => '9.6.0.0', |
| 3747 | 'path' => $baseDir . '/src/Internal/Traits/AccessiblePrivateMethods.php' |
| 3748 | ), |
| 3749 | 'Automattic\\WooCommerce\\Internal\\Traits\\OrderAttributionMeta' => array( |
| 3750 | 'version' => '9.6.0.0', |
| 3751 | 'path' => $baseDir . '/src/Internal/Traits/OrderAttributionMeta.php' |
| 3752 | ), |
| 3753 | 'Automattic\\WooCommerce\\Internal\\Traits\\ScriptDebug' => array( |
| 3754 | 'version' => '9.6.0.0', |
| 3755 | 'path' => $baseDir . '/src/Internal/Traits/ScriptDebug.php' |
| 3756 | ), |
| 3757 | 'Automattic\\WooCommerce\\Internal\\TransientFiles\\TransientFilesEngine' => array( |
| 3758 | 'version' => '9.6.0.0', |
| 3759 | 'path' => $baseDir . '/src/Internal/TransientFiles/TransientFilesEngine.php' |
| 3760 | ), |
| 3761 | 'Automattic\\WooCommerce\\Internal\\Utilities\\ArrayUtil' => array( |
| 3762 | 'version' => '9.6.0.0', |
| 3763 | 'path' => $baseDir . '/src/Internal/Utilities/ArrayUtil.php' |
| 3764 | ), |
| 3765 | 'Automattic\\WooCommerce\\Internal\\Utilities\\BlocksUtil' => array( |
| 3766 | 'version' => '9.6.0.0', |
| 3767 | 'path' => $baseDir . '/src/Internal/Utilities/BlocksUtil.php' |
| 3768 | ), |
| 3769 | 'Automattic\\WooCommerce\\Internal\\Utilities\\COTMigrationUtil' => array( |
| 3770 | 'version' => '9.6.0.0', |
| 3771 | 'path' => $baseDir . '/src/Internal/Utilities/COTMigrationUtil.php' |
| 3772 | ), |
| 3773 | 'Automattic\\WooCommerce\\Internal\\Utilities\\DatabaseUtil' => array( |
| 3774 | 'version' => '9.6.0.0', |
| 3775 | 'path' => $baseDir . '/src/Internal/Utilities/DatabaseUtil.php' |
| 3776 | ), |
| 3777 | 'Automattic\\WooCommerce\\Internal\\Utilities\\FilesystemUtil' => array( |
| 3778 | 'version' => '9.6.0.0', |
| 3779 | 'path' => $baseDir . '/src/Internal/Utilities/FilesystemUtil.php' |
| 3780 | ), |
| 3781 | 'Automattic\\WooCommerce\\Internal\\Utilities\\HtmlSanitizer' => array( |
| 3782 | 'version' => '9.6.0.0', |
| 3783 | 'path' => $baseDir . '/src/Internal/Utilities/HtmlSanitizer.php' |
| 3784 | ), |
| 3785 | 'Automattic\\WooCommerce\\Internal\\Utilities\\LegacyRestApiStub' => array( |
| 3786 | 'version' => '9.6.0.0', |
| 3787 | 'path' => $baseDir . '/src/Internal/Utilities/LegacyRestApiStub.php' |
| 3788 | ), |
| 3789 | 'Automattic\\WooCommerce\\Internal\\Utilities\\PluginInstaller' => array( |
| 3790 | 'version' => '9.6.0.0', |
| 3791 | 'path' => $baseDir . '/src/Internal/Utilities/PluginInstaller.php' |
| 3792 | ), |
| 3793 | 'Automattic\\WooCommerce\\Internal\\Utilities\\Types' => array( |
| 3794 | 'version' => '9.6.0.0', |
| 3795 | 'path' => $baseDir . '/src/Internal/Utilities/Types.php' |
| 3796 | ), |
| 3797 | 'Automattic\\WooCommerce\\Internal\\Utilities\\URL' => array( |
| 3798 | 'version' => '9.6.0.0', |
| 3799 | 'path' => $baseDir . '/src/Internal/Utilities/URL.php' |
| 3800 | ), |
| 3801 | 'Automattic\\WooCommerce\\Internal\\Utilities\\URLException' => array( |
| 3802 | 'version' => '9.6.0.0', |
| 3803 | 'path' => $baseDir . '/src/Internal/Utilities/URLException.php' |
| 3804 | ), |
| 3805 | 'Automattic\\WooCommerce\\Internal\\Utilities\\Users' => array( |
| 3806 | 'version' => '9.6.0.0', |
| 3807 | 'path' => $baseDir . '/src/Internal/Utilities/Users.php' |
| 3808 | ), |
| 3809 | 'Automattic\\WooCommerce\\Internal\\Utilities\\WebhookUtil' => array( |
| 3810 | 'version' => '9.6.0.0', |
| 3811 | 'path' => $baseDir . '/src/Internal/Utilities/WebhookUtil.php' |
| 3812 | ), |
| 3813 | 'Automattic\\WooCommerce\\Internal\\WCCom\\ConnectionHelper' => array( |
| 3814 | 'version' => '9.6.0.0', |
| 3815 | 'path' => $baseDir . '/src/Internal/WCCom/ConnectionHelper.php' |
| 3816 | ), |
| 3817 | 'Automattic\\WooCommerce\\LayoutTemplates\\LayoutTemplateRegistry' => array( |
| 3818 | 'version' => '9.6.0.0', |
| 3819 | 'path' => $baseDir . '/src/LayoutTemplates/LayoutTemplateRegistry.php' |
| 3820 | ), |
| 3821 | 'Automattic\\WooCommerce\\Packages' => array( |
| 3822 | 'version' => '9.6.0.0', |
| 3823 | 'path' => $baseDir . '/src/Packages.php' |
| 3824 | ), |
| 3825 | 'Automattic\\WooCommerce\\Proxies\\ActionsProxy' => array( |
| 3826 | 'version' => '9.6.0.0', |
| 3827 | 'path' => $baseDir . '/src/Proxies/ActionsProxy.php' |
| 3828 | ), |
| 3829 | 'Automattic\\WooCommerce\\Proxies\\LegacyProxy' => array( |
| 3830 | 'version' => '9.6.0.0', |
| 3831 | 'path' => $baseDir . '/src/Proxies/LegacyProxy.php' |
| 3832 | ), |
| 3833 | 'Automattic\\WooCommerce\\RestApi\\Package' => array( |
| 3834 | 'version' => '9.6.0.0', |
| 3835 | 'path' => $baseDir . '/includes/rest-api/Package.php' |
| 3836 | ), |
| 3837 | 'Automattic\\WooCommerce\\RestApi\\Server' => array( |
| 3838 | 'version' => '9.6.0.0', |
| 3839 | 'path' => $baseDir . '/includes/rest-api/Server.php' |
| 3840 | ), |
| 3841 | 'Automattic\\WooCommerce\\RestApi\\UnitTests\\Helpers\\AdminNotesHelper' => array( |
| 3842 | 'version' => '9.6.0.0', |
| 3843 | 'path' => $baseDir . '/tests/legacy/unit-tests/rest-api/Helpers/AdminNotesHelper.php' |
| 3844 | ), |
| 3845 | 'Automattic\\WooCommerce\\RestApi\\UnitTests\\Helpers\\CouponHelper' => array( |
| 3846 | 'version' => '9.6.0.0', |
| 3847 | 'path' => $baseDir . '/tests/legacy/unit-tests/rest-api/Helpers/CouponHelper.php' |
| 3848 | ), |
| 3849 | 'Automattic\\WooCommerce\\RestApi\\UnitTests\\Helpers\\CustomerHelper' => array( |
| 3850 | 'version' => '9.6.0.0', |
| 3851 | 'path' => $baseDir . '/tests/legacy/unit-tests/rest-api/Helpers/CustomerHelper.php' |
| 3852 | ), |
| 3853 | 'Automattic\\WooCommerce\\RestApi\\UnitTests\\Helpers\\OrderHelper' => array( |
| 3854 | 'version' => '9.6.0.0', |
| 3855 | 'path' => $baseDir . '/tests/legacy/unit-tests/rest-api/Helpers/OrderHelper.php' |
| 3856 | ), |
| 3857 | 'Automattic\\WooCommerce\\RestApi\\UnitTests\\Helpers\\ProductHelper' => array( |
| 3858 | 'version' => '9.6.0.0', |
| 3859 | 'path' => $baseDir . '/tests/legacy/unit-tests/rest-api/Helpers/ProductHelper.php' |
| 3860 | ), |
| 3861 | 'Automattic\\WooCommerce\\RestApi\\UnitTests\\Helpers\\QueueHelper' => array( |
| 3862 | 'version' => '9.6.0.0', |
| 3863 | 'path' => $baseDir . '/tests/legacy/unit-tests/rest-api/Helpers/QueueHelper.php' |
| 3864 | ), |
| 3865 | 'Automattic\\WooCommerce\\RestApi\\UnitTests\\Helpers\\SettingsHelper' => array( |
| 3866 | 'version' => '9.6.0.0', |
| 3867 | 'path' => $baseDir . '/tests/legacy/unit-tests/rest-api/Helpers/SettingsHelper.php' |
| 3868 | ), |
| 3869 | 'Automattic\\WooCommerce\\RestApi\\UnitTests\\Helpers\\ShippingHelper' => array( |
| 3870 | 'version' => '9.6.0.0', |
| 3871 | 'path' => $baseDir . '/tests/legacy/unit-tests/rest-api/Helpers/ShippingHelper.php' |
| 3872 | ), |
| 3873 | 'Automattic\\WooCommerce\\RestApi\\Utilities\\ImageAttachment' => array( |
| 3874 | 'version' => '9.6.0.0', |
| 3875 | 'path' => $baseDir . '/includes/rest-api/Utilities/ImageAttachment.php' |
| 3876 | ), |
| 3877 | 'Automattic\\WooCommerce\\RestApi\\Utilities\\SingletonTrait' => array( |
| 3878 | 'version' => '9.6.0.0', |
| 3879 | 'path' => $baseDir . '/includes/rest-api/Utilities/SingletonTrait.php' |
| 3880 | ), |
| 3881 | 'Automattic\\WooCommerce\\StoreApi\\Authentication' => array( |
| 3882 | 'version' => '9.6.0.0', |
| 3883 | 'path' => $baseDir . '/src/StoreApi/Authentication.php' |
| 3884 | ), |
| 3885 | 'Automattic\\WooCommerce\\StoreApi\\Exceptions\\InvalidCartException' => array( |
| 3886 | 'version' => '9.6.0.0', |
| 3887 | 'path' => $baseDir . '/src/StoreApi/Exceptions/InvalidCartException.php' |
| 3888 | ), |
| 3889 | 'Automattic\\WooCommerce\\StoreApi\\Exceptions\\InvalidStockLevelsInCartException' => array( |
| 3890 | 'version' => '9.6.0.0', |
| 3891 | 'path' => $baseDir . '/src/StoreApi/Exceptions/InvalidStockLevelsInCartException.php' |
| 3892 | ), |
| 3893 | 'Automattic\\WooCommerce\\StoreApi\\Exceptions\\NotPurchasableException' => array( |
| 3894 | 'version' => '9.6.0.0', |
| 3895 | 'path' => $baseDir . '/src/StoreApi/Exceptions/NotPurchasableException.php' |
| 3896 | ), |
| 3897 | 'Automattic\\WooCommerce\\StoreApi\\Exceptions\\OutOfStockException' => array( |
| 3898 | 'version' => '9.6.0.0', |
| 3899 | 'path' => $baseDir . '/src/StoreApi/Exceptions/OutOfStockException.php' |
| 3900 | ), |
| 3901 | 'Automattic\\WooCommerce\\StoreApi\\Exceptions\\PartialOutOfStockException' => array( |
| 3902 | 'version' => '9.6.0.0', |
| 3903 | 'path' => $baseDir . '/src/StoreApi/Exceptions/PartialOutOfStockException.php' |
| 3904 | ), |
| 3905 | 'Automattic\\WooCommerce\\StoreApi\\Exceptions\\RouteException' => array( |
| 3906 | 'version' => '9.6.0.0', |
| 3907 | 'path' => $baseDir . '/src/StoreApi/Exceptions/RouteException.php' |
| 3908 | ), |
| 3909 | 'Automattic\\WooCommerce\\StoreApi\\Exceptions\\StockAvailabilityException' => array( |
| 3910 | 'version' => '9.6.0.0', |
| 3911 | 'path' => $baseDir . '/src/StoreApi/Exceptions/StockAvailabilityException.php' |
| 3912 | ), |
| 3913 | 'Automattic\\WooCommerce\\StoreApi\\Exceptions\\TooManyInCartException' => array( |
| 3914 | 'version' => '9.6.0.0', |
| 3915 | 'path' => $baseDir . '/src/StoreApi/Exceptions/TooManyInCartException.php' |
| 3916 | ), |
| 3917 | 'Automattic\\WooCommerce\\StoreApi\\Formatters' => array( |
| 3918 | 'version' => '9.6.0.0', |
| 3919 | 'path' => $baseDir . '/src/StoreApi/Formatters.php' |
| 3920 | ), |
| 3921 | 'Automattic\\WooCommerce\\StoreApi\\Formatters\\CurrencyFormatter' => array( |
| 3922 | 'version' => '9.6.0.0', |
| 3923 | 'path' => $baseDir . '/src/StoreApi/Formatters/CurrencyFormatter.php' |
| 3924 | ), |
| 3925 | 'Automattic\\WooCommerce\\StoreApi\\Formatters\\DefaultFormatter' => array( |
| 3926 | 'version' => '9.6.0.0', |
| 3927 | 'path' => $baseDir . '/src/StoreApi/Formatters/DefaultFormatter.php' |
| 3928 | ), |
| 3929 | 'Automattic\\WooCommerce\\StoreApi\\Formatters\\FormatterInterface' => array( |
| 3930 | 'version' => '9.6.0.0', |
| 3931 | 'path' => $baseDir . '/src/StoreApi/Formatters/FormatterInterface.php' |
| 3932 | ), |
| 3933 | 'Automattic\\WooCommerce\\StoreApi\\Formatters\\HtmlFormatter' => array( |
| 3934 | 'version' => '9.6.0.0', |
| 3935 | 'path' => $baseDir . '/src/StoreApi/Formatters/HtmlFormatter.php' |
| 3936 | ), |
| 3937 | 'Automattic\\WooCommerce\\StoreApi\\Formatters\\MoneyFormatter' => array( |
| 3938 | 'version' => '9.6.0.0', |
| 3939 | 'path' => $baseDir . '/src/StoreApi/Formatters/MoneyFormatter.php' |
| 3940 | ), |
| 3941 | 'Automattic\\WooCommerce\\StoreApi\\Legacy' => array( |
| 3942 | 'version' => '9.6.0.0', |
| 3943 | 'path' => $baseDir . '/src/StoreApi/Legacy.php' |
| 3944 | ), |
| 3945 | 'Automattic\\WooCommerce\\StoreApi\\Payments\\PaymentContext' => array( |
| 3946 | 'version' => '9.6.0.0', |
| 3947 | 'path' => $baseDir . '/src/StoreApi/Payments/PaymentContext.php' |
| 3948 | ), |
| 3949 | 'Automattic\\WooCommerce\\StoreApi\\Payments\\PaymentResult' => array( |
| 3950 | 'version' => '9.6.0.0', |
| 3951 | 'path' => $baseDir . '/src/StoreApi/Payments/PaymentResult.php' |
| 3952 | ), |
| 3953 | 'Automattic\\WooCommerce\\StoreApi\\RoutesController' => array( |
| 3954 | 'version' => '9.6.0.0', |
| 3955 | 'path' => $baseDir . '/src/StoreApi/RoutesController.php' |
| 3956 | ), |
| 3957 | 'Automattic\\WooCommerce\\StoreApi\\Routes\\RouteInterface' => array( |
| 3958 | 'version' => '9.6.0.0', |
| 3959 | 'path' => $baseDir . '/src/StoreApi/Routes/RouteInterface.php' |
| 3960 | ), |
| 3961 | 'Automattic\\WooCommerce\\StoreApi\\Routes\\V1\\AI\\Middleware' => array( |
| 3962 | 'version' => '9.6.0.0', |
| 3963 | 'path' => $baseDir . '/src/StoreApi/Routes/V1/AI/Middleware.php' |
| 3964 | ), |
| 3965 | 'Automattic\\WooCommerce\\StoreApi\\Routes\\V1\\AI\\Products' => array( |
| 3966 | 'version' => '9.6.0.0', |
| 3967 | 'path' => $baseDir . '/src/StoreApi/Routes/V1/AI/Products.php' |
| 3968 | ), |
| 3969 | 'Automattic\\WooCommerce\\StoreApi\\Routes\\V1\\AbstractCartRoute' => array( |
| 3970 | 'version' => '9.6.0.0', |
| 3971 | 'path' => $baseDir . '/src/StoreApi/Routes/V1/AbstractCartRoute.php' |
| 3972 | ), |
| 3973 | 'Automattic\\WooCommerce\\StoreApi\\Routes\\V1\\AbstractRoute' => array( |
| 3974 | 'version' => '9.6.0.0', |
| 3975 | 'path' => $baseDir . '/src/StoreApi/Routes/V1/AbstractRoute.php' |
| 3976 | ), |
| 3977 | 'Automattic\\WooCommerce\\StoreApi\\Routes\\V1\\AbstractTermsRoute' => array( |
| 3978 | 'version' => '9.6.0.0', |
| 3979 | 'path' => $baseDir . '/src/StoreApi/Routes/V1/AbstractTermsRoute.php' |
| 3980 | ), |
| 3981 | 'Automattic\\WooCommerce\\StoreApi\\Routes\\V1\\Batch' => array( |
| 3982 | 'version' => '9.6.0.0', |
| 3983 | 'path' => $baseDir . '/src/StoreApi/Routes/V1/Batch.php' |
| 3984 | ), |
| 3985 | 'Automattic\\WooCommerce\\StoreApi\\Routes\\V1\\Cart' => array( |
| 3986 | 'version' => '9.6.0.0', |
| 3987 | 'path' => $baseDir . '/src/StoreApi/Routes/V1/Cart.php' |
| 3988 | ), |
| 3989 | 'Automattic\\WooCommerce\\StoreApi\\Routes\\V1\\CartAddItem' => array( |
| 3990 | 'version' => '9.6.0.0', |
| 3991 | 'path' => $baseDir . '/src/StoreApi/Routes/V1/CartAddItem.php' |
| 3992 | ), |
| 3993 | 'Automattic\\WooCommerce\\StoreApi\\Routes\\V1\\CartApplyCoupon' => array( |
| 3994 | 'version' => '9.6.0.0', |
| 3995 | 'path' => $baseDir . '/src/StoreApi/Routes/V1/CartApplyCoupon.php' |
| 3996 | ), |
| 3997 | 'Automattic\\WooCommerce\\StoreApi\\Routes\\V1\\CartCoupons' => array( |
| 3998 | 'version' => '9.6.0.0', |
| 3999 | 'path' => $baseDir . '/src/StoreApi/Routes/V1/CartCoupons.php' |
| 4000 | ), |
| 4001 | 'Automattic\\WooCommerce\\StoreApi\\Routes\\V1\\CartCouponsByCode' => array( |
| 4002 | 'version' => '9.6.0.0', |
| 4003 | 'path' => $baseDir . '/src/StoreApi/Routes/V1/CartCouponsByCode.php' |
| 4004 | ), |
| 4005 | 'Automattic\\WooCommerce\\StoreApi\\Routes\\V1\\CartExtensions' => array( |
| 4006 | 'version' => '9.6.0.0', |
| 4007 | 'path' => $baseDir . '/src/StoreApi/Routes/V1/CartExtensions.php' |
| 4008 | ), |
| 4009 | 'Automattic\\WooCommerce\\StoreApi\\Routes\\V1\\CartItems' => array( |
| 4010 | 'version' => '9.6.0.0', |
| 4011 | 'path' => $baseDir . '/src/StoreApi/Routes/V1/CartItems.php' |
| 4012 | ), |
| 4013 | 'Automattic\\WooCommerce\\StoreApi\\Routes\\V1\\CartItemsByKey' => array( |
| 4014 | 'version' => '9.6.0.0', |
| 4015 | 'path' => $baseDir . '/src/StoreApi/Routes/V1/CartItemsByKey.php' |
| 4016 | ), |
| 4017 | 'Automattic\\WooCommerce\\StoreApi\\Routes\\V1\\CartRemoveCoupon' => array( |
| 4018 | 'version' => '9.6.0.0', |
| 4019 | 'path' => $baseDir . '/src/StoreApi/Routes/V1/CartRemoveCoupon.php' |
| 4020 | ), |
| 4021 | 'Automattic\\WooCommerce\\StoreApi\\Routes\\V1\\CartRemoveItem' => array( |
| 4022 | 'version' => '9.6.0.0', |
| 4023 | 'path' => $baseDir . '/src/StoreApi/Routes/V1/CartRemoveItem.php' |
| 4024 | ), |
| 4025 | 'Automattic\\WooCommerce\\StoreApi\\Routes\\V1\\CartSelectShippingRate' => array( |
| 4026 | 'version' => '9.6.0.0', |
| 4027 | 'path' => $baseDir . '/src/StoreApi/Routes/V1/CartSelectShippingRate.php' |
| 4028 | ), |
| 4029 | 'Automattic\\WooCommerce\\StoreApi\\Routes\\V1\\CartUpdateCustomer' => array( |
| 4030 | 'version' => '9.6.0.0', |
| 4031 | 'path' => $baseDir . '/src/StoreApi/Routes/V1/CartUpdateCustomer.php' |
| 4032 | ), |
| 4033 | 'Automattic\\WooCommerce\\StoreApi\\Routes\\V1\\CartUpdateItem' => array( |
| 4034 | 'version' => '9.6.0.0', |
| 4035 | 'path' => $baseDir . '/src/StoreApi/Routes/V1/CartUpdateItem.php' |
| 4036 | ), |
| 4037 | 'Automattic\\WooCommerce\\StoreApi\\Routes\\V1\\Checkout' => array( |
| 4038 | 'version' => '9.6.0.0', |
| 4039 | 'path' => $baseDir . '/src/StoreApi/Routes/V1/Checkout.php' |
| 4040 | ), |
| 4041 | 'Automattic\\WooCommerce\\StoreApi\\Routes\\V1\\CheckoutOrder' => array( |
| 4042 | 'version' => '9.6.0.0', |
| 4043 | 'path' => $baseDir . '/src/StoreApi/Routes/V1/CheckoutOrder.php' |
| 4044 | ), |
| 4045 | 'Automattic\\WooCommerce\\StoreApi\\Routes\\V1\\Order' => array( |
| 4046 | 'version' => '9.6.0.0', |
| 4047 | 'path' => $baseDir . '/src/StoreApi/Routes/V1/Order.php' |
| 4048 | ), |
| 4049 | 'Automattic\\WooCommerce\\StoreApi\\Routes\\V1\\Patterns' => array( |
| 4050 | 'version' => '9.6.0.0', |
| 4051 | 'path' => $baseDir . '/src/StoreApi/Routes/V1/Patterns.php' |
| 4052 | ), |
| 4053 | 'Automattic\\WooCommerce\\StoreApi\\Routes\\V1\\ProductAttributeTerms' => array( |
| 4054 | 'version' => '9.6.0.0', |
| 4055 | 'path' => $baseDir . '/src/StoreApi/Routes/V1/ProductAttributeTerms.php' |
| 4056 | ), |
| 4057 | 'Automattic\\WooCommerce\\StoreApi\\Routes\\V1\\ProductAttributes' => array( |
| 4058 | 'version' => '9.6.0.0', |
| 4059 | 'path' => $baseDir . '/src/StoreApi/Routes/V1/ProductAttributes.php' |
| 4060 | ), |
| 4061 | 'Automattic\\WooCommerce\\StoreApi\\Routes\\V1\\ProductAttributesById' => array( |
| 4062 | 'version' => '9.6.0.0', |
| 4063 | 'path' => $baseDir . '/src/StoreApi/Routes/V1/ProductAttributesById.php' |
| 4064 | ), |
| 4065 | 'Automattic\\WooCommerce\\StoreApi\\Routes\\V1\\ProductCategories' => array( |
| 4066 | 'version' => '9.6.0.0', |
| 4067 | 'path' => $baseDir . '/src/StoreApi/Routes/V1/ProductCategories.php' |
| 4068 | ), |
| 4069 | 'Automattic\\WooCommerce\\StoreApi\\Routes\\V1\\ProductCategoriesById' => array( |
| 4070 | 'version' => '9.6.0.0', |
| 4071 | 'path' => $baseDir . '/src/StoreApi/Routes/V1/ProductCategoriesById.php' |
| 4072 | ), |
| 4073 | 'Automattic\\WooCommerce\\StoreApi\\Routes\\V1\\ProductCollectionData' => array( |
| 4074 | 'version' => '9.6.0.0', |
| 4075 | 'path' => $baseDir . '/src/StoreApi/Routes/V1/ProductCollectionData.php' |
| 4076 | ), |
| 4077 | 'Automattic\\WooCommerce\\StoreApi\\Routes\\V1\\ProductReviews' => array( |
| 4078 | 'version' => '9.6.0.0', |
| 4079 | 'path' => $baseDir . '/src/StoreApi/Routes/V1/ProductReviews.php' |
| 4080 | ), |
| 4081 | 'Automattic\\WooCommerce\\StoreApi\\Routes\\V1\\ProductTags' => array( |
| 4082 | 'version' => '9.6.0.0', |
| 4083 | 'path' => $baseDir . '/src/StoreApi/Routes/V1/ProductTags.php' |
| 4084 | ), |
| 4085 | 'Automattic\\WooCommerce\\StoreApi\\Routes\\V1\\Products' => array( |
| 4086 | 'version' => '9.6.0.0', |
| 4087 | 'path' => $baseDir . '/src/StoreApi/Routes/V1/Products.php' |
| 4088 | ), |
| 4089 | 'Automattic\\WooCommerce\\StoreApi\\Routes\\V1\\ProductsById' => array( |
| 4090 | 'version' => '9.6.0.0', |
| 4091 | 'path' => $baseDir . '/src/StoreApi/Routes/V1/ProductsById.php' |
| 4092 | ), |
| 4093 | 'Automattic\\WooCommerce\\StoreApi\\Routes\\V1\\ProductsBySlug' => array( |
| 4094 | 'version' => '9.6.0.0', |
| 4095 | 'path' => $baseDir . '/src/StoreApi/Routes/V1/ProductsBySlug.php' |
| 4096 | ), |
| 4097 | 'Automattic\\WooCommerce\\StoreApi\\SchemaController' => array( |
| 4098 | 'version' => '9.6.0.0', |
| 4099 | 'path' => $baseDir . '/src/StoreApi/SchemaController.php' |
| 4100 | ), |
| 4101 | 'Automattic\\WooCommerce\\StoreApi\\Schemas\\ExtendSchema' => array( |
| 4102 | 'version' => '9.6.0.0', |
| 4103 | 'path' => $baseDir . '/src/StoreApi/Schemas/ExtendSchema.php' |
| 4104 | ), |
| 4105 | 'Automattic\\WooCommerce\\StoreApi\\Schemas\\V1\\AI\\ProductsSchema' => array( |
| 4106 | 'version' => '9.6.0.0', |
| 4107 | 'path' => $baseDir . '/src/StoreApi/Schemas/V1/AI/ProductsSchema.php' |
| 4108 | ), |
| 4109 | 'Automattic\\WooCommerce\\StoreApi\\Schemas\\V1\\AbstractAddressSchema' => array( |
| 4110 | 'version' => '9.6.0.0', |
| 4111 | 'path' => $baseDir . '/src/StoreApi/Schemas/V1/AbstractAddressSchema.php' |
| 4112 | ), |
| 4113 | 'Automattic\\WooCommerce\\StoreApi\\Schemas\\V1\\AbstractSchema' => array( |
| 4114 | 'version' => '9.6.0.0', |
| 4115 | 'path' => $baseDir . '/src/StoreApi/Schemas/V1/AbstractSchema.php' |
| 4116 | ), |
| 4117 | 'Automattic\\WooCommerce\\StoreApi\\Schemas\\V1\\BatchSchema' => array( |
| 4118 | 'version' => '9.6.0.0', |
| 4119 | 'path' => $baseDir . '/src/StoreApi/Schemas/V1/BatchSchema.php' |
| 4120 | ), |
| 4121 | 'Automattic\\WooCommerce\\StoreApi\\Schemas\\V1\\BillingAddressSchema' => array( |
| 4122 | 'version' => '9.6.0.0', |
| 4123 | 'path' => $baseDir . '/src/StoreApi/Schemas/V1/BillingAddressSchema.php' |
| 4124 | ), |
| 4125 | 'Automattic\\WooCommerce\\StoreApi\\Schemas\\V1\\CartCouponSchema' => array( |
| 4126 | 'version' => '9.6.0.0', |
| 4127 | 'path' => $baseDir . '/src/StoreApi/Schemas/V1/CartCouponSchema.php' |
| 4128 | ), |
| 4129 | 'Automattic\\WooCommerce\\StoreApi\\Schemas\\V1\\CartExtensionsSchema' => array( |
| 4130 | 'version' => '9.6.0.0', |
| 4131 | 'path' => $baseDir . '/src/StoreApi/Schemas/V1/CartExtensionsSchema.php' |
| 4132 | ), |
| 4133 | 'Automattic\\WooCommerce\\StoreApi\\Schemas\\V1\\CartFeeSchema' => array( |
| 4134 | 'version' => '9.6.0.0', |
| 4135 | 'path' => $baseDir . '/src/StoreApi/Schemas/V1/CartFeeSchema.php' |
| 4136 | ), |
| 4137 | 'Automattic\\WooCommerce\\StoreApi\\Schemas\\V1\\CartItemSchema' => array( |
| 4138 | 'version' => '9.6.0.0', |
| 4139 | 'path' => $baseDir . '/src/StoreApi/Schemas/V1/CartItemSchema.php' |
| 4140 | ), |
| 4141 | 'Automattic\\WooCommerce\\StoreApi\\Schemas\\V1\\CartSchema' => array( |
| 4142 | 'version' => '9.6.0.0', |
| 4143 | 'path' => $baseDir . '/src/StoreApi/Schemas/V1/CartSchema.php' |
| 4144 | ), |
| 4145 | 'Automattic\\WooCommerce\\StoreApi\\Schemas\\V1\\CartShippingRateSchema' => array( |
| 4146 | 'version' => '9.6.0.0', |
| 4147 | 'path' => $baseDir . '/src/StoreApi/Schemas/V1/CartShippingRateSchema.php' |
| 4148 | ), |
| 4149 | 'Automattic\\WooCommerce\\StoreApi\\Schemas\\V1\\CheckoutOrderSchema' => array( |
| 4150 | 'version' => '9.6.0.0', |
| 4151 | 'path' => $baseDir . '/src/StoreApi/Schemas/V1/CheckoutOrderSchema.php' |
| 4152 | ), |
| 4153 | 'Automattic\\WooCommerce\\StoreApi\\Schemas\\V1\\CheckoutSchema' => array( |
| 4154 | 'version' => '9.6.0.0', |
| 4155 | 'path' => $baseDir . '/src/StoreApi/Schemas/V1/CheckoutSchema.php' |
| 4156 | ), |
| 4157 | 'Automattic\\WooCommerce\\StoreApi\\Schemas\\V1\\ErrorSchema' => array( |
| 4158 | 'version' => '9.6.0.0', |
| 4159 | 'path' => $baseDir . '/src/StoreApi/Schemas/V1/ErrorSchema.php' |
| 4160 | ), |
| 4161 | 'Automattic\\WooCommerce\\StoreApi\\Schemas\\V1\\ImageAttachmentSchema' => array( |
| 4162 | 'version' => '9.6.0.0', |
| 4163 | 'path' => $baseDir . '/src/StoreApi/Schemas/V1/ImageAttachmentSchema.php' |
| 4164 | ), |
| 4165 | 'Automattic\\WooCommerce\\StoreApi\\Schemas\\V1\\ItemSchema' => array( |
| 4166 | 'version' => '9.6.0.0', |
| 4167 | 'path' => $baseDir . '/src/StoreApi/Schemas/V1/ItemSchema.php' |
| 4168 | ), |
| 4169 | 'Automattic\\WooCommerce\\StoreApi\\Schemas\\V1\\OrderCouponSchema' => array( |
| 4170 | 'version' => '9.6.0.0', |
| 4171 | 'path' => $baseDir . '/src/StoreApi/Schemas/V1/OrderCouponSchema.php' |
| 4172 | ), |
| 4173 | 'Automattic\\WooCommerce\\StoreApi\\Schemas\\V1\\OrderFeeSchema' => array( |
| 4174 | 'version' => '9.6.0.0', |
| 4175 | 'path' => $baseDir . '/src/StoreApi/Schemas/V1/OrderFeeSchema.php' |
| 4176 | ), |
| 4177 | 'Automattic\\WooCommerce\\StoreApi\\Schemas\\V1\\OrderItemSchema' => array( |
| 4178 | 'version' => '9.6.0.0', |
| 4179 | 'path' => $baseDir . '/src/StoreApi/Schemas/V1/OrderItemSchema.php' |
| 4180 | ), |
| 4181 | 'Automattic\\WooCommerce\\StoreApi\\Schemas\\V1\\OrderSchema' => array( |
| 4182 | 'version' => '9.6.0.0', |
| 4183 | 'path' => $baseDir . '/src/StoreApi/Schemas/V1/OrderSchema.php' |
| 4184 | ), |
| 4185 | 'Automattic\\WooCommerce\\StoreApi\\Schemas\\V1\\PatternsSchema' => array( |
| 4186 | 'version' => '9.6.0.0', |
| 4187 | 'path' => $baseDir . '/src/StoreApi/Schemas/V1/PatternsSchema.php' |
| 4188 | ), |
| 4189 | 'Automattic\\WooCommerce\\StoreApi\\Schemas\\V1\\ProductAttributeSchema' => array( |
| 4190 | 'version' => '9.6.0.0', |
| 4191 | 'path' => $baseDir . '/src/StoreApi/Schemas/V1/ProductAttributeSchema.php' |
| 4192 | ), |
| 4193 | 'Automattic\\WooCommerce\\StoreApi\\Schemas\\V1\\ProductCategorySchema' => array( |
| 4194 | 'version' => '9.6.0.0', |
| 4195 | 'path' => $baseDir . '/src/StoreApi/Schemas/V1/ProductCategorySchema.php' |
| 4196 | ), |
| 4197 | 'Automattic\\WooCommerce\\StoreApi\\Schemas\\V1\\ProductCollectionDataSchema' => array( |
| 4198 | 'version' => '9.6.0.0', |
| 4199 | 'path' => $baseDir . '/src/StoreApi/Schemas/V1/ProductCollectionDataSchema.php' |
| 4200 | ), |
| 4201 | 'Automattic\\WooCommerce\\StoreApi\\Schemas\\V1\\ProductReviewSchema' => array( |
| 4202 | 'version' => '9.6.0.0', |
| 4203 | 'path' => $baseDir . '/src/StoreApi/Schemas/V1/ProductReviewSchema.php' |
| 4204 | ), |
| 4205 | 'Automattic\\WooCommerce\\StoreApi\\Schemas\\V1\\ProductSchema' => array( |
| 4206 | 'version' => '9.6.0.0', |
| 4207 | 'path' => $baseDir . '/src/StoreApi/Schemas/V1/ProductSchema.php' |
| 4208 | ), |
| 4209 | 'Automattic\\WooCommerce\\StoreApi\\Schemas\\V1\\ShippingAddressSchema' => array( |
| 4210 | 'version' => '9.6.0.0', |
| 4211 | 'path' => $baseDir . '/src/StoreApi/Schemas/V1/ShippingAddressSchema.php' |
| 4212 | ), |
| 4213 | 'Automattic\\WooCommerce\\StoreApi\\Schemas\\V1\\TermSchema' => array( |
| 4214 | 'version' => '9.6.0.0', |
| 4215 | 'path' => $baseDir . '/src/StoreApi/Schemas/V1/TermSchema.php' |
| 4216 | ), |
| 4217 | 'Automattic\\WooCommerce\\StoreApi\\SessionHandler' => array( |
| 4218 | 'version' => '9.6.0.0', |
| 4219 | 'path' => $baseDir . '/src/StoreApi/SessionHandler.php' |
| 4220 | ), |
| 4221 | 'Automattic\\WooCommerce\\StoreApi\\StoreApi' => array( |
| 4222 | 'version' => '9.6.0.0', |
| 4223 | 'path' => $baseDir . '/src/StoreApi/StoreApi.php' |
| 4224 | ), |
| 4225 | 'Automattic\\WooCommerce\\StoreApi\\Utilities\\ArrayUtils' => array( |
| 4226 | 'version' => '9.6.0.0', |
| 4227 | 'path' => $baseDir . '/src/StoreApi/Utilities/ArrayUtils.php' |
| 4228 | ), |
| 4229 | 'Automattic\\WooCommerce\\StoreApi\\Utilities\\CartController' => array( |
| 4230 | 'version' => '9.6.0.0', |
| 4231 | 'path' => $baseDir . '/src/StoreApi/Utilities/CartController.php' |
| 4232 | ), |
| 4233 | 'Automattic\\WooCommerce\\StoreApi\\Utilities\\CheckoutTrait' => array( |
| 4234 | 'version' => '9.6.0.0', |
| 4235 | 'path' => $baseDir . '/src/StoreApi/Utilities/CheckoutTrait.php' |
| 4236 | ), |
| 4237 | 'Automattic\\WooCommerce\\StoreApi\\Utilities\\DraftOrderTrait' => array( |
| 4238 | 'version' => '9.6.0.0', |
| 4239 | 'path' => $baseDir . '/src/StoreApi/Utilities/DraftOrderTrait.php' |
| 4240 | ), |
| 4241 | 'Automattic\\WooCommerce\\StoreApi\\Utilities\\JsonWebToken' => array( |
| 4242 | 'version' => '9.6.0.0', |
| 4243 | 'path' => $baseDir . '/src/StoreApi/Utilities/JsonWebToken.php' |
| 4244 | ), |
| 4245 | 'Automattic\\WooCommerce\\StoreApi\\Utilities\\LocalPickupUtils' => array( |
| 4246 | 'version' => '9.6.0.0', |
| 4247 | 'path' => $baseDir . '/src/StoreApi/Utilities/LocalPickupUtils.php' |
| 4248 | ), |
| 4249 | 'Automattic\\WooCommerce\\StoreApi\\Utilities\\NoticeHandler' => array( |
| 4250 | 'version' => '9.6.0.0', |
| 4251 | 'path' => $baseDir . '/src/StoreApi/Utilities/NoticeHandler.php' |
| 4252 | ), |
| 4253 | 'Automattic\\WooCommerce\\StoreApi\\Utilities\\OrderAuthorizationTrait' => array( |
| 4254 | 'version' => '9.6.0.0', |
| 4255 | 'path' => $baseDir . '/src/StoreApi/Utilities/OrderAuthorizationTrait.php' |
| 4256 | ), |
| 4257 | 'Automattic\\WooCommerce\\StoreApi\\Utilities\\OrderController' => array( |
| 4258 | 'version' => '9.6.0.0', |
| 4259 | 'path' => $baseDir . '/src/StoreApi/Utilities/OrderController.php' |
| 4260 | ), |
| 4261 | 'Automattic\\WooCommerce\\StoreApi\\Utilities\\Pagination' => array( |
| 4262 | 'version' => '9.6.0.0', |
| 4263 | 'path' => $baseDir . '/src/StoreApi/Utilities/Pagination.php' |
| 4264 | ), |
| 4265 | 'Automattic\\WooCommerce\\StoreApi\\Utilities\\ProductItemTrait' => array( |
| 4266 | 'version' => '9.6.0.0', |
| 4267 | 'path' => $baseDir . '/src/StoreApi/Utilities/ProductItemTrait.php' |
| 4268 | ), |
| 4269 | 'Automattic\\WooCommerce\\StoreApi\\Utilities\\ProductQuery' => array( |
| 4270 | 'version' => '9.6.0.0', |
| 4271 | 'path' => $baseDir . '/src/StoreApi/Utilities/ProductQuery.php' |
| 4272 | ), |
| 4273 | 'Automattic\\WooCommerce\\StoreApi\\Utilities\\ProductQueryFilters' => array( |
| 4274 | 'version' => '9.6.0.0', |
| 4275 | 'path' => $baseDir . '/src/StoreApi/Utilities/ProductQueryFilters.php' |
| 4276 | ), |
| 4277 | 'Automattic\\WooCommerce\\StoreApi\\Utilities\\QuantityLimits' => array( |
| 4278 | 'version' => '9.6.0.0', |
| 4279 | 'path' => $baseDir . '/src/StoreApi/Utilities/QuantityLimits.php' |
| 4280 | ), |
| 4281 | 'Automattic\\WooCommerce\\StoreApi\\Utilities\\RateLimits' => array( |
| 4282 | 'version' => '9.6.0.0', |
| 4283 | 'path' => $baseDir . '/src/StoreApi/Utilities/RateLimits.php' |
| 4284 | ), |
| 4285 | 'Automattic\\WooCommerce\\StoreApi\\Utilities\\SanitizationUtils' => array( |
| 4286 | 'version' => '9.6.0.0', |
| 4287 | 'path' => $baseDir . '/src/StoreApi/Utilities/SanitizationUtils.php' |
| 4288 | ), |
| 4289 | 'Automattic\\WooCommerce\\StoreApi\\Utilities\\ValidationUtils' => array( |
| 4290 | 'version' => '9.6.0.0', |
| 4291 | 'path' => $baseDir . '/src/StoreApi/Utilities/ValidationUtils.php' |
| 4292 | ), |
| 4293 | 'Automattic\\WooCommerce\\Testing\\Tools\\CodeHacking\\CodeHacker' => array( |
| 4294 | 'version' => '9.6.0.0', |
| 4295 | 'path' => $baseDir . '/tests/Tools/CodeHacking/CodeHacker.php' |
| 4296 | ), |
| 4297 | 'Automattic\\WooCommerce\\Testing\\Tools\\CodeHacking\\Hacks\\BypassFinalsHack' => array( |
| 4298 | 'version' => '9.6.0.0', |
| 4299 | 'path' => $baseDir . '/tests/Tools/CodeHacking/Hacks/BypassFinalsHack.php' |
| 4300 | ), |
| 4301 | 'Automattic\\WooCommerce\\Testing\\Tools\\CodeHacking\\Hacks\\CodeHack' => array( |
| 4302 | 'version' => '9.6.0.0', |
| 4303 | 'path' => $baseDir . '/tests/Tools/CodeHacking/Hacks/CodeHack.php' |
| 4304 | ), |
| 4305 | 'Automattic\\WooCommerce\\Testing\\Tools\\CodeHacking\\Hacks\\FunctionsMockerHack' => array( |
| 4306 | 'version' => '9.6.0.0', |
| 4307 | 'path' => $baseDir . '/tests/Tools/CodeHacking/Hacks/FunctionsMockerHack.php' |
| 4308 | ), |
| 4309 | 'Automattic\\WooCommerce\\Testing\\Tools\\CodeHacking\\Hacks\\StaticMockerHack' => array( |
| 4310 | 'version' => '9.6.0.0', |
| 4311 | 'path' => $baseDir . '/tests/Tools/CodeHacking/Hacks/StaticMockerHack.php' |
| 4312 | ), |
| 4313 | 'Automattic\\WooCommerce\\Testing\\Tools\\DependencyManagement\\MockableLegacyProxy' => array( |
| 4314 | 'version' => '9.6.0.0', |
| 4315 | 'path' => $baseDir . '/tests/Tools/DependencyManagement/MockableLegacyProxy.php' |
| 4316 | ), |
| 4317 | 'Automattic\\WooCommerce\\Testing\\Tools\\DynamicDecorator' => array( |
| 4318 | 'version' => '9.6.0.0', |
| 4319 | 'path' => $baseDir . '/tests/Tools/DynamicDecorator.php' |
| 4320 | ), |
| 4321 | 'Automattic\\WooCommerce\\Testing\\Tools\\FakeQueue' => array( |
| 4322 | 'version' => '9.6.0.0', |
| 4323 | 'path' => $baseDir . '/tests/Tools/FakeQueue.php' |
| 4324 | ), |
| 4325 | 'Automattic\\WooCommerce\\Testing\\Tools\\TestingContainer' => array( |
| 4326 | 'version' => '9.6.0.0', |
| 4327 | 'path' => $baseDir . '/tests/Tools/TestingContainer.php' |
| 4328 | ), |
| 4329 | 'Automattic\\WooCommerce\\Tests\\Admin\\API\\LaunchYourStoreTest' => array( |
| 4330 | 'version' => '9.6.0.0', |
| 4331 | 'path' => $baseDir . '/tests/php/src/Admin/API/LaunchYourStoreTest.php' |
| 4332 | ), |
| 4333 | 'Automattic\\WooCommerce\\Tests\\Admin\\API\\MarketingCampaignTypesTest' => array( |
| 4334 | 'version' => '9.6.0.0', |
| 4335 | 'path' => $baseDir . '/tests/php/src/Admin/API/MarketingCampaignTypesTest.php' |
| 4336 | ), |
| 4337 | 'Automattic\\WooCommerce\\Tests\\Admin\\API\\MarketingCampaignsTest' => array( |
| 4338 | 'version' => '9.6.0.0', |
| 4339 | 'path' => $baseDir . '/tests/php/src/Admin/API/MarketingCampaignsTest.php' |
| 4340 | ), |
| 4341 | 'Automattic\\WooCommerce\\Tests\\Admin\\API\\MarketingChannelsTest' => array( |
| 4342 | 'version' => '9.6.0.0', |
| 4343 | 'path' => $baseDir . '/tests/php/src/Admin/API/MarketingChannelsTest.php' |
| 4344 | ), |
| 4345 | 'Automattic\\WooCommerce\\Tests\\Admin\\API\\MarketingRecommendationsTest' => array( |
| 4346 | 'version' => '9.6.0.0', |
| 4347 | 'path' => $baseDir . '/tests/php/src/Admin/API/MarketingRecommendationsTest.php' |
| 4348 | ), |
| 4349 | 'Automattic\\WooCommerce\\Tests\\Admin\\API\\OnboardingPluginsTest' => array( |
| 4350 | 'version' => '9.6.0.0', |
| 4351 | 'path' => $baseDir . '/tests/php/src/Admin/API/OnboardingPluginsTest.php' |
| 4352 | ), |
| 4353 | 'Automattic\\WooCommerce\\Tests\\Admin\\API\\PaymentGatewaySuggestionsTest' => array( |
| 4354 | 'version' => '9.6.0.0', |
| 4355 | 'path' => $baseDir . '/tests/php/src/Admin/API/PaymentGatewaySuggestionsTest.php' |
| 4356 | ), |
| 4357 | 'Automattic\\WooCommerce\\Tests\\Admin\\Features\\Blueprint\\Importers\\ImportSetWCTaxRatesTest' => array( |
| 4358 | 'version' => '9.6.0.0', |
| 4359 | 'path' => $baseDir . '/tests/php/src/Admin/Features/Blueprint/Importers/ImportSetWCTaxRatesTest.php' |
| 4360 | ), |
| 4361 | 'Automattic\\WooCommerce\\Tests\\Admin\\Features\\OnboardingTasks\\Tasks\\ExperimentalShippingRecommendationTest' => array( |
| 4362 | 'version' => '9.6.0.0', |
| 4363 | 'path' => $baseDir . '/tests/php/src/Admin/Features/OnboardingTasks/Tasks/ExperimentalShippingRecommendationTest.php' |
| 4364 | ), |
| 4365 | 'Automattic\\WooCommerce\\Tests\\Admin\\Features\\Settings\\TransformerTest' => array( |
| 4366 | 'version' => '9.6.0.0', |
| 4367 | 'path' => $baseDir . '/tests/php/src/Admin/Features/Settings/TransformerTest.php' |
| 4368 | ), |
| 4369 | 'Automattic\\WooCommerce\\Tests\\Admin\\Features\\ShippingPartnerSuggestions\\DefaultShippingPartnersTest' => array( |
| 4370 | 'version' => '9.6.0.0', |
| 4371 | 'path' => $baseDir . '/tests/php/src/Admin/Features/ShippingPartnerSuggestions/DefaultShippingPartnersTest.php' |
| 4372 | ), |
| 4373 | 'Automattic\\WooCommerce\\Tests\\Admin\\Marketing\\MarketingCampaignTest' => array( |
| 4374 | 'version' => '9.6.0.0', |
| 4375 | 'path' => $baseDir . '/tests/php/src/Admin/Marketing/MarketingCampaignTest.php' |
| 4376 | ), |
| 4377 | 'Automattic\\WooCommerce\\Tests\\Admin\\Marketing\\MarketingChannelsTest' => array( |
| 4378 | 'version' => '9.6.0.0', |
| 4379 | 'path' => $baseDir . '/tests/php/src/Admin/Marketing/MarketingChannelsTest.php' |
| 4380 | ), |
| 4381 | 'Automattic\\WooCommerce\\Tests\\Admin\\ProductBlockEditor\\BlockRegistryTest' => array( |
| 4382 | 'version' => '9.6.0.0', |
| 4383 | 'path' => $baseDir . '/tests/php/src/Admin/ProductBlockEditor/BlockRegistryTest.php' |
| 4384 | ), |
| 4385 | 'Automattic\\WooCommerce\\Tests\\Admin\\ProductBlockEditor\\ProductTemplates\\CustomProductFormTemplate' => array( |
| 4386 | 'version' => '9.6.0.0', |
| 4387 | 'path' => $baseDir . '/tests/php/src/Admin/ProductBlockEditor/ProductTemplates/CustomProductFormTemplate.php' |
| 4388 | ), |
| 4389 | 'Automattic\\WooCommerce\\Tests\\Admin\\ProductBlockEditor\\ProductTemplates\\CustomProductFormTemplateTest' => array( |
| 4390 | 'version' => '9.6.0.0', |
| 4391 | 'path' => $baseDir . '/tests/php/src/Admin/ProductBlockEditor/ProductTemplates/CustomProductFormTemplateTest.php' |
| 4392 | ), |
| 4393 | 'Automattic\\WooCommerce\\Tests\\Blocks\\AI\\ConnectionTest' => array( |
| 4394 | 'version' => '9.6.0.0', |
| 4395 | 'path' => $baseDir . '/tests/php/src/Blocks/AI/ConnectionTest.php' |
| 4396 | ), |
| 4397 | 'Automattic\\WooCommerce\\Tests\\Blocks\\AssetsController' => array( |
| 4398 | 'version' => '9.6.0.0', |
| 4399 | 'path' => $baseDir . '/tests/php/src/Blocks/AssetsController.php' |
| 4400 | ), |
| 4401 | 'Automattic\\WooCommerce\\Tests\\Blocks\\Assets\\AssetDataRegistry' => array( |
| 4402 | 'version' => '9.6.0.0', |
| 4403 | 'path' => $baseDir . '/tests/php/src/Blocks/Assets/AssetDataRegistry.php' |
| 4404 | ), |
| 4405 | 'Automattic\\WooCommerce\\Tests\\Blocks\\BlockPatterns\\BlockPatterns' => array( |
| 4406 | 'version' => '9.6.0.0', |
| 4407 | 'path' => $baseDir . '/tests/php/src/Blocks/BlockPatterns/BlockPatterns.php' |
| 4408 | ), |
| 4409 | 'Automattic\\WooCommerce\\Tests\\Blocks\\BlockTypesController' => array( |
| 4410 | 'version' => '9.6.0.0', |
| 4411 | 'path' => $baseDir . '/tests/php/src/Blocks/BlockTypesController.php' |
| 4412 | ), |
| 4413 | 'Automattic\\WooCommerce\\Tests\\Blocks\\BlockTypes\\BlockHooksTests' => array( |
| 4414 | 'version' => '9.6.0.0', |
| 4415 | 'path' => $baseDir . '/tests/php/src/Blocks/BlockTypes/BlockHooksTests.php' |
| 4416 | ), |
| 4417 | 'Automattic\\WooCommerce\\Tests\\Blocks\\BlockTypes\\Cart' => array( |
| 4418 | 'version' => '9.6.0.0', |
| 4419 | 'path' => $baseDir . '/tests/php/src/Blocks/BlockTypes/Cart.php' |
| 4420 | ), |
| 4421 | 'Automattic\\WooCommerce\\Tests\\Blocks\\BlockTypes\\Checkout' => array( |
| 4422 | 'version' => '9.6.0.0', |
| 4423 | 'path' => $baseDir . '/tests/php/src/Blocks/BlockTypes/Checkout.php' |
| 4424 | ), |
| 4425 | 'Automattic\\WooCommerce\\Tests\\Blocks\\BlockTypes\\MiniCart' => array( |
| 4426 | 'version' => '9.6.0.0', |
| 4427 | 'path' => $baseDir . '/tests/php/src/Blocks/BlockTypes/MiniCart.php' |
| 4428 | ), |
| 4429 | 'Automattic\\WooCommerce\\Tests\\Blocks\\BlockTypes\\OrderConfirmation\\Totals' => array( |
| 4430 | 'version' => '9.6.0.0', |
| 4431 | 'path' => $baseDir . '/tests/php/src/Blocks/BlockTypes/OrderConfirmation/Totals.php' |
| 4432 | ), |
| 4433 | 'Automattic\\WooCommerce\\Tests\\Blocks\\BlockTypes\\ProductCollection' => array( |
| 4434 | 'version' => '9.6.0.0', |
| 4435 | 'path' => $baseDir . '/tests/php/src/Blocks/BlockTypes/ProductCollection.php' |
| 4436 | ), |
| 4437 | 'Automattic\\WooCommerce\\Tests\\Blocks\\BlockTypes\\ProductQuery' => array( |
| 4438 | 'version' => '9.6.0.0', |
| 4439 | 'path' => $baseDir . '/tests/php/src/Blocks/BlockTypes/ProductQuery.php' |
| 4440 | ), |
| 4441 | 'Automattic\\WooCommerce\\Tests\\Blocks\\Bootstrap\\MainFile' => array( |
| 4442 | 'version' => '9.6.0.0', |
| 4443 | 'path' => $baseDir . '/tests/php/src/Blocks/Bootstrap/MainFile.php' |
| 4444 | ), |
| 4445 | 'Automattic\\WooCommerce\\Tests\\Blocks\\Domain\\Package' => array( |
| 4446 | 'version' => '9.6.0.0', |
| 4447 | 'path' => $baseDir . '/tests/php/src/Blocks/Domain/Package.php' |
| 4448 | ), |
| 4449 | 'Automattic\\WooCommerce\\Tests\\Blocks\\Domain\\Services\\DeleteDraftOrders' => array( |
| 4450 | 'version' => '9.6.0.0', |
| 4451 | 'path' => $baseDir . '/tests/php/src/Blocks/Domain/Services/DeleteDraftOrders.php' |
| 4452 | ), |
| 4453 | 'Automattic\\WooCommerce\\Tests\\Blocks\\Domain\\Services\\Hydration' => array( |
| 4454 | 'version' => '9.6.0.0', |
| 4455 | 'path' => $baseDir . '/tests/php/src/Blocks/Domain/Services/Hydration.php' |
| 4456 | ), |
| 4457 | 'Automattic\\WooCommerce\\Tests\\Blocks\\Helpers\\FixtureData' => array( |
| 4458 | 'version' => '9.6.0.0', |
| 4459 | 'path' => $baseDir . '/tests/php/src/Blocks/Helpers/FixtureData.php' |
| 4460 | ), |
| 4461 | 'Automattic\\WooCommerce\\Tests\\Blocks\\Helpers\\TestValidateSchema' => array( |
| 4462 | 'version' => '9.6.0.0', |
| 4463 | 'path' => $baseDir . '/tests/php/src/Blocks/Helpers/TestValidateSchema.php' |
| 4464 | ), |
| 4465 | 'Automattic\\WooCommerce\\Tests\\Blocks\\Helpers\\ValidateSchema' => array( |
| 4466 | 'version' => '9.6.0.0', |
| 4467 | 'path' => $baseDir . '/tests/php/src/Blocks/Helpers/ValidateSchema.php' |
| 4468 | ), |
| 4469 | 'Automattic\\WooCommerce\\Tests\\Blocks\\MigrationTest' => array( |
| 4470 | 'version' => '9.6.0.0', |
| 4471 | 'path' => $baseDir . '/tests/php/src/Blocks/MigrationTest.php' |
| 4472 | ), |
| 4473 | 'Automattic\\WooCommerce\\Tests\\Blocks\\Mocks\\AssetDataRegistryMock' => array( |
| 4474 | 'version' => '9.6.0.0', |
| 4475 | 'path' => $baseDir . '/tests/php/src/Blocks/Mocks/AssetDataRegistryMock.php' |
| 4476 | ), |
| 4477 | 'Automattic\\WooCommerce\\Tests\\Blocks\\Mocks\\BlockHooksTestBlock' => array( |
| 4478 | 'version' => '9.6.0.0', |
| 4479 | 'path' => $baseDir . '/tests/php/src/Blocks/Mocks/BlockHooksTestBlock.php' |
| 4480 | ), |
| 4481 | 'Automattic\\WooCommerce\\Tests\\Blocks\\Mocks\\CartCheckoutUtilsMock' => array( |
| 4482 | 'version' => '9.6.0.0', |
| 4483 | 'path' => $baseDir . '/tests/php/src/Blocks/Mocks/CartCheckoutUtilsMock.php' |
| 4484 | ), |
| 4485 | 'Automattic\\WooCommerce\\Tests\\Blocks\\Mocks\\CheckoutMock' => array( |
| 4486 | 'version' => '9.6.0.0', |
| 4487 | 'path' => $baseDir . '/tests/php/src/Blocks/Mocks/CheckoutMock.php' |
| 4488 | ), |
| 4489 | 'Automattic\\WooCommerce\\Tests\\Blocks\\Mocks\\MockTestDependency' => array( |
| 4490 | 'version' => '9.6.0.0', |
| 4491 | 'path' => $baseDir . '/tests/php/src/Blocks/Mocks/MockTestDependency.php' |
| 4492 | ), |
| 4493 | 'Automattic\\WooCommerce\\Tests\\Blocks\\Mocks\\OrderConfirmation\\TotalsMock' => array( |
| 4494 | 'version' => '9.6.0.0', |
| 4495 | 'path' => $baseDir . '/tests/php/src/Blocks/Mocks/OrderConfirmation/TotalsMock.php' |
| 4496 | ), |
| 4497 | 'Automattic\\WooCommerce\\Tests\\Blocks\\Mocks\\ProductCollectionMock' => array( |
| 4498 | 'version' => '9.6.0.0', |
| 4499 | 'path' => $baseDir . '/tests/php/src/Blocks/Mocks/ProductCollectionMock.php' |
| 4500 | ), |
| 4501 | 'Automattic\\WooCommerce\\Tests\\Blocks\\Mocks\\ProductQueryMock' => array( |
| 4502 | 'version' => '9.6.0.0', |
| 4503 | 'path' => $baseDir . '/tests/php/src/Blocks/Mocks/ProductQueryMock.php' |
| 4504 | ), |
| 4505 | 'Automattic\\WooCommerce\\Tests\\Blocks\\Patterns\\PTKClientTest' => array( |
| 4506 | 'version' => '9.6.0.0', |
| 4507 | 'path' => $baseDir . '/tests/php/src/Blocks/Patterns/PTKClientTest.php' |
| 4508 | ), |
| 4509 | 'Automattic\\WooCommerce\\Tests\\Blocks\\Patterns\\PTKPatternsStoreTest' => array( |
| 4510 | 'version' => '9.6.0.0', |
| 4511 | 'path' => $baseDir . '/tests/php/src/Blocks/Patterns/PTKPatternsStoreTest.php' |
| 4512 | ), |
| 4513 | 'Automattic\\WooCommerce\\Tests\\Blocks\\Patterns\\PatternRegistryTest' => array( |
| 4514 | 'version' => '9.6.0.0', |
| 4515 | 'path' => $baseDir . '/tests/php/src/Blocks/Patterns/PatternRegistryTest.php' |
| 4516 | ), |
| 4517 | 'Automattic\\WooCommerce\\Tests\\Blocks\\Registry\\Container' => array( |
| 4518 | 'version' => '9.6.0.0', |
| 4519 | 'path' => $baseDir . '/tests/php/src/Blocks/Registry/Container.php' |
| 4520 | ), |
| 4521 | 'Automattic\\WooCommerce\\Tests\\Blocks\\StoreApi\\ControllerTests' => array( |
| 4522 | 'version' => '9.6.0.0', |
| 4523 | 'path' => $baseDir . '/tests/php/src/Blocks/StoreApi/ControllerTests.php' |
| 4524 | ), |
| 4525 | 'Automattic\\WooCommerce\\Tests\\Blocks\\StoreApi\\ExtendSchemaTests' => array( |
| 4526 | 'version' => '9.6.0.0', |
| 4527 | 'path' => $baseDir . '/tests/php/src/Blocks/StoreApi/ExtendSchemaTests.php' |
| 4528 | ), |
| 4529 | 'Automattic\\WooCommerce\\Tests\\Blocks\\StoreApi\\Formatters\\TestCurrencyFormatter' => array( |
| 4530 | 'version' => '9.6.0.0', |
| 4531 | 'path' => $baseDir . '/tests/php/src/Blocks/StoreApi/Formatters/TestCurrencyFormatter.php' |
| 4532 | ), |
| 4533 | 'Automattic\\WooCommerce\\Tests\\Blocks\\StoreApi\\Formatters\\TestFormatters' => array( |
| 4534 | 'version' => '9.6.0.0', |
| 4535 | 'path' => $baseDir . '/tests/php/src/Blocks/StoreApi/Formatters/TestFormatters.php' |
| 4536 | ), |
| 4537 | 'Automattic\\WooCommerce\\Tests\\Blocks\\StoreApi\\Formatters\\TestHtmlFormatter' => array( |
| 4538 | 'version' => '9.6.0.0', |
| 4539 | 'path' => $baseDir . '/tests/php/src/Blocks/StoreApi/Formatters/TestHtmlFormatter.php' |
| 4540 | ), |
| 4541 | 'Automattic\\WooCommerce\\Tests\\Blocks\\StoreApi\\Formatters\\TestMoneyFormatter' => array( |
| 4542 | 'version' => '9.6.0.0', |
| 4543 | 'path' => $baseDir . '/tests/php/src/Blocks/StoreApi/Formatters/TestMoneyFormatter.php' |
| 4544 | ), |
| 4545 | 'Automattic\\WooCommerce\\Tests\\Blocks\\StoreApi\\MockSessionHandler' => array( |
| 4546 | 'version' => '9.6.0.0', |
| 4547 | 'path' => $baseDir . '/tests/php/src/Blocks/StoreApi/MockSessionHandler.php' |
| 4548 | ), |
| 4549 | 'Automattic\\WooCommerce\\Tests\\Blocks\\StoreApi\\RateLimitsTests' => array( |
| 4550 | 'version' => '9.6.0.0', |
| 4551 | 'path' => $baseDir . '/tests/php/src/Blocks/StoreApi/RateLimitsTests.php' |
| 4552 | ), |
| 4553 | 'Automattic\\WooCommerce\\Tests\\Blocks\\StoreApi\\Routes\\AdditionalFields' => array( |
| 4554 | 'version' => '9.6.0.0', |
| 4555 | 'path' => $baseDir . '/tests/php/src/Blocks/StoreApi/Routes/AdditionalFields.php' |
| 4556 | ), |
| 4557 | 'Automattic\\WooCommerce\\Tests\\Blocks\\StoreApi\\Routes\\Batch' => array( |
| 4558 | 'version' => '9.6.0.0', |
| 4559 | 'path' => $baseDir . '/tests/php/src/Blocks/StoreApi/Routes/Batch.php' |
| 4560 | ), |
| 4561 | 'Automattic\\WooCommerce\\Tests\\Blocks\\StoreApi\\Routes\\Cart' => array( |
| 4562 | 'version' => '9.6.0.0', |
| 4563 | 'path' => $baseDir . '/tests/php/src/Blocks/StoreApi/Routes/Cart.php' |
| 4564 | ), |
| 4565 | 'Automattic\\WooCommerce\\Tests\\Blocks\\StoreApi\\Routes\\CartCoupons' => array( |
| 4566 | 'version' => '9.6.0.0', |
| 4567 | 'path' => $baseDir . '/tests/php/src/Blocks/StoreApi/Routes/CartCoupons.php' |
| 4568 | ), |
| 4569 | 'Automattic\\WooCommerce\\Tests\\Blocks\\StoreApi\\Routes\\CartExtensions' => array( |
| 4570 | 'version' => '9.6.0.0', |
| 4571 | 'path' => $baseDir . '/tests/php/src/Blocks/StoreApi/Routes/CartExtensions.php' |
| 4572 | ), |
| 4573 | 'Automattic\\WooCommerce\\Tests\\Blocks\\StoreApi\\Routes\\CartItems' => array( |
| 4574 | 'version' => '9.6.0.0', |
| 4575 | 'path' => $baseDir . '/tests/php/src/Blocks/StoreApi/Routes/CartItems.php' |
| 4576 | ), |
| 4577 | 'Automattic\\WooCommerce\\Tests\\Blocks\\StoreApi\\Routes\\Checkout' => array( |
| 4578 | 'version' => '9.6.0.0', |
| 4579 | 'path' => $baseDir . '/tests/php/src/Blocks/StoreApi/Routes/Checkout.php' |
| 4580 | ), |
| 4581 | 'Automattic\\WooCommerce\\Tests\\Blocks\\StoreApi\\Routes\\ControllerTestCase' => array( |
| 4582 | 'version' => '9.6.0.0', |
| 4583 | 'path' => $baseDir . '/tests/php/src/Blocks/StoreApi/Routes/ControllerTestCase.php' |
| 4584 | ), |
| 4585 | 'Automattic\\WooCommerce\\Tests\\Blocks\\StoreApi\\Routes\\Patterns' => array( |
| 4586 | 'version' => '9.6.0.0', |
| 4587 | 'path' => $baseDir . '/tests/php/src/Blocks/StoreApi/Routes/Patterns.php' |
| 4588 | ), |
| 4589 | 'Automattic\\WooCommerce\\Tests\\Blocks\\StoreApi\\Routes\\ProductAttributeTerms' => array( |
| 4590 | 'version' => '9.6.0.0', |
| 4591 | 'path' => $baseDir . '/tests/php/src/Blocks/StoreApi/Routes/ProductAttributeTerms.php' |
| 4592 | ), |
| 4593 | 'Automattic\\WooCommerce\\Tests\\Blocks\\StoreApi\\Routes\\ProductAttributes' => array( |
| 4594 | 'version' => '9.6.0.0', |
| 4595 | 'path' => $baseDir . '/tests/php/src/Blocks/StoreApi/Routes/ProductAttributes.php' |
| 4596 | ), |
| 4597 | 'Automattic\\WooCommerce\\Tests\\Blocks\\StoreApi\\Routes\\ProductCollectionData' => array( |
| 4598 | 'version' => '9.6.0.0', |
| 4599 | 'path' => $baseDir . '/tests/php/src/Blocks/StoreApi/Routes/ProductCollectionData.php' |
| 4600 | ), |
| 4601 | 'Automattic\\WooCommerce\\Tests\\Blocks\\StoreApi\\Routes\\ProductReviews' => array( |
| 4602 | 'version' => '9.6.0.0', |
| 4603 | 'path' => $baseDir . '/tests/php/src/Blocks/StoreApi/Routes/ProductReviews.php' |
| 4604 | ), |
| 4605 | 'Automattic\\WooCommerce\\Tests\\Blocks\\StoreApi\\Routes\\Products' => array( |
| 4606 | 'version' => '9.6.0.0', |
| 4607 | 'path' => $baseDir . '/tests/php/src/Blocks/StoreApi/Routes/Products.php' |
| 4608 | ), |
| 4609 | 'Automattic\\WooCommerce\\Tests\\Blocks\\StoreApi\\Utilities\\CartControllerTests' => array( |
| 4610 | 'version' => '9.6.0.0', |
| 4611 | 'path' => $baseDir . '/tests/php/src/Blocks/StoreApi/Utilities/CartControllerTests.php' |
| 4612 | ), |
| 4613 | 'Automattic\\WooCommerce\\Tests\\Blocks\\StoreApi\\Utilities\\NoticeHandlerTests' => array( |
| 4614 | 'version' => '9.6.0.0', |
| 4615 | 'path' => $baseDir . '/tests/php/src/Blocks/StoreApi/Utilities/NoticeHandlerTests.php' |
| 4616 | ), |
| 4617 | 'Automattic\\WooCommerce\\Tests\\Blocks\\StoreApi\\Utilities\\OrderControllerTests' => array( |
| 4618 | 'version' => '9.6.0.0', |
| 4619 | 'path' => $baseDir . '/tests/php/src/Blocks/StoreApi/Utilities/OrderControllerTests.php' |
| 4620 | ), |
| 4621 | 'Automattic\\WooCommerce\\Tests\\Blocks\\StoreApi\\Utilities\\ProductQueryFiltersTest' => array( |
| 4622 | 'version' => '9.6.0.0', |
| 4623 | 'path' => $baseDir . '/tests/php/src/Blocks/StoreApi/Utilities/ProductQueryFiltersTest.php' |
| 4624 | ), |
| 4625 | 'Automattic\\WooCommerce\\Tests\\Blocks\\StoreApi\\Utilities\\SanitizationUtilTest' => array( |
| 4626 | 'version' => '9.6.0.0', |
| 4627 | 'path' => $baseDir . '/tests/php/src/Blocks/StoreApi/Utilities/SanitizationUtilTest.php' |
| 4628 | ), |
| 4629 | 'Automattic\\WooCommerce\\Tests\\Blocks\\Templates\\SingleProductTemplateCompatibilityTests' => array( |
| 4630 | 'version' => '9.6.0.0', |
| 4631 | 'path' => $baseDir . '/tests/php/src/Blocks/Templates/SingleProductTemplateCompatibilityTests.php' |
| 4632 | ), |
| 4633 | 'Automattic\\WooCommerce\\Tests\\Blocks\\Templates\\SingleProductTemplateTests' => array( |
| 4634 | 'version' => '9.6.0.0', |
| 4635 | 'path' => $baseDir . '/tests/php/src/Blocks/Templates/SingleProductTemplateTests.php' |
| 4636 | ), |
| 4637 | 'Automattic\\WooCommerce\\Tests\\Blocks\\Utils\\BlockTemplateUtilsTest' => array( |
| 4638 | 'version' => '9.6.0.0', |
| 4639 | 'path' => $baseDir . '/tests/php/src/Blocks/Utils/BlockTemplateUtilsTest.php' |
| 4640 | ), |
| 4641 | 'Automattic\\WooCommerce\\Tests\\Blocks\\Utils\\CartCheckoutUtilsTest' => array( |
| 4642 | 'version' => '9.6.0.0', |
| 4643 | 'path' => $baseDir . '/tests/php/src/Blocks/Utils/CartCheckoutUtilsTest.php' |
| 4644 | ), |
| 4645 | 'Automattic\\WooCommerce\\Tests\\Blocks\\Utils\\MiniCartUtilsTest' => array( |
| 4646 | 'version' => '9.6.0.0', |
| 4647 | 'path' => $baseDir . '/tests/php/src/Blocks/Utils/MiniCartUtilsTest.php' |
| 4648 | ), |
| 4649 | 'Automattic\\WooCommerce\\Tests\\Caching\\CacheExceptionTest' => array( |
| 4650 | 'version' => '9.6.0.0', |
| 4651 | 'path' => $baseDir . '/tests/php/src/Caching/CacheExceptionTest.php' |
| 4652 | ), |
| 4653 | 'Automattic\\WooCommerce\\Tests\\Caching\\InvalidObjectCacheClass' => array( |
| 4654 | 'version' => '9.6.0.0', |
| 4655 | 'path' => $baseDir . '/tests/php/src/Caching/InvalidObjectCacheClass.php' |
| 4656 | ), |
| 4657 | 'Automattic\\WooCommerce\\Tests\\Caching\\ObjectCacheTest' => array( |
| 4658 | 'version' => '9.6.0.0', |
| 4659 | 'path' => $baseDir . '/tests/php/src/Caching/ObjectCacheTest.php' |
| 4660 | ), |
| 4661 | 'Automattic\\WooCommerce\\Tests\\Caching\\OrderCacheTest' => array( |
| 4662 | 'version' => '9.6.0.0', |
| 4663 | 'path' => $baseDir . '/tests/php/src/Caching/OrderCacheTest.php' |
| 4664 | ), |
| 4665 | 'Automattic\\WooCommerce\\Tests\\Caching\\WPCacheEngineTest' => array( |
| 4666 | 'version' => '9.6.0.0', |
| 4667 | 'path' => $baseDir . '/tests/php/src/Caching/WPCacheEngineTest.php' |
| 4668 | ), |
| 4669 | 'Automattic\\WooCommerce\\Tests\\Database\\BlockHooksVersionTests' => array( |
| 4670 | 'version' => '9.6.0.0', |
| 4671 | 'path' => $baseDir . '/tests/php/src/Database/BlockHooksVersionTests.php' |
| 4672 | ), |
| 4673 | 'Automattic\\WooCommerce\\Tests\\Database\\Migrations\\CustomOrderTable\\PostsToOrdersMigrationControllerTest' => array( |
| 4674 | 'version' => '9.6.0.0', |
| 4675 | 'path' => $baseDir . '/tests/php/src/Database/Migrations/CustomOrderTable/PostsToOrdersMigrationControllerTest.php' |
| 4676 | ), |
| 4677 | 'Automattic\\WooCommerce\\Tests\\Internal\\Admin\\BlockTemplates\\BlockTemplateTest' => array( |
| 4678 | 'version' => '9.6.0.0', |
| 4679 | 'path' => $baseDir . '/tests/php/src/Internal/Admin/BlockTemplates/BlockTemplateTest.php' |
| 4680 | ), |
| 4681 | 'Automattic\\WooCommerce\\Tests\\Internal\\Admin\\BlockTemplates\\BlockTest' => array( |
| 4682 | 'version' => '9.6.0.0', |
| 4683 | 'path' => $baseDir . '/tests/php/src/Internal/Admin/BlockTemplates/BlockTest.php' |
| 4684 | ), |
| 4685 | 'Automattic\\WooCommerce\\Tests\\Internal\\Admin\\BlockTemplates\\CustomBlock' => array( |
| 4686 | 'version' => '9.6.0.0', |
| 4687 | 'path' => $baseDir . '/tests/php/src/Internal/Admin/BlockTemplates/CustomBlock.php' |
| 4688 | ), |
| 4689 | 'Automattic\\WooCommerce\\Tests\\Internal\\Admin\\BlockTemplates\\CustomBlockInterface' => array( |
| 4690 | 'version' => '9.6.0.0', |
| 4691 | 'path' => $baseDir . '/tests/php/src/Internal/Admin/BlockTemplates/CustomBlockInterface.php' |
| 4692 | ), |
| 4693 | 'Automattic\\WooCommerce\\Tests\\Internal\\Admin\\BlockTemplates\\CustomBlockTemplate' => array( |
| 4694 | 'version' => '9.6.0.0', |
| 4695 | 'path' => $baseDir . '/tests/php/src/Internal/Admin/BlockTemplates/CustomBlockTemplate.php' |
| 4696 | ), |
| 4697 | 'Automattic\\WooCommerce\\Tests\\Internal\\Admin\\BlockTemplates\\CustomBlockTemplateTest' => array( |
| 4698 | 'version' => '9.6.0.0', |
| 4699 | 'path' => $baseDir . '/tests/php/src/Internal/Admin/BlockTemplates/CustomBlockTemplateTest.php' |
| 4700 | ), |
| 4701 | 'Automattic\\WooCommerce\\Tests\\Internal\\Admin\\BlockTemplates\\CustomBlockTest' => array( |
| 4702 | 'version' => '9.6.0.0', |
| 4703 | 'path' => $baseDir . '/tests/php/src/Internal/Admin/BlockTemplates/CustomBlockTest.php' |
| 4704 | ), |
| 4705 | 'Automattic\\WooCommerce\\Tests\\Internal\\Admin\\EmailPreview\\EmailPreviewRestControllerTest' => array( |
| 4706 | 'version' => '9.6.0.0', |
| 4707 | 'path' => $baseDir . '/tests/php/src/Internal/Admin/EmailPreview/EmailPreviewRestControllerTest.php' |
| 4708 | ), |
| 4709 | 'Automattic\\WooCommerce\\Tests\\Internal\\Admin\\EmailPreview\\EmailPreviewTest' => array( |
| 4710 | 'version' => '9.6.0.0', |
| 4711 | 'path' => $baseDir . '/tests/php/src/Internal/Admin/EmailPreview/EmailPreviewTest.php' |
| 4712 | ), |
| 4713 | 'Automattic\\WooCommerce\\Tests\\Internal\\Admin\\Logging\\FileV2\\FileControllerTest' => array( |
| 4714 | 'version' => '9.6.0.0', |
| 4715 | 'path' => $baseDir . '/tests/php/src/Internal/Admin/Logging/FileV2/FileControllerTest.php' |
| 4716 | ), |
| 4717 | 'Automattic\\WooCommerce\\Tests\\Internal\\Admin\\Logging\\FileV2\\FileTest' => array( |
| 4718 | 'version' => '9.6.0.0', |
| 4719 | 'path' => $baseDir . '/tests/php/src/Internal/Admin/Logging/FileV2/FileTest.php' |
| 4720 | ), |
| 4721 | 'Automattic\\WooCommerce\\Tests\\Internal\\Admin\\Logging\\LogHandlerFileV2Test' => array( |
| 4722 | 'version' => '9.6.0.0', |
| 4723 | 'path' => $baseDir . '/tests/php/src/Internal/Admin/Logging/LogHandlerFileV2Test.php' |
| 4724 | ), |
| 4725 | 'Automattic\\WooCommerce\\Tests\\Internal\\Admin\\Logging\\SettingsTest' => array( |
| 4726 | 'version' => '9.6.0.0', |
| 4727 | 'path' => $baseDir . '/tests/php/src/Internal/Admin/Logging/SettingsTest.php' |
| 4728 | ), |
| 4729 | 'Automattic\\WooCommerce\\Tests\\Internal\\Admin\\MarketingRecommendations\\InitTest' => array( |
| 4730 | 'version' => '9.6.0.0', |
| 4731 | 'path' => $baseDir . '/tests/php/src/Internal/Admin/MarketingRecommendations/InitTest.php' |
| 4732 | ), |
| 4733 | 'Automattic\\WooCommerce\\Tests\\Internal\\Admin\\Orders\\COTRedirectionControllerTest' => array( |
| 4734 | 'version' => '9.6.0.0', |
| 4735 | 'path' => $baseDir . '/tests/php/src/Internal/Admin/Orders/COTRedirectionControllerTest.php' |
| 4736 | ), |
| 4737 | 'Automattic\\WooCommerce\\Tests\\Internal\\Admin\\Orders\\EditLockTest' => array( |
| 4738 | 'version' => '9.6.0.0', |
| 4739 | 'path' => $baseDir . '/tests/php/src/Internal/Admin/Orders/EditLockTest.php' |
| 4740 | ), |
| 4741 | 'Automattic\\WooCommerce\\Tests\\Internal\\Admin\\Orders\\ListTableTest' => array( |
| 4742 | 'version' => '9.6.0.0', |
| 4743 | 'path' => $baseDir . '/tests/php/src/Internal/Admin/Orders/ListTableTest.php' |
| 4744 | ), |
| 4745 | 'Automattic\\WooCommerce\\Tests\\Internal\\Admin\\Orders\\MetaBoxes\\OrderAttributionTest' => array( |
| 4746 | 'version' => '9.6.0.0', |
| 4747 | 'path' => $baseDir . '/tests/php/src/Internal/Admin/Orders/MetaBoxes/OrderAttributionTest.php' |
| 4748 | ), |
| 4749 | 'Automattic\\WooCommerce\\Tests\\Internal\\Admin\\Orders\\PageControllerTest' => array( |
| 4750 | 'version' => '9.6.0.0', |
| 4751 | 'path' => $baseDir . '/tests/php/src/Internal/Admin/Orders/PageControllerTest.php' |
| 4752 | ), |
| 4753 | 'Automattic\\WooCommerce\\Tests\\Internal\\Admin\\ProductReviews\\ReviewsCommentsOverridesTest' => array( |
| 4754 | 'version' => '9.6.0.0', |
| 4755 | 'path' => $baseDir . '/tests/php/src/Internal/Admin/ProductReviews/ReviewsCommentsOverridesTest.php' |
| 4756 | ), |
| 4757 | 'Automattic\\WooCommerce\\Tests\\Internal\\Admin\\ProductReviews\\ReviewsListTableTest' => array( |
| 4758 | 'version' => '9.6.0.0', |
| 4759 | 'path' => $baseDir . '/tests/php/src/Internal/Admin/ProductReviews/ReviewsListTableTest.php' |
| 4760 | ), |
| 4761 | 'Automattic\\WooCommerce\\Tests\\Internal\\Admin\\ProductReviews\\ReviewsTest' => array( |
| 4762 | 'version' => '9.6.0.0', |
| 4763 | 'path' => $baseDir . '/tests/php/src/Internal/Admin/ProductReviews/ReviewsTest.php' |
| 4764 | ), |
| 4765 | 'Automattic\\WooCommerce\\Tests\\Internal\\Admin\\ProductReviews\\ReviewsUtilTest' => array( |
| 4766 | 'version' => '9.6.0.0', |
| 4767 | 'path' => $baseDir . '/tests/php/src/Internal/Admin/ProductReviews/ReviewsUtilTest.php' |
| 4768 | ), |
| 4769 | 'Automattic\\WooCommerce\\Tests\\Internal\\Admin\\RemoteFreeExtensions\\DefaultFreeExtensionsTest' => array( |
| 4770 | 'version' => '9.6.0.0', |
| 4771 | 'path' => $baseDir . '/tests/php/src/Internal/Admin/RemoteFreeExtensions/DefaultFreeExtensionsTest.php' |
| 4772 | ), |
| 4773 | 'Automattic\\WooCommerce\\Tests\\Internal\\Admin\\RemoteFreeExtensions\\InitTest' => array( |
| 4774 | 'version' => '9.6.0.0', |
| 4775 | 'path' => $baseDir . '/tests/php/src/Internal/Admin/RemoteFreeExtensions/InitTest.php' |
| 4776 | ), |
| 4777 | 'Automattic\\WooCommerce\\Tests\\Internal\\Admin\\Settings\\Mocks\\FakePaymentGateway' => array( |
| 4778 | 'version' => '9.6.0.0', |
| 4779 | 'path' => $baseDir . '/tests/php/src/Internal/Admin/Settings/Mocks/FakePaymentGateway.php' |
| 4780 | ), |
| 4781 | 'Automattic\\WooCommerce\\Tests\\Internal\\Admin\\Settings\\PaymentProvidersTest' => array( |
| 4782 | 'version' => '9.6.0.0', |
| 4783 | 'path' => $baseDir . '/tests/php/src/Internal/Admin/Settings/PaymentProvidersTest.php' |
| 4784 | ), |
| 4785 | 'Automattic\\WooCommerce\\Tests\\Internal\\Admin\\Settings\\PaymentProviders\\PaymentGatewayTest' => array( |
| 4786 | 'version' => '9.6.0.0', |
| 4787 | 'path' => $baseDir . '/tests/php/src/Internal/Admin/Settings/PaymentProviders/PaymentGatewayTest.php' |
| 4788 | ), |
| 4789 | 'Automattic\\WooCommerce\\Tests\\Internal\\Admin\\Settings\\PaymentProviders\\WCCoreTest' => array( |
| 4790 | 'version' => '9.6.0.0', |
| 4791 | 'path' => $baseDir . '/tests/php/src/Internal/Admin/Settings/PaymentProviders/WCCoreTest.php' |
| 4792 | ), |
| 4793 | 'Automattic\\WooCommerce\\Tests\\Internal\\Admin\\Settings\\PaymentsRestControllerIntegrationTest' => array( |
| 4794 | 'version' => '9.6.0.0', |
| 4795 | 'path' => $baseDir . '/tests/php/src/Internal/Admin/Settings/PaymentsRestControllerIntegrationTest.php' |
| 4796 | ), |
| 4797 | 'Automattic\\WooCommerce\\Tests\\Internal\\Admin\\Settings\\PaymentsRestControllerTest' => array( |
| 4798 | 'version' => '9.6.0.0', |
| 4799 | 'path' => $baseDir . '/tests/php/src/Internal/Admin/Settings/PaymentsRestControllerTest.php' |
| 4800 | ), |
| 4801 | 'Automattic\\WooCommerce\\Tests\\Internal\\Admin\\Settings\\PaymentsTest' => array( |
| 4802 | 'version' => '9.6.0.0', |
| 4803 | 'path' => $baseDir . '/tests/php/src/Internal/Admin/Settings/PaymentsTest.php' |
| 4804 | ), |
| 4805 | 'Automattic\\WooCommerce\\Tests\\Internal\\Admin\\Settings\\UtilsTest' => array( |
| 4806 | 'version' => '9.6.0.0', |
| 4807 | 'path' => $baseDir . '/tests/php/src/Internal/Admin/Settings/UtilsTest.php' |
| 4808 | ), |
| 4809 | 'Automattic\\WooCommerce\\Tests\\Internal\\Admin\\ShippingPartnerSuggestions\\ShippingPartnerSuggestionsTest' => array( |
| 4810 | 'version' => '9.6.0.0', |
| 4811 | 'path' => $baseDir . '/tests/php/src/Internal/Admin/ShippingPartnerSuggestions/ShippingPartnerSuggestionsTest.php' |
| 4812 | ), |
| 4813 | 'Automattic\\WooCommerce\\Tests\\Internal\\Admin\\Suggestions\\Incentives\\IncentiveTest' => array( |
| 4814 | 'version' => '9.6.0.0', |
| 4815 | 'path' => $baseDir . '/tests/php/src/Internal/Admin/Suggestions/Incentives/IncentiveTest.php' |
| 4816 | ), |
| 4817 | 'Automattic\\WooCommerce\\Tests\\Internal\\Admin\\Suggestions\\Incentives\\WooPaymentsTest' => array( |
| 4818 | 'version' => '9.6.0.0', |
| 4819 | 'path' => $baseDir . '/tests/php/src/Internal/Admin/Suggestions/Incentives/WooPaymentsTest.php' |
| 4820 | ), |
| 4821 | 'Automattic\\WooCommerce\\Tests\\Internal\\Admin\\Suggestions\\Mocks\\FakeIncentive' => array( |
| 4822 | 'version' => '9.6.0.0', |
| 4823 | 'path' => $baseDir . '/tests/php/src/Internal/Admin/Suggestions/Mocks/FakeIncentive.php' |
| 4824 | ), |
| 4825 | 'Automattic\\WooCommerce\\Tests\\Internal\\Admin\\Suggestions\\PaymentExtensionSuggestionIncentivesTest' => array( |
| 4826 | 'version' => '9.6.0.0', |
| 4827 | 'path' => $baseDir . '/tests/php/src/Internal/Admin/Suggestions/PaymentExtensionSuggestionIncentivesTest.php' |
| 4828 | ), |
| 4829 | 'Automattic\\WooCommerce\\Tests\\Internal\\Admin\\Suggestions\\PaymentExtensionSuggestionsTest' => array( |
| 4830 | 'version' => '9.6.0.0', |
| 4831 | 'path' => $baseDir . '/tests/php/src/Internal/Admin/Suggestions/PaymentExtensionSuggestionsTest.php' |
| 4832 | ), |
| 4833 | 'Automattic\\WooCommerce\\Tests\\Internal\\Admin\\WCPayPromotion\\DefaultPromotionsTest' => array( |
| 4834 | 'version' => '9.6.0.0', |
| 4835 | 'path' => $baseDir . '/tests/php/src/Internal/Admin/WCPayPromotion/DefaultPromotionsTest.php' |
| 4836 | ), |
| 4837 | 'Automattic\\WooCommerce\\Tests\\Internal\\Admin\\WCPayPromotion\\InitTest' => array( |
| 4838 | 'version' => '9.6.0.0', |
| 4839 | 'path' => $baseDir . '/tests/php/src/Internal/Admin/WCPayPromotion/InitTest.php' |
| 4840 | ), |
| 4841 | 'Automattic\\WooCommerce\\Tests\\Internal\\AssignDefaultCategoryTest' => array( |
| 4842 | 'version' => '9.6.0.0', |
| 4843 | 'path' => $baseDir . '/tests/php/src/Internal/AssignDefaultCategoryTest.php' |
| 4844 | ), |
| 4845 | 'Automattic\\WooCommerce\\Tests\\Internal\\BatchProcessing\\BatchProcessingControllerTests' => array( |
| 4846 | 'version' => '9.6.0.0', |
| 4847 | 'path' => $baseDir . '/tests/php/src/Internal/BatchProcessing/BatchProcessingControllerTests.php' |
| 4848 | ), |
| 4849 | 'Automattic\\WooCommerce\\Tests\\Internal\\ComingSoon\\ComingSoonCacheInvalidatorTest' => array( |
| 4850 | 'version' => '9.6.0.0', |
| 4851 | 'path' => $baseDir . '/tests/php/src/Internal/ComingSoon/ComingSoonCacheInvalidatorTest.php' |
| 4852 | ), |
| 4853 | 'Automattic\\WooCommerce\\Tests\\Internal\\ComingSoon\\ComingSoonHelperTest' => array( |
| 4854 | 'version' => '9.6.0.0', |
| 4855 | 'path' => $baseDir . '/tests/php/src/Internal/ComingSoon/ComingSoonHelperTest.php' |
| 4856 | ), |
| 4857 | 'Automattic\\WooCommerce\\Tests\\Internal\\ComingSoon\\ComingSoonRequestHandlerTest' => array( |
| 4858 | 'version' => '9.6.0.0', |
| 4859 | 'path' => $baseDir . '/tests/php/src/Internal/ComingSoon/ComingSoonRequestHandlerTest.php' |
| 4860 | ), |
| 4861 | 'Automattic\\WooCommerce\\Tests\\Internal\\DataStores\\Orders\\DataSynchronizerTests' => array( |
| 4862 | 'version' => '9.6.0.0', |
| 4863 | 'path' => $baseDir . '/tests/php/src/Internal/DataStores/Orders/DataSynchronizerTests.php' |
| 4864 | ), |
| 4865 | 'Automattic\\WooCommerce\\Tests\\Internal\\DataStores\\Orders\\LegacyDataCleanupTests' => array( |
| 4866 | 'version' => '9.6.0.0', |
| 4867 | 'path' => $baseDir . '/tests/php/src/Internal/DataStores/Orders/LegacyDataCleanupTests.php' |
| 4868 | ), |
| 4869 | 'Automattic\\WooCommerce\\Tests\\Internal\\DataStores\\Orders\\LegacyDataHandlerTests' => array( |
| 4870 | 'version' => '9.6.0.0', |
| 4871 | 'path' => $baseDir . '/tests/php/src/Internal/DataStores/Orders/LegacyDataHandlerTests.php' |
| 4872 | ), |
| 4873 | 'Automattic\\WooCommerce\\Tests\\Internal\\DataStores\\Orders\\OrdersTableDataStoreRestOrdersControllerTests' => array( |
| 4874 | 'version' => '9.6.0.0', |
| 4875 | 'path' => $baseDir . '/tests/php/src/Internal/DataStores/Orders/OrdersTableDataStoreRestOrdersControllerTests.php' |
| 4876 | ), |
| 4877 | 'Automattic\\WooCommerce\\Tests\\Internal\\DataStores\\Orders\\OrdersTableDataStoreTests' => array( |
| 4878 | 'version' => '9.6.0.0', |
| 4879 | 'path' => $baseDir . '/tests/php/src/Internal/DataStores/Orders/OrdersTableDataStoreTests.php' |
| 4880 | ), |
| 4881 | 'Automattic\\WooCommerce\\Tests\\Internal\\DataStores\\Orders\\OrdersTableQueryTests' => array( |
| 4882 | 'version' => '9.6.0.0', |
| 4883 | 'path' => $baseDir . '/tests/php/src/Internal/DataStores/Orders/OrdersTableQueryTests.php' |
| 4884 | ), |
| 4885 | 'Automattic\\WooCommerce\\Tests\\Internal\\DataStores\\Orders\\OrdersTableRefundDataStoreTests' => array( |
| 4886 | 'version' => '9.6.0.0', |
| 4887 | 'path' => $baseDir . '/tests/php/src/Internal/DataStores/Orders/OrdersTableRefundDataStoreTests.php' |
| 4888 | ), |
| 4889 | 'Automattic\\WooCommerce\\Tests\\Internal\\DependencyManagement\\AbstractInterfaceServiceProviderTest' => array( |
| 4890 | 'version' => '9.6.0.0', |
| 4891 | 'path' => $baseDir . '/tests/php/src/Internal/DependencyManagement/AbstractInterfaceServiceProviderTest.php' |
| 4892 | ), |
| 4893 | 'Automattic\\WooCommerce\\Tests\\Internal\\DependencyManagement\\AbstractServiceProviderTest' => array( |
| 4894 | 'version' => '9.6.0.0', |
| 4895 | 'path' => $baseDir . '/tests/php/src/Internal/DependencyManagement/AbstractServiceProviderTest.php' |
| 4896 | ), |
| 4897 | 'Automattic\\WooCommerce\\Tests\\Internal\\DependencyManagement\\ExampleClasses\\AnotherClassInterface' => array( |
| 4898 | 'version' => '9.6.0.0', |
| 4899 | 'path' => $baseDir . '/tests/php/src/Internal/DependencyManagement/ExampleClasses/AnotherClassInterface.php' |
| 4900 | ), |
| 4901 | 'Automattic\\WooCommerce\\Tests\\Internal\\DependencyManagement\\ExampleClasses\\ClassInterface' => array( |
| 4902 | 'version' => '9.6.0.0', |
| 4903 | 'path' => $baseDir . '/tests/php/src/Internal/DependencyManagement/ExampleClasses/ClassInterface.php' |
| 4904 | ), |
| 4905 | 'Automattic\\WooCommerce\\Tests\\Internal\\DependencyManagement\\ExampleClasses\\ClassThatHasReferenceArgumentsInInit' => array( |
| 4906 | 'version' => '9.6.0.0', |
| 4907 | 'path' => $baseDir . '/tests/php/src/Internal/DependencyManagement/ExampleClasses/ClassThatHasReferenceArgumentsInInit.php' |
| 4908 | ), |
| 4909 | 'Automattic\\WooCommerce\\Tests\\Internal\\DependencyManagement\\ExampleClasses\\ClassThatThrowsOnInit' => array( |
| 4910 | 'version' => '9.6.0.0', |
| 4911 | 'path' => $baseDir . '/tests/php/src/Internal/DependencyManagement/ExampleClasses/ClassThatThrowsOnInit.php' |
| 4912 | ), |
| 4913 | 'Automattic\\WooCommerce\\Tests\\Internal\\DependencyManagement\\ExampleClasses\\ClassWithDependencies' => array( |
| 4914 | 'version' => '9.6.0.0', |
| 4915 | 'path' => $baseDir . '/tests/php/src/Internal/DependencyManagement/ExampleClasses/ClassWithDependencies.php' |
| 4916 | ), |
| 4917 | 'Automattic\\WooCommerce\\Tests\\Internal\\DependencyManagement\\ExampleClasses\\ClassWithInjectionMethodArgumentWithoutTypeHint' => array( |
| 4918 | 'version' => '9.6.0.0', |
| 4919 | 'path' => $baseDir . '/tests/php/src/Internal/DependencyManagement/ExampleClasses/ClassWithInjectionMethodArgumentWithoutTypeHint.php' |
| 4920 | ), |
| 4921 | 'Automattic\\WooCommerce\\Tests\\Internal\\DependencyManagement\\ExampleClasses\\ClassWithInterface' => array( |
| 4922 | 'version' => '9.6.0.0', |
| 4923 | 'path' => $baseDir . '/tests/php/src/Internal/DependencyManagement/ExampleClasses/ClassWithInterface.php' |
| 4924 | ), |
| 4925 | 'Automattic\\WooCommerce\\Tests\\Internal\\DependencyManagement\\ExampleClasses\\ClassWithMultipleInterfaces' => array( |
| 4926 | 'version' => '9.6.0.0', |
| 4927 | 'path' => $baseDir . '/tests/php/src/Internal/DependencyManagement/ExampleClasses/ClassWithMultipleInterfaces.php' |
| 4928 | ), |
| 4929 | 'Automattic\\WooCommerce\\Tests\\Internal\\DependencyManagement\\ExampleClasses\\ClassWithNestedDependencies' => array( |
| 4930 | 'version' => '9.6.0.0', |
| 4931 | 'path' => $baseDir . '/tests/php/src/Internal/DependencyManagement/ExampleClasses/ClassWithNestedDependencies.php' |
| 4932 | ), |
| 4933 | 'Automattic\\WooCommerce\\Tests\\Internal\\DependencyManagement\\ExampleClasses\\ClassWithNoInterface' => array( |
| 4934 | 'version' => '9.6.0.0', |
| 4935 | 'path' => $baseDir . '/tests/php/src/Internal/DependencyManagement/ExampleClasses/ClassWithNoInterface.php' |
| 4936 | ), |
| 4937 | 'Automattic\\WooCommerce\\Tests\\Internal\\DependencyManagement\\ExampleClasses\\ClassWithNonFinalInjectionMethod' => array( |
| 4938 | 'version' => '9.6.0.0', |
| 4939 | 'path' => $baseDir . '/tests/php/src/Internal/DependencyManagement/ExampleClasses/ClassWithNonFinalInjectionMethod.php' |
| 4940 | ), |
| 4941 | 'Automattic\\WooCommerce\\Tests\\Internal\\DependencyManagement\\ExampleClasses\\ClassWithPrivateInjectionMethod' => array( |
| 4942 | 'version' => '9.6.0.0', |
| 4943 | 'path' => $baseDir . '/tests/php/src/Internal/DependencyManagement/ExampleClasses/ClassWithPrivateInjectionMethod.php' |
| 4944 | ), |
| 4945 | 'Automattic\\WooCommerce\\Tests\\Internal\\DependencyManagement\\ExampleClasses\\ClassWithRecursiveDependencies1' => array( |
| 4946 | 'version' => '9.6.0.0', |
| 4947 | 'path' => $baseDir . '/tests/php/src/Internal/DependencyManagement/ExampleClasses/ClassWithRecursiveDependencies1.php' |
| 4948 | ), |
| 4949 | 'Automattic\\WooCommerce\\Tests\\Internal\\DependencyManagement\\ExampleClasses\\ClassWithRecursiveDependencies2' => array( |
| 4950 | 'version' => '9.6.0.0', |
| 4951 | 'path' => $baseDir . '/tests/php/src/Internal/DependencyManagement/ExampleClasses/ClassWithRecursiveDependencies2.php' |
| 4952 | ), |
| 4953 | 'Automattic\\WooCommerce\\Tests\\Internal\\DependencyManagement\\ExampleClasses\\ClassWithRecursiveDependencies3' => array( |
| 4954 | 'version' => '9.6.0.0', |
| 4955 | 'path' => $baseDir . '/tests/php/src/Internal/DependencyManagement/ExampleClasses/ClassWithRecursiveDependencies3.php' |
| 4956 | ), |
| 4957 | 'Automattic\\WooCommerce\\Tests\\Internal\\DependencyManagement\\ExampleClasses\\ClassWithScalarInjectionMethodArgument' => array( |
| 4958 | 'version' => '9.6.0.0', |
| 4959 | 'path' => $baseDir . '/tests/php/src/Internal/DependencyManagement/ExampleClasses/ClassWithScalarInjectionMethodArgument.php' |
| 4960 | ), |
| 4961 | 'Automattic\\WooCommerce\\Tests\\Internal\\DependencyManagement\\ExampleClasses\\ClassWithStaticInjectionMethod' => array( |
| 4962 | 'version' => '9.6.0.0', |
| 4963 | 'path' => $baseDir . '/tests/php/src/Internal/DependencyManagement/ExampleClasses/ClassWithStaticInjectionMethod.php' |
| 4964 | ), |
| 4965 | 'Automattic\\WooCommerce\\Tests\\Internal\\DependencyManagement\\ExampleClasses\\ClassWithStoreApiDependency' => array( |
| 4966 | 'version' => '9.6.0.0', |
| 4967 | 'path' => $baseDir . '/tests/php/src/Internal/DependencyManagement/ExampleClasses/ClassWithStoreApiDependency.php' |
| 4968 | ), |
| 4969 | 'Automattic\\WooCommerce\\Tests\\Internal\\DependencyManagement\\ExampleClasses\\ClassWithUntypedInjectionMethodArgument' => array( |
| 4970 | 'version' => '9.6.0.0', |
| 4971 | 'path' => $baseDir . '/tests/php/src/Internal/DependencyManagement/ExampleClasses/ClassWithUntypedInjectionMethodArgument.php' |
| 4972 | ), |
| 4973 | 'Automattic\\WooCommerce\\Tests\\Internal\\DependencyManagement\\ExampleClasses\\DependencyClass' => array( |
| 4974 | 'version' => '9.6.0.0', |
| 4975 | 'path' => $baseDir . '/tests/php/src/Internal/DependencyManagement/ExampleClasses/DependencyClass.php' |
| 4976 | ), |
| 4977 | 'Automattic\\WooCommerce\\Tests\\Internal\\DependencyManagement\\ExampleClasses\\DependencyClassWithInnerDependency' => array( |
| 4978 | 'version' => '9.6.0.0', |
| 4979 | 'path' => $baseDir . '/tests/php/src/Internal/DependencyManagement/ExampleClasses/DependencyClassWithInnerDependency.php' |
| 4980 | ), |
| 4981 | 'Automattic\\WooCommerce\\Tests\\Internal\\DependencyManagement\\ExampleClasses\\DerivedDependencyClass' => array( |
| 4982 | 'version' => '9.6.0.0', |
| 4983 | 'path' => $baseDir . '/tests/php/src/Internal/DependencyManagement/ExampleClasses/DerivedDependencyClass.php' |
| 4984 | ), |
| 4985 | 'Automattic\\WooCommerce\\Tests\\Internal\\DependencyManagement\\ExampleClasses\\InnerDependencyClass' => array( |
| 4986 | 'version' => '9.6.0.0', |
| 4987 | 'path' => $baseDir . '/tests/php/src/Internal/DependencyManagement/ExampleClasses/InnerDependencyClass.php' |
| 4988 | ), |
| 4989 | 'Automattic\\WooCommerce\\Tests\\Internal\\DependencyManagement\\ExampleClasses\\SomeTrait' => array( |
| 4990 | 'version' => '9.6.0.0', |
| 4991 | 'path' => $baseDir . '/tests/php/src/Internal/DependencyManagement/ExampleClasses/SomeTrait.php' |
| 4992 | ), |
| 4993 | 'Automattic\\WooCommerce\\Tests\\Internal\\DependencyManagement\\ExampleProviders\\ClassA' => array( |
| 4994 | 'version' => '9.6.0.0', |
| 4995 | 'path' => $baseDir . '/tests/php/src/Internal/DependencyManagement/ExampleProviders/ClassA.php' |
| 4996 | ), |
| 4997 | 'Automattic\\WooCommerce\\Tests\\Internal\\DependencyManagement\\ExampleProviders\\ClassAWithInterface1' => array( |
| 4998 | 'version' => '9.6.0.0', |
| 4999 | 'path' => $baseDir . '/tests/php/src/Internal/DependencyManagement/ExampleProviders/ClassAWithInterface1.php' |
| 5000 | ), |
| 5001 | 'Automattic\\WooCommerce\\Tests\\Internal\\DependencyManagement\\ExampleProviders\\ClassAWithInterface2' => array( |
| 5002 | 'version' => '9.6.0.0', |
| 5003 | 'path' => $baseDir . '/tests/php/src/Internal/DependencyManagement/ExampleProviders/ClassAWithInterface2.php' |
| 5004 | ), |
| 5005 | 'Automattic\\WooCommerce\\Tests\\Internal\\DependencyManagement\\ExampleProviders\\ClassB' => array( |
| 5006 | 'version' => '9.6.0.0', |
| 5007 | 'path' => $baseDir . '/tests/php/src/Internal/DependencyManagement/ExampleProviders/ClassB.php' |
| 5008 | ), |
| 5009 | 'Automattic\\WooCommerce\\Tests\\Internal\\DependencyManagement\\ExampleProviders\\ClassBWithInterface1' => array( |
| 5010 | 'version' => '9.6.0.0', |
| 5011 | 'path' => $baseDir . '/tests/php/src/Internal/DependencyManagement/ExampleProviders/ClassBWithInterface1.php' |
| 5012 | ), |
| 5013 | 'Automattic\\WooCommerce\\Tests\\Internal\\DependencyManagement\\ExampleProviders\\ClassBWithInterface2' => array( |
| 5014 | 'version' => '9.6.0.0', |
| 5015 | 'path' => $baseDir . '/tests/php/src/Internal/DependencyManagement/ExampleProviders/ClassBWithInterface2.php' |
| 5016 | ), |
| 5017 | 'Automattic\\WooCommerce\\Tests\\Internal\\DependencyManagement\\ExampleProviders\\ProviderA' => array( |
| 5018 | 'version' => '9.6.0.0', |
| 5019 | 'path' => $baseDir . '/tests/php/src/Internal/DependencyManagement/ExampleProviders/ProviderA.php' |
| 5020 | ), |
| 5021 | 'Automattic\\WooCommerce\\Tests\\Internal\\DependencyManagement\\ExampleProviders\\ProviderB' => array( |
| 5022 | 'version' => '9.6.0.0', |
| 5023 | 'path' => $baseDir . '/tests/php/src/Internal/DependencyManagement/ExampleProviders/ProviderB.php' |
| 5024 | ), |
| 5025 | 'Automattic\\WooCommerce\\Tests\\Internal\\DependencyManagement\\ExampleProviders\\TheInterface' => array( |
| 5026 | 'version' => '9.6.0.0', |
| 5027 | 'path' => $baseDir . '/tests/php/src/Internal/DependencyManagement/ExampleProviders/TheInterface.php' |
| 5028 | ), |
| 5029 | 'Automattic\\WooCommerce\\Tests\\Internal\\DependencyManagement\\ExtendedContainerTest' => array( |
| 5030 | 'version' => '9.6.0.0', |
| 5031 | 'path' => $baseDir . '/tests/php/src/Internal/DependencyManagement/ExtendedContainerTest.php' |
| 5032 | ), |
| 5033 | 'Automattic\\WooCommerce\\Tests\\Internal\\DependencyManagement\\RuntimeContainerTest' => array( |
| 5034 | 'version' => '9.6.0.0', |
| 5035 | 'path' => $baseDir . '/tests/php/src/Internal/DependencyManagement/RuntimeContainerTest.php' |
| 5036 | ), |
| 5037 | 'Automattic\\WooCommerce\\Tests\\Internal\\DependencyManagement\\TestingContainerTest' => array( |
| 5038 | 'version' => '9.6.0.0', |
| 5039 | 'path' => $baseDir . '/tests/php/src/Internal/DependencyManagement/TestingContainerTest.php' |
| 5040 | ), |
| 5041 | 'Automattic\\WooCommerce\\Tests\\Internal\\DownloadPermissionsAdjusterTest' => array( |
| 5042 | 'version' => '9.6.0.0', |
| 5043 | 'path' => $baseDir . '/tests/php/src/Internal/DownloadPermissionsAdjusterTest.php' |
| 5044 | ), |
| 5045 | 'Automattic\\WooCommerce\\Tests\\Internal\\Features\\FeaturesControllerTest' => array( |
| 5046 | 'version' => '9.6.0.0', |
| 5047 | 'path' => $baseDir . '/tests/php/src/Internal/Features/FeaturesControllerTest.php' |
| 5048 | ), |
| 5049 | 'Automattic\\WooCommerce\\Tests\\Internal\\Integration\\WPConsentAPITest' => array( |
| 5050 | 'version' => '9.6.0.0', |
| 5051 | 'path' => $baseDir . '/tests/php/src/Internal/Integration/WPConsentAPITest.php' |
| 5052 | ), |
| 5053 | 'Automattic\\WooCommerce\\Tests\\Internal\\Logging\\RemoteLoggerTest' => array( |
| 5054 | 'version' => '9.6.0.0', |
| 5055 | 'path' => $baseDir . '/tests/php/src/Internal/Logging/RemoteLoggerTest.php' |
| 5056 | ), |
| 5057 | 'Automattic\\WooCommerce\\Tests\\Internal\\Logging\\RemoteLoggerWithEnvironmentOverride' => array( |
| 5058 | 'version' => '9.6.0.0', |
| 5059 | 'path' => $baseDir . '/tests/php/src/Internal/Logging/RemoteLoggerTest.php' |
| 5060 | ), |
| 5061 | 'Automattic\\WooCommerce\\Tests\\Internal\\McStatsTest' => array( |
| 5062 | 'version' => '9.6.0.0', |
| 5063 | 'path' => $baseDir . '/tests/php/src/Internal/McStatsTest.php' |
| 5064 | ), |
| 5065 | 'Automattic\\WooCommerce\\Tests\\Internal\\Orders\\IppFunctionsTest' => array( |
| 5066 | 'version' => '9.6.0.0', |
| 5067 | 'path' => $baseDir . '/tests/php/src/Internal/Orders/IppFunctionsTest.php' |
| 5068 | ), |
| 5069 | 'Automattic\\WooCommerce\\Tests\\Internal\\Orders\\MobileMessagingHandlerTest' => array( |
| 5070 | 'version' => '9.6.0.0', |
| 5071 | 'path' => $baseDir . '/tests/php/src/Internal/Orders/MobileMessagingHandlerTest.php' |
| 5072 | ), |
| 5073 | 'Automattic\\WooCommerce\\Tests\\Internal\\Orders\\OrderActionsRestControllerTest' => array( |
| 5074 | 'version' => '9.6.0.0', |
| 5075 | 'path' => $baseDir . '/tests/php/src/Internal/Orders/OrderActionsRestControllerTest.php' |
| 5076 | ), |
| 5077 | 'Automattic\\WooCommerce\\Tests\\Internal\\Orders\\OrderAttributionControllerTest' => array( |
| 5078 | 'version' => '9.6.0.0', |
| 5079 | 'path' => $baseDir . '/tests/php/src/Internal/Orders/OrderAttributionControllerTest.php' |
| 5080 | ), |
| 5081 | 'Automattic\\WooCommerce\\Tests\\Internal\\Orders\\OrderStatusRestControllerTest' => array( |
| 5082 | 'version' => '9.6.0.0', |
| 5083 | 'path' => $baseDir . '/tests/php/src/Internal/Orders/OrderStatusRestControllerTest.php' |
| 5084 | ), |
| 5085 | 'Automattic\\WooCommerce\\Tests\\Internal\\Orders\\PaymentInfoTest' => array( |
| 5086 | 'version' => '9.6.0.0', |
| 5087 | 'path' => $baseDir . '/tests/php/src/Internal/Orders/PaymentInfoTest.php' |
| 5088 | ), |
| 5089 | 'Automattic\\WooCommerce\\Tests\\Internal\\ProductAttributesLookup\\DataRegeneratorTest' => array( |
| 5090 | 'version' => '9.6.0.0', |
| 5091 | 'path' => $baseDir . '/tests/php/src/Internal/ProductAttributesLookup/DataRegeneratorTest.php' |
| 5092 | ), |
| 5093 | 'Automattic\\WooCommerce\\Tests\\Internal\\ProductAttributesLookup\\FiltererTest' => array( |
| 5094 | 'version' => '9.6.0.0', |
| 5095 | 'path' => $baseDir . '/tests/php/src/Internal/ProductAttributesLookup/FiltererTest.php' |
| 5096 | ), |
| 5097 | 'Automattic\\WooCommerce\\Tests\\Internal\\ProductAttributesLookup\\LookupDataStoreTest' => array( |
| 5098 | 'version' => '9.6.0.0', |
| 5099 | 'path' => $baseDir . '/tests/php/src/Internal/ProductAttributesLookup/LookupDataStoreTest.php' |
| 5100 | ), |
| 5101 | 'Automattic\\WooCommerce\\Tests\\Internal\\ProductDownloads\\ApprovedDirectories\\RegisterTest' => array( |
| 5102 | 'version' => '9.6.0.0', |
| 5103 | 'path' => $baseDir . '/tests/php/src/Internal/ProductDownloads/ApprovedDirectories/RegisterTest.php' |
| 5104 | ), |
| 5105 | 'Automattic\\WooCommerce\\Tests\\Internal\\ProductDownloads\\ApprovedDirectories\\SynchronizeTest' => array( |
| 5106 | 'version' => '9.6.0.0', |
| 5107 | 'path' => $baseDir . '/tests/php/src/Internal/ProductDownloads/ApprovedDirectories/SynchronizeTest.php' |
| 5108 | ), |
| 5109 | 'Automattic\\WooCommerce\\Tests\\Internal\\ReceiptRendering\\ReceiptRenderingEngineTest' => array( |
| 5110 | 'version' => '9.6.0.0', |
| 5111 | 'path' => $baseDir . '/tests/php/src/Internal/ReceiptRendering/ReceiptRenderingEngineTest.php' |
| 5112 | ), |
| 5113 | 'Automattic\\WooCommerce\\Tests\\Internal\\RestApiParameterUtilTest' => array( |
| 5114 | 'version' => '9.6.0.0', |
| 5115 | 'path' => $baseDir . '/tests/php/src/Internal/RestApiParameterUtilTest.php' |
| 5116 | ), |
| 5117 | 'Automattic\\WooCommerce\\Tests\\Internal\\Telemetry\\TelemetryControllerTest' => array( |
| 5118 | 'version' => '9.6.0.0', |
| 5119 | 'path' => $baseDir . '/tests/php/src/Internal/Telemetry/TelemetryControllerTest.php' |
| 5120 | ), |
| 5121 | 'Automattic\\WooCommerce\\Tests\\Internal\\Traits\\AccessiblePrivateMethodsTest' => array( |
| 5122 | 'version' => '9.6.0.0', |
| 5123 | 'path' => $baseDir . '/tests/php/src/Internal/Traits/AccessiblePrivateMethodsTest.php' |
| 5124 | ), |
| 5125 | 'Automattic\\WooCommerce\\Tests\\Internal\\Traits\\BaseClass' => array( |
| 5126 | 'version' => '9.6.0.0', |
| 5127 | 'path' => $baseDir . '/tests/php/src/Internal/Traits/AccessiblePrivateMethodsTest.php' |
| 5128 | ), |
| 5129 | 'Automattic\\WooCommerce\\Tests\\Internal\\TransientFiles\\TransientFilesEngineTest' => array( |
| 5130 | 'version' => '9.6.0.0', |
| 5131 | 'path' => $baseDir . '/tests/php/src/Internal/TransientFiles/TransientFilesEngineTest.php' |
| 5132 | ), |
| 5133 | 'Automattic\\WooCommerce\\Tests\\Internal\\Utilities\\COTMigrationUtilTest' => array( |
| 5134 | 'version' => '9.6.0.0', |
| 5135 | 'path' => $baseDir . '/tests/php/src/Internal/Utilities/COTMigrationUtilTest.php' |
| 5136 | ), |
| 5137 | 'Automattic\\WooCommerce\\Tests\\Internal\\Utilities\\DatabaseUtilTest' => array( |
| 5138 | 'version' => '9.6.0.0', |
| 5139 | 'path' => $baseDir . '/tests/php/src/Internal/Utilities/DatabaseUtilTest.php' |
| 5140 | ), |
| 5141 | 'Automattic\\WooCommerce\\Tests\\Internal\\Utilities\\FilesystemUtilTest' => array( |
| 5142 | 'version' => '9.6.0.0', |
| 5143 | 'path' => $baseDir . '/tests/php/src/Internal/Utilities/FilesystemUtilTest.php' |
| 5144 | ), |
| 5145 | 'Automattic\\WooCommerce\\Tests\\Internal\\Utilities\\HtmlSanitizerTest' => array( |
| 5146 | 'version' => '9.6.0.0', |
| 5147 | 'path' => $baseDir . '/tests/php/src/Internal/Utilities/HtmlSanitizerTest.php' |
| 5148 | ), |
| 5149 | 'Automattic\\WooCommerce\\Tests\\Internal\\Utilities\\TypesTest' => array( |
| 5150 | 'version' => '9.6.0.0', |
| 5151 | 'path' => $baseDir . '/tests/php/src/Internal/Utilities/TypesTest.php' |
| 5152 | ), |
| 5153 | 'Automattic\\WooCommerce\\Tests\\Internal\\Utilities\\URLTest' => array( |
| 5154 | 'version' => '9.6.0.0', |
| 5155 | 'path' => $baseDir . '/tests/php/src/Internal/Utilities/URLTest.php' |
| 5156 | ), |
| 5157 | 'Automattic\\WooCommerce\\Tests\\Internal\\Utilities\\UsersTest' => array( |
| 5158 | 'version' => '9.6.0.0', |
| 5159 | 'path' => $baseDir . '/tests/php/src/Internal/Utilities/UsersTest.php' |
| 5160 | ), |
| 5161 | 'Automattic\\WooCommerce\\Tests\\Internal\\WCCom\\ConnectionHelperTest' => array( |
| 5162 | 'version' => '9.6.0.0', |
| 5163 | 'path' => $baseDir . '/tests/php/src/Internal/WCCom/ConnectionHelperTest.php' |
| 5164 | ), |
| 5165 | 'Automattic\\WooCommerce\\Tests\\LayoutTemplates\\LayoutTemplateRegistryTest' => array( |
| 5166 | 'version' => '9.6.0.0', |
| 5167 | 'path' => $baseDir . '/tests/php/src/LayoutTemplates/LayoutTemplateRegistryTest.php' |
| 5168 | ), |
| 5169 | 'Automattic\\WooCommerce\\Tests\\LayoutTemplates\\TestLayoutTemplate' => array( |
| 5170 | 'version' => '9.6.0.0', |
| 5171 | 'path' => $baseDir . '/tests/php/src/LayoutTemplates/TestLayoutTemplate.php' |
| 5172 | ), |
| 5173 | 'Automattic\\WooCommerce\\Tests\\Proxies\\ClassThatDependsOnLegacyCodeTest' => array( |
| 5174 | 'version' => '9.6.0.0', |
| 5175 | 'path' => $baseDir . '/tests/php/src/Proxies/ClassThatDependsOnLegacyCodeTest.php' |
| 5176 | ), |
| 5177 | 'Automattic\\WooCommerce\\Tests\\Proxies\\DynamicDecoratorTest' => array( |
| 5178 | 'version' => '9.6.0.0', |
| 5179 | 'path' => $baseDir . '/tests/php/src/Proxies/DynamicDecoratorTest.php' |
| 5180 | ), |
| 5181 | 'Automattic\\WooCommerce\\Tests\\Proxies\\ExampleClasses\\ClassThatDependsOnLegacyCode' => array( |
| 5182 | 'version' => '9.6.0.0', |
| 5183 | 'path' => $baseDir . '/tests/php/src/Proxies/ExampleClasses/ClassThatDependsOnLegacyCode.php' |
| 5184 | ), |
| 5185 | 'Automattic\\WooCommerce\\Tests\\Proxies\\ExampleClasses\\ClassWithReplaceableMembers' => array( |
| 5186 | 'version' => '9.6.0.0', |
| 5187 | 'path' => $baseDir . '/tests/php/src/Proxies/ExampleClasses/ClassWithReplaceableMembers.php' |
| 5188 | ), |
| 5189 | 'Automattic\\WooCommerce\\Tests\\Proxies\\LegacyProxyTest' => array( |
| 5190 | 'version' => '9.6.0.0', |
| 5191 | 'path' => $baseDir . '/tests/php/src/Proxies/LegacyProxyTest.php' |
| 5192 | ), |
| 5193 | 'Automattic\\WooCommerce\\Tests\\Proxies\\MockableLegacyProxyTest' => array( |
| 5194 | 'version' => '9.6.0.0', |
| 5195 | 'path' => $baseDir . '/tests/php/src/Proxies/MockableLegacyProxyTest.php' |
| 5196 | ), |
| 5197 | 'Automattic\\WooCommerce\\Tests\\Utilities\\ArrayUtilTest' => array( |
| 5198 | 'version' => '9.6.0.0', |
| 5199 | 'path' => $baseDir . '/tests/php/src/Utilities/ArrayUtilTest.php' |
| 5200 | ), |
| 5201 | 'Automattic\\WooCommerce\\Tests\\Utilities\\DiscountsUtilTest' => array( |
| 5202 | 'version' => '9.6.0.0', |
| 5203 | 'path' => $baseDir . '/tests/php/src/Utilities/DiscountsUtilTest.php' |
| 5204 | ), |
| 5205 | 'Automattic\\WooCommerce\\Tests\\Utilities\\I18nUtilTest' => array( |
| 5206 | 'version' => '9.6.0.0', |
| 5207 | 'path' => $baseDir . '/tests/php/src/Utilities/I18nUtilTest.php' |
| 5208 | ), |
| 5209 | 'Automattic\\WooCommerce\\Tests\\Utilities\\NumberUtilTest' => array( |
| 5210 | 'version' => '9.6.0.0', |
| 5211 | 'path' => $baseDir . '/tests/php/src/Utilities/NumberUtilTest.php' |
| 5212 | ), |
| 5213 | 'Automattic\\WooCommerce\\Tests\\Utilities\\PluginUtilTests' => array( |
| 5214 | 'version' => '9.6.0.0', |
| 5215 | 'path' => $baseDir . '/tests/php/src/Utilities/PluginUtilTests.php' |
| 5216 | ), |
| 5217 | 'Automattic\\WooCommerce\\Tests\\Utilities\\StringUtilTest' => array( |
| 5218 | 'version' => '9.6.0.0', |
| 5219 | 'path' => $baseDir . '/tests/php/src/Utilities/StringUtilTest.php' |
| 5220 | ), |
| 5221 | 'Automattic\\WooCommerce\\Utilities\\ArrayUtil' => array( |
| 5222 | 'version' => '9.6.0.0', |
| 5223 | 'path' => $baseDir . '/src/Utilities/ArrayUtil.php' |
| 5224 | ), |
| 5225 | 'Automattic\\WooCommerce\\Utilities\\DiscountsUtil' => array( |
| 5226 | 'version' => '9.6.0.0', |
| 5227 | 'path' => $baseDir . '/src/Utilities/DiscountsUtil.php' |
| 5228 | ), |
| 5229 | 'Automattic\\WooCommerce\\Utilities\\FeaturesUtil' => array( |
| 5230 | 'version' => '9.6.0.0', |
| 5231 | 'path' => $baseDir . '/src/Utilities/FeaturesUtil.php' |
| 5232 | ), |
| 5233 | 'Automattic\\WooCommerce\\Utilities\\I18nUtil' => array( |
| 5234 | 'version' => '9.6.0.0', |
| 5235 | 'path' => $baseDir . '/src/Utilities/I18nUtil.php' |
| 5236 | ), |
| 5237 | 'Automattic\\WooCommerce\\Utilities\\LoggingUtil' => array( |
| 5238 | 'version' => '9.6.0.0', |
| 5239 | 'path' => $baseDir . '/src/Utilities/LoggingUtil.php' |
| 5240 | ), |
| 5241 | 'Automattic\\WooCommerce\\Utilities\\NumberUtil' => array( |
| 5242 | 'version' => '9.6.0.0', |
| 5243 | 'path' => $baseDir . '/src/Utilities/NumberUtil.php' |
| 5244 | ), |
| 5245 | 'Automattic\\WooCommerce\\Utilities\\OrderUtil' => array( |
| 5246 | 'version' => '9.6.0.0', |
| 5247 | 'path' => $baseDir . '/src/Utilities/OrderUtil.php' |
| 5248 | ), |
| 5249 | 'Automattic\\WooCommerce\\Utilities\\PluginUtil' => array( |
| 5250 | 'version' => '9.6.0.0', |
| 5251 | 'path' => $baseDir . '/src/Utilities/PluginUtil.php' |
| 5252 | ), |
| 5253 | 'Automattic\\WooCommerce\\Utilities\\RestApiUtil' => array( |
| 5254 | 'version' => '9.6.0.0', |
| 5255 | 'path' => $baseDir . '/src/Utilities/RestApiUtil.php' |
| 5256 | ), |
| 5257 | 'Automattic\\WooCommerce\\Utilities\\StringUtil' => array( |
| 5258 | 'version' => '9.6.0.0', |
| 5259 | 'path' => $baseDir . '/src/Utilities/StringUtil.php' |
| 5260 | ), |
| 5261 | 'Automattic\\WooCommerce\\Utilities\\TimeUtil' => array( |
| 5262 | 'version' => '9.6.0.0', |
| 5263 | 'path' => $baseDir . '/src/Utilities/TimeUtil.php' |
| 5264 | ), |
| 5265 | 'Automattic\\WooCommerce\\Vendor\\Detection\\MobileDetect' => array( |
| 5266 | 'version' => '9.6.0.0', |
| 5267 | 'path' => $baseDir . '/lib/packages/Detection/MobileDetect.php' |
| 5268 | ), |
| 5269 | 'Automattic\\WooCommerce\\Vendor\\League\\Container\\Argument\\ArgumentResolverInterface' => array( |
| 5270 | 'version' => '9.6.0.0', |
| 5271 | 'path' => $baseDir . '/lib/packages/League/Container/Argument/ArgumentResolverInterface.php' |
| 5272 | ), |
| 5273 | 'Automattic\\WooCommerce\\Vendor\\League\\Container\\Argument\\ArgumentResolverTrait' => array( |
| 5274 | 'version' => '9.6.0.0', |
| 5275 | 'path' => $baseDir . '/lib/packages/League/Container/Argument/ArgumentResolverTrait.php' |
| 5276 | ), |
| 5277 | 'Automattic\\WooCommerce\\Vendor\\League\\Container\\Argument\\ClassName' => array( |
| 5278 | 'version' => '9.6.0.0', |
| 5279 | 'path' => $baseDir . '/lib/packages/League/Container/Argument/ClassName.php' |
| 5280 | ), |
| 5281 | 'Automattic\\WooCommerce\\Vendor\\League\\Container\\Argument\\ClassNameInterface' => array( |
| 5282 | 'version' => '9.6.0.0', |
| 5283 | 'path' => $baseDir . '/lib/packages/League/Container/Argument/ClassNameInterface.php' |
| 5284 | ), |
| 5285 | 'Automattic\\WooCommerce\\Vendor\\League\\Container\\Argument\\ClassNameWithOptionalValue' => array( |
| 5286 | 'version' => '9.6.0.0', |
| 5287 | 'path' => $baseDir . '/lib/packages/League/Container/Argument/ClassNameWithOptionalValue.php' |
| 5288 | ), |
| 5289 | 'Automattic\\WooCommerce\\Vendor\\League\\Container\\Argument\\RawArgument' => array( |
| 5290 | 'version' => '9.6.0.0', |
| 5291 | 'path' => $baseDir . '/lib/packages/League/Container/Argument/RawArgument.php' |
| 5292 | ), |
| 5293 | 'Automattic\\WooCommerce\\Vendor\\League\\Container\\Argument\\RawArgumentInterface' => array( |
| 5294 | 'version' => '9.6.0.0', |
| 5295 | 'path' => $baseDir . '/lib/packages/League/Container/Argument/RawArgumentInterface.php' |
| 5296 | ), |
| 5297 | 'Automattic\\WooCommerce\\Vendor\\League\\Container\\Container' => array( |
| 5298 | 'version' => '9.6.0.0', |
| 5299 | 'path' => $baseDir . '/lib/packages/League/Container/Container.php' |
| 5300 | ), |
| 5301 | 'Automattic\\WooCommerce\\Vendor\\League\\Container\\ContainerAwareInterface' => array( |
| 5302 | 'version' => '9.6.0.0', |
| 5303 | 'path' => $baseDir . '/lib/packages/League/Container/ContainerAwareInterface.php' |
| 5304 | ), |
| 5305 | 'Automattic\\WooCommerce\\Vendor\\League\\Container\\ContainerAwareTrait' => array( |
| 5306 | 'version' => '9.6.0.0', |
| 5307 | 'path' => $baseDir . '/lib/packages/League/Container/ContainerAwareTrait.php' |
| 5308 | ), |
| 5309 | 'Automattic\\WooCommerce\\Vendor\\League\\Container\\Definition\\Definition' => array( |
| 5310 | 'version' => '9.6.0.0', |
| 5311 | 'path' => $baseDir . '/lib/packages/League/Container/Definition/Definition.php' |
| 5312 | ), |
| 5313 | 'Automattic\\WooCommerce\\Vendor\\League\\Container\\Definition\\DefinitionAggregate' => array( |
| 5314 | 'version' => '9.6.0.0', |
| 5315 | 'path' => $baseDir . '/lib/packages/League/Container/Definition/DefinitionAggregate.php' |
| 5316 | ), |
| 5317 | 'Automattic\\WooCommerce\\Vendor\\League\\Container\\Definition\\DefinitionAggregateInterface' => array( |
| 5318 | 'version' => '9.6.0.0', |
| 5319 | 'path' => $baseDir . '/lib/packages/League/Container/Definition/DefinitionAggregateInterface.php' |
| 5320 | ), |
| 5321 | 'Automattic\\WooCommerce\\Vendor\\League\\Container\\Definition\\DefinitionInterface' => array( |
| 5322 | 'version' => '9.6.0.0', |
| 5323 | 'path' => $baseDir . '/lib/packages/League/Container/Definition/DefinitionInterface.php' |
| 5324 | ), |
| 5325 | 'Automattic\\WooCommerce\\Vendor\\League\\Container\\Exception\\ContainerException' => array( |
| 5326 | 'version' => '9.6.0.0', |
| 5327 | 'path' => $baseDir . '/lib/packages/League/Container/Exception/ContainerException.php' |
| 5328 | ), |
| 5329 | 'Automattic\\WooCommerce\\Vendor\\League\\Container\\Exception\\NotFoundException' => array( |
| 5330 | 'version' => '9.6.0.0', |
| 5331 | 'path' => $baseDir . '/lib/packages/League/Container/Exception/NotFoundException.php' |
| 5332 | ), |
| 5333 | 'Automattic\\WooCommerce\\Vendor\\League\\Container\\Inflector\\Inflector' => array( |
| 5334 | 'version' => '9.6.0.0', |
| 5335 | 'path' => $baseDir . '/lib/packages/League/Container/Inflector/Inflector.php' |
| 5336 | ), |
| 5337 | 'Automattic\\WooCommerce\\Vendor\\League\\Container\\Inflector\\InflectorAggregate' => array( |
| 5338 | 'version' => '9.6.0.0', |
| 5339 | 'path' => $baseDir . '/lib/packages/League/Container/Inflector/InflectorAggregate.php' |
| 5340 | ), |
| 5341 | 'Automattic\\WooCommerce\\Vendor\\League\\Container\\Inflector\\InflectorAggregateInterface' => array( |
| 5342 | 'version' => '9.6.0.0', |
| 5343 | 'path' => $baseDir . '/lib/packages/League/Container/Inflector/InflectorAggregateInterface.php' |
| 5344 | ), |
| 5345 | 'Automattic\\WooCommerce\\Vendor\\League\\Container\\Inflector\\InflectorInterface' => array( |
| 5346 | 'version' => '9.6.0.0', |
| 5347 | 'path' => $baseDir . '/lib/packages/League/Container/Inflector/InflectorInterface.php' |
| 5348 | ), |
| 5349 | 'Automattic\\WooCommerce\\Vendor\\League\\Container\\ReflectionContainer' => array( |
| 5350 | 'version' => '9.6.0.0', |
| 5351 | 'path' => $baseDir . '/lib/packages/League/Container/ReflectionContainer.php' |
| 5352 | ), |
| 5353 | 'Automattic\\WooCommerce\\Vendor\\League\\Container\\ServiceProvider\\AbstractServiceProvider' => array( |
| 5354 | 'version' => '9.6.0.0', |
| 5355 | 'path' => $baseDir . '/lib/packages/League/Container/ServiceProvider/AbstractServiceProvider.php' |
| 5356 | ), |
| 5357 | 'Automattic\\WooCommerce\\Vendor\\League\\Container\\ServiceProvider\\BootableServiceProviderInterface' => array( |
| 5358 | 'version' => '9.6.0.0', |
| 5359 | 'path' => $baseDir . '/lib/packages/League/Container/ServiceProvider/BootableServiceProviderInterface.php' |
| 5360 | ), |
| 5361 | 'Automattic\\WooCommerce\\Vendor\\League\\Container\\ServiceProvider\\ServiceProviderAggregate' => array( |
| 5362 | 'version' => '9.6.0.0', |
| 5363 | 'path' => $baseDir . '/lib/packages/League/Container/ServiceProvider/ServiceProviderAggregate.php' |
| 5364 | ), |
| 5365 | 'Automattic\\WooCommerce\\Vendor\\League\\Container\\ServiceProvider\\ServiceProviderAggregateInterface' => array( |
| 5366 | 'version' => '9.6.0.0', |
| 5367 | 'path' => $baseDir . '/lib/packages/League/Container/ServiceProvider/ServiceProviderAggregateInterface.php' |
| 5368 | ), |
| 5369 | 'Automattic\\WooCommerce\\Vendor\\League\\Container\\ServiceProvider\\ServiceProviderInterface' => array( |
| 5370 | 'version' => '9.6.0.0', |
| 5371 | 'path' => $baseDir . '/lib/packages/League/Container/ServiceProvider/ServiceProviderInterface.php' |
| 5372 | ), |
| 5373 | 'Automattic\\WooCommerce\\Vendor\\Psr\\Container\\ContainerExceptionInterface' => array( |
| 5374 | 'version' => '9.6.0.0', |
| 5375 | 'path' => $baseDir . '/lib/packages/Psr/Container/ContainerExceptionInterface.php' |
| 5376 | ), |
| 5377 | 'Automattic\\WooCommerce\\Vendor\\Psr\\Container\\ContainerInterface' => array( |
| 5378 | 'version' => '9.6.0.0', |
| 5379 | 'path' => $baseDir . '/lib/packages/Psr/Container/ContainerInterface.php' |
| 5380 | ), |
| 5381 | 'Automattic\\WooCommerce\\Vendor\\Psr\\Container\\NotFoundExceptionInterface' => array( |
| 5382 | 'version' => '9.6.0.0', |
| 5383 | 'path' => $baseDir . '/lib/packages/Psr/Container/NotFoundExceptionInterface.php' |
| 5384 | ), |
| 5385 | 'ClassWithLoadMethod' => array( |
| 5386 | 'version' => '9.6.0.0', |
| 5387 | 'path' => $baseDir . '/tests/php/src/Internal/DependencyManagement/ExampleClasses/ClassWithLoadMethod.php' |
| 5388 | ), |
| 5389 | 'ClassWithSingleton' => array( |
| 5390 | 'version' => '9.6.0.0', |
| 5391 | 'path' => $baseDir . '/tests/php/src/Internal/DependencyManagement/ExampleClasses/ClassWithSingleton.php' |
| 5392 | ), |
| 5393 | 'Composer\\Installers\\AglInstaller' => array( |
| 5394 | 'version' => '1.12.0.0', |
| 5395 | 'path' => $vendorDir . '/composer/installers/src/Composer/Installers/AglInstaller.php' |
| 5396 | ), |
| 5397 | 'Composer\\Installers\\AimeosInstaller' => array( |
| 5398 | 'version' => '1.12.0.0', |
| 5399 | 'path' => $vendorDir . '/composer/installers/src/Composer/Installers/AimeosInstaller.php' |
| 5400 | ), |
| 5401 | 'Composer\\Installers\\AnnotateCmsInstaller' => array( |
| 5402 | 'version' => '1.12.0.0', |
| 5403 | 'path' => $vendorDir . '/composer/installers/src/Composer/Installers/AnnotateCmsInstaller.php' |
| 5404 | ), |
| 5405 | 'Composer\\Installers\\AsgardInstaller' => array( |
| 5406 | 'version' => '1.12.0.0', |
| 5407 | 'path' => $vendorDir . '/composer/installers/src/Composer/Installers/AsgardInstaller.php' |
| 5408 | ), |
| 5409 | 'Composer\\Installers\\AttogramInstaller' => array( |
| 5410 | 'version' => '1.12.0.0', |
| 5411 | 'path' => $vendorDir . '/composer/installers/src/Composer/Installers/AttogramInstaller.php' |
| 5412 | ), |
| 5413 | 'Composer\\Installers\\BaseInstaller' => array( |
| 5414 | 'version' => '1.12.0.0', |
| 5415 | 'path' => $vendorDir . '/composer/installers/src/Composer/Installers/BaseInstaller.php' |
| 5416 | ), |
| 5417 | 'Composer\\Installers\\BitrixInstaller' => array( |
| 5418 | 'version' => '1.12.0.0', |
| 5419 | 'path' => $vendorDir . '/composer/installers/src/Composer/Installers/BitrixInstaller.php' |
| 5420 | ), |
| 5421 | 'Composer\\Installers\\BonefishInstaller' => array( |
| 5422 | 'version' => '1.12.0.0', |
| 5423 | 'path' => $vendorDir . '/composer/installers/src/Composer/Installers/BonefishInstaller.php' |
| 5424 | ), |
| 5425 | 'Composer\\Installers\\CakePHPInstaller' => array( |
| 5426 | 'version' => '1.12.0.0', |
| 5427 | 'path' => $vendorDir . '/composer/installers/src/Composer/Installers/CakePHPInstaller.php' |
| 5428 | ), |
| 5429 | 'Composer\\Installers\\ChefInstaller' => array( |
| 5430 | 'version' => '1.12.0.0', |
| 5431 | 'path' => $vendorDir . '/composer/installers/src/Composer/Installers/ChefInstaller.php' |
| 5432 | ), |
| 5433 | 'Composer\\Installers\\CiviCrmInstaller' => array( |
| 5434 | 'version' => '1.12.0.0', |
| 5435 | 'path' => $vendorDir . '/composer/installers/src/Composer/Installers/CiviCrmInstaller.php' |
| 5436 | ), |
| 5437 | 'Composer\\Installers\\ClanCatsFrameworkInstaller' => array( |
| 5438 | 'version' => '1.12.0.0', |
| 5439 | 'path' => $vendorDir . '/composer/installers/src/Composer/Installers/ClanCatsFrameworkInstaller.php' |
| 5440 | ), |
| 5441 | 'Composer\\Installers\\CockpitInstaller' => array( |
| 5442 | 'version' => '1.12.0.0', |
| 5443 | 'path' => $vendorDir . '/composer/installers/src/Composer/Installers/CockpitInstaller.php' |
| 5444 | ), |
| 5445 | 'Composer\\Installers\\CodeIgniterInstaller' => array( |
| 5446 | 'version' => '1.12.0.0', |
| 5447 | 'path' => $vendorDir . '/composer/installers/src/Composer/Installers/CodeIgniterInstaller.php' |
| 5448 | ), |
| 5449 | 'Composer\\Installers\\Concrete5Installer' => array( |
| 5450 | 'version' => '1.12.0.0', |
| 5451 | 'path' => $vendorDir . '/composer/installers/src/Composer/Installers/Concrete5Installer.php' |
| 5452 | ), |
| 5453 | 'Composer\\Installers\\CraftInstaller' => array( |
| 5454 | 'version' => '1.12.0.0', |
| 5455 | 'path' => $vendorDir . '/composer/installers/src/Composer/Installers/CraftInstaller.php' |
| 5456 | ), |
| 5457 | 'Composer\\Installers\\CroogoInstaller' => array( |
| 5458 | 'version' => '1.12.0.0', |
| 5459 | 'path' => $vendorDir . '/composer/installers/src/Composer/Installers/CroogoInstaller.php' |
| 5460 | ), |
| 5461 | 'Composer\\Installers\\DecibelInstaller' => array( |
| 5462 | 'version' => '1.12.0.0', |
| 5463 | 'path' => $vendorDir . '/composer/installers/src/Composer/Installers/DecibelInstaller.php' |
| 5464 | ), |
| 5465 | 'Composer\\Installers\\DframeInstaller' => array( |
| 5466 | 'version' => '1.12.0.0', |
| 5467 | 'path' => $vendorDir . '/composer/installers/src/Composer/Installers/DframeInstaller.php' |
| 5468 | ), |
| 5469 | 'Composer\\Installers\\DokuWikiInstaller' => array( |
| 5470 | 'version' => '1.12.0.0', |
| 5471 | 'path' => $vendorDir . '/composer/installers/src/Composer/Installers/DokuWikiInstaller.php' |
| 5472 | ), |
| 5473 | 'Composer\\Installers\\DolibarrInstaller' => array( |
| 5474 | 'version' => '1.12.0.0', |
| 5475 | 'path' => $vendorDir . '/composer/installers/src/Composer/Installers/DolibarrInstaller.php' |
| 5476 | ), |
| 5477 | 'Composer\\Installers\\DrupalInstaller' => array( |
| 5478 | 'version' => '1.12.0.0', |
| 5479 | 'path' => $vendorDir . '/composer/installers/src/Composer/Installers/DrupalInstaller.php' |
| 5480 | ), |
| 5481 | 'Composer\\Installers\\ElggInstaller' => array( |
| 5482 | 'version' => '1.12.0.0', |
| 5483 | 'path' => $vendorDir . '/composer/installers/src/Composer/Installers/ElggInstaller.php' |
| 5484 | ), |
| 5485 | 'Composer\\Installers\\EliasisInstaller' => array( |
| 5486 | 'version' => '1.12.0.0', |
| 5487 | 'path' => $vendorDir . '/composer/installers/src/Composer/Installers/EliasisInstaller.php' |
| 5488 | ), |
| 5489 | 'Composer\\Installers\\ExpressionEngineInstaller' => array( |
| 5490 | 'version' => '1.12.0.0', |
| 5491 | 'path' => $vendorDir . '/composer/installers/src/Composer/Installers/ExpressionEngineInstaller.php' |
| 5492 | ), |
| 5493 | 'Composer\\Installers\\EzPlatformInstaller' => array( |
| 5494 | 'version' => '1.12.0.0', |
| 5495 | 'path' => $vendorDir . '/composer/installers/src/Composer/Installers/EzPlatformInstaller.php' |
| 5496 | ), |
| 5497 | 'Composer\\Installers\\FuelInstaller' => array( |
| 5498 | 'version' => '1.12.0.0', |
| 5499 | 'path' => $vendorDir . '/composer/installers/src/Composer/Installers/FuelInstaller.php' |
| 5500 | ), |
| 5501 | 'Composer\\Installers\\FuelphpInstaller' => array( |
| 5502 | 'version' => '1.12.0.0', |
| 5503 | 'path' => $vendorDir . '/composer/installers/src/Composer/Installers/FuelphpInstaller.php' |
| 5504 | ), |
| 5505 | 'Composer\\Installers\\GravInstaller' => array( |
| 5506 | 'version' => '1.12.0.0', |
| 5507 | 'path' => $vendorDir . '/composer/installers/src/Composer/Installers/GravInstaller.php' |
| 5508 | ), |
| 5509 | 'Composer\\Installers\\HuradInstaller' => array( |
| 5510 | 'version' => '1.12.0.0', |
| 5511 | 'path' => $vendorDir . '/composer/installers/src/Composer/Installers/HuradInstaller.php' |
| 5512 | ), |
| 5513 | 'Composer\\Installers\\ImageCMSInstaller' => array( |
| 5514 | 'version' => '1.12.0.0', |
| 5515 | 'path' => $vendorDir . '/composer/installers/src/Composer/Installers/ImageCMSInstaller.php' |
| 5516 | ), |
| 5517 | 'Composer\\Installers\\Installer' => array( |
| 5518 | 'version' => '1.12.0.0', |
| 5519 | 'path' => $vendorDir . '/composer/installers/src/Composer/Installers/Installer.php' |
| 5520 | ), |
| 5521 | 'Composer\\Installers\\ItopInstaller' => array( |
| 5522 | 'version' => '1.12.0.0', |
| 5523 | 'path' => $vendorDir . '/composer/installers/src/Composer/Installers/ItopInstaller.php' |
| 5524 | ), |
| 5525 | 'Composer\\Installers\\JoomlaInstaller' => array( |
| 5526 | 'version' => '1.12.0.0', |
| 5527 | 'path' => $vendorDir . '/composer/installers/src/Composer/Installers/JoomlaInstaller.php' |
| 5528 | ), |
| 5529 | 'Composer\\Installers\\KanboardInstaller' => array( |
| 5530 | 'version' => '1.12.0.0', |
| 5531 | 'path' => $vendorDir . '/composer/installers/src/Composer/Installers/KanboardInstaller.php' |
| 5532 | ), |
| 5533 | 'Composer\\Installers\\KirbyInstaller' => array( |
| 5534 | 'version' => '1.12.0.0', |
| 5535 | 'path' => $vendorDir . '/composer/installers/src/Composer/Installers/KirbyInstaller.php' |
| 5536 | ), |
| 5537 | 'Composer\\Installers\\KnownInstaller' => array( |
| 5538 | 'version' => '1.12.0.0', |
| 5539 | 'path' => $vendorDir . '/composer/installers/src/Composer/Installers/KnownInstaller.php' |
| 5540 | ), |
| 5541 | 'Composer\\Installers\\KodiCMSInstaller' => array( |
| 5542 | 'version' => '1.12.0.0', |
| 5543 | 'path' => $vendorDir . '/composer/installers/src/Composer/Installers/KodiCMSInstaller.php' |
| 5544 | ), |
| 5545 | 'Composer\\Installers\\KohanaInstaller' => array( |
| 5546 | 'version' => '1.12.0.0', |
| 5547 | 'path' => $vendorDir . '/composer/installers/src/Composer/Installers/KohanaInstaller.php' |
| 5548 | ), |
| 5549 | 'Composer\\Installers\\LanManagementSystemInstaller' => array( |
| 5550 | 'version' => '1.12.0.0', |
| 5551 | 'path' => $vendorDir . '/composer/installers/src/Composer/Installers/LanManagementSystemInstaller.php' |
| 5552 | ), |
| 5553 | 'Composer\\Installers\\LaravelInstaller' => array( |
| 5554 | 'version' => '1.12.0.0', |
| 5555 | 'path' => $vendorDir . '/composer/installers/src/Composer/Installers/LaravelInstaller.php' |
| 5556 | ), |
| 5557 | 'Composer\\Installers\\LavaLiteInstaller' => array( |
| 5558 | 'version' => '1.12.0.0', |
| 5559 | 'path' => $vendorDir . '/composer/installers/src/Composer/Installers/LavaLiteInstaller.php' |
| 5560 | ), |
| 5561 | 'Composer\\Installers\\LithiumInstaller' => array( |
| 5562 | 'version' => '1.12.0.0', |
| 5563 | 'path' => $vendorDir . '/composer/installers/src/Composer/Installers/LithiumInstaller.php' |
| 5564 | ), |
| 5565 | 'Composer\\Installers\\MODULEWorkInstaller' => array( |
| 5566 | 'version' => '1.12.0.0', |
| 5567 | 'path' => $vendorDir . '/composer/installers/src/Composer/Installers/MODULEWorkInstaller.php' |
| 5568 | ), |
| 5569 | 'Composer\\Installers\\MODXEvoInstaller' => array( |
| 5570 | 'version' => '1.12.0.0', |
| 5571 | 'path' => $vendorDir . '/composer/installers/src/Composer/Installers/MODXEvoInstaller.php' |
| 5572 | ), |
| 5573 | 'Composer\\Installers\\MagentoInstaller' => array( |
| 5574 | 'version' => '1.12.0.0', |
| 5575 | 'path' => $vendorDir . '/composer/installers/src/Composer/Installers/MagentoInstaller.php' |
| 5576 | ), |
| 5577 | 'Composer\\Installers\\MajimaInstaller' => array( |
| 5578 | 'version' => '1.12.0.0', |
| 5579 | 'path' => $vendorDir . '/composer/installers/src/Composer/Installers/MajimaInstaller.php' |
| 5580 | ), |
| 5581 | 'Composer\\Installers\\MakoInstaller' => array( |
| 5582 | 'version' => '1.12.0.0', |
| 5583 | 'path' => $vendorDir . '/composer/installers/src/Composer/Installers/MakoInstaller.php' |
| 5584 | ), |
| 5585 | 'Composer\\Installers\\MantisBTInstaller' => array( |
| 5586 | 'version' => '1.12.0.0', |
| 5587 | 'path' => $vendorDir . '/composer/installers/src/Composer/Installers/MantisBTInstaller.php' |
| 5588 | ), |
| 5589 | 'Composer\\Installers\\MauticInstaller' => array( |
| 5590 | 'version' => '1.12.0.0', |
| 5591 | 'path' => $vendorDir . '/composer/installers/src/Composer/Installers/MauticInstaller.php' |
| 5592 | ), |
| 5593 | 'Composer\\Installers\\MayaInstaller' => array( |
| 5594 | 'version' => '1.12.0.0', |
| 5595 | 'path' => $vendorDir . '/composer/installers/src/Composer/Installers/MayaInstaller.php' |
| 5596 | ), |
| 5597 | 'Composer\\Installers\\MediaWikiInstaller' => array( |
| 5598 | 'version' => '1.12.0.0', |
| 5599 | 'path' => $vendorDir . '/composer/installers/src/Composer/Installers/MediaWikiInstaller.php' |
| 5600 | ), |
| 5601 | 'Composer\\Installers\\MiaoxingInstaller' => array( |
| 5602 | 'version' => '1.12.0.0', |
| 5603 | 'path' => $vendorDir . '/composer/installers/src/Composer/Installers/MiaoxingInstaller.php' |
| 5604 | ), |
| 5605 | 'Composer\\Installers\\MicroweberInstaller' => array( |
| 5606 | 'version' => '1.12.0.0', |
| 5607 | 'path' => $vendorDir . '/composer/installers/src/Composer/Installers/MicroweberInstaller.php' |
| 5608 | ), |
| 5609 | 'Composer\\Installers\\ModxInstaller' => array( |
| 5610 | 'version' => '1.12.0.0', |
| 5611 | 'path' => $vendorDir . '/composer/installers/src/Composer/Installers/ModxInstaller.php' |
| 5612 | ), |
| 5613 | 'Composer\\Installers\\MoodleInstaller' => array( |
| 5614 | 'version' => '1.12.0.0', |
| 5615 | 'path' => $vendorDir . '/composer/installers/src/Composer/Installers/MoodleInstaller.php' |
| 5616 | ), |
| 5617 | 'Composer\\Installers\\OctoberInstaller' => array( |
| 5618 | 'version' => '1.12.0.0', |
| 5619 | 'path' => $vendorDir . '/composer/installers/src/Composer/Installers/OctoberInstaller.php' |
| 5620 | ), |
| 5621 | 'Composer\\Installers\\OntoWikiInstaller' => array( |
| 5622 | 'version' => '1.12.0.0', |
| 5623 | 'path' => $vendorDir . '/composer/installers/src/Composer/Installers/OntoWikiInstaller.php' |
| 5624 | ), |
| 5625 | 'Composer\\Installers\\OsclassInstaller' => array( |
| 5626 | 'version' => '1.12.0.0', |
| 5627 | 'path' => $vendorDir . '/composer/installers/src/Composer/Installers/OsclassInstaller.php' |
| 5628 | ), |
| 5629 | 'Composer\\Installers\\OxidInstaller' => array( |
| 5630 | 'version' => '1.12.0.0', |
| 5631 | 'path' => $vendorDir . '/composer/installers/src/Composer/Installers/OxidInstaller.php' |
| 5632 | ), |
| 5633 | 'Composer\\Installers\\PPIInstaller' => array( |
| 5634 | 'version' => '1.12.0.0', |
| 5635 | 'path' => $vendorDir . '/composer/installers/src/Composer/Installers/PPIInstaller.php' |
| 5636 | ), |
| 5637 | 'Composer\\Installers\\PantheonInstaller' => array( |
| 5638 | 'version' => '1.12.0.0', |
| 5639 | 'path' => $vendorDir . '/composer/installers/src/Composer/Installers/PantheonInstaller.php' |
| 5640 | ), |
| 5641 | 'Composer\\Installers\\PhiftyInstaller' => array( |
| 5642 | 'version' => '1.12.0.0', |
| 5643 | 'path' => $vendorDir . '/composer/installers/src/Composer/Installers/PhiftyInstaller.php' |
| 5644 | ), |
| 5645 | 'Composer\\Installers\\PhpBBInstaller' => array( |
| 5646 | 'version' => '1.12.0.0', |
| 5647 | 'path' => $vendorDir . '/composer/installers/src/Composer/Installers/PhpBBInstaller.php' |
| 5648 | ), |
| 5649 | 'Composer\\Installers\\PimcoreInstaller' => array( |
| 5650 | 'version' => '1.12.0.0', |
| 5651 | 'path' => $vendorDir . '/composer/installers/src/Composer/Installers/PimcoreInstaller.php' |
| 5652 | ), |
| 5653 | 'Composer\\Installers\\PiwikInstaller' => array( |
| 5654 | 'version' => '1.12.0.0', |
| 5655 | 'path' => $vendorDir . '/composer/installers/src/Composer/Installers/PiwikInstaller.php' |
| 5656 | ), |
| 5657 | 'Composer\\Installers\\PlentymarketsInstaller' => array( |
| 5658 | 'version' => '1.12.0.0', |
| 5659 | 'path' => $vendorDir . '/composer/installers/src/Composer/Installers/PlentymarketsInstaller.php' |
| 5660 | ), |
| 5661 | 'Composer\\Installers\\Plugin' => array( |
| 5662 | 'version' => '1.12.0.0', |
| 5663 | 'path' => $vendorDir . '/composer/installers/src/Composer/Installers/Plugin.php' |
| 5664 | ), |
| 5665 | 'Composer\\Installers\\PortoInstaller' => array( |
| 5666 | 'version' => '1.12.0.0', |
| 5667 | 'path' => $vendorDir . '/composer/installers/src/Composer/Installers/PortoInstaller.php' |
| 5668 | ), |
| 5669 | 'Composer\\Installers\\PrestashopInstaller' => array( |
| 5670 | 'version' => '1.12.0.0', |
| 5671 | 'path' => $vendorDir . '/composer/installers/src/Composer/Installers/PrestashopInstaller.php' |
| 5672 | ), |
| 5673 | 'Composer\\Installers\\ProcessWireInstaller' => array( |
| 5674 | 'version' => '1.12.0.0', |
| 5675 | 'path' => $vendorDir . '/composer/installers/src/Composer/Installers/ProcessWireInstaller.php' |
| 5676 | ), |
| 5677 | 'Composer\\Installers\\PuppetInstaller' => array( |
| 5678 | 'version' => '1.12.0.0', |
| 5679 | 'path' => $vendorDir . '/composer/installers/src/Composer/Installers/PuppetInstaller.php' |
| 5680 | ), |
| 5681 | 'Composer\\Installers\\PxcmsInstaller' => array( |
| 5682 | 'version' => '1.12.0.0', |
| 5683 | 'path' => $vendorDir . '/composer/installers/src/Composer/Installers/PxcmsInstaller.php' |
| 5684 | ), |
| 5685 | 'Composer\\Installers\\RadPHPInstaller' => array( |
| 5686 | 'version' => '1.12.0.0', |
| 5687 | 'path' => $vendorDir . '/composer/installers/src/Composer/Installers/RadPHPInstaller.php' |
| 5688 | ), |
| 5689 | 'Composer\\Installers\\ReIndexInstaller' => array( |
| 5690 | 'version' => '1.12.0.0', |
| 5691 | 'path' => $vendorDir . '/composer/installers/src/Composer/Installers/ReIndexInstaller.php' |
| 5692 | ), |
| 5693 | 'Composer\\Installers\\Redaxo5Installer' => array( |
| 5694 | 'version' => '1.12.0.0', |
| 5695 | 'path' => $vendorDir . '/composer/installers/src/Composer/Installers/Redaxo5Installer.php' |
| 5696 | ), |
| 5697 | 'Composer\\Installers\\RedaxoInstaller' => array( |
| 5698 | 'version' => '1.12.0.0', |
| 5699 | 'path' => $vendorDir . '/composer/installers/src/Composer/Installers/RedaxoInstaller.php' |
| 5700 | ), |
| 5701 | 'Composer\\Installers\\RoundcubeInstaller' => array( |
| 5702 | 'version' => '1.12.0.0', |
| 5703 | 'path' => $vendorDir . '/composer/installers/src/Composer/Installers/RoundcubeInstaller.php' |
| 5704 | ), |
| 5705 | 'Composer\\Installers\\SMFInstaller' => array( |
| 5706 | 'version' => '1.12.0.0', |
| 5707 | 'path' => $vendorDir . '/composer/installers/src/Composer/Installers/SMFInstaller.php' |
| 5708 | ), |
| 5709 | 'Composer\\Installers\\ShopwareInstaller' => array( |
| 5710 | 'version' => '1.12.0.0', |
| 5711 | 'path' => $vendorDir . '/composer/installers/src/Composer/Installers/ShopwareInstaller.php' |
| 5712 | ), |
| 5713 | 'Composer\\Installers\\SilverStripeInstaller' => array( |
| 5714 | 'version' => '1.12.0.0', |
| 5715 | 'path' => $vendorDir . '/composer/installers/src/Composer/Installers/SilverStripeInstaller.php' |
| 5716 | ), |
| 5717 | 'Composer\\Installers\\SiteDirectInstaller' => array( |
| 5718 | 'version' => '1.12.0.0', |
| 5719 | 'path' => $vendorDir . '/composer/installers/src/Composer/Installers/SiteDirectInstaller.php' |
| 5720 | ), |
| 5721 | 'Composer\\Installers\\StarbugInstaller' => array( |
| 5722 | 'version' => '1.12.0.0', |
| 5723 | 'path' => $vendorDir . '/composer/installers/src/Composer/Installers/StarbugInstaller.php' |
| 5724 | ), |
| 5725 | 'Composer\\Installers\\SyDESInstaller' => array( |
| 5726 | 'version' => '1.12.0.0', |
| 5727 | 'path' => $vendorDir . '/composer/installers/src/Composer/Installers/SyDESInstaller.php' |
| 5728 | ), |
| 5729 | 'Composer\\Installers\\SyliusInstaller' => array( |
| 5730 | 'version' => '1.12.0.0', |
| 5731 | 'path' => $vendorDir . '/composer/installers/src/Composer/Installers/SyliusInstaller.php' |
| 5732 | ), |
| 5733 | 'Composer\\Installers\\Symfony1Installer' => array( |
| 5734 | 'version' => '1.12.0.0', |
| 5735 | 'path' => $vendorDir . '/composer/installers/src/Composer/Installers/Symfony1Installer.php' |
| 5736 | ), |
| 5737 | 'Composer\\Installers\\TYPO3CmsInstaller' => array( |
| 5738 | 'version' => '1.12.0.0', |
| 5739 | 'path' => $vendorDir . '/composer/installers/src/Composer/Installers/TYPO3CmsInstaller.php' |
| 5740 | ), |
| 5741 | 'Composer\\Installers\\TYPO3FlowInstaller' => array( |
| 5742 | 'version' => '1.12.0.0', |
| 5743 | 'path' => $vendorDir . '/composer/installers/src/Composer/Installers/TYPO3FlowInstaller.php' |
| 5744 | ), |
| 5745 | 'Composer\\Installers\\TaoInstaller' => array( |
| 5746 | 'version' => '1.12.0.0', |
| 5747 | 'path' => $vendorDir . '/composer/installers/src/Composer/Installers/TaoInstaller.php' |
| 5748 | ), |
| 5749 | 'Composer\\Installers\\TastyIgniterInstaller' => array( |
| 5750 | 'version' => '1.12.0.0', |
| 5751 | 'path' => $vendorDir . '/composer/installers/src/Composer/Installers/TastyIgniterInstaller.php' |
| 5752 | ), |
| 5753 | 'Composer\\Installers\\TheliaInstaller' => array( |
| 5754 | 'version' => '1.12.0.0', |
| 5755 | 'path' => $vendorDir . '/composer/installers/src/Composer/Installers/TheliaInstaller.php' |
| 5756 | ), |
| 5757 | 'Composer\\Installers\\TuskInstaller' => array( |
| 5758 | 'version' => '1.12.0.0', |
| 5759 | 'path' => $vendorDir . '/composer/installers/src/Composer/Installers/TuskInstaller.php' |
| 5760 | ), |
| 5761 | 'Composer\\Installers\\UserFrostingInstaller' => array( |
| 5762 | 'version' => '1.12.0.0', |
| 5763 | 'path' => $vendorDir . '/composer/installers/src/Composer/Installers/UserFrostingInstaller.php' |
| 5764 | ), |
| 5765 | 'Composer\\Installers\\VanillaInstaller' => array( |
| 5766 | 'version' => '1.12.0.0', |
| 5767 | 'path' => $vendorDir . '/composer/installers/src/Composer/Installers/VanillaInstaller.php' |
| 5768 | ), |
| 5769 | 'Composer\\Installers\\VgmcpInstaller' => array( |
| 5770 | 'version' => '1.12.0.0', |
| 5771 | 'path' => $vendorDir . '/composer/installers/src/Composer/Installers/VgmcpInstaller.php' |
| 5772 | ), |
| 5773 | 'Composer\\Installers\\WHMCSInstaller' => array( |
| 5774 | 'version' => '1.12.0.0', |
| 5775 | 'path' => $vendorDir . '/composer/installers/src/Composer/Installers/WHMCSInstaller.php' |
| 5776 | ), |
| 5777 | 'Composer\\Installers\\WinterInstaller' => array( |
| 5778 | 'version' => '1.12.0.0', |
| 5779 | 'path' => $vendorDir . '/composer/installers/src/Composer/Installers/WinterInstaller.php' |
| 5780 | ), |
| 5781 | 'Composer\\Installers\\WolfCMSInstaller' => array( |
| 5782 | 'version' => '1.12.0.0', |
| 5783 | 'path' => $vendorDir . '/composer/installers/src/Composer/Installers/WolfCMSInstaller.php' |
| 5784 | ), |
| 5785 | 'Composer\\Installers\\WordPressInstaller' => array( |
| 5786 | 'version' => '1.12.0.0', |
| 5787 | 'path' => $vendorDir . '/composer/installers/src/Composer/Installers/WordPressInstaller.php' |
| 5788 | ), |
| 5789 | 'Composer\\Installers\\YawikInstaller' => array( |
| 5790 | 'version' => '1.12.0.0', |
| 5791 | 'path' => $vendorDir . '/composer/installers/src/Composer/Installers/YawikInstaller.php' |
| 5792 | ), |
| 5793 | 'Composer\\Installers\\ZendInstaller' => array( |
| 5794 | 'version' => '1.12.0.0', |
| 5795 | 'path' => $vendorDir . '/composer/installers/src/Composer/Installers/ZendInstaller.php' |
| 5796 | ), |
| 5797 | 'Composer\\Installers\\ZikulaInstaller' => array( |
| 5798 | 'version' => '1.12.0.0', |
| 5799 | 'path' => $vendorDir . '/composer/installers/src/Composer/Installers/ZikulaInstaller.php' |
| 5800 | ), |
| 5801 | 'Container' => array( |
| 5802 | 'version' => '5.0.0', |
| 5803 | 'path' => $vendorDir . '/automattic/jetpack-autoloader/src/class-container.php' |
| 5804 | ), |
| 5805 | 'Foo\\Bar\\ClassWithNonWooNamespace' => array( |
| 5806 | 'version' => '9.6.0.0', |
| 5807 | 'path' => $baseDir . '/tests/php/src/Proxies/ExampleClasses/ClassWithNonWooNamespace.php' |
| 5808 | ), |
| 5809 | 'Hook_Manager' => array( |
| 5810 | 'version' => '5.0.0', |
| 5811 | 'path' => $vendorDir . '/automattic/jetpack-autoloader/src/class-hook-manager.php' |
| 5812 | ), |
| 5813 | 'Jetpack_IXR_Client' => array( |
| 5814 | 'version' => '6.2.0.0', |
| 5815 | 'path' => $vendorDir . '/automattic/jetpack-connection/legacy/class-jetpack-ixr-client.php' |
| 5816 | ), |
| 5817 | 'Jetpack_IXR_ClientMulticall' => array( |
| 5818 | 'version' => '6.2.0.0', |
| 5819 | 'path' => $vendorDir . '/automattic/jetpack-connection/legacy/class-jetpack-ixr-clientmulticall.php' |
| 5820 | ), |
| 5821 | 'Jetpack_Options' => array( |
| 5822 | 'version' => '6.2.0.0', |
| 5823 | 'path' => $vendorDir . '/automattic/jetpack-connection/legacy/class-jetpack-options.php' |
| 5824 | ), |
| 5825 | 'Jetpack_Signature' => array( |
| 5826 | 'version' => '6.2.0.0', |
| 5827 | 'path' => $vendorDir . '/automattic/jetpack-connection/legacy/class-jetpack-signature.php' |
| 5828 | ), |
| 5829 | 'Jetpack_Tracks_Client' => array( |
| 5830 | 'version' => '6.2.0.0', |
| 5831 | 'path' => $vendorDir . '/automattic/jetpack-connection/legacy/class-jetpack-tracks-client.php' |
| 5832 | ), |
| 5833 | 'Jetpack_Tracks_Event' => array( |
| 5834 | 'version' => '6.2.0.0', |
| 5835 | 'path' => $vendorDir . '/automattic/jetpack-connection/legacy/class-jetpack-tracks-event.php' |
| 5836 | ), |
| 5837 | 'Jetpack_XMLRPC_Server' => array( |
| 5838 | 'version' => '6.2.0.0', |
| 5839 | 'path' => $vendorDir . '/automattic/jetpack-connection/legacy/class-jetpack-xmlrpc-server.php' |
| 5840 | ), |
| 5841 | 'Latest_Autoloader_Guard' => array( |
| 5842 | 'version' => '5.0.0', |
| 5843 | 'path' => $vendorDir . '/automattic/jetpack-autoloader/src/class-latest-autoloader-guard.php' |
| 5844 | ), |
| 5845 | 'Manifest_Reader' => array( |
| 5846 | 'version' => '5.0.0', |
| 5847 | 'path' => $vendorDir . '/automattic/jetpack-autoloader/src/class-manifest-reader.php' |
| 5848 | ), |
| 5849 | 'MaxMind\\Db\\Reader' => array( |
| 5850 | 'version' => '1.11.1.0', |
| 5851 | 'path' => $vendorDir . '/maxmind-db/reader/src/MaxMind/Db/Reader.php' |
| 5852 | ), |
| 5853 | 'MaxMind\\Db\\Reader\\Decoder' => array( |
| 5854 | 'version' => '1.11.1.0', |
| 5855 | 'path' => $vendorDir . '/maxmind-db/reader/src/MaxMind/Db/Reader/Decoder.php' |
| 5856 | ), |
| 5857 | 'MaxMind\\Db\\Reader\\InvalidDatabaseException' => array( |
| 5858 | 'version' => '1.11.1.0', |
| 5859 | 'path' => $vendorDir . '/maxmind-db/reader/src/MaxMind/Db/Reader/InvalidDatabaseException.php' |
| 5860 | ), |
| 5861 | 'MaxMind\\Db\\Reader\\Metadata' => array( |
| 5862 | 'version' => '1.11.1.0', |
| 5863 | 'path' => $vendorDir . '/maxmind-db/reader/src/MaxMind/Db/Reader/Metadata.php' |
| 5864 | ), |
| 5865 | 'MaxMind\\Db\\Reader\\Util' => array( |
| 5866 | 'version' => '1.11.1.0', |
| 5867 | 'path' => $vendorDir . '/maxmind-db/reader/src/MaxMind/Db/Reader/Util.php' |
| 5868 | ), |
| 5869 | 'Opis\\JsonSchema\\CompliantValidator' => array( |
| 5870 | 'version' => '2.3.0.0', |
| 5871 | 'path' => $vendorDir . '/opis/json-schema/src/CompliantValidator.php' |
| 5872 | ), |
| 5873 | 'Opis\\JsonSchema\\ContentEncoding' => array( |
| 5874 | 'version' => '2.3.0.0', |
| 5875 | 'path' => $vendorDir . '/opis/json-schema/src/ContentEncoding.php' |
| 5876 | ), |
| 5877 | 'Opis\\JsonSchema\\ContentMediaType' => array( |
| 5878 | 'version' => '2.3.0.0', |
| 5879 | 'path' => $vendorDir . '/opis/json-schema/src/ContentMediaType.php' |
| 5880 | ), |
| 5881 | 'Opis\\JsonSchema\\Errors\\CustomError' => array( |
| 5882 | 'version' => '2.3.0.0', |
| 5883 | 'path' => $vendorDir . '/opis/json-schema/src/Errors/CustomError.php' |
| 5884 | ), |
| 5885 | 'Opis\\JsonSchema\\Errors\\ErrorContainer' => array( |
| 5886 | 'version' => '2.3.0.0', |
| 5887 | 'path' => $vendorDir . '/opis/json-schema/src/Errors/ErrorContainer.php' |
| 5888 | ), |
| 5889 | 'Opis\\JsonSchema\\Errors\\ErrorFormatter' => array( |
| 5890 | 'version' => '2.3.0.0', |
| 5891 | 'path' => $vendorDir . '/opis/json-schema/src/Errors/ErrorFormatter.php' |
| 5892 | ), |
| 5893 | 'Opis\\JsonSchema\\Errors\\ValidationError' => array( |
| 5894 | 'version' => '2.3.0.0', |
| 5895 | 'path' => $vendorDir . '/opis/json-schema/src/Errors/ValidationError.php' |
| 5896 | ), |
| 5897 | 'Opis\\JsonSchema\\Exceptions\\DuplicateSchemaIdException' => array( |
| 5898 | 'version' => '2.3.0.0', |
| 5899 | 'path' => $vendorDir . '/opis/json-schema/src/Exceptions/DuplicateSchemaIdException.php' |
| 5900 | ), |
| 5901 | 'Opis\\JsonSchema\\Exceptions\\InvalidKeywordException' => array( |
| 5902 | 'version' => '2.3.0.0', |
| 5903 | 'path' => $vendorDir . '/opis/json-schema/src/Exceptions/InvalidKeywordException.php' |
| 5904 | ), |
| 5905 | 'Opis\\JsonSchema\\Exceptions\\InvalidPragmaException' => array( |
| 5906 | 'version' => '2.3.0.0', |
| 5907 | 'path' => $vendorDir . '/opis/json-schema/src/Exceptions/InvalidPragmaException.php' |
| 5908 | ), |
| 5909 | 'Opis\\JsonSchema\\Exceptions\\ParseException' => array( |
| 5910 | 'version' => '2.3.0.0', |
| 5911 | 'path' => $vendorDir . '/opis/json-schema/src/Exceptions/ParseException.php' |
| 5912 | ), |
| 5913 | 'Opis\\JsonSchema\\Exceptions\\SchemaException' => array( |
| 5914 | 'version' => '2.3.0.0', |
| 5915 | 'path' => $vendorDir . '/opis/json-schema/src/Exceptions/SchemaException.php' |
| 5916 | ), |
| 5917 | 'Opis\\JsonSchema\\Exceptions\\UnresolvedContentEncodingException' => array( |
| 5918 | 'version' => '2.3.0.0', |
| 5919 | 'path' => $vendorDir . '/opis/json-schema/src/Exceptions/UnresolvedContentEncodingException.php' |
| 5920 | ), |
| 5921 | 'Opis\\JsonSchema\\Exceptions\\UnresolvedContentMediaTypeException' => array( |
| 5922 | 'version' => '2.3.0.0', |
| 5923 | 'path' => $vendorDir . '/opis/json-schema/src/Exceptions/UnresolvedContentMediaTypeException.php' |
| 5924 | ), |
| 5925 | 'Opis\\JsonSchema\\Exceptions\\UnresolvedException' => array( |
| 5926 | 'version' => '2.3.0.0', |
| 5927 | 'path' => $vendorDir . '/opis/json-schema/src/Exceptions/UnresolvedException.php' |
| 5928 | ), |
| 5929 | 'Opis\\JsonSchema\\Exceptions\\UnresolvedFilterException' => array( |
| 5930 | 'version' => '2.3.0.0', |
| 5931 | 'path' => $vendorDir . '/opis/json-schema/src/Exceptions/UnresolvedFilterException.php' |
| 5932 | ), |
| 5933 | 'Opis\\JsonSchema\\Exceptions\\UnresolvedReferenceException' => array( |
| 5934 | 'version' => '2.3.0.0', |
| 5935 | 'path' => $vendorDir . '/opis/json-schema/src/Exceptions/UnresolvedReferenceException.php' |
| 5936 | ), |
| 5937 | 'Opis\\JsonSchema\\Filter' => array( |
| 5938 | 'version' => '2.3.0.0', |
| 5939 | 'path' => $vendorDir . '/opis/json-schema/src/Filter.php' |
| 5940 | ), |
| 5941 | 'Opis\\JsonSchema\\Filters\\CommonFilters' => array( |
| 5942 | 'version' => '2.3.0.0', |
| 5943 | 'path' => $vendorDir . '/opis/json-schema/src/Filters/CommonFilters.php' |
| 5944 | ), |
| 5945 | 'Opis\\JsonSchema\\Filters\\DataExistsFilter' => array( |
| 5946 | 'version' => '2.3.0.0', |
| 5947 | 'path' => $vendorDir . '/opis/json-schema/src/Filters/DataExistsFilter.php' |
| 5948 | ), |
| 5949 | 'Opis\\JsonSchema\\Filters\\DateTimeFilters' => array( |
| 5950 | 'version' => '2.3.0.0', |
| 5951 | 'path' => $vendorDir . '/opis/json-schema/src/Filters/DateTimeFilters.php' |
| 5952 | ), |
| 5953 | 'Opis\\JsonSchema\\Filters\\FilterExistsFilter' => array( |
| 5954 | 'version' => '2.3.0.0', |
| 5955 | 'path' => $vendorDir . '/opis/json-schema/src/Filters/FilterExistsFilter.php' |
| 5956 | ), |
| 5957 | 'Opis\\JsonSchema\\Filters\\FormatExistsFilter' => array( |
| 5958 | 'version' => '2.3.0.0', |
| 5959 | 'path' => $vendorDir . '/opis/json-schema/src/Filters/FormatExistsFilter.php' |
| 5960 | ), |
| 5961 | 'Opis\\JsonSchema\\Filters\\GlobalVarExistsFilter' => array( |
| 5962 | 'version' => '2.3.0.0', |
| 5963 | 'path' => $vendorDir . '/opis/json-schema/src/Filters/GlobalVarExistsFilter.php' |
| 5964 | ), |
| 5965 | 'Opis\\JsonSchema\\Filters\\SchemaExistsFilter' => array( |
| 5966 | 'version' => '2.3.0.0', |
| 5967 | 'path' => $vendorDir . '/opis/json-schema/src/Filters/SchemaExistsFilter.php' |
| 5968 | ), |
| 5969 | 'Opis\\JsonSchema\\Filters\\SlotExistsFilter' => array( |
| 5970 | 'version' => '2.3.0.0', |
| 5971 | 'path' => $vendorDir . '/opis/json-schema/src/Filters/SlotExistsFilter.php' |
| 5972 | ), |
| 5973 | 'Opis\\JsonSchema\\Format' => array( |
| 5974 | 'version' => '2.3.0.0', |
| 5975 | 'path' => $vendorDir . '/opis/json-schema/src/Format.php' |
| 5976 | ), |
| 5977 | 'Opis\\JsonSchema\\Formats\\DateTimeFormats' => array( |
| 5978 | 'version' => '2.3.0.0', |
| 5979 | 'path' => $vendorDir . '/opis/json-schema/src/Formats/DateTimeFormats.php' |
| 5980 | ), |
| 5981 | 'Opis\\JsonSchema\\Formats\\IriFormats' => array( |
| 5982 | 'version' => '2.3.0.0', |
| 5983 | 'path' => $vendorDir . '/opis/json-schema/src/Formats/IriFormats.php' |
| 5984 | ), |
| 5985 | 'Opis\\JsonSchema\\Formats\\MiscFormats' => array( |
| 5986 | 'version' => '2.3.0.0', |
| 5987 | 'path' => $vendorDir . '/opis/json-schema/src/Formats/MiscFormats.php' |
| 5988 | ), |
| 5989 | 'Opis\\JsonSchema\\Formats\\UriFormats' => array( |
| 5990 | 'version' => '2.3.0.0', |
| 5991 | 'path' => $vendorDir . '/opis/json-schema/src/Formats/UriFormats.php' |
| 5992 | ), |
| 5993 | 'Opis\\JsonSchema\\Helper' => array( |
| 5994 | 'version' => '2.3.0.0', |
| 5995 | 'path' => $vendorDir . '/opis/json-schema/src/Helper.php' |
| 5996 | ), |
| 5997 | 'Opis\\JsonSchema\\Info\\DataInfo' => array( |
| 5998 | 'version' => '2.3.0.0', |
| 5999 | 'path' => $vendorDir . '/opis/json-schema/src/Info/DataInfo.php' |
| 6000 | ), |
| 6001 | 'Opis\\JsonSchema\\Info\\SchemaInfo' => array( |
| 6002 | 'version' => '2.3.0.0', |
| 6003 | 'path' => $vendorDir . '/opis/json-schema/src/Info/SchemaInfo.php' |
| 6004 | ), |
| 6005 | 'Opis\\JsonSchema\\JsonPointer' => array( |
| 6006 | 'version' => '2.3.0.0', |
| 6007 | 'path' => $vendorDir . '/opis/json-schema/src/JsonPointer.php' |
| 6008 | ), |
| 6009 | 'Opis\\JsonSchema\\Keyword' => array( |
| 6010 | 'version' => '2.3.0.0', |
| 6011 | 'path' => $vendorDir . '/opis/json-schema/src/Keyword.php' |
| 6012 | ), |
| 6013 | 'Opis\\JsonSchema\\KeywordValidator' => array( |
| 6014 | 'version' => '2.3.0.0', |
| 6015 | 'path' => $vendorDir . '/opis/json-schema/src/KeywordValidator.php' |
| 6016 | ), |
| 6017 | 'Opis\\JsonSchema\\KeywordValidators\\AbstractKeywordValidator' => array( |
| 6018 | 'version' => '2.3.0.0', |
| 6019 | 'path' => $vendorDir . '/opis/json-schema/src/KeywordValidators/AbstractKeywordValidator.php' |
| 6020 | ), |
| 6021 | 'Opis\\JsonSchema\\KeywordValidators\\CallbackKeywordValidator' => array( |
| 6022 | 'version' => '2.3.0.0', |
| 6023 | 'path' => $vendorDir . '/opis/json-schema/src/KeywordValidators/CallbackKeywordValidator.php' |
| 6024 | ), |
| 6025 | 'Opis\\JsonSchema\\KeywordValidators\\PragmaKeywordValidator' => array( |
| 6026 | 'version' => '2.3.0.0', |
| 6027 | 'path' => $vendorDir . '/opis/json-schema/src/KeywordValidators/PragmaKeywordValidator.php' |
| 6028 | ), |
| 6029 | 'Opis\\JsonSchema\\Keywords\\AbstractRefKeyword' => array( |
| 6030 | 'version' => '2.3.0.0', |
| 6031 | 'path' => $vendorDir . '/opis/json-schema/src/Keywords/AbstractRefKeyword.php' |
| 6032 | ), |
| 6033 | 'Opis\\JsonSchema\\Keywords\\AdditionalItemsKeyword' => array( |
| 6034 | 'version' => '2.3.0.0', |
| 6035 | 'path' => $vendorDir . '/opis/json-schema/src/Keywords/AdditionalItemsKeyword.php' |
| 6036 | ), |
| 6037 | 'Opis\\JsonSchema\\Keywords\\AdditionalPropertiesKeyword' => array( |
| 6038 | 'version' => '2.3.0.0', |
| 6039 | 'path' => $vendorDir . '/opis/json-schema/src/Keywords/AdditionalPropertiesKeyword.php' |
| 6040 | ), |
| 6041 | 'Opis\\JsonSchema\\Keywords\\AllOfKeyword' => array( |
| 6042 | 'version' => '2.3.0.0', |
| 6043 | 'path' => $vendorDir . '/opis/json-schema/src/Keywords/AllOfKeyword.php' |
| 6044 | ), |
| 6045 | 'Opis\\JsonSchema\\Keywords\\AnyOfKeyword' => array( |
| 6046 | 'version' => '2.3.0.0', |
| 6047 | 'path' => $vendorDir . '/opis/json-schema/src/Keywords/AnyOfKeyword.php' |
| 6048 | ), |
| 6049 | 'Opis\\JsonSchema\\Keywords\\ConstDataKeyword' => array( |
| 6050 | 'version' => '2.3.0.0', |
| 6051 | 'path' => $vendorDir . '/opis/json-schema/src/Keywords/ConstDataKeyword.php' |
| 6052 | ), |
| 6053 | 'Opis\\JsonSchema\\Keywords\\ConstKeyword' => array( |
| 6054 | 'version' => '2.3.0.0', |
| 6055 | 'path' => $vendorDir . '/opis/json-schema/src/Keywords/ConstKeyword.php' |
| 6056 | ), |
| 6057 | 'Opis\\JsonSchema\\Keywords\\ContainsKeyword' => array( |
| 6058 | 'version' => '2.3.0.0', |
| 6059 | 'path' => $vendorDir . '/opis/json-schema/src/Keywords/ContainsKeyword.php' |
| 6060 | ), |
| 6061 | 'Opis\\JsonSchema\\Keywords\\ContentEncodingKeyword' => array( |
| 6062 | 'version' => '2.3.0.0', |
| 6063 | 'path' => $vendorDir . '/opis/json-schema/src/Keywords/ContentEncodingKeyword.php' |
| 6064 | ), |
| 6065 | 'Opis\\JsonSchema\\Keywords\\ContentMediaTypeKeyword' => array( |
| 6066 | 'version' => '2.3.0.0', |
| 6067 | 'path' => $vendorDir . '/opis/json-schema/src/Keywords/ContentMediaTypeKeyword.php' |
| 6068 | ), |
| 6069 | 'Opis\\JsonSchema\\Keywords\\ContentSchemaKeyword' => array( |
| 6070 | 'version' => '2.3.0.0', |
| 6071 | 'path' => $vendorDir . '/opis/json-schema/src/Keywords/ContentSchemaKeyword.php' |
| 6072 | ), |
| 6073 | 'Opis\\JsonSchema\\Keywords\\DefaultKeyword' => array( |
| 6074 | 'version' => '2.3.0.0', |
| 6075 | 'path' => $vendorDir . '/opis/json-schema/src/Keywords/DefaultKeyword.php' |
| 6076 | ), |
| 6077 | 'Opis\\JsonSchema\\Keywords\\DependenciesKeyword' => array( |
| 6078 | 'version' => '2.3.0.0', |
| 6079 | 'path' => $vendorDir . '/opis/json-schema/src/Keywords/DependenciesKeyword.php' |
| 6080 | ), |
| 6081 | 'Opis\\JsonSchema\\Keywords\\DependentRequiredKeyword' => array( |
| 6082 | 'version' => '2.3.0.0', |
| 6083 | 'path' => $vendorDir . '/opis/json-schema/src/Keywords/DependentRequiredKeyword.php' |
| 6084 | ), |
| 6085 | 'Opis\\JsonSchema\\Keywords\\DependentSchemasKeyword' => array( |
| 6086 | 'version' => '2.3.0.0', |
| 6087 | 'path' => $vendorDir . '/opis/json-schema/src/Keywords/DependentSchemasKeyword.php' |
| 6088 | ), |
| 6089 | 'Opis\\JsonSchema\\Keywords\\EnumDataKeyword' => array( |
| 6090 | 'version' => '2.3.0.0', |
| 6091 | 'path' => $vendorDir . '/opis/json-schema/src/Keywords/EnumDataKeyword.php' |
| 6092 | ), |
| 6093 | 'Opis\\JsonSchema\\Keywords\\EnumKeyword' => array( |
| 6094 | 'version' => '2.3.0.0', |
| 6095 | 'path' => $vendorDir . '/opis/json-schema/src/Keywords/EnumKeyword.php' |
| 6096 | ), |
| 6097 | 'Opis\\JsonSchema\\Keywords\\ErrorTrait' => array( |
| 6098 | 'version' => '2.3.0.0', |
| 6099 | 'path' => $vendorDir . '/opis/json-schema/src/Keywords/ErrorTrait.php' |
| 6100 | ), |
| 6101 | 'Opis\\JsonSchema\\Keywords\\ExclusiveMaximumDataKeyword' => array( |
| 6102 | 'version' => '2.3.0.0', |
| 6103 | 'path' => $vendorDir . '/opis/json-schema/src/Keywords/ExclusiveMaximumDataKeyword.php' |
| 6104 | ), |
| 6105 | 'Opis\\JsonSchema\\Keywords\\ExclusiveMaximumKeyword' => array( |
| 6106 | 'version' => '2.3.0.0', |
| 6107 | 'path' => $vendorDir . '/opis/json-schema/src/Keywords/ExclusiveMaximumKeyword.php' |
| 6108 | ), |
| 6109 | 'Opis\\JsonSchema\\Keywords\\ExclusiveMinimumDataKeyword' => array( |
| 6110 | 'version' => '2.3.0.0', |
| 6111 | 'path' => $vendorDir . '/opis/json-schema/src/Keywords/ExclusiveMinimumDataKeyword.php' |
| 6112 | ), |
| 6113 | 'Opis\\JsonSchema\\Keywords\\ExclusiveMinimumKeyword' => array( |
| 6114 | 'version' => '2.3.0.0', |
| 6115 | 'path' => $vendorDir . '/opis/json-schema/src/Keywords/ExclusiveMinimumKeyword.php' |
| 6116 | ), |
| 6117 | 'Opis\\JsonSchema\\Keywords\\FiltersKeyword' => array( |
| 6118 | 'version' => '2.3.0.0', |
| 6119 | 'path' => $vendorDir . '/opis/json-schema/src/Keywords/FiltersKeyword.php' |
| 6120 | ), |
| 6121 | 'Opis\\JsonSchema\\Keywords\\FormatDataKeyword' => array( |
| 6122 | 'version' => '2.3.0.0', |
| 6123 | 'path' => $vendorDir . '/opis/json-schema/src/Keywords/FormatDataKeyword.php' |
| 6124 | ), |
| 6125 | 'Opis\\JsonSchema\\Keywords\\FormatKeyword' => array( |
| 6126 | 'version' => '2.3.0.0', |
| 6127 | 'path' => $vendorDir . '/opis/json-schema/src/Keywords/FormatKeyword.php' |
| 6128 | ), |
| 6129 | 'Opis\\JsonSchema\\Keywords\\IfThenElseKeyword' => array( |
| 6130 | 'version' => '2.3.0.0', |
| 6131 | 'path' => $vendorDir . '/opis/json-schema/src/Keywords/IfThenElseKeyword.php' |
| 6132 | ), |
| 6133 | 'Opis\\JsonSchema\\Keywords\\ItemsKeyword' => array( |
| 6134 | 'version' => '2.3.0.0', |
| 6135 | 'path' => $vendorDir . '/opis/json-schema/src/Keywords/ItemsKeyword.php' |
| 6136 | ), |
| 6137 | 'Opis\\JsonSchema\\Keywords\\IterableDataValidationTrait' => array( |
| 6138 | 'version' => '2.3.0.0', |
| 6139 | 'path' => $vendorDir . '/opis/json-schema/src/Keywords/IterableDataValidationTrait.php' |
| 6140 | ), |
| 6141 | 'Opis\\JsonSchema\\Keywords\\MaxItemsDataKeyword' => array( |
| 6142 | 'version' => '2.3.0.0', |
| 6143 | 'path' => $vendorDir . '/opis/json-schema/src/Keywords/MaxItemsDataKeyword.php' |
| 6144 | ), |
| 6145 | 'Opis\\JsonSchema\\Keywords\\MaxItemsKeyword' => array( |
| 6146 | 'version' => '2.3.0.0', |
| 6147 | 'path' => $vendorDir . '/opis/json-schema/src/Keywords/MaxItemsKeyword.php' |
| 6148 | ), |
| 6149 | 'Opis\\JsonSchema\\Keywords\\MaxLengthDataKeyword' => array( |
| 6150 | 'version' => '2.3.0.0', |
| 6151 | 'path' => $vendorDir . '/opis/json-schema/src/Keywords/MaxLengthDataKeyword.php' |
| 6152 | ), |
| 6153 | 'Opis\\JsonSchema\\Keywords\\MaxLengthKeyword' => array( |
| 6154 | 'version' => '2.3.0.0', |
| 6155 | 'path' => $vendorDir . '/opis/json-schema/src/Keywords/MaxLengthKeyword.php' |
| 6156 | ), |
| 6157 | 'Opis\\JsonSchema\\Keywords\\MaxPropertiesDataKeyword' => array( |
| 6158 | 'version' => '2.3.0.0', |
| 6159 | 'path' => $vendorDir . '/opis/json-schema/src/Keywords/MaxPropertiesDataKeyword.php' |
| 6160 | ), |
| 6161 | 'Opis\\JsonSchema\\Keywords\\MaxPropertiesKeywords' => array( |
| 6162 | 'version' => '2.3.0.0', |
| 6163 | 'path' => $vendorDir . '/opis/json-schema/src/Keywords/MaxPropertiesKeywords.php' |
| 6164 | ), |
| 6165 | 'Opis\\JsonSchema\\Keywords\\MaximumDataKeyword' => array( |
| 6166 | 'version' => '2.3.0.0', |
| 6167 | 'path' => $vendorDir . '/opis/json-schema/src/Keywords/MaximumDataKeyword.php' |
| 6168 | ), |
| 6169 | 'Opis\\JsonSchema\\Keywords\\MaximumKeyword' => array( |
| 6170 | 'version' => '2.3.0.0', |
| 6171 | 'path' => $vendorDir . '/opis/json-schema/src/Keywords/MaximumKeyword.php' |
| 6172 | ), |
| 6173 | 'Opis\\JsonSchema\\Keywords\\MinItemsDataKeyword' => array( |
| 6174 | 'version' => '2.3.0.0', |
| 6175 | 'path' => $vendorDir . '/opis/json-schema/src/Keywords/MinItemsDataKeyword.php' |
| 6176 | ), |
| 6177 | 'Opis\\JsonSchema\\Keywords\\MinItemsKeyword' => array( |
| 6178 | 'version' => '2.3.0.0', |
| 6179 | 'path' => $vendorDir . '/opis/json-schema/src/Keywords/MinItemsKeyword.php' |
| 6180 | ), |
| 6181 | 'Opis\\JsonSchema\\Keywords\\MinLengthDataKeyword' => array( |
| 6182 | 'version' => '2.3.0.0', |
| 6183 | 'path' => $vendorDir . '/opis/json-schema/src/Keywords/MinLengthDataKeyword.php' |
| 6184 | ), |
| 6185 | 'Opis\\JsonSchema\\Keywords\\MinLengthKeyword' => array( |
| 6186 | 'version' => '2.3.0.0', |
| 6187 | 'path' => $vendorDir . '/opis/json-schema/src/Keywords/MinLengthKeyword.php' |
| 6188 | ), |
| 6189 | 'Opis\\JsonSchema\\Keywords\\MinPropertiesDataKeyword' => array( |
| 6190 | 'version' => '2.3.0.0', |
| 6191 | 'path' => $vendorDir . '/opis/json-schema/src/Keywords/MinPropertiesDataKeyword.php' |
| 6192 | ), |
| 6193 | 'Opis\\JsonSchema\\Keywords\\MinPropertiesKeyword' => array( |
| 6194 | 'version' => '2.3.0.0', |
| 6195 | 'path' => $vendorDir . '/opis/json-schema/src/Keywords/MinPropertiesKeyword.php' |
| 6196 | ), |
| 6197 | 'Opis\\JsonSchema\\Keywords\\MinimumDataKeyword' => array( |
| 6198 | 'version' => '2.3.0.0', |
| 6199 | 'path' => $vendorDir . '/opis/json-schema/src/Keywords/MinimumDataKeyword.php' |
| 6200 | ), |
| 6201 | 'Opis\\JsonSchema\\Keywords\\MinimumKeyword' => array( |
| 6202 | 'version' => '2.3.0.0', |
| 6203 | 'path' => $vendorDir . '/opis/json-schema/src/Keywords/MinimumKeyword.php' |
| 6204 | ), |
| 6205 | 'Opis\\JsonSchema\\Keywords\\MultipleOfDataKeyword' => array( |
| 6206 | 'version' => '2.3.0.0', |
| 6207 | 'path' => $vendorDir . '/opis/json-schema/src/Keywords/MultipleOfDataKeyword.php' |
| 6208 | ), |
| 6209 | 'Opis\\JsonSchema\\Keywords\\MultipleOfKeyword' => array( |
| 6210 | 'version' => '2.3.0.0', |
| 6211 | 'path' => $vendorDir . '/opis/json-schema/src/Keywords/MultipleOfKeyword.php' |
| 6212 | ), |
| 6213 | 'Opis\\JsonSchema\\Keywords\\NotKeyword' => array( |
| 6214 | 'version' => '2.3.0.0', |
| 6215 | 'path' => $vendorDir . '/opis/json-schema/src/Keywords/NotKeyword.php' |
| 6216 | ), |
| 6217 | 'Opis\\JsonSchema\\Keywords\\OfTrait' => array( |
| 6218 | 'version' => '2.3.0.0', |
| 6219 | 'path' => $vendorDir . '/opis/json-schema/src/Keywords/OfTrait.php' |
| 6220 | ), |
| 6221 | 'Opis\\JsonSchema\\Keywords\\OneOfKeyword' => array( |
| 6222 | 'version' => '2.3.0.0', |
| 6223 | 'path' => $vendorDir . '/opis/json-schema/src/Keywords/OneOfKeyword.php' |
| 6224 | ), |
| 6225 | 'Opis\\JsonSchema\\Keywords\\PatternDataKeyword' => array( |
| 6226 | 'version' => '2.3.0.0', |
| 6227 | 'path' => $vendorDir . '/opis/json-schema/src/Keywords/PatternDataKeyword.php' |
| 6228 | ), |
| 6229 | 'Opis\\JsonSchema\\Keywords\\PatternKeyword' => array( |
| 6230 | 'version' => '2.3.0.0', |
| 6231 | 'path' => $vendorDir . '/opis/json-schema/src/Keywords/PatternKeyword.php' |
| 6232 | ), |
| 6233 | 'Opis\\JsonSchema\\Keywords\\PatternPropertiesKeyword' => array( |
| 6234 | 'version' => '2.3.0.0', |
| 6235 | 'path' => $vendorDir . '/opis/json-schema/src/Keywords/PatternPropertiesKeyword.php' |
| 6236 | ), |
| 6237 | 'Opis\\JsonSchema\\Keywords\\PointerRefKeyword' => array( |
| 6238 | 'version' => '2.3.0.0', |
| 6239 | 'path' => $vendorDir . '/opis/json-schema/src/Keywords/PointerRefKeyword.php' |
| 6240 | ), |
| 6241 | 'Opis\\JsonSchema\\Keywords\\PropertiesKeyword' => array( |
| 6242 | 'version' => '2.3.0.0', |
| 6243 | 'path' => $vendorDir . '/opis/json-schema/src/Keywords/PropertiesKeyword.php' |
| 6244 | ), |
| 6245 | 'Opis\\JsonSchema\\Keywords\\PropertyNamesKeyword' => array( |
| 6246 | 'version' => '2.3.0.0', |
| 6247 | 'path' => $vendorDir . '/opis/json-schema/src/Keywords/PropertyNamesKeyword.php' |
| 6248 | ), |
| 6249 | 'Opis\\JsonSchema\\Keywords\\RecursiveRefKeyword' => array( |
| 6250 | 'version' => '2.3.0.0', |
| 6251 | 'path' => $vendorDir . '/opis/json-schema/src/Keywords/RecursiveRefKeyword.php' |
| 6252 | ), |
| 6253 | 'Opis\\JsonSchema\\Keywords\\RequiredDataKeyword' => array( |
| 6254 | 'version' => '2.3.0.0', |
| 6255 | 'path' => $vendorDir . '/opis/json-schema/src/Keywords/RequiredDataKeyword.php' |
| 6256 | ), |
| 6257 | 'Opis\\JsonSchema\\Keywords\\RequiredKeyword' => array( |
| 6258 | 'version' => '2.3.0.0', |
| 6259 | 'path' => $vendorDir . '/opis/json-schema/src/Keywords/RequiredKeyword.php' |
| 6260 | ), |
| 6261 | 'Opis\\JsonSchema\\Keywords\\SlotsKeyword' => array( |
| 6262 | 'version' => '2.3.0.0', |
| 6263 | 'path' => $vendorDir . '/opis/json-schema/src/Keywords/SlotsKeyword.php' |
| 6264 | ), |
| 6265 | 'Opis\\JsonSchema\\Keywords\\TemplateRefKeyword' => array( |
| 6266 | 'version' => '2.3.0.0', |
| 6267 | 'path' => $vendorDir . '/opis/json-schema/src/Keywords/TemplateRefKeyword.php' |
| 6268 | ), |
| 6269 | 'Opis\\JsonSchema\\Keywords\\TypeKeyword' => array( |
| 6270 | 'version' => '2.3.0.0', |
| 6271 | 'path' => $vendorDir . '/opis/json-schema/src/Keywords/TypeKeyword.php' |
| 6272 | ), |
| 6273 | 'Opis\\JsonSchema\\Keywords\\URIRefKeyword' => array( |
| 6274 | 'version' => '2.3.0.0', |
| 6275 | 'path' => $vendorDir . '/opis/json-schema/src/Keywords/URIRefKeyword.php' |
| 6276 | ), |
| 6277 | 'Opis\\JsonSchema\\Keywords\\UnevaluatedItemsKeyword' => array( |
| 6278 | 'version' => '2.3.0.0', |
| 6279 | 'path' => $vendorDir . '/opis/json-schema/src/Keywords/UnevaluatedItemsKeyword.php' |
| 6280 | ), |
| 6281 | 'Opis\\JsonSchema\\Keywords\\UnevaluatedPropertiesKeyword' => array( |
| 6282 | 'version' => '2.3.0.0', |
| 6283 | 'path' => $vendorDir . '/opis/json-schema/src/Keywords/UnevaluatedPropertiesKeyword.php' |
| 6284 | ), |
| 6285 | 'Opis\\JsonSchema\\Keywords\\UniqueItemsDataKeyword' => array( |
| 6286 | 'version' => '2.3.0.0', |
| 6287 | 'path' => $vendorDir . '/opis/json-schema/src/Keywords/UniqueItemsDataKeyword.php' |
| 6288 | ), |
| 6289 | 'Opis\\JsonSchema\\Keywords\\UniqueItemsKeyword' => array( |
| 6290 | 'version' => '2.3.0.0', |
| 6291 | 'path' => $vendorDir . '/opis/json-schema/src/Keywords/UniqueItemsKeyword.php' |
| 6292 | ), |
| 6293 | 'Opis\\JsonSchema\\Parsers\\DataKeywordTrait' => array( |
| 6294 | 'version' => '2.3.0.0', |
| 6295 | 'path' => $vendorDir . '/opis/json-schema/src/Parsers/DataKeywordTrait.php' |
| 6296 | ), |
| 6297 | 'Opis\\JsonSchema\\Parsers\\DefaultVocabulary' => array( |
| 6298 | 'version' => '2.3.0.0', |
| 6299 | 'path' => $vendorDir . '/opis/json-schema/src/Parsers/DefaultVocabulary.php' |
| 6300 | ), |
| 6301 | 'Opis\\JsonSchema\\Parsers\\Draft' => array( |
| 6302 | 'version' => '2.3.0.0', |
| 6303 | 'path' => $vendorDir . '/opis/json-schema/src/Parsers/Draft.php' |
| 6304 | ), |
| 6305 | 'Opis\\JsonSchema\\Parsers\\DraftOptionTrait' => array( |
| 6306 | 'version' => '2.3.0.0', |
| 6307 | 'path' => $vendorDir . '/opis/json-schema/src/Parsers/DraftOptionTrait.php' |
| 6308 | ), |
| 6309 | 'Opis\\JsonSchema\\Parsers\\Drafts\\Draft06' => array( |
| 6310 | 'version' => '2.3.0.0', |
| 6311 | 'path' => $vendorDir . '/opis/json-schema/src/Parsers/Drafts/Draft06.php' |
| 6312 | ), |
| 6313 | 'Opis\\JsonSchema\\Parsers\\Drafts\\Draft07' => array( |
| 6314 | 'version' => '2.3.0.0', |
| 6315 | 'path' => $vendorDir . '/opis/json-schema/src/Parsers/Drafts/Draft07.php' |
| 6316 | ), |
| 6317 | 'Opis\\JsonSchema\\Parsers\\Drafts\\Draft201909' => array( |
| 6318 | 'version' => '2.3.0.0', |
| 6319 | 'path' => $vendorDir . '/opis/json-schema/src/Parsers/Drafts/Draft201909.php' |
| 6320 | ), |
| 6321 | 'Opis\\JsonSchema\\Parsers\\Drafts\\Draft202012' => array( |
| 6322 | 'version' => '2.3.0.0', |
| 6323 | 'path' => $vendorDir . '/opis/json-schema/src/Parsers/Drafts/Draft202012.php' |
| 6324 | ), |
| 6325 | 'Opis\\JsonSchema\\Parsers\\KeywordParser' => array( |
| 6326 | 'version' => '2.3.0.0', |
| 6327 | 'path' => $vendorDir . '/opis/json-schema/src/Parsers/KeywordParser.php' |
| 6328 | ), |
| 6329 | 'Opis\\JsonSchema\\Parsers\\KeywordParserTrait' => array( |
| 6330 | 'version' => '2.3.0.0', |
| 6331 | 'path' => $vendorDir . '/opis/json-schema/src/Parsers/KeywordParserTrait.php' |
| 6332 | ), |
| 6333 | 'Opis\\JsonSchema\\Parsers\\KeywordValidatorParser' => array( |
| 6334 | 'version' => '2.3.0.0', |
| 6335 | 'path' => $vendorDir . '/opis/json-schema/src/Parsers/KeywordValidatorParser.php' |
| 6336 | ), |
| 6337 | 'Opis\\JsonSchema\\Parsers\\KeywordValidators\\PragmaKeywordValidatorParser' => array( |
| 6338 | 'version' => '2.3.0.0', |
| 6339 | 'path' => $vendorDir . '/opis/json-schema/src/Parsers/KeywordValidators/PragmaKeywordValidatorParser.php' |
| 6340 | ), |
| 6341 | 'Opis\\JsonSchema\\Parsers\\Keywords\\AdditionalItemsKeywordParser' => array( |
| 6342 | 'version' => '2.3.0.0', |
| 6343 | 'path' => $vendorDir . '/opis/json-schema/src/Parsers/Keywords/AdditionalItemsKeywordParser.php' |
| 6344 | ), |
| 6345 | 'Opis\\JsonSchema\\Parsers\\Keywords\\AdditionalPropertiesKeywordParser' => array( |
| 6346 | 'version' => '2.3.0.0', |
| 6347 | 'path' => $vendorDir . '/opis/json-schema/src/Parsers/Keywords/AdditionalPropertiesKeywordParser.php' |
| 6348 | ), |
| 6349 | 'Opis\\JsonSchema\\Parsers\\Keywords\\AllOfKeywordParser' => array( |
| 6350 | 'version' => '2.3.0.0', |
| 6351 | 'path' => $vendorDir . '/opis/json-schema/src/Parsers/Keywords/AllOfKeywordParser.php' |
| 6352 | ), |
| 6353 | 'Opis\\JsonSchema\\Parsers\\Keywords\\AnyOfKeywordParser' => array( |
| 6354 | 'version' => '2.3.0.0', |
| 6355 | 'path' => $vendorDir . '/opis/json-schema/src/Parsers/Keywords/AnyOfKeywordParser.php' |
| 6356 | ), |
| 6357 | 'Opis\\JsonSchema\\Parsers\\Keywords\\ConstKeywordParser' => array( |
| 6358 | 'version' => '2.3.0.0', |
| 6359 | 'path' => $vendorDir . '/opis/json-schema/src/Parsers/Keywords/ConstKeywordParser.php' |
| 6360 | ), |
| 6361 | 'Opis\\JsonSchema\\Parsers\\Keywords\\ContainsKeywordParser' => array( |
| 6362 | 'version' => '2.3.0.0', |
| 6363 | 'path' => $vendorDir . '/opis/json-schema/src/Parsers/Keywords/ContainsKeywordParser.php' |
| 6364 | ), |
| 6365 | 'Opis\\JsonSchema\\Parsers\\Keywords\\ContentEncodingKeywordParser' => array( |
| 6366 | 'version' => '2.3.0.0', |
| 6367 | 'path' => $vendorDir . '/opis/json-schema/src/Parsers/Keywords/ContentEncodingKeywordParser.php' |
| 6368 | ), |
| 6369 | 'Opis\\JsonSchema\\Parsers\\Keywords\\ContentMediaTypeKeywordParser' => array( |
| 6370 | 'version' => '2.3.0.0', |
| 6371 | 'path' => $vendorDir . '/opis/json-schema/src/Parsers/Keywords/ContentMediaTypeKeywordParser.php' |
| 6372 | ), |
| 6373 | 'Opis\\JsonSchema\\Parsers\\Keywords\\ContentSchemaKeywordParser' => array( |
| 6374 | 'version' => '2.3.0.0', |
| 6375 | 'path' => $vendorDir . '/opis/json-schema/src/Parsers/Keywords/ContentSchemaKeywordParser.php' |
| 6376 | ), |
| 6377 | 'Opis\\JsonSchema\\Parsers\\Keywords\\DefaultKeywordParser' => array( |
| 6378 | 'version' => '2.3.0.0', |
| 6379 | 'path' => $vendorDir . '/opis/json-schema/src/Parsers/Keywords/DefaultKeywordParser.php' |
| 6380 | ), |
| 6381 | 'Opis\\JsonSchema\\Parsers\\Keywords\\DependenciesKeywordParser' => array( |
| 6382 | 'version' => '2.3.0.0', |
| 6383 | 'path' => $vendorDir . '/opis/json-schema/src/Parsers/Keywords/DependenciesKeywordParser.php' |
| 6384 | ), |
| 6385 | 'Opis\\JsonSchema\\Parsers\\Keywords\\DependentRequiredKeywordParser' => array( |
| 6386 | 'version' => '2.3.0.0', |
| 6387 | 'path' => $vendorDir . '/opis/json-schema/src/Parsers/Keywords/DependentRequiredKeywordParser.php' |
| 6388 | ), |
| 6389 | 'Opis\\JsonSchema\\Parsers\\Keywords\\DependentSchemasKeywordParser' => array( |
| 6390 | 'version' => '2.3.0.0', |
| 6391 | 'path' => $vendorDir . '/opis/json-schema/src/Parsers/Keywords/DependentSchemasKeywordParser.php' |
| 6392 | ), |
| 6393 | 'Opis\\JsonSchema\\Parsers\\Keywords\\EnumKeywordParser' => array( |
| 6394 | 'version' => '2.3.0.0', |
| 6395 | 'path' => $vendorDir . '/opis/json-schema/src/Parsers/Keywords/EnumKeywordParser.php' |
| 6396 | ), |
| 6397 | 'Opis\\JsonSchema\\Parsers\\Keywords\\ExclusiveMaximumKeywordParser' => array( |
| 6398 | 'version' => '2.3.0.0', |
| 6399 | 'path' => $vendorDir . '/opis/json-schema/src/Parsers/Keywords/ExclusiveMaximumKeywordParser.php' |
| 6400 | ), |
| 6401 | 'Opis\\JsonSchema\\Parsers\\Keywords\\ExclusiveMinimumKeywordParser' => array( |
| 6402 | 'version' => '2.3.0.0', |
| 6403 | 'path' => $vendorDir . '/opis/json-schema/src/Parsers/Keywords/ExclusiveMinimumKeywordParser.php' |
| 6404 | ), |
| 6405 | 'Opis\\JsonSchema\\Parsers\\Keywords\\FiltersKeywordParser' => array( |
| 6406 | 'version' => '2.3.0.0', |
| 6407 | 'path' => $vendorDir . '/opis/json-schema/src/Parsers/Keywords/FiltersKeywordParser.php' |
| 6408 | ), |
| 6409 | 'Opis\\JsonSchema\\Parsers\\Keywords\\FormatKeywordParser' => array( |
| 6410 | 'version' => '2.3.0.0', |
| 6411 | 'path' => $vendorDir . '/opis/json-schema/src/Parsers/Keywords/FormatKeywordParser.php' |
| 6412 | ), |
| 6413 | 'Opis\\JsonSchema\\Parsers\\Keywords\\IfThenElseKeywordParser' => array( |
| 6414 | 'version' => '2.3.0.0', |
| 6415 | 'path' => $vendorDir . '/opis/json-schema/src/Parsers/Keywords/IfThenElseKeywordParser.php' |
| 6416 | ), |
| 6417 | 'Opis\\JsonSchema\\Parsers\\Keywords\\ItemsKeywordParser' => array( |
| 6418 | 'version' => '2.3.0.0', |
| 6419 | 'path' => $vendorDir . '/opis/json-schema/src/Parsers/Keywords/ItemsKeywordParser.php' |
| 6420 | ), |
| 6421 | 'Opis\\JsonSchema\\Parsers\\Keywords\\MaxItemsKeywordParser' => array( |
| 6422 | 'version' => '2.3.0.0', |
| 6423 | 'path' => $vendorDir . '/opis/json-schema/src/Parsers/Keywords/MaxItemsKeywordParser.php' |
| 6424 | ), |
| 6425 | 'Opis\\JsonSchema\\Parsers\\Keywords\\MaxLengthKeywordParser' => array( |
| 6426 | 'version' => '2.3.0.0', |
| 6427 | 'path' => $vendorDir . '/opis/json-schema/src/Parsers/Keywords/MaxLengthKeywordParser.php' |
| 6428 | ), |
| 6429 | 'Opis\\JsonSchema\\Parsers\\Keywords\\MaxPropertiesKeywordParser' => array( |
| 6430 | 'version' => '2.3.0.0', |
| 6431 | 'path' => $vendorDir . '/opis/json-schema/src/Parsers/Keywords/MaxPropertiesKeywordParser.php' |
| 6432 | ), |
| 6433 | 'Opis\\JsonSchema\\Parsers\\Keywords\\MaximumKeywordParser' => array( |
| 6434 | 'version' => '2.3.0.0', |
| 6435 | 'path' => $vendorDir . '/opis/json-schema/src/Parsers/Keywords/MaximumKeywordParser.php' |
| 6436 | ), |
| 6437 | 'Opis\\JsonSchema\\Parsers\\Keywords\\MinItemsKeywordParser' => array( |
| 6438 | 'version' => '2.3.0.0', |
| 6439 | 'path' => $vendorDir . '/opis/json-schema/src/Parsers/Keywords/MinItemsKeywordParser.php' |
| 6440 | ), |
| 6441 | 'Opis\\JsonSchema\\Parsers\\Keywords\\MinLengthKeywordParser' => array( |
| 6442 | 'version' => '2.3.0.0', |
| 6443 | 'path' => $vendorDir . '/opis/json-schema/src/Parsers/Keywords/MinLengthKeywordParser.php' |
| 6444 | ), |
| 6445 | 'Opis\\JsonSchema\\Parsers\\Keywords\\MinPropertiesKeywordParser' => array( |
| 6446 | 'version' => '2.3.0.0', |
| 6447 | 'path' => $vendorDir . '/opis/json-schema/src/Parsers/Keywords/MinPropertiesKeywordParser.php' |
| 6448 | ), |
| 6449 | 'Opis\\JsonSchema\\Parsers\\Keywords\\MinimumKeywordParser' => array( |
| 6450 | 'version' => '2.3.0.0', |
| 6451 | 'path' => $vendorDir . '/opis/json-schema/src/Parsers/Keywords/MinimumKeywordParser.php' |
| 6452 | ), |
| 6453 | 'Opis\\JsonSchema\\Parsers\\Keywords\\MultipleOfKeywordParser' => array( |
| 6454 | 'version' => '2.3.0.0', |
| 6455 | 'path' => $vendorDir . '/opis/json-schema/src/Parsers/Keywords/MultipleOfKeywordParser.php' |
| 6456 | ), |
| 6457 | 'Opis\\JsonSchema\\Parsers\\Keywords\\NotKeywordParser' => array( |
| 6458 | 'version' => '2.3.0.0', |
| 6459 | 'path' => $vendorDir . '/opis/json-schema/src/Parsers/Keywords/NotKeywordParser.php' |
| 6460 | ), |
| 6461 | 'Opis\\JsonSchema\\Parsers\\Keywords\\OneOfKeywordParser' => array( |
| 6462 | 'version' => '2.3.0.0', |
| 6463 | 'path' => $vendorDir . '/opis/json-schema/src/Parsers/Keywords/OneOfKeywordParser.php' |
| 6464 | ), |
| 6465 | 'Opis\\JsonSchema\\Parsers\\Keywords\\PatternKeywordParser' => array( |
| 6466 | 'version' => '2.3.0.0', |
| 6467 | 'path' => $vendorDir . '/opis/json-schema/src/Parsers/Keywords/PatternKeywordParser.php' |
| 6468 | ), |
| 6469 | 'Opis\\JsonSchema\\Parsers\\Keywords\\PatternPropertiesKeywordParser' => array( |
| 6470 | 'version' => '2.3.0.0', |
| 6471 | 'path' => $vendorDir . '/opis/json-schema/src/Parsers/Keywords/PatternPropertiesKeywordParser.php' |
| 6472 | ), |
| 6473 | 'Opis\\JsonSchema\\Parsers\\Keywords\\PropertiesKeywordParser' => array( |
| 6474 | 'version' => '2.3.0.0', |
| 6475 | 'path' => $vendorDir . '/opis/json-schema/src/Parsers/Keywords/PropertiesKeywordParser.php' |
| 6476 | ), |
| 6477 | 'Opis\\JsonSchema\\Parsers\\Keywords\\PropertyNamesKeywordParser' => array( |
| 6478 | 'version' => '2.3.0.0', |
| 6479 | 'path' => $vendorDir . '/opis/json-schema/src/Parsers/Keywords/PropertyNamesKeywordParser.php' |
| 6480 | ), |
| 6481 | 'Opis\\JsonSchema\\Parsers\\Keywords\\RefKeywordParser' => array( |
| 6482 | 'version' => '2.3.0.0', |
| 6483 | 'path' => $vendorDir . '/opis/json-schema/src/Parsers/Keywords/RefKeywordParser.php' |
| 6484 | ), |
| 6485 | 'Opis\\JsonSchema\\Parsers\\Keywords\\RequiredKeywordParser' => array( |
| 6486 | 'version' => '2.3.0.0', |
| 6487 | 'path' => $vendorDir . '/opis/json-schema/src/Parsers/Keywords/RequiredKeywordParser.php' |
| 6488 | ), |
| 6489 | 'Opis\\JsonSchema\\Parsers\\Keywords\\SlotsKeywordParser' => array( |
| 6490 | 'version' => '2.3.0.0', |
| 6491 | 'path' => $vendorDir . '/opis/json-schema/src/Parsers/Keywords/SlotsKeywordParser.php' |
| 6492 | ), |
| 6493 | 'Opis\\JsonSchema\\Parsers\\Keywords\\TypeKeywordParser' => array( |
| 6494 | 'version' => '2.3.0.0', |
| 6495 | 'path' => $vendorDir . '/opis/json-schema/src/Parsers/Keywords/TypeKeywordParser.php' |
| 6496 | ), |
| 6497 | 'Opis\\JsonSchema\\Parsers\\Keywords\\UnevaluatedItemsKeywordParser' => array( |
| 6498 | 'version' => '2.3.0.0', |
| 6499 | 'path' => $vendorDir . '/opis/json-schema/src/Parsers/Keywords/UnevaluatedItemsKeywordParser.php' |
| 6500 | ), |
| 6501 | 'Opis\\JsonSchema\\Parsers\\Keywords\\UnevaluatedPropertiesKeywordParser' => array( |
| 6502 | 'version' => '2.3.0.0', |
| 6503 | 'path' => $vendorDir . '/opis/json-schema/src/Parsers/Keywords/UnevaluatedPropertiesKeywordParser.php' |
| 6504 | ), |
| 6505 | 'Opis\\JsonSchema\\Parsers\\Keywords\\UniqueItemsKeywordParser' => array( |
| 6506 | 'version' => '2.3.0.0', |
| 6507 | 'path' => $vendorDir . '/opis/json-schema/src/Parsers/Keywords/UniqueItemsKeywordParser.php' |
| 6508 | ), |
| 6509 | 'Opis\\JsonSchema\\Parsers\\PragmaParser' => array( |
| 6510 | 'version' => '2.3.0.0', |
| 6511 | 'path' => $vendorDir . '/opis/json-schema/src/Parsers/PragmaParser.php' |
| 6512 | ), |
| 6513 | 'Opis\\JsonSchema\\Parsers\\Pragmas\\CastPragmaParser' => array( |
| 6514 | 'version' => '2.3.0.0', |
| 6515 | 'path' => $vendorDir . '/opis/json-schema/src/Parsers/Pragmas/CastPragmaParser.php' |
| 6516 | ), |
| 6517 | 'Opis\\JsonSchema\\Parsers\\Pragmas\\GlobalsPragmaParser' => array( |
| 6518 | 'version' => '2.3.0.0', |
| 6519 | 'path' => $vendorDir . '/opis/json-schema/src/Parsers/Pragmas/GlobalsPragmaParser.php' |
| 6520 | ), |
| 6521 | 'Opis\\JsonSchema\\Parsers\\Pragmas\\MaxErrorsPragmaParser' => array( |
| 6522 | 'version' => '2.3.0.0', |
| 6523 | 'path' => $vendorDir . '/opis/json-schema/src/Parsers/Pragmas/MaxErrorsPragmaParser.php' |
| 6524 | ), |
| 6525 | 'Opis\\JsonSchema\\Parsers\\Pragmas\\SlotsPragmaParser' => array( |
| 6526 | 'version' => '2.3.0.0', |
| 6527 | 'path' => $vendorDir . '/opis/json-schema/src/Parsers/Pragmas/SlotsPragmaParser.php' |
| 6528 | ), |
| 6529 | 'Opis\\JsonSchema\\Parsers\\ResolverTrait' => array( |
| 6530 | 'version' => '2.3.0.0', |
| 6531 | 'path' => $vendorDir . '/opis/json-schema/src/Parsers/ResolverTrait.php' |
| 6532 | ), |
| 6533 | 'Opis\\JsonSchema\\Parsers\\SchemaParser' => array( |
| 6534 | 'version' => '2.3.0.0', |
| 6535 | 'path' => $vendorDir . '/opis/json-schema/src/Parsers/SchemaParser.php' |
| 6536 | ), |
| 6537 | 'Opis\\JsonSchema\\Parsers\\VariablesTrait' => array( |
| 6538 | 'version' => '2.3.0.0', |
| 6539 | 'path' => $vendorDir . '/opis/json-schema/src/Parsers/VariablesTrait.php' |
| 6540 | ), |
| 6541 | 'Opis\\JsonSchema\\Parsers\\Vocabulary' => array( |
| 6542 | 'version' => '2.3.0.0', |
| 6543 | 'path' => $vendorDir . '/opis/json-schema/src/Parsers/Vocabulary.php' |
| 6544 | ), |
| 6545 | 'Opis\\JsonSchema\\Pragma' => array( |
| 6546 | 'version' => '2.3.0.0', |
| 6547 | 'path' => $vendorDir . '/opis/json-schema/src/Pragma.php' |
| 6548 | ), |
| 6549 | 'Opis\\JsonSchema\\Pragmas\\CastPragma' => array( |
| 6550 | 'version' => '2.3.0.0', |
| 6551 | 'path' => $vendorDir . '/opis/json-schema/src/Pragmas/CastPragma.php' |
| 6552 | ), |
| 6553 | 'Opis\\JsonSchema\\Pragmas\\GlobalsPragma' => array( |
| 6554 | 'version' => '2.3.0.0', |
| 6555 | 'path' => $vendorDir . '/opis/json-schema/src/Pragmas/GlobalsPragma.php' |
| 6556 | ), |
| 6557 | 'Opis\\JsonSchema\\Pragmas\\MaxErrorsPragma' => array( |
| 6558 | 'version' => '2.3.0.0', |
| 6559 | 'path' => $vendorDir . '/opis/json-schema/src/Pragmas/MaxErrorsPragma.php' |
| 6560 | ), |
| 6561 | 'Opis\\JsonSchema\\Pragmas\\SlotsPragma' => array( |
| 6562 | 'version' => '2.3.0.0', |
| 6563 | 'path' => $vendorDir . '/opis/json-schema/src/Pragmas/SlotsPragma.php' |
| 6564 | ), |
| 6565 | 'Opis\\JsonSchema\\Resolvers\\ContentEncodingResolver' => array( |
| 6566 | 'version' => '2.3.0.0', |
| 6567 | 'path' => $vendorDir . '/opis/json-schema/src/Resolvers/ContentEncodingResolver.php' |
| 6568 | ), |
| 6569 | 'Opis\\JsonSchema\\Resolvers\\ContentMediaTypeResolver' => array( |
| 6570 | 'version' => '2.3.0.0', |
| 6571 | 'path' => $vendorDir . '/opis/json-schema/src/Resolvers/ContentMediaTypeResolver.php' |
| 6572 | ), |
| 6573 | 'Opis\\JsonSchema\\Resolvers\\FilterResolver' => array( |
| 6574 | 'version' => '2.3.0.0', |
| 6575 | 'path' => $vendorDir . '/opis/json-schema/src/Resolvers/FilterResolver.php' |
| 6576 | ), |
| 6577 | 'Opis\\JsonSchema\\Resolvers\\FormatResolver' => array( |
| 6578 | 'version' => '2.3.0.0', |
| 6579 | 'path' => $vendorDir . '/opis/json-schema/src/Resolvers/FormatResolver.php' |
| 6580 | ), |
| 6581 | 'Opis\\JsonSchema\\Resolvers\\SchemaResolver' => array( |
| 6582 | 'version' => '2.3.0.0', |
| 6583 | 'path' => $vendorDir . '/opis/json-schema/src/Resolvers/SchemaResolver.php' |
| 6584 | ), |
| 6585 | 'Opis\\JsonSchema\\Schema' => array( |
| 6586 | 'version' => '2.3.0.0', |
| 6587 | 'path' => $vendorDir . '/opis/json-schema/src/Schema.php' |
| 6588 | ), |
| 6589 | 'Opis\\JsonSchema\\SchemaLoader' => array( |
| 6590 | 'version' => '2.3.0.0', |
| 6591 | 'path' => $vendorDir . '/opis/json-schema/src/SchemaLoader.php' |
| 6592 | ), |
| 6593 | 'Opis\\JsonSchema\\SchemaValidator' => array( |
| 6594 | 'version' => '2.3.0.0', |
| 6595 | 'path' => $vendorDir . '/opis/json-schema/src/SchemaValidator.php' |
| 6596 | ), |
| 6597 | 'Opis\\JsonSchema\\Schemas\\AbstractSchema' => array( |
| 6598 | 'version' => '2.3.0.0', |
| 6599 | 'path' => $vendorDir . '/opis/json-schema/src/Schemas/AbstractSchema.php' |
| 6600 | ), |
| 6601 | 'Opis\\JsonSchema\\Schemas\\BooleanSchema' => array( |
| 6602 | 'version' => '2.3.0.0', |
| 6603 | 'path' => $vendorDir . '/opis/json-schema/src/Schemas/BooleanSchema.php' |
| 6604 | ), |
| 6605 | 'Opis\\JsonSchema\\Schemas\\EmptySchema' => array( |
| 6606 | 'version' => '2.3.0.0', |
| 6607 | 'path' => $vendorDir . '/opis/json-schema/src/Schemas/EmptySchema.php' |
| 6608 | ), |
| 6609 | 'Opis\\JsonSchema\\Schemas\\ExceptionSchema' => array( |
| 6610 | 'version' => '2.3.0.0', |
| 6611 | 'path' => $vendorDir . '/opis/json-schema/src/Schemas/ExceptionSchema.php' |
| 6612 | ), |
| 6613 | 'Opis\\JsonSchema\\Schemas\\LazySchema' => array( |
| 6614 | 'version' => '2.3.0.0', |
| 6615 | 'path' => $vendorDir . '/opis/json-schema/src/Schemas/LazySchema.php' |
| 6616 | ), |
| 6617 | 'Opis\\JsonSchema\\Schemas\\ObjectSchema' => array( |
| 6618 | 'version' => '2.3.0.0', |
| 6619 | 'path' => $vendorDir . '/opis/json-schema/src/Schemas/ObjectSchema.php' |
| 6620 | ), |
| 6621 | 'Opis\\JsonSchema\\Uri' => array( |
| 6622 | 'version' => '2.3.0.0', |
| 6623 | 'path' => $vendorDir . '/opis/json-schema/src/Uri.php' |
| 6624 | ), |
| 6625 | 'Opis\\JsonSchema\\ValidationContext' => array( |
| 6626 | 'version' => '2.3.0.0', |
| 6627 | 'path' => $vendorDir . '/opis/json-schema/src/ValidationContext.php' |
| 6628 | ), |
| 6629 | 'Opis\\JsonSchema\\ValidationResult' => array( |
| 6630 | 'version' => '2.3.0.0', |
| 6631 | 'path' => $vendorDir . '/opis/json-schema/src/ValidationResult.php' |
| 6632 | ), |
| 6633 | 'Opis\\JsonSchema\\Validator' => array( |
| 6634 | 'version' => '2.3.0.0', |
| 6635 | 'path' => $vendorDir . '/opis/json-schema/src/Validator.php' |
| 6636 | ), |
| 6637 | 'Opis\\JsonSchema\\Variables' => array( |
| 6638 | 'version' => '2.3.0.0', |
| 6639 | 'path' => $vendorDir . '/opis/json-schema/src/Variables.php' |
| 6640 | ), |
| 6641 | 'Opis\\JsonSchema\\Variables\\RefVariablesContainer' => array( |
| 6642 | 'version' => '2.3.0.0', |
| 6643 | 'path' => $vendorDir . '/opis/json-schema/src/Variables/RefVariablesContainer.php' |
| 6644 | ), |
| 6645 | 'Opis\\JsonSchema\\Variables\\VariablesContainer' => array( |
| 6646 | 'version' => '2.3.0.0', |
| 6647 | 'path' => $vendorDir . '/opis/json-schema/src/Variables/VariablesContainer.php' |
| 6648 | ), |
| 6649 | 'Opis\\String\\Exception\\InvalidCodePointException' => array( |
| 6650 | 'version' => '2.0.1.0', |
| 6651 | 'path' => $vendorDir . '/opis/string/src/Exception/InvalidCodePointException.php' |
| 6652 | ), |
| 6653 | 'Opis\\String\\Exception\\InvalidStringException' => array( |
| 6654 | 'version' => '2.0.1.0', |
| 6655 | 'path' => $vendorDir . '/opis/string/src/Exception/InvalidStringException.php' |
| 6656 | ), |
| 6657 | 'Opis\\String\\Exception\\UnicodeException' => array( |
| 6658 | 'version' => '2.0.1.0', |
| 6659 | 'path' => $vendorDir . '/opis/string/src/Exception/UnicodeException.php' |
| 6660 | ), |
| 6661 | 'Opis\\String\\UnicodeString' => array( |
| 6662 | 'version' => '2.0.1.0', |
| 6663 | 'path' => $vendorDir . '/opis/string/src/UnicodeString.php' |
| 6664 | ), |
| 6665 | 'Opis\\Uri\\Punycode' => array( |
| 6666 | 'version' => '1.1.0.0', |
| 6667 | 'path' => $vendorDir . '/opis/uri/src/Punycode.php' |
| 6668 | ), |
| 6669 | 'Opis\\Uri\\PunycodeException' => array( |
| 6670 | 'version' => '1.1.0.0', |
| 6671 | 'path' => $vendorDir . '/opis/uri/src/PunycodeException.php' |
| 6672 | ), |
| 6673 | 'Opis\\Uri\\Uri' => array( |
| 6674 | 'version' => '1.1.0.0', |
| 6675 | 'path' => $vendorDir . '/opis/uri/src/Uri.php' |
| 6676 | ), |
| 6677 | 'Opis\\Uri\\UriTemplate' => array( |
| 6678 | 'version' => '1.1.0.0', |
| 6679 | 'path' => $vendorDir . '/opis/uri/src/UriTemplate.php' |
| 6680 | ), |
| 6681 | 'PHP_Autoloader' => array( |
| 6682 | 'version' => '5.0.0', |
| 6683 | 'path' => $vendorDir . '/automattic/jetpack-autoloader/src/class-php-autoloader.php' |
| 6684 | ), |
| 6685 | 'Path_Processor' => array( |
| 6686 | 'version' => '5.0.0', |
| 6687 | 'path' => $vendorDir . '/automattic/jetpack-autoloader/src/class-path-processor.php' |
| 6688 | ), |
| 6689 | 'Pelago\\Emogrifier\\Caching\\SimpleStringCache' => array( |
| 6690 | 'version' => '6.0.0.0', |
| 6691 | 'path' => $vendorDir . '/pelago/emogrifier/src/Caching/SimpleStringCache.php' |
| 6692 | ), |
| 6693 | 'Pelago\\Emogrifier\\CssInliner' => array( |
| 6694 | 'version' => '6.0.0.0', |
| 6695 | 'path' => $vendorDir . '/pelago/emogrifier/src/CssInliner.php' |
| 6696 | ), |
| 6697 | 'Pelago\\Emogrifier\\Css\\CssDocument' => array( |
| 6698 | 'version' => '6.0.0.0', |
| 6699 | 'path' => $vendorDir . '/pelago/emogrifier/src/Css/CssDocument.php' |
| 6700 | ), |
| 6701 | 'Pelago\\Emogrifier\\Css\\StyleRule' => array( |
| 6702 | 'version' => '6.0.0.0', |
| 6703 | 'path' => $vendorDir . '/pelago/emogrifier/src/Css/StyleRule.php' |
| 6704 | ), |
| 6705 | 'Pelago\\Emogrifier\\HtmlProcessor\\AbstractHtmlProcessor' => array( |
| 6706 | 'version' => '6.0.0.0', |
| 6707 | 'path' => $vendorDir . '/pelago/emogrifier/src/HtmlProcessor/AbstractHtmlProcessor.php' |
| 6708 | ), |
| 6709 | 'Pelago\\Emogrifier\\HtmlProcessor\\CssToAttributeConverter' => array( |
| 6710 | 'version' => '6.0.0.0', |
| 6711 | 'path' => $vendorDir . '/pelago/emogrifier/src/HtmlProcessor/CssToAttributeConverter.php' |
| 6712 | ), |
| 6713 | 'Pelago\\Emogrifier\\HtmlProcessor\\HtmlNormalizer' => array( |
| 6714 | 'version' => '6.0.0.0', |
| 6715 | 'path' => $vendorDir . '/pelago/emogrifier/src/HtmlProcessor/HtmlNormalizer.php' |
| 6716 | ), |
| 6717 | 'Pelago\\Emogrifier\\HtmlProcessor\\HtmlPruner' => array( |
| 6718 | 'version' => '6.0.0.0', |
| 6719 | 'path' => $vendorDir . '/pelago/emogrifier/src/HtmlProcessor/HtmlPruner.php' |
| 6720 | ), |
| 6721 | 'Pelago\\Emogrifier\\Utilities\\ArrayIntersector' => array( |
| 6722 | 'version' => '6.0.0.0', |
| 6723 | 'path' => $vendorDir . '/pelago/emogrifier/src/Utilities/ArrayIntersector.php' |
| 6724 | ), |
| 6725 | 'Pelago\\Emogrifier\\Utilities\\CssConcatenator' => array( |
| 6726 | 'version' => '6.0.0.0', |
| 6727 | 'path' => $vendorDir . '/pelago/emogrifier/src/Utilities/CssConcatenator.php' |
| 6728 | ), |
| 6729 | 'PhpToken' => array( |
| 6730 | 'version' => '1.30.0.0', |
| 6731 | 'path' => $vendorDir . '/symfony/polyfill-php80/Resources/stubs/PhpToken.php' |
| 6732 | ), |
| 6733 | 'Plugin_Locator' => array( |
| 6734 | 'version' => '5.0.0', |
| 6735 | 'path' => $vendorDir . '/automattic/jetpack-autoloader/src/class-plugin-locator.php' |
| 6736 | ), |
| 6737 | 'Plugins_Handler' => array( |
| 6738 | 'version' => '5.0.0', |
| 6739 | 'path' => $vendorDir . '/automattic/jetpack-autoloader/src/class-plugins-handler.php' |
| 6740 | ), |
| 6741 | 'Sabberworm\\CSS\\CSSList\\AtRuleBlockList' => array( |
| 6742 | 'version' => '8.6.0.0', |
| 6743 | 'path' => $vendorDir . '/sabberworm/php-css-parser/src/CSSList/AtRuleBlockList.php' |
| 6744 | ), |
| 6745 | 'Sabberworm\\CSS\\CSSList\\CSSBlockList' => array( |
| 6746 | 'version' => '8.6.0.0', |
| 6747 | 'path' => $vendorDir . '/sabberworm/php-css-parser/src/CSSList/CSSBlockList.php' |
| 6748 | ), |
| 6749 | 'Sabberworm\\CSS\\CSSList\\CSSList' => array( |
| 6750 | 'version' => '8.6.0.0', |
| 6751 | 'path' => $vendorDir . '/sabberworm/php-css-parser/src/CSSList/CSSList.php' |
| 6752 | ), |
| 6753 | 'Sabberworm\\CSS\\CSSList\\Document' => array( |
| 6754 | 'version' => '8.6.0.0', |
| 6755 | 'path' => $vendorDir . '/sabberworm/php-css-parser/src/CSSList/Document.php' |
| 6756 | ), |
| 6757 | 'Sabberworm\\CSS\\CSSList\\KeyFrame' => array( |
| 6758 | 'version' => '8.6.0.0', |
| 6759 | 'path' => $vendorDir . '/sabberworm/php-css-parser/src/CSSList/KeyFrame.php' |
| 6760 | ), |
| 6761 | 'Sabberworm\\CSS\\Comment\\Comment' => array( |
| 6762 | 'version' => '8.6.0.0', |
| 6763 | 'path' => $vendorDir . '/sabberworm/php-css-parser/src/Comment/Comment.php' |
| 6764 | ), |
| 6765 | 'Sabberworm\\CSS\\Comment\\Commentable' => array( |
| 6766 | 'version' => '8.6.0.0', |
| 6767 | 'path' => $vendorDir . '/sabberworm/php-css-parser/src/Comment/Commentable.php' |
| 6768 | ), |
| 6769 | 'Sabberworm\\CSS\\OutputFormat' => array( |
| 6770 | 'version' => '8.6.0.0', |
| 6771 | 'path' => $vendorDir . '/sabberworm/php-css-parser/src/OutputFormat.php' |
| 6772 | ), |
| 6773 | 'Sabberworm\\CSS\\OutputFormatter' => array( |
| 6774 | 'version' => '8.6.0.0', |
| 6775 | 'path' => $vendorDir . '/sabberworm/php-css-parser/src/OutputFormatter.php' |
| 6776 | ), |
| 6777 | 'Sabberworm\\CSS\\Parser' => array( |
| 6778 | 'version' => '8.6.0.0', |
| 6779 | 'path' => $vendorDir . '/sabberworm/php-css-parser/src/Parser.php' |
| 6780 | ), |
| 6781 | 'Sabberworm\\CSS\\Parsing\\Anchor' => array( |
| 6782 | 'version' => '8.6.0.0', |
| 6783 | 'path' => $vendorDir . '/sabberworm/php-css-parser/src/Parsing/Anchor.php' |
| 6784 | ), |
| 6785 | 'Sabberworm\\CSS\\Parsing\\OutputException' => array( |
| 6786 | 'version' => '8.6.0.0', |
| 6787 | 'path' => $vendorDir . '/sabberworm/php-css-parser/src/Parsing/OutputException.php' |
| 6788 | ), |
| 6789 | 'Sabberworm\\CSS\\Parsing\\ParserState' => array( |
| 6790 | 'version' => '8.6.0.0', |
| 6791 | 'path' => $vendorDir . '/sabberworm/php-css-parser/src/Parsing/ParserState.php' |
| 6792 | ), |
| 6793 | 'Sabberworm\\CSS\\Parsing\\SourceException' => array( |
| 6794 | 'version' => '8.6.0.0', |
| 6795 | 'path' => $vendorDir . '/sabberworm/php-css-parser/src/Parsing/SourceException.php' |
| 6796 | ), |
| 6797 | 'Sabberworm\\CSS\\Parsing\\UnexpectedEOFException' => array( |
| 6798 | 'version' => '8.6.0.0', |
| 6799 | 'path' => $vendorDir . '/sabberworm/php-css-parser/src/Parsing/UnexpectedEOFException.php' |
| 6800 | ), |
| 6801 | 'Sabberworm\\CSS\\Parsing\\UnexpectedTokenException' => array( |
| 6802 | 'version' => '8.6.0.0', |
| 6803 | 'path' => $vendorDir . '/sabberworm/php-css-parser/src/Parsing/UnexpectedTokenException.php' |
| 6804 | ), |
| 6805 | 'Sabberworm\\CSS\\Property\\AtRule' => array( |
| 6806 | 'version' => '8.6.0.0', |
| 6807 | 'path' => $vendorDir . '/sabberworm/php-css-parser/src/Property/AtRule.php' |
| 6808 | ), |
| 6809 | 'Sabberworm\\CSS\\Property\\CSSNamespace' => array( |
| 6810 | 'version' => '8.6.0.0', |
| 6811 | 'path' => $vendorDir . '/sabberworm/php-css-parser/src/Property/CSSNamespace.php' |
| 6812 | ), |
| 6813 | 'Sabberworm\\CSS\\Property\\Charset' => array( |
| 6814 | 'version' => '8.6.0.0', |
| 6815 | 'path' => $vendorDir . '/sabberworm/php-css-parser/src/Property/Charset.php' |
| 6816 | ), |
| 6817 | 'Sabberworm\\CSS\\Property\\Import' => array( |
| 6818 | 'version' => '8.6.0.0', |
| 6819 | 'path' => $vendorDir . '/sabberworm/php-css-parser/src/Property/Import.php' |
| 6820 | ), |
| 6821 | 'Sabberworm\\CSS\\Property\\KeyframeSelector' => array( |
| 6822 | 'version' => '8.6.0.0', |
| 6823 | 'path' => $vendorDir . '/sabberworm/php-css-parser/src/Property/KeyframeSelector.php' |
| 6824 | ), |
| 6825 | 'Sabberworm\\CSS\\Property\\Selector' => array( |
| 6826 | 'version' => '8.6.0.0', |
| 6827 | 'path' => $vendorDir . '/sabberworm/php-css-parser/src/Property/Selector.php' |
| 6828 | ), |
| 6829 | 'Sabberworm\\CSS\\Renderable' => array( |
| 6830 | 'version' => '8.6.0.0', |
| 6831 | 'path' => $vendorDir . '/sabberworm/php-css-parser/src/Renderable.php' |
| 6832 | ), |
| 6833 | 'Sabberworm\\CSS\\RuleSet\\AtRuleSet' => array( |
| 6834 | 'version' => '8.6.0.0', |
| 6835 | 'path' => $vendorDir . '/sabberworm/php-css-parser/src/RuleSet/AtRuleSet.php' |
| 6836 | ), |
| 6837 | 'Sabberworm\\CSS\\RuleSet\\DeclarationBlock' => array( |
| 6838 | 'version' => '8.6.0.0', |
| 6839 | 'path' => $vendorDir . '/sabberworm/php-css-parser/src/RuleSet/DeclarationBlock.php' |
| 6840 | ), |
| 6841 | 'Sabberworm\\CSS\\RuleSet\\RuleSet' => array( |
| 6842 | 'version' => '8.6.0.0', |
| 6843 | 'path' => $vendorDir . '/sabberworm/php-css-parser/src/RuleSet/RuleSet.php' |
| 6844 | ), |
| 6845 | 'Sabberworm\\CSS\\Rule\\Rule' => array( |
| 6846 | 'version' => '8.6.0.0', |
| 6847 | 'path' => $vendorDir . '/sabberworm/php-css-parser/src/Rule/Rule.php' |
| 6848 | ), |
| 6849 | 'Sabberworm\\CSS\\Settings' => array( |
| 6850 | 'version' => '8.6.0.0', |
| 6851 | 'path' => $vendorDir . '/sabberworm/php-css-parser/src/Settings.php' |
| 6852 | ), |
| 6853 | 'Sabberworm\\CSS\\Value\\CSSFunction' => array( |
| 6854 | 'version' => '8.6.0.0', |
| 6855 | 'path' => $vendorDir . '/sabberworm/php-css-parser/src/Value/CSSFunction.php' |
| 6856 | ), |
| 6857 | 'Sabberworm\\CSS\\Value\\CSSString' => array( |
| 6858 | 'version' => '8.6.0.0', |
| 6859 | 'path' => $vendorDir . '/sabberworm/php-css-parser/src/Value/CSSString.php' |
| 6860 | ), |
| 6861 | 'Sabberworm\\CSS\\Value\\CalcFunction' => array( |
| 6862 | 'version' => '8.6.0.0', |
| 6863 | 'path' => $vendorDir . '/sabberworm/php-css-parser/src/Value/CalcFunction.php' |
| 6864 | ), |
| 6865 | 'Sabberworm\\CSS\\Value\\CalcRuleValueList' => array( |
| 6866 | 'version' => '8.6.0.0', |
| 6867 | 'path' => $vendorDir . '/sabberworm/php-css-parser/src/Value/CalcRuleValueList.php' |
| 6868 | ), |
| 6869 | 'Sabberworm\\CSS\\Value\\Color' => array( |
| 6870 | 'version' => '8.6.0.0', |
| 6871 | 'path' => $vendorDir . '/sabberworm/php-css-parser/src/Value/Color.php' |
| 6872 | ), |
| 6873 | 'Sabberworm\\CSS\\Value\\LineName' => array( |
| 6874 | 'version' => '8.6.0.0', |
| 6875 | 'path' => $vendorDir . '/sabberworm/php-css-parser/src/Value/LineName.php' |
| 6876 | ), |
| 6877 | 'Sabberworm\\CSS\\Value\\PrimitiveValue' => array( |
| 6878 | 'version' => '8.6.0.0', |
| 6879 | 'path' => $vendorDir . '/sabberworm/php-css-parser/src/Value/PrimitiveValue.php' |
| 6880 | ), |
| 6881 | 'Sabberworm\\CSS\\Value\\RuleValueList' => array( |
| 6882 | 'version' => '8.6.0.0', |
| 6883 | 'path' => $vendorDir . '/sabberworm/php-css-parser/src/Value/RuleValueList.php' |
| 6884 | ), |
| 6885 | 'Sabberworm\\CSS\\Value\\Size' => array( |
| 6886 | 'version' => '8.6.0.0', |
| 6887 | 'path' => $vendorDir . '/sabberworm/php-css-parser/src/Value/Size.php' |
| 6888 | ), |
| 6889 | 'Sabberworm\\CSS\\Value\\URL' => array( |
| 6890 | 'version' => '8.6.0.0', |
| 6891 | 'path' => $vendorDir . '/sabberworm/php-css-parser/src/Value/URL.php' |
| 6892 | ), |
| 6893 | 'Sabberworm\\CSS\\Value\\Value' => array( |
| 6894 | 'version' => '8.6.0.0', |
| 6895 | 'path' => $vendorDir . '/sabberworm/php-css-parser/src/Value/Value.php' |
| 6896 | ), |
| 6897 | 'Sabberworm\\CSS\\Value\\ValueList' => array( |
| 6898 | 'version' => '8.6.0.0', |
| 6899 | 'path' => $vendorDir . '/sabberworm/php-css-parser/src/Value/ValueList.php' |
| 6900 | ), |
| 6901 | 'Shutdown_Handler' => array( |
| 6902 | 'version' => '5.0.0', |
| 6903 | 'path' => $vendorDir . '/automattic/jetpack-autoloader/src/class-shutdown-handler.php' |
| 6904 | ), |
| 6905 | 'Stringable' => array( |
| 6906 | 'version' => '1.30.0.0', |
| 6907 | 'path' => $vendorDir . '/symfony/polyfill-php80/Resources/stubs/Stringable.php' |
| 6908 | ), |
| 6909 | 'Symfony\\Component\\CssSelector\\CssSelectorConverter' => array( |
| 6910 | 'version' => '5.4.40.0', |
| 6911 | 'path' => $vendorDir . '/symfony/css-selector/CssSelectorConverter.php' |
| 6912 | ), |
| 6913 | 'Symfony\\Component\\CssSelector\\Exception\\ExceptionInterface' => array( |
| 6914 | 'version' => '5.4.40.0', |
| 6915 | 'path' => $vendorDir . '/symfony/css-selector/Exception/ExceptionInterface.php' |
| 6916 | ), |
| 6917 | 'Symfony\\Component\\CssSelector\\Exception\\ExpressionErrorException' => array( |
| 6918 | 'version' => '5.4.40.0', |
| 6919 | 'path' => $vendorDir . '/symfony/css-selector/Exception/ExpressionErrorException.php' |
| 6920 | ), |
| 6921 | 'Symfony\\Component\\CssSelector\\Exception\\InternalErrorException' => array( |
| 6922 | 'version' => '5.4.40.0', |
| 6923 | 'path' => $vendorDir . '/symfony/css-selector/Exception/InternalErrorException.php' |
| 6924 | ), |
| 6925 | 'Symfony\\Component\\CssSelector\\Exception\\ParseException' => array( |
| 6926 | 'version' => '5.4.40.0', |
| 6927 | 'path' => $vendorDir . '/symfony/css-selector/Exception/ParseException.php' |
| 6928 | ), |
| 6929 | 'Symfony\\Component\\CssSelector\\Exception\\SyntaxErrorException' => array( |
| 6930 | 'version' => '5.4.40.0', |
| 6931 | 'path' => $vendorDir . '/symfony/css-selector/Exception/SyntaxErrorException.php' |
| 6932 | ), |
| 6933 | 'Symfony\\Component\\CssSelector\\Node\\AbstractNode' => array( |
| 6934 | 'version' => '5.4.40.0', |
| 6935 | 'path' => $vendorDir . '/symfony/css-selector/Node/AbstractNode.php' |
| 6936 | ), |
| 6937 | 'Symfony\\Component\\CssSelector\\Node\\AttributeNode' => array( |
| 6938 | 'version' => '5.4.40.0', |
| 6939 | 'path' => $vendorDir . '/symfony/css-selector/Node/AttributeNode.php' |
| 6940 | ), |
| 6941 | 'Symfony\\Component\\CssSelector\\Node\\ClassNode' => array( |
| 6942 | 'version' => '5.4.40.0', |
| 6943 | 'path' => $vendorDir . '/symfony/css-selector/Node/ClassNode.php' |
| 6944 | ), |
| 6945 | 'Symfony\\Component\\CssSelector\\Node\\CombinedSelectorNode' => array( |
| 6946 | 'version' => '5.4.40.0', |
| 6947 | 'path' => $vendorDir . '/symfony/css-selector/Node/CombinedSelectorNode.php' |
| 6948 | ), |
| 6949 | 'Symfony\\Component\\CssSelector\\Node\\ElementNode' => array( |
| 6950 | 'version' => '5.4.40.0', |
| 6951 | 'path' => $vendorDir . '/symfony/css-selector/Node/ElementNode.php' |
| 6952 | ), |
| 6953 | 'Symfony\\Component\\CssSelector\\Node\\FunctionNode' => array( |
| 6954 | 'version' => '5.4.40.0', |
| 6955 | 'path' => $vendorDir . '/symfony/css-selector/Node/FunctionNode.php' |
| 6956 | ), |
| 6957 | 'Symfony\\Component\\CssSelector\\Node\\HashNode' => array( |
| 6958 | 'version' => '5.4.40.0', |
| 6959 | 'path' => $vendorDir . '/symfony/css-selector/Node/HashNode.php' |
| 6960 | ), |
| 6961 | 'Symfony\\Component\\CssSelector\\Node\\NegationNode' => array( |
| 6962 | 'version' => '5.4.40.0', |
| 6963 | 'path' => $vendorDir . '/symfony/css-selector/Node/NegationNode.php' |
| 6964 | ), |
| 6965 | 'Symfony\\Component\\CssSelector\\Node\\NodeInterface' => array( |
| 6966 | 'version' => '5.4.40.0', |
| 6967 | 'path' => $vendorDir . '/symfony/css-selector/Node/NodeInterface.php' |
| 6968 | ), |
| 6969 | 'Symfony\\Component\\CssSelector\\Node\\PseudoNode' => array( |
| 6970 | 'version' => '5.4.40.0', |
| 6971 | 'path' => $vendorDir . '/symfony/css-selector/Node/PseudoNode.php' |
| 6972 | ), |
| 6973 | 'Symfony\\Component\\CssSelector\\Node\\SelectorNode' => array( |
| 6974 | 'version' => '5.4.40.0', |
| 6975 | 'path' => $vendorDir . '/symfony/css-selector/Node/SelectorNode.php' |
| 6976 | ), |
| 6977 | 'Symfony\\Component\\CssSelector\\Node\\Specificity' => array( |
| 6978 | 'version' => '5.4.40.0', |
| 6979 | 'path' => $vendorDir . '/symfony/css-selector/Node/Specificity.php' |
| 6980 | ), |
| 6981 | 'Symfony\\Component\\CssSelector\\Parser\\Handler\\CommentHandler' => array( |
| 6982 | 'version' => '5.4.40.0', |
| 6983 | 'path' => $vendorDir . '/symfony/css-selector/Parser/Handler/CommentHandler.php' |
| 6984 | ), |
| 6985 | 'Symfony\\Component\\CssSelector\\Parser\\Handler\\HandlerInterface' => array( |
| 6986 | 'version' => '5.4.40.0', |
| 6987 | 'path' => $vendorDir . '/symfony/css-selector/Parser/Handler/HandlerInterface.php' |
| 6988 | ), |
| 6989 | 'Symfony\\Component\\CssSelector\\Parser\\Handler\\HashHandler' => array( |
| 6990 | 'version' => '5.4.40.0', |
| 6991 | 'path' => $vendorDir . '/symfony/css-selector/Parser/Handler/HashHandler.php' |
| 6992 | ), |
| 6993 | 'Symfony\\Component\\CssSelector\\Parser\\Handler\\IdentifierHandler' => array( |
| 6994 | 'version' => '5.4.40.0', |
| 6995 | 'path' => $vendorDir . '/symfony/css-selector/Parser/Handler/IdentifierHandler.php' |
| 6996 | ), |
| 6997 | 'Symfony\\Component\\CssSelector\\Parser\\Handler\\NumberHandler' => array( |
| 6998 | 'version' => '5.4.40.0', |
| 6999 | 'path' => $vendorDir . '/symfony/css-selector/Parser/Handler/NumberHandler.php' |
| 7000 | ), |
| 7001 | 'Symfony\\Component\\CssSelector\\Parser\\Handler\\StringHandler' => array( |
| 7002 | 'version' => '5.4.40.0', |
| 7003 | 'path' => $vendorDir . '/symfony/css-selector/Parser/Handler/StringHandler.php' |
| 7004 | ), |
| 7005 | 'Symfony\\Component\\CssSelector\\Parser\\Handler\\WhitespaceHandler' => array( |
| 7006 | 'version' => '5.4.40.0', |
| 7007 | 'path' => $vendorDir . '/symfony/css-selector/Parser/Handler/WhitespaceHandler.php' |
| 7008 | ), |
| 7009 | 'Symfony\\Component\\CssSelector\\Parser\\Parser' => array( |
| 7010 | 'version' => '5.4.40.0', |
| 7011 | 'path' => $vendorDir . '/symfony/css-selector/Parser/Parser.php' |
| 7012 | ), |
| 7013 | 'Symfony\\Component\\CssSelector\\Parser\\ParserInterface' => array( |
| 7014 | 'version' => '5.4.40.0', |
| 7015 | 'path' => $vendorDir . '/symfony/css-selector/Parser/ParserInterface.php' |
| 7016 | ), |
| 7017 | 'Symfony\\Component\\CssSelector\\Parser\\Reader' => array( |
| 7018 | 'version' => '5.4.40.0', |
| 7019 | 'path' => $vendorDir . '/symfony/css-selector/Parser/Reader.php' |
| 7020 | ), |
| 7021 | 'Symfony\\Component\\CssSelector\\Parser\\Shortcut\\ClassParser' => array( |
| 7022 | 'version' => '5.4.40.0', |
| 7023 | 'path' => $vendorDir . '/symfony/css-selector/Parser/Shortcut/ClassParser.php' |
| 7024 | ), |
| 7025 | 'Symfony\\Component\\CssSelector\\Parser\\Shortcut\\ElementParser' => array( |
| 7026 | 'version' => '5.4.40.0', |
| 7027 | 'path' => $vendorDir . '/symfony/css-selector/Parser/Shortcut/ElementParser.php' |
| 7028 | ), |
| 7029 | 'Symfony\\Component\\CssSelector\\Parser\\Shortcut\\EmptyStringParser' => array( |
| 7030 | 'version' => '5.4.40.0', |
| 7031 | 'path' => $vendorDir . '/symfony/css-selector/Parser/Shortcut/EmptyStringParser.php' |
| 7032 | ), |
| 7033 | 'Symfony\\Component\\CssSelector\\Parser\\Shortcut\\HashParser' => array( |
| 7034 | 'version' => '5.4.40.0', |
| 7035 | 'path' => $vendorDir . '/symfony/css-selector/Parser/Shortcut/HashParser.php' |
| 7036 | ), |
| 7037 | 'Symfony\\Component\\CssSelector\\Parser\\Token' => array( |
| 7038 | 'version' => '5.4.40.0', |
| 7039 | 'path' => $vendorDir . '/symfony/css-selector/Parser/Token.php' |
| 7040 | ), |
| 7041 | 'Symfony\\Component\\CssSelector\\Parser\\TokenStream' => array( |
| 7042 | 'version' => '5.4.40.0', |
| 7043 | 'path' => $vendorDir . '/symfony/css-selector/Parser/TokenStream.php' |
| 7044 | ), |
| 7045 | 'Symfony\\Component\\CssSelector\\Parser\\Tokenizer\\Tokenizer' => array( |
| 7046 | 'version' => '5.4.40.0', |
| 7047 | 'path' => $vendorDir . '/symfony/css-selector/Parser/Tokenizer/Tokenizer.php' |
| 7048 | ), |
| 7049 | 'Symfony\\Component\\CssSelector\\Parser\\Tokenizer\\TokenizerEscaping' => array( |
| 7050 | 'version' => '5.4.40.0', |
| 7051 | 'path' => $vendorDir . '/symfony/css-selector/Parser/Tokenizer/TokenizerEscaping.php' |
| 7052 | ), |
| 7053 | 'Symfony\\Component\\CssSelector\\Parser\\Tokenizer\\TokenizerPatterns' => array( |
| 7054 | 'version' => '5.4.40.0', |
| 7055 | 'path' => $vendorDir . '/symfony/css-selector/Parser/Tokenizer/TokenizerPatterns.php' |
| 7056 | ), |
| 7057 | 'Symfony\\Component\\CssSelector\\XPath\\Extension\\AbstractExtension' => array( |
| 7058 | 'version' => '5.4.40.0', |
| 7059 | 'path' => $vendorDir . '/symfony/css-selector/XPath/Extension/AbstractExtension.php' |
| 7060 | ), |
| 7061 | 'Symfony\\Component\\CssSelector\\XPath\\Extension\\AttributeMatchingExtension' => array( |
| 7062 | 'version' => '5.4.40.0', |
| 7063 | 'path' => $vendorDir . '/symfony/css-selector/XPath/Extension/AttributeMatchingExtension.php' |
| 7064 | ), |
| 7065 | 'Symfony\\Component\\CssSelector\\XPath\\Extension\\CombinationExtension' => array( |
| 7066 | 'version' => '5.4.40.0', |
| 7067 | 'path' => $vendorDir . '/symfony/css-selector/XPath/Extension/CombinationExtension.php' |
| 7068 | ), |
| 7069 | 'Symfony\\Component\\CssSelector\\XPath\\Extension\\ExtensionInterface' => array( |
| 7070 | 'version' => '5.4.40.0', |
| 7071 | 'path' => $vendorDir . '/symfony/css-selector/XPath/Extension/ExtensionInterface.php' |
| 7072 | ), |
| 7073 | 'Symfony\\Component\\CssSelector\\XPath\\Extension\\FunctionExtension' => array( |
| 7074 | 'version' => '5.4.40.0', |
| 7075 | 'path' => $vendorDir . '/symfony/css-selector/XPath/Extension/FunctionExtension.php' |
| 7076 | ), |
| 7077 | 'Symfony\\Component\\CssSelector\\XPath\\Extension\\HtmlExtension' => array( |
| 7078 | 'version' => '5.4.40.0', |
| 7079 | 'path' => $vendorDir . '/symfony/css-selector/XPath/Extension/HtmlExtension.php' |
| 7080 | ), |
| 7081 | 'Symfony\\Component\\CssSelector\\XPath\\Extension\\NodeExtension' => array( |
| 7082 | 'version' => '5.4.40.0', |
| 7083 | 'path' => $vendorDir . '/symfony/css-selector/XPath/Extension/NodeExtension.php' |
| 7084 | ), |
| 7085 | 'Symfony\\Component\\CssSelector\\XPath\\Extension\\PseudoClassExtension' => array( |
| 7086 | 'version' => '5.4.40.0', |
| 7087 | 'path' => $vendorDir . '/symfony/css-selector/XPath/Extension/PseudoClassExtension.php' |
| 7088 | ), |
| 7089 | 'Symfony\\Component\\CssSelector\\XPath\\Translator' => array( |
| 7090 | 'version' => '5.4.40.0', |
| 7091 | 'path' => $vendorDir . '/symfony/css-selector/XPath/Translator.php' |
| 7092 | ), |
| 7093 | 'Symfony\\Component\\CssSelector\\XPath\\TranslatorInterface' => array( |
| 7094 | 'version' => '5.4.40.0', |
| 7095 | 'path' => $vendorDir . '/symfony/css-selector/XPath/TranslatorInterface.php' |
| 7096 | ), |
| 7097 | 'Symfony\\Component\\CssSelector\\XPath\\XPathExpr' => array( |
| 7098 | 'version' => '5.4.40.0', |
| 7099 | 'path' => $vendorDir . '/symfony/css-selector/XPath/XPathExpr.php' |
| 7100 | ), |
| 7101 | 'Symfony\\Polyfill\\Php80\\Php80' => array( |
| 7102 | 'version' => '1.30.0.0', |
| 7103 | 'path' => $vendorDir . '/symfony/polyfill-php80/Php80.php' |
| 7104 | ), |
| 7105 | 'Symfony\\Polyfill\\Php80\\PhpToken' => array( |
| 7106 | 'version' => '1.30.0.0', |
| 7107 | 'path' => $vendorDir . '/symfony/polyfill-php80/PhpToken.php' |
| 7108 | ), |
| 7109 | 'UnhandledMatchError' => array( |
| 7110 | 'version' => '1.30.0.0', |
| 7111 | 'path' => $vendorDir . '/symfony/polyfill-php80/Resources/stubs/UnhandledMatchError.php' |
| 7112 | ), |
| 7113 | 'ValueError' => array( |
| 7114 | 'version' => '1.30.0.0', |
| 7115 | 'path' => $vendorDir . '/symfony/polyfill-php80/Resources/stubs/ValueError.php' |
| 7116 | ), |
| 7117 | 'Version_Loader' => array( |
| 7118 | 'version' => '5.0.0', |
| 7119 | 'path' => $vendorDir . '/automattic/jetpack-autoloader/src/class-version-loader.php' |
| 7120 | ), |
| 7121 | 'Version_Selector' => array( |
| 7122 | 'version' => '5.0.0', |
| 7123 | 'path' => $vendorDir . '/automattic/jetpack-autoloader/src/class-version-selector.php' |
| 7124 | ), |
| 7125 | 'WC_Interactivity_Initial_State' => array( |
| 7126 | 'version' => '9.6.0.0', |
| 7127 | 'path' => $baseDir . '/src/Blocks/Interactivity/class-wc-interactivity-initial-state.php' |
| 7128 | ), |
| 7129 | 'WC_REST_CRUD_Controller' => array( |
| 7130 | 'version' => '9.6.0.0', |
| 7131 | 'path' => $baseDir . '/includes/rest-api/Controllers/Version3/class-wc-rest-crud-controller.php' |
| 7132 | ), |
| 7133 | 'WC_REST_Controller' => array( |
| 7134 | 'version' => '9.6.0.0', |
| 7135 | 'path' => $baseDir . '/includes/rest-api/Controllers/Version3/class-wc-rest-controller.php' |
| 7136 | ), |
| 7137 | 'WC_REST_Coupons_Controller' => array( |
| 7138 | 'version' => '9.6.0.0', |
| 7139 | 'path' => $baseDir . '/includes/rest-api/Controllers/Version3/class-wc-rest-coupons-controller.php' |
| 7140 | ), |
| 7141 | 'WC_REST_Coupons_V1_Controller' => array( |
| 7142 | 'version' => '9.6.0.0', |
| 7143 | 'path' => $baseDir . '/includes/rest-api/Controllers/Version1/class-wc-rest-coupons-v1-controller.php' |
| 7144 | ), |
| 7145 | 'WC_REST_Coupons_V2_Controller' => array( |
| 7146 | 'version' => '9.6.0.0', |
| 7147 | 'path' => $baseDir . '/includes/rest-api/Controllers/Version2/class-wc-rest-coupons-v2-controller.php' |
| 7148 | ), |
| 7149 | 'WC_REST_Customer_Downloads_Controller' => array( |
| 7150 | 'version' => '9.6.0.0', |
| 7151 | 'path' => $baseDir . '/includes/rest-api/Controllers/Version3/class-wc-rest-customer-downloads-controller.php' |
| 7152 | ), |
| 7153 | 'WC_REST_Customer_Downloads_V1_Controller' => array( |
| 7154 | 'version' => '9.6.0.0', |
| 7155 | 'path' => $baseDir . '/includes/rest-api/Controllers/Version1/class-wc-rest-customer-downloads-v1-controller.php' |
| 7156 | ), |
| 7157 | 'WC_REST_Customer_Downloads_V2_Controller' => array( |
| 7158 | 'version' => '9.6.0.0', |
| 7159 | 'path' => $baseDir . '/includes/rest-api/Controllers/Version2/class-wc-rest-customer-downloads-v2-controller.php' |
| 7160 | ), |
| 7161 | 'WC_REST_Customers_Controller' => array( |
| 7162 | 'version' => '9.6.0.0', |
| 7163 | 'path' => $baseDir . '/includes/rest-api/Controllers/Version3/class-wc-rest-customers-controller.php' |
| 7164 | ), |
| 7165 | 'WC_REST_Customers_V1_Controller' => array( |
| 7166 | 'version' => '9.6.0.0', |
| 7167 | 'path' => $baseDir . '/includes/rest-api/Controllers/Version1/class-wc-rest-customers-v1-controller.php' |
| 7168 | ), |
| 7169 | 'WC_REST_Customers_V2_Controller' => array( |
| 7170 | 'version' => '9.6.0.0', |
| 7171 | 'path' => $baseDir . '/includes/rest-api/Controllers/Version2/class-wc-rest-customers-v2-controller.php' |
| 7172 | ), |
| 7173 | 'WC_REST_Data_Continents_Controller' => array( |
| 7174 | 'version' => '9.6.0.0', |
| 7175 | 'path' => $baseDir . '/includes/rest-api/Controllers/Version3/class-wc-rest-data-continents-controller.php' |
| 7176 | ), |
| 7177 | 'WC_REST_Data_Controller' => array( |
| 7178 | 'version' => '9.6.0.0', |
| 7179 | 'path' => $baseDir . '/includes/rest-api/Controllers/Version3/class-wc-rest-data-controller.php' |
| 7180 | ), |
| 7181 | 'WC_REST_Data_Countries_Controller' => array( |
| 7182 | 'version' => '9.6.0.0', |
| 7183 | 'path' => $baseDir . '/includes/rest-api/Controllers/Version3/class-wc-rest-data-countries-controller.php' |
| 7184 | ), |
| 7185 | 'WC_REST_Data_Currencies_Controller' => array( |
| 7186 | 'version' => '9.6.0.0', |
| 7187 | 'path' => $baseDir . '/includes/rest-api/Controllers/Version3/class-wc-rest-data-currencies-controller.php' |
| 7188 | ), |
| 7189 | 'WC_REST_Layout_Templates_Controller' => array( |
| 7190 | 'version' => '9.6.0.0', |
| 7191 | 'path' => $baseDir . '/includes/rest-api/Controllers/Version3/class-wc-rest-layout-templates-controller.php' |
| 7192 | ), |
| 7193 | 'WC_REST_Network_Orders_Controller' => array( |
| 7194 | 'version' => '9.6.0.0', |
| 7195 | 'path' => $baseDir . '/includes/rest-api/Controllers/Version3/class-wc-rest-network-orders-controller.php' |
| 7196 | ), |
| 7197 | 'WC_REST_Network_Orders_V2_Controller' => array( |
| 7198 | 'version' => '9.6.0.0', |
| 7199 | 'path' => $baseDir . '/includes/rest-api/Controllers/Version2/class-wc-rest-network-orders-v2-controller.php' |
| 7200 | ), |
| 7201 | 'WC_REST_Order_Notes_Controller' => array( |
| 7202 | 'version' => '9.6.0.0', |
| 7203 | 'path' => $baseDir . '/includes/rest-api/Controllers/Version3/class-wc-rest-order-notes-controller.php' |
| 7204 | ), |
| 7205 | 'WC_REST_Order_Notes_V1_Controller' => array( |
| 7206 | 'version' => '9.6.0.0', |
| 7207 | 'path' => $baseDir . '/includes/rest-api/Controllers/Version1/class-wc-rest-order-notes-v1-controller.php' |
| 7208 | ), |
| 7209 | 'WC_REST_Order_Notes_V2_Controller' => array( |
| 7210 | 'version' => '9.6.0.0', |
| 7211 | 'path' => $baseDir . '/includes/rest-api/Controllers/Version2/class-wc-rest-order-notes-v2-controller.php' |
| 7212 | ), |
| 7213 | 'WC_REST_Order_Refunds_Controller' => array( |
| 7214 | 'version' => '9.6.0.0', |
| 7215 | 'path' => $baseDir . '/includes/rest-api/Controllers/Version3/class-wc-rest-order-refunds-controller.php' |
| 7216 | ), |
| 7217 | 'WC_REST_Order_Refunds_V1_Controller' => array( |
| 7218 | 'version' => '9.6.0.0', |
| 7219 | 'path' => $baseDir . '/includes/rest-api/Controllers/Version1/class-wc-rest-order-refunds-v1-controller.php' |
| 7220 | ), |
| 7221 | 'WC_REST_Order_Refunds_V2_Controller' => array( |
| 7222 | 'version' => '9.6.0.0', |
| 7223 | 'path' => $baseDir . '/includes/rest-api/Controllers/Version2/class-wc-rest-order-refunds-v2-controller.php' |
| 7224 | ), |
| 7225 | 'WC_REST_Orders_Controller' => array( |
| 7226 | 'version' => '9.6.0.0', |
| 7227 | 'path' => $baseDir . '/includes/rest-api/Controllers/Version3/class-wc-rest-orders-controller.php' |
| 7228 | ), |
| 7229 | 'WC_REST_Orders_V1_Controller' => array( |
| 7230 | 'version' => '9.6.0.0', |
| 7231 | 'path' => $baseDir . '/includes/rest-api/Controllers/Version1/class-wc-rest-orders-v1-controller.php' |
| 7232 | ), |
| 7233 | 'WC_REST_Orders_V2_Controller' => array( |
| 7234 | 'version' => '9.6.0.0', |
| 7235 | 'path' => $baseDir . '/includes/rest-api/Controllers/Version2/class-wc-rest-orders-v2-controller.php' |
| 7236 | ), |
| 7237 | 'WC_REST_Payment_Gateways_Controller' => array( |
| 7238 | 'version' => '9.6.0.0', |
| 7239 | 'path' => $baseDir . '/includes/rest-api/Controllers/Version3/class-wc-rest-payment-gateways-controller.php' |
| 7240 | ), |
| 7241 | 'WC_REST_Payment_Gateways_V2_Controller' => array( |
| 7242 | 'version' => '9.6.0.0', |
| 7243 | 'path' => $baseDir . '/includes/rest-api/Controllers/Version2/class-wc-rest-payment-gateways-v2-controller.php' |
| 7244 | ), |
| 7245 | 'WC_REST_Posts_Controller' => array( |
| 7246 | 'version' => '9.6.0.0', |
| 7247 | 'path' => $baseDir . '/includes/rest-api/Controllers/Version3/class-wc-rest-posts-controller.php' |
| 7248 | ), |
| 7249 | 'WC_REST_Product_Attribute_Terms_Controller' => array( |
| 7250 | 'version' => '9.6.0.0', |
| 7251 | 'path' => $baseDir . '/includes/rest-api/Controllers/Version3/class-wc-rest-product-attribute-terms-controller.php' |
| 7252 | ), |
| 7253 | 'WC_REST_Product_Attribute_Terms_V1_Controller' => array( |
| 7254 | 'version' => '9.6.0.0', |
| 7255 | 'path' => $baseDir . '/includes/rest-api/Controllers/Version1/class-wc-rest-product-attribute-terms-v1-controller.php' |
| 7256 | ), |
| 7257 | 'WC_REST_Product_Attribute_Terms_V2_Controller' => array( |
| 7258 | 'version' => '9.6.0.0', |
| 7259 | 'path' => $baseDir . '/includes/rest-api/Controllers/Version2/class-wc-rest-product-attribute-terms-v2-controller.php' |
| 7260 | ), |
| 7261 | 'WC_REST_Product_Attributes_Controller' => array( |
| 7262 | 'version' => '9.6.0.0', |
| 7263 | 'path' => $baseDir . '/includes/rest-api/Controllers/Version3/class-wc-rest-product-attributes-controller.php' |
| 7264 | ), |
| 7265 | 'WC_REST_Product_Attributes_V1_Controller' => array( |
| 7266 | 'version' => '9.6.0.0', |
| 7267 | 'path' => $baseDir . '/includes/rest-api/Controllers/Version1/class-wc-rest-product-attributes-v1-controller.php' |
| 7268 | ), |
| 7269 | 'WC_REST_Product_Attributes_V2_Controller' => array( |
| 7270 | 'version' => '9.6.0.0', |
| 7271 | 'path' => $baseDir . '/includes/rest-api/Controllers/Version2/class-wc-rest-product-attributes-v2-controller.php' |
| 7272 | ), |
| 7273 | 'WC_REST_Product_Brands_Controller' => array( |
| 7274 | 'version' => '9.6.0.0', |
| 7275 | 'path' => $baseDir . '/includes/rest-api/Controllers/Version3/class-wc-rest-product-brands-controller.php' |
| 7276 | ), |
| 7277 | 'WC_REST_Product_Brands_V2_Controller' => array( |
| 7278 | 'version' => '9.6.0.0', |
| 7279 | 'path' => $baseDir . '/includes/rest-api/Controllers/Version2/class-wc-rest-product-brands-v2-controller.php' |
| 7280 | ), |
| 7281 | 'WC_REST_Product_Categories_Controller' => array( |
| 7282 | 'version' => '9.6.0.0', |
| 7283 | 'path' => $baseDir . '/includes/rest-api/Controllers/Version3/class-wc-rest-product-categories-controller.php' |
| 7284 | ), |
| 7285 | 'WC_REST_Product_Categories_V1_Controller' => array( |
| 7286 | 'version' => '9.6.0.0', |
| 7287 | 'path' => $baseDir . '/includes/rest-api/Controllers/Version1/class-wc-rest-product-categories-v1-controller.php' |
| 7288 | ), |
| 7289 | 'WC_REST_Product_Categories_V2_Controller' => array( |
| 7290 | 'version' => '9.6.0.0', |
| 7291 | 'path' => $baseDir . '/includes/rest-api/Controllers/Version2/class-wc-rest-product-categories-v2-controller.php' |
| 7292 | ), |
| 7293 | 'WC_REST_Product_Custom_Fields_Controller' => array( |
| 7294 | 'version' => '9.6.0.0', |
| 7295 | 'path' => $baseDir . '/includes/rest-api/Controllers/Version3/class-wc-rest-product-custom-fields-controller.php' |
| 7296 | ), |
| 7297 | 'WC_REST_Product_Reviews_Controller' => array( |
| 7298 | 'version' => '9.6.0.0', |
| 7299 | 'path' => $baseDir . '/includes/rest-api/Controllers/Version3/class-wc-rest-product-reviews-controller.php' |
| 7300 | ), |
| 7301 | 'WC_REST_Product_Reviews_V1_Controller' => array( |
| 7302 | 'version' => '9.6.0.0', |
| 7303 | 'path' => $baseDir . '/includes/rest-api/Controllers/Version1/class-wc-rest-product-reviews-v1-controller.php' |
| 7304 | ), |
| 7305 | 'WC_REST_Product_Reviews_V2_Controller' => array( |
| 7306 | 'version' => '9.6.0.0', |
| 7307 | 'path' => $baseDir . '/includes/rest-api/Controllers/Version2/class-wc-rest-product-reviews-v2-controller.php' |
| 7308 | ), |
| 7309 | 'WC_REST_Product_Shipping_Classes_Controller' => array( |
| 7310 | 'version' => '9.6.0.0', |
| 7311 | 'path' => $baseDir . '/includes/rest-api/Controllers/Version3/class-wc-rest-product-shipping-classes-controller.php' |
| 7312 | ), |
| 7313 | 'WC_REST_Product_Shipping_Classes_V1_Controller' => array( |
| 7314 | 'version' => '9.6.0.0', |
| 7315 | 'path' => $baseDir . '/includes/rest-api/Controllers/Version1/class-wc-rest-product-shipping-classes-v1-controller.php' |
| 7316 | ), |
| 7317 | 'WC_REST_Product_Shipping_Classes_V2_Controller' => array( |
| 7318 | 'version' => '9.6.0.0', |
| 7319 | 'path' => $baseDir . '/includes/rest-api/Controllers/Version2/class-wc-rest-product-shipping-classes-v2-controller.php' |
| 7320 | ), |
| 7321 | 'WC_REST_Product_Tags_Controller' => array( |
| 7322 | 'version' => '9.6.0.0', |
| 7323 | 'path' => $baseDir . '/includes/rest-api/Controllers/Version3/class-wc-rest-product-tags-controller.php' |
| 7324 | ), |
| 7325 | 'WC_REST_Product_Tags_V1_Controller' => array( |
| 7326 | 'version' => '9.6.0.0', |
| 7327 | 'path' => $baseDir . '/includes/rest-api/Controllers/Version1/class-wc-rest-product-tags-v1-controller.php' |
| 7328 | ), |
| 7329 | 'WC_REST_Product_Tags_V2_Controller' => array( |
| 7330 | 'version' => '9.6.0.0', |
| 7331 | 'path' => $baseDir . '/includes/rest-api/Controllers/Version2/class-wc-rest-product-tags-v2-controller.php' |
| 7332 | ), |
| 7333 | 'WC_REST_Product_Variations_Controller' => array( |
| 7334 | 'version' => '9.6.0.0', |
| 7335 | 'path' => $baseDir . '/includes/rest-api/Controllers/Version3/class-wc-rest-product-variations-controller.php' |
| 7336 | ), |
| 7337 | 'WC_REST_Product_Variations_V2_Controller' => array( |
| 7338 | 'version' => '9.6.0.0', |
| 7339 | 'path' => $baseDir . '/includes/rest-api/Controllers/Version2/class-wc-rest-product-variations-v2-controller.php' |
| 7340 | ), |
| 7341 | 'WC_REST_Products_Controller' => array( |
| 7342 | 'version' => '9.6.0.0', |
| 7343 | 'path' => $baseDir . '/includes/rest-api/Controllers/Version3/class-wc-rest-products-controller.php' |
| 7344 | ), |
| 7345 | 'WC_REST_Products_V1_Controller' => array( |
| 7346 | 'version' => '9.6.0.0', |
| 7347 | 'path' => $baseDir . '/includes/rest-api/Controllers/Version1/class-wc-rest-products-v1-controller.php' |
| 7348 | ), |
| 7349 | 'WC_REST_Products_V2_Controller' => array( |
| 7350 | 'version' => '9.6.0.0', |
| 7351 | 'path' => $baseDir . '/includes/rest-api/Controllers/Version2/class-wc-rest-products-v2-controller.php' |
| 7352 | ), |
| 7353 | 'WC_REST_Refunds_Controller' => array( |
| 7354 | 'version' => '9.6.0.0', |
| 7355 | 'path' => $baseDir . '/includes/rest-api/Controllers/Version3/class-wc-rest-refunds-controller.php' |
| 7356 | ), |
| 7357 | 'WC_REST_Report_Coupons_Totals_Controller' => array( |
| 7358 | 'version' => '9.6.0.0', |
| 7359 | 'path' => $baseDir . '/includes/rest-api/Controllers/Version3/class-wc-rest-report-coupons-totals-controller.php' |
| 7360 | ), |
| 7361 | 'WC_REST_Report_Customers_Totals_Controller' => array( |
| 7362 | 'version' => '9.6.0.0', |
| 7363 | 'path' => $baseDir . '/includes/rest-api/Controllers/Version3/class-wc-rest-report-customers-totals-controller.php' |
| 7364 | ), |
| 7365 | 'WC_REST_Report_Orders_Totals_Controller' => array( |
| 7366 | 'version' => '9.6.0.0', |
| 7367 | 'path' => $baseDir . '/includes/rest-api/Controllers/Version3/class-wc-rest-report-orders-totals-controller.php' |
| 7368 | ), |
| 7369 | 'WC_REST_Report_Products_Totals_Controller' => array( |
| 7370 | 'version' => '9.6.0.0', |
| 7371 | 'path' => $baseDir . '/includes/rest-api/Controllers/Version3/class-wc-rest-report-products-totals-controller.php' |
| 7372 | ), |
| 7373 | 'WC_REST_Report_Reviews_Totals_Controller' => array( |
| 7374 | 'version' => '9.6.0.0', |
| 7375 | 'path' => $baseDir . '/includes/rest-api/Controllers/Version3/class-wc-rest-report-reviews-totals-controller.php' |
| 7376 | ), |
| 7377 | 'WC_REST_Report_Sales_Controller' => array( |
| 7378 | 'version' => '9.6.0.0', |
| 7379 | 'path' => $baseDir . '/includes/rest-api/Controllers/Version3/class-wc-rest-report-sales-controller.php' |
| 7380 | ), |
| 7381 | 'WC_REST_Report_Sales_V1_Controller' => array( |
| 7382 | 'version' => '9.6.0.0', |
| 7383 | 'path' => $baseDir . '/includes/rest-api/Controllers/Version1/class-wc-rest-report-sales-v1-controller.php' |
| 7384 | ), |
| 7385 | 'WC_REST_Report_Sales_V2_Controller' => array( |
| 7386 | 'version' => '9.6.0.0', |
| 7387 | 'path' => $baseDir . '/includes/rest-api/Controllers/Version2/class-wc-rest-report-sales-v2-controller.php' |
| 7388 | ), |
| 7389 | 'WC_REST_Report_Top_Sellers_Controller' => array( |
| 7390 | 'version' => '9.6.0.0', |
| 7391 | 'path' => $baseDir . '/includes/rest-api/Controllers/Version3/class-wc-rest-report-top-sellers-controller.php' |
| 7392 | ), |
| 7393 | 'WC_REST_Report_Top_Sellers_V1_Controller' => array( |
| 7394 | 'version' => '9.6.0.0', |
| 7395 | 'path' => $baseDir . '/includes/rest-api/Controllers/Version1/class-wc-rest-report-top-sellers-v1-controller.php' |
| 7396 | ), |
| 7397 | 'WC_REST_Report_Top_Sellers_V2_Controller' => array( |
| 7398 | 'version' => '9.6.0.0', |
| 7399 | 'path' => $baseDir . '/includes/rest-api/Controllers/Version2/class-wc-rest-report-top-sellers-v2-controller.php' |
| 7400 | ), |
| 7401 | 'WC_REST_Reports_Controller' => array( |
| 7402 | 'version' => '9.6.0.0', |
| 7403 | 'path' => $baseDir . '/includes/rest-api/Controllers/Version3/class-wc-rest-reports-controller.php' |
| 7404 | ), |
| 7405 | 'WC_REST_Reports_V1_Controller' => array( |
| 7406 | 'version' => '9.6.0.0', |
| 7407 | 'path' => $baseDir . '/includes/rest-api/Controllers/Version1/class-wc-rest-reports-v1-controller.php' |
| 7408 | ), |
| 7409 | 'WC_REST_Reports_V2_Controller' => array( |
| 7410 | 'version' => '9.6.0.0', |
| 7411 | 'path' => $baseDir . '/includes/rest-api/Controllers/Version2/class-wc-rest-reports-v2-controller.php' |
| 7412 | ), |
| 7413 | 'WC_REST_Setting_Options_Controller' => array( |
| 7414 | 'version' => '9.6.0.0', |
| 7415 | 'path' => $baseDir . '/includes/rest-api/Controllers/Version3/class-wc-rest-setting-options-controller.php' |
| 7416 | ), |
| 7417 | 'WC_REST_Setting_Options_V2_Controller' => array( |
| 7418 | 'version' => '9.6.0.0', |
| 7419 | 'path' => $baseDir . '/includes/rest-api/Controllers/Version2/class-wc-rest-setting-options-v2-controller.php' |
| 7420 | ), |
| 7421 | 'WC_REST_Settings_Controller' => array( |
| 7422 | 'version' => '9.6.0.0', |
| 7423 | 'path' => $baseDir . '/includes/rest-api/Controllers/Version3/class-wc-rest-settings-controller.php' |
| 7424 | ), |
| 7425 | 'WC_REST_Settings_V2_Controller' => array( |
| 7426 | 'version' => '9.6.0.0', |
| 7427 | 'path' => $baseDir . '/includes/rest-api/Controllers/Version2/class-wc-rest-settings-v2-controller.php' |
| 7428 | ), |
| 7429 | 'WC_REST_Shipping_Methods_Controller' => array( |
| 7430 | 'version' => '9.6.0.0', |
| 7431 | 'path' => $baseDir . '/includes/rest-api/Controllers/Version3/class-wc-rest-shipping-methods-controller.php' |
| 7432 | ), |
| 7433 | 'WC_REST_Shipping_Methods_V2_Controller' => array( |
| 7434 | 'version' => '9.6.0.0', |
| 7435 | 'path' => $baseDir . '/includes/rest-api/Controllers/Version2/class-wc-rest-shipping-methods-v2-controller.php' |
| 7436 | ), |
| 7437 | 'WC_REST_Shipping_Zone_Locations_Controller' => array( |
| 7438 | 'version' => '9.6.0.0', |
| 7439 | 'path' => $baseDir . '/includes/rest-api/Controllers/Version3/class-wc-rest-shipping-zone-locations-controller.php' |
| 7440 | ), |
| 7441 | 'WC_REST_Shipping_Zone_Locations_V2_Controller' => array( |
| 7442 | 'version' => '9.6.0.0', |
| 7443 | 'path' => $baseDir . '/includes/rest-api/Controllers/Version2/class-wc-rest-shipping-zone-locations-v2-controller.php' |
| 7444 | ), |
| 7445 | 'WC_REST_Shipping_Zone_Methods_Controller' => array( |
| 7446 | 'version' => '9.6.0.0', |
| 7447 | 'path' => $baseDir . '/includes/rest-api/Controllers/Version3/class-wc-rest-shipping-zone-methods-controller.php' |
| 7448 | ), |
| 7449 | 'WC_REST_Shipping_Zone_Methods_V2_Controller' => array( |
| 7450 | 'version' => '9.6.0.0', |
| 7451 | 'path' => $baseDir . '/includes/rest-api/Controllers/Version2/class-wc-rest-shipping-zone-methods-v2-controller.php' |
| 7452 | ), |
| 7453 | 'WC_REST_Shipping_Zones_Controller' => array( |
| 7454 | 'version' => '9.6.0.0', |
| 7455 | 'path' => $baseDir . '/includes/rest-api/Controllers/Version3/class-wc-rest-shipping-zones-controller.php' |
| 7456 | ), |
| 7457 | 'WC_REST_Shipping_Zones_Controller_Base' => array( |
| 7458 | 'version' => '9.6.0.0', |
| 7459 | 'path' => $baseDir . '/includes/rest-api/Controllers/Version3/class-wc-rest-shipping-zones-controller-base.php' |
| 7460 | ), |
| 7461 | 'WC_REST_Shipping_Zones_V2_Controller' => array( |
| 7462 | 'version' => '9.6.0.0', |
| 7463 | 'path' => $baseDir . '/includes/rest-api/Controllers/Version2/class-wc-rest-shipping-zones-v2-controller.php' |
| 7464 | ), |
| 7465 | 'WC_REST_System_Status_Controller' => array( |
| 7466 | 'version' => '9.6.0.0', |
| 7467 | 'path' => $baseDir . '/includes/rest-api/Controllers/Version3/class-wc-rest-system-status-controller.php' |
| 7468 | ), |
| 7469 | 'WC_REST_System_Status_Tools_Controller' => array( |
| 7470 | 'version' => '9.6.0.0', |
| 7471 | 'path' => $baseDir . '/includes/rest-api/Controllers/Version3/class-wc-rest-system-status-tools-controller.php' |
| 7472 | ), |
| 7473 | 'WC_REST_System_Status_Tools_V2_Controller' => array( |
| 7474 | 'version' => '9.6.0.0', |
| 7475 | 'path' => $baseDir . '/includes/rest-api/Controllers/Version2/class-wc-rest-system-status-tools-v2-controller.php' |
| 7476 | ), |
| 7477 | 'WC_REST_System_Status_V2_Controller' => array( |
| 7478 | 'version' => '9.6.0.0', |
| 7479 | 'path' => $baseDir . '/includes/rest-api/Controllers/Version2/class-wc-rest-system-status-v2-controller.php' |
| 7480 | ), |
| 7481 | 'WC_REST_Tax_Classes_Controller' => array( |
| 7482 | 'version' => '9.6.0.0', |
| 7483 | 'path' => $baseDir . '/includes/rest-api/Controllers/Version3/class-wc-rest-tax-classes-controller.php' |
| 7484 | ), |
| 7485 | 'WC_REST_Tax_Classes_V1_Controller' => array( |
| 7486 | 'version' => '9.6.0.0', |
| 7487 | 'path' => $baseDir . '/includes/rest-api/Controllers/Version1/class-wc-rest-tax-classes-v1-controller.php' |
| 7488 | ), |
| 7489 | 'WC_REST_Tax_Classes_V2_Controller' => array( |
| 7490 | 'version' => '9.6.0.0', |
| 7491 | 'path' => $baseDir . '/includes/rest-api/Controllers/Version2/class-wc-rest-tax-classes-v2-controller.php' |
| 7492 | ), |
| 7493 | 'WC_REST_Taxes_Controller' => array( |
| 7494 | 'version' => '9.6.0.0', |
| 7495 | 'path' => $baseDir . '/includes/rest-api/Controllers/Version3/class-wc-rest-taxes-controller.php' |
| 7496 | ), |
| 7497 | 'WC_REST_Taxes_V1_Controller' => array( |
| 7498 | 'version' => '9.6.0.0', |
| 7499 | 'path' => $baseDir . '/includes/rest-api/Controllers/Version1/class-wc-rest-taxes-v1-controller.php' |
| 7500 | ), |
| 7501 | 'WC_REST_Taxes_V2_Controller' => array( |
| 7502 | 'version' => '9.6.0.0', |
| 7503 | 'path' => $baseDir . '/includes/rest-api/Controllers/Version2/class-wc-rest-taxes-v2-controller.php' |
| 7504 | ), |
| 7505 | 'WC_REST_Telemetry_Controller' => array( |
| 7506 | 'version' => '9.6.0.0', |
| 7507 | 'path' => $baseDir . '/includes/rest-api/Controllers/Telemetry/class-wc-rest-telemetry-controller.php' |
| 7508 | ), |
| 7509 | 'WC_REST_Terms_Controller' => array( |
| 7510 | 'version' => '9.6.0.0', |
| 7511 | 'path' => $baseDir . '/includes/rest-api/Controllers/Version3/class-wc-rest-terms-controller.php' |
| 7512 | ), |
| 7513 | 'WC_REST_Webhook_Deliveries_V1_Controller' => array( |
| 7514 | 'version' => '9.6.0.0', |
| 7515 | 'path' => $baseDir . '/includes/rest-api/Controllers/Version1/class-wc-rest-webhook-deliveries-v1-controller.php' |
| 7516 | ), |
| 7517 | 'WC_REST_Webhook_Deliveries_V2_Controller' => array( |
| 7518 | 'version' => '9.6.0.0', |
| 7519 | 'path' => $baseDir . '/includes/rest-api/Controllers/Version2/class-wc-rest-webhook-deliveries-v2-controller.php' |
| 7520 | ), |
| 7521 | 'WC_REST_Webhooks_Controller' => array( |
| 7522 | 'version' => '9.6.0.0', |
| 7523 | 'path' => $baseDir . '/includes/rest-api/Controllers/Version3/class-wc-rest-webhooks-controller.php' |
| 7524 | ), |
| 7525 | 'WC_REST_Webhooks_V1_Controller' => array( |
| 7526 | 'version' => '9.6.0.0', |
| 7527 | 'path' => $baseDir . '/includes/rest-api/Controllers/Version1/class-wc-rest-webhooks-v1-controller.php' |
| 7528 | ), |
| 7529 | 'WC_REST_Webhooks_V2_Controller' => array( |
| 7530 | 'version' => '9.6.0.0', |
| 7531 | 'path' => $baseDir . '/includes/rest-api/Controllers/Version2/class-wc-rest-webhooks-v2-controller.php' |
| 7532 | ), |
| 7533 | ); |
| 7534 |