plugin updates
This commit is contained in:
@@ -9,12 +9,15 @@ return array(
|
||||
'Attribute' => $vendorDir . '/symfony/polyfill-php80/Resources/stubs/Attribute.php',
|
||||
'Automattic\\Jetpack\\A8c_Mc_Stats' => $vendorDir . '/automattic/jetpack-a8c-mc-stats/src/class-a8c-mc-stats.php',
|
||||
'Automattic\\Jetpack\\Admin_UI\\Admin_Menu' => $vendorDir . '/automattic/jetpack-admin-ui/src/class-admin-menu.php',
|
||||
'Automattic\\Jetpack\\Assets' => $vendorDir . '/automattic/jetpack-assets/src/class-assets.php',
|
||||
'Automattic\\Jetpack\\Assets\\Semver' => $vendorDir . '/automattic/jetpack-assets/src/class-semver.php',
|
||||
'Automattic\\Jetpack\\Autoloader\\AutoloadFileWriter' => $vendorDir . '/automattic/jetpack-autoloader/src/AutoloadFileWriter.php',
|
||||
'Automattic\\Jetpack\\Autoloader\\AutoloadGenerator' => $vendorDir . '/automattic/jetpack-autoloader/src/AutoloadGenerator.php',
|
||||
'Automattic\\Jetpack\\Autoloader\\AutoloadProcessor' => $vendorDir . '/automattic/jetpack-autoloader/src/AutoloadProcessor.php',
|
||||
'Automattic\\Jetpack\\Autoloader\\CustomAutoloaderPlugin' => $vendorDir . '/automattic/jetpack-autoloader/src/CustomAutoloaderPlugin.php',
|
||||
'Automattic\\Jetpack\\Autoloader\\ManifestGenerator' => $vendorDir . '/automattic/jetpack-autoloader/src/ManifestGenerator.php',
|
||||
'Automattic\\Jetpack\\Config' => $vendorDir . '/automattic/jetpack-config/src/class-config.php',
|
||||
'Automattic\\Jetpack\\Connection\\Authorize_Json_Api' => $vendorDir . '/automattic/jetpack-connection/src/class-authorize-json-api.php',
|
||||
'Automattic\\Jetpack\\Connection\\Client' => $vendorDir . '/automattic/jetpack-connection/src/class-client.php',
|
||||
'Automattic\\Jetpack\\Connection\\Connection_Notice' => $vendorDir . '/automattic/jetpack-connection/src/class-connection-notice.php',
|
||||
'Automattic\\Jetpack\\Connection\\Error_Handler' => $vendorDir . '/automattic/jetpack-connection/src/class-error-handler.php',
|
||||
@@ -28,6 +31,11 @@ return array(
|
||||
'Automattic\\Jetpack\\Connection\\Plugin_Storage' => $vendorDir . '/automattic/jetpack-connection/src/class-plugin-storage.php',
|
||||
'Automattic\\Jetpack\\Connection\\REST_Connector' => $vendorDir . '/automattic/jetpack-connection/src/class-rest-connector.php',
|
||||
'Automattic\\Jetpack\\Connection\\Rest_Authentication' => $vendorDir . '/automattic/jetpack-connection/src/class-rest-authentication.php',
|
||||
'Automattic\\Jetpack\\Connection\\SSO' => $vendorDir . '/automattic/jetpack-connection/src/sso/class-sso.php',
|
||||
'Automattic\\Jetpack\\Connection\\SSO\\Force_2FA' => $vendorDir . '/automattic/jetpack-connection/src/sso/class-force-2fa.php',
|
||||
'Automattic\\Jetpack\\Connection\\SSO\\Helpers' => $vendorDir . '/automattic/jetpack-connection/src/sso/class-helpers.php',
|
||||
'Automattic\\Jetpack\\Connection\\SSO\\Notices' => $vendorDir . '/automattic/jetpack-connection/src/sso/class-notices.php',
|
||||
'Automattic\\Jetpack\\Connection\\SSO\\User_Admin' => $vendorDir . '/automattic/jetpack-connection/src/sso/class-user-admin.php',
|
||||
'Automattic\\Jetpack\\Connection\\Secrets' => $vendorDir . '/automattic/jetpack-connection/src/class-secrets.php',
|
||||
'Automattic\\Jetpack\\Connection\\Server_Sandbox' => $vendorDir . '/automattic/jetpack-connection/src/class-server-sandbox.php',
|
||||
'Automattic\\Jetpack\\Connection\\Tokens' => $vendorDir . '/automattic/jetpack-connection/src/class-tokens.php',
|
||||
@@ -43,16 +51,32 @@ return array(
|
||||
'Automattic\\Jetpack\\Errors' => $vendorDir . '/automattic/jetpack-status/src/class-errors.php',
|
||||
'Automattic\\Jetpack\\Files' => $vendorDir . '/automattic/jetpack-status/src/class-files.php',
|
||||
'Automattic\\Jetpack\\Heartbeat' => $vendorDir . '/automattic/jetpack-connection/src/class-heartbeat.php',
|
||||
'Automattic\\Jetpack\\IdentityCrisis\\Exception' => $vendorDir . '/automattic/jetpack-connection/src/identity-crisis/class-exception.php',
|
||||
'Automattic\\Jetpack\\IdentityCrisis\\REST_Endpoints' => $vendorDir . '/automattic/jetpack-connection/src/identity-crisis/class-rest-endpoints.php',
|
||||
'Automattic\\Jetpack\\IdentityCrisis\\UI' => $vendorDir . '/automattic/jetpack-connection/src/identity-crisis/class-ui.php',
|
||||
'Automattic\\Jetpack\\IdentityCrisis\\URL_Secret' => $vendorDir . '/automattic/jetpack-connection/src/identity-crisis/class-url-secret.php',
|
||||
'Automattic\\Jetpack\\Identity_Crisis' => $vendorDir . '/automattic/jetpack-connection/src/identity-crisis/class-identity-crisis.php',
|
||||
'Automattic\\Jetpack\\Modules' => $vendorDir . '/automattic/jetpack-status/src/class-modules.php',
|
||||
'Automattic\\Jetpack\\Partner' => $vendorDir . '/automattic/jetpack-connection/src/class-partner.php',
|
||||
'Automattic\\Jetpack\\Partner_Coupon' => $vendorDir . '/automattic/jetpack-connection/src/class-partner-coupon.php',
|
||||
'Automattic\\Jetpack\\Paths' => $vendorDir . '/automattic/jetpack-status/src/class-paths.php',
|
||||
'Automattic\\Jetpack\\Redirect' => $vendorDir . '/automattic/jetpack-redirect/src/class-redirect.php',
|
||||
'Automattic\\Jetpack\\Roles' => $vendorDir . '/automattic/jetpack-roles/src/class-roles.php',
|
||||
'Automattic\\Jetpack\\Script_Data' => $vendorDir . '/automattic/jetpack-assets/src/class-script-data.php',
|
||||
'Automattic\\Jetpack\\Status' => $vendorDir . '/automattic/jetpack-status/src/class-status.php',
|
||||
'Automattic\\Jetpack\\Status\\Cache' => $vendorDir . '/automattic/jetpack-status/src/class-cache.php',
|
||||
'Automattic\\Jetpack\\Status\\Host' => $vendorDir . '/automattic/jetpack-status/src/class-host.php',
|
||||
'Automattic\\Jetpack\\Status\\Visitor' => $vendorDir . '/automattic/jetpack-status/src/class-visitor.php',
|
||||
'Automattic\\Jetpack\\Terms_Of_Service' => $vendorDir . '/automattic/jetpack-connection/src/class-terms-of-service.php',
|
||||
'Automattic\\Jetpack\\Tracking' => $vendorDir . '/automattic/jetpack-connection/src/class-tracking.php',
|
||||
'Automattic\\WooCommerce\\Admin\\API\\AI\\AIEndpoint' => $baseDir . '/src/Admin/API/AI/AIEndpoint.php',
|
||||
'Automattic\\WooCommerce\\Admin\\API\\AI\\BusinessDescription' => $baseDir . '/src/Admin/API/AI/BusinessDescription.php',
|
||||
'Automattic\\WooCommerce\\Admin\\API\\AI\\Images' => $baseDir . '/src/Admin/API/AI/Images.php',
|
||||
'Automattic\\WooCommerce\\Admin\\API\\AI\\Middleware' => $baseDir . '/src/Admin/API/AI/Middleware.php',
|
||||
'Automattic\\WooCommerce\\Admin\\API\\AI\\Patterns' => $baseDir . '/src/Admin/API/AI/Patterns.php',
|
||||
'Automattic\\WooCommerce\\Admin\\API\\AI\\Product' => $baseDir . '/src/Admin/API/AI/Product.php',
|
||||
'Automattic\\WooCommerce\\Admin\\API\\AI\\StoreInfo' => $baseDir . '/src/Admin/API/AI/StoreInfo.php',
|
||||
'Automattic\\WooCommerce\\Admin\\API\\AI\\StoreTitle' => $baseDir . '/src/Admin/API/AI/StoreTitle.php',
|
||||
'Automattic\\WooCommerce\\Admin\\API\\Coupons' => $baseDir . '/src/Admin/API/Coupons.php',
|
||||
'Automattic\\WooCommerce\\Admin\\API\\CustomAttributeTraits' => $baseDir . '/src/Admin/API/CustomAttributeTraits.php',
|
||||
'Automattic\\WooCommerce\\Admin\\API\\Customers' => $baseDir . '/src/Admin/API/Customers.php',
|
||||
@@ -124,9 +148,12 @@ return array(
|
||||
'Automattic\\WooCommerce\\Admin\\API\\Reports\\Export\\Controller' => $baseDir . '/src/Admin/API/Reports/Export/Controller.php',
|
||||
'Automattic\\WooCommerce\\Admin\\API\\Reports\\ExportableInterface' => $baseDir . '/src/Admin/API/Reports/ExportableInterface.php',
|
||||
'Automattic\\WooCommerce\\Admin\\API\\Reports\\ExportableTraits' => $baseDir . '/src/Admin/API/Reports/ExportableTraits.php',
|
||||
'Automattic\\WooCommerce\\Admin\\API\\Reports\\FilteredGetDataTrait' => $baseDir . '/src/Admin/API/Reports/FilteredGetDataTrait.php',
|
||||
'Automattic\\WooCommerce\\Admin\\API\\Reports\\GenericController' => $baseDir . '/src/Admin/API/Reports/GenericController.php',
|
||||
'Automattic\\WooCommerce\\Admin\\API\\Reports\\GenericQuery' => $baseDir . '/src/Admin/API/Reports/GenericQuery.php',
|
||||
'Automattic\\WooCommerce\\Admin\\API\\Reports\\GenericStatsController' => $baseDir . '/src/Admin/API/Reports/GenericStatsController.php',
|
||||
'Automattic\\WooCommerce\\Admin\\API\\Reports\\Import\\Controller' => $baseDir . '/src/Admin/API/Reports/Import/Controller.php',
|
||||
'Automattic\\WooCommerce\\Admin\\API\\Reports\\OrderAwareControllerTrait' => $baseDir . '/src/Admin/API/Reports/OrderAwareControllerTrait.php',
|
||||
'Automattic\\WooCommerce\\Admin\\API\\Reports\\Orders\\Controller' => $baseDir . '/src/Admin/API/Reports/Orders/Controller.php',
|
||||
'Automattic\\WooCommerce\\Admin\\API\\Reports\\Orders\\DataStore' => $baseDir . '/src/Admin/API/Reports/Orders/DataStore.php',
|
||||
'Automattic\\WooCommerce\\Admin\\API\\Reports\\Orders\\Query' => $baseDir . '/src/Admin/API/Reports/Orders/Query.php',
|
||||
@@ -148,6 +175,7 @@ return array(
|
||||
'Automattic\\WooCommerce\\Admin\\API\\Reports\\Revenue\\Stats\\Controller' => $baseDir . '/src/Admin/API/Reports/Revenue/Stats/Controller.php',
|
||||
'Automattic\\WooCommerce\\Admin\\API\\Reports\\Segmenter' => $baseDir . '/src/Admin/API/Reports/Segmenter.php',
|
||||
'Automattic\\WooCommerce\\Admin\\API\\Reports\\SqlQuery' => $baseDir . '/src/Admin/API/Reports/SqlQuery.php',
|
||||
'Automattic\\WooCommerce\\Admin\\API\\Reports\\StatsDataStoreTrait' => $baseDir . '/src/Admin/API/Reports/StatsDataStoreTrait.php',
|
||||
'Automattic\\WooCommerce\\Admin\\API\\Reports\\Stock\\Controller' => $baseDir . '/src/Admin/API/Reports/Stock/Controller.php',
|
||||
'Automattic\\WooCommerce\\Admin\\API\\Reports\\Stock\\Stats\\Controller' => $baseDir . '/src/Admin/API/Reports/Stock/Stats/Controller.php',
|
||||
'Automattic\\WooCommerce\\Admin\\API\\Reports\\Stock\\Stats\\DataStore' => $baseDir . '/src/Admin/API/Reports/Stock/Stats/DataStore.php',
|
||||
@@ -182,6 +210,20 @@ return array(
|
||||
'Automattic\\WooCommerce\\Admin\\DeprecatedClassFacade' => $baseDir . '/src/Admin/DeprecatedClassFacade.php',
|
||||
'Automattic\\WooCommerce\\Admin\\FeaturePlugin' => $baseDir . '/src/Admin/FeaturePlugin.php',
|
||||
'Automattic\\WooCommerce\\Admin\\Features\\AsyncProductEditorCategoryField\\Init' => $baseDir . '/src/Admin/Features/AsyncProductEditorCategoryField/Init.php',
|
||||
'Automattic\\WooCommerce\\Admin\\Features\\Blueprint\\Exporters\\ExportWCCoreProfilerOptions' => $baseDir . '/src/Admin/Features/Blueprint/Exporters/ExportWCCoreProfilerOptions.php',
|
||||
'Automattic\\WooCommerce\\Admin\\Features\\Blueprint\\Exporters\\ExportWCPaymentGateways' => $baseDir . '/src/Admin/Features/Blueprint/Exporters/ExportWCPaymentGateways.php',
|
||||
'Automattic\\WooCommerce\\Admin\\Features\\Blueprint\\Exporters\\ExportWCSettings' => $baseDir . '/src/Admin/Features/Blueprint/Exporters/ExportWCSettings.php',
|
||||
'Automattic\\WooCommerce\\Admin\\Features\\Blueprint\\Exporters\\ExportWCShipping' => $baseDir . '/src/Admin/Features/Blueprint/Exporters/ExportWCShipping.php',
|
||||
'Automattic\\WooCommerce\\Admin\\Features\\Blueprint\\Exporters\\ExportWCTaskOptions' => $baseDir . '/src/Admin/Features/Blueprint/Exporters/ExportWCTaskOptions.php',
|
||||
'Automattic\\WooCommerce\\Admin\\Features\\Blueprint\\Exporters\\ExportWCTaxRates' => $baseDir . '/src/Admin/Features/Blueprint/Exporters/ExportWCTaxRates.php',
|
||||
'Automattic\\WooCommerce\\Admin\\Features\\Blueprint\\Importers\\ImportSetWCPaymentGateways' => $baseDir . '/src/Admin/Features/Blueprint/Importers/ImportSetWCPaymentGateways.php',
|
||||
'Automattic\\WooCommerce\\Admin\\Features\\Blueprint\\Importers\\ImportSetWCShipping' => $baseDir . '/src/Admin/Features/Blueprint/Importers/ImportSetWCShipping.php',
|
||||
'Automattic\\WooCommerce\\Admin\\Features\\Blueprint\\Importers\\ImportSetWCTaxRates' => $baseDir . '/src/Admin/Features/Blueprint/Importers/ImportSetWCTaxRates.php',
|
||||
'Automattic\\WooCommerce\\Admin\\Features\\Blueprint\\Init' => $baseDir . '/src/Admin/Features/Blueprint/Init.php',
|
||||
'Automattic\\WooCommerce\\Admin\\Features\\Blueprint\\RestApi' => $baseDir . '/src/Admin/Features/Blueprint/RestApi.php',
|
||||
'Automattic\\WooCommerce\\Admin\\Features\\Blueprint\\Steps\\SetWCPaymentGateways' => $baseDir . '/src/Admin/Features/Blueprint/Steps/SetWCPaymentGateways.php',
|
||||
'Automattic\\WooCommerce\\Admin\\Features\\Blueprint\\Steps\\SetWCShipping' => $baseDir . '/src/Admin/Features/Blueprint/Steps/SetWCShipping.php',
|
||||
'Automattic\\WooCommerce\\Admin\\Features\\Blueprint\\Steps\\SetWCTaxRates' => $baseDir . '/src/Admin/Features/Blueprint/Steps/SetWCTaxRates.php',
|
||||
'Automattic\\WooCommerce\\Admin\\Features\\Features' => $baseDir . '/src/Admin/Features/Features.php',
|
||||
'Automattic\\WooCommerce\\Admin\\Features\\LaunchYourStore' => $baseDir . '/src/Admin/Features/LaunchYourStore.php',
|
||||
'Automattic\\WooCommerce\\Admin\\Features\\MarketingRecommendations\\DefaultMarketingRecommendations' => $baseDir . '/src/Admin/Features/MarketingRecommendations/DefaultMarketingRecommendations.php',
|
||||
@@ -489,6 +531,7 @@ return array(
|
||||
'Automattic\\WooCommerce\\Blocks\\BlockTypes\\ProductGalleryThumbnails' => $baseDir . '/src/Blocks/BlockTypes/ProductGalleryThumbnails.php',
|
||||
'Automattic\\WooCommerce\\Blocks\\BlockTypes\\ProductImage' => $baseDir . '/src/Blocks/BlockTypes/ProductImage.php',
|
||||
'Automattic\\WooCommerce\\Blocks\\BlockTypes\\ProductImageGallery' => $baseDir . '/src/Blocks/BlockTypes/ProductImageGallery.php',
|
||||
'Automattic\\WooCommerce\\Blocks\\BlockTypes\\ProductMeta' => $baseDir . '/src/Blocks/BlockTypes/ProductMeta.php',
|
||||
'Automattic\\WooCommerce\\Blocks\\BlockTypes\\ProductNew' => $baseDir . '/src/Blocks/BlockTypes/ProductNew.php',
|
||||
'Automattic\\WooCommerce\\Blocks\\BlockTypes\\ProductOnSale' => $baseDir . '/src/Blocks/BlockTypes/ProductOnSale.php',
|
||||
'Automattic\\WooCommerce\\Blocks\\BlockTypes\\ProductPrice' => $baseDir . '/src/Blocks/BlockTypes/ProductPrice.php',
|
||||
@@ -590,6 +633,52 @@ return array(
|
||||
'Automattic\\WooCommerce\\Blocks\\Utils\\ProductGalleryUtils' => $baseDir . '/src/Blocks/Utils/ProductGalleryUtils.php',
|
||||
'Automattic\\WooCommerce\\Blocks\\Utils\\StyleAttributesUtils' => $baseDir . '/src/Blocks/Utils/StyleAttributesUtils.php',
|
||||
'Automattic\\WooCommerce\\Blocks\\Utils\\Utils' => $baseDir . '/src/Blocks/Utils/Utils.php',
|
||||
'Automattic\\WooCommerce\\Blueprint\\BuiltInExporters' => $vendorDir . '/woocommerce/blueprint/src/BuiltInExporters.php',
|
||||
'Automattic\\WooCommerce\\Blueprint\\BuiltInStepProcessors' => $vendorDir . '/woocommerce/blueprint/src/BuiltInStepProcessors.php',
|
||||
'Automattic\\WooCommerce\\Blueprint\\Cli' => $vendorDir . '/woocommerce/blueprint/src/Cli.php',
|
||||
'Automattic\\WooCommerce\\Blueprint\\Cli\\ExportCli' => $vendorDir . '/woocommerce/blueprint/src/Cli/ExportCli.php',
|
||||
'Automattic\\WooCommerce\\Blueprint\\Cli\\ImportCli' => $vendorDir . '/woocommerce/blueprint/src/Cli/ImportCli.php',
|
||||
'Automattic\\WooCommerce\\Blueprint\\ExportSchema' => $vendorDir . '/woocommerce/blueprint/src/ExportSchema.php',
|
||||
'Automattic\\WooCommerce\\Blueprint\\Exporters\\ExportInstallPluginSteps' => $vendorDir . '/woocommerce/blueprint/src/Exporters/ExportInstallPluginSteps.php',
|
||||
'Automattic\\WooCommerce\\Blueprint\\Exporters\\ExportInstallThemeSteps' => $vendorDir . '/woocommerce/blueprint/src/Exporters/ExportInstallThemeSteps.php',
|
||||
'Automattic\\WooCommerce\\Blueprint\\Exporters\\HasAlias' => $vendorDir . '/woocommerce/blueprint/src/Exporters/HasAlias.php',
|
||||
'Automattic\\WooCommerce\\Blueprint\\Exporters\\StepExporter' => $vendorDir . '/woocommerce/blueprint/src/Exporters/StepExporter.php',
|
||||
'Automattic\\WooCommerce\\Blueprint\\ImportSchema' => $vendorDir . '/woocommerce/blueprint/src/ImportSchema.php',
|
||||
'Automattic\\WooCommerce\\Blueprint\\Importers\\ImportActivatePlugin' => $vendorDir . '/woocommerce/blueprint/src/Importers/ImportActivatePlugin.php',
|
||||
'Automattic\\WooCommerce\\Blueprint\\Importers\\ImportActivateTheme' => $vendorDir . '/woocommerce/blueprint/src/Importers/ImportActivateTheme.php',
|
||||
'Automattic\\WooCommerce\\Blueprint\\Importers\\ImportDeactivatePlugin' => $vendorDir . '/woocommerce/blueprint/src/Importers/ImportDeactivatePlugin.php',
|
||||
'Automattic\\WooCommerce\\Blueprint\\Importers\\ImportDeletePlugin' => $vendorDir . '/woocommerce/blueprint/src/Importers/ImportDeletePlugin.php',
|
||||
'Automattic\\WooCommerce\\Blueprint\\Importers\\ImportInstallPlugin' => $vendorDir . '/woocommerce/blueprint/src/Importers/ImportInstallPlugin.php',
|
||||
'Automattic\\WooCommerce\\Blueprint\\Importers\\ImportInstallTheme' => $vendorDir . '/woocommerce/blueprint/src/Importers/ImportInstallTheme.php',
|
||||
'Automattic\\WooCommerce\\Blueprint\\Importers\\ImportSetSiteOptions' => $vendorDir . '/woocommerce/blueprint/src/Importers/ImportSetSiteOptions.php',
|
||||
'Automattic\\WooCommerce\\Blueprint\\ResourceStorages' => $vendorDir . '/woocommerce/blueprint/src/ResourceStorages.php',
|
||||
'Automattic\\WooCommerce\\Blueprint\\ResourceStorages\\LocalPluginResourceStorage' => $vendorDir . '/woocommerce/blueprint/src/ResourceStorages/LocalPluginResourceStorage.php',
|
||||
'Automattic\\WooCommerce\\Blueprint\\ResourceStorages\\LocalThemeResourceStorage' => $vendorDir . '/woocommerce/blueprint/src/ResourceStorages/LocalThemeResourceStorage.php',
|
||||
'Automattic\\WooCommerce\\Blueprint\\ResourceStorages\\OrgPluginResourceStorage' => $vendorDir . '/woocommerce/blueprint/src/ResourceStorages/OrgPluginResourceStorage.php',
|
||||
'Automattic\\WooCommerce\\Blueprint\\ResourceStorages\\OrgThemeResourceStorage' => $vendorDir . '/woocommerce/blueprint/src/ResourceStorages/OrgThemeResourceStorage.php',
|
||||
'Automattic\\WooCommerce\\Blueprint\\ResourceStorages\\ResourceStorage' => $vendorDir . '/woocommerce/blueprint/src/ResourceStorages/ResourceStorage.php',
|
||||
'Automattic\\WooCommerce\\Blueprint\\Schemas\\JsonSchema' => $vendorDir . '/woocommerce/blueprint/src/Schemas/JsonSchema.php',
|
||||
'Automattic\\WooCommerce\\Blueprint\\Schemas\\ZipSchema' => $vendorDir . '/woocommerce/blueprint/src/Schemas/ZipSchema.php',
|
||||
'Automattic\\WooCommerce\\Blueprint\\StepProcessor' => $vendorDir . '/woocommerce/blueprint/src/StepProcessor.php',
|
||||
'Automattic\\WooCommerce\\Blueprint\\StepProcessorResult' => $vendorDir . '/woocommerce/blueprint/src/StepProcessorResult.php',
|
||||
'Automattic\\WooCommerce\\Blueprint\\Steps\\ActivatePlugin' => $vendorDir . '/woocommerce/blueprint/src/Steps/ActivatePlugin.php',
|
||||
'Automattic\\WooCommerce\\Blueprint\\Steps\\ActivateTheme' => $vendorDir . '/woocommerce/blueprint/src/Steps/ActivateTheme.php',
|
||||
'Automattic\\WooCommerce\\Blueprint\\Steps\\DeactivatePlugin' => $vendorDir . '/woocommerce/blueprint/src/Steps/DeactivatePlugin.php',
|
||||
'Automattic\\WooCommerce\\Blueprint\\Steps\\DeletePlugin' => $vendorDir . '/woocommerce/blueprint/src/Steps/DeletePlugin.php',
|
||||
'Automattic\\WooCommerce\\Blueprint\\Steps\\InstallPlugin' => $vendorDir . '/woocommerce/blueprint/src/Steps/InstallPlugin.php',
|
||||
'Automattic\\WooCommerce\\Blueprint\\Steps\\InstallTheme' => $vendorDir . '/woocommerce/blueprint/src/Steps/InstallTheme.php',
|
||||
'Automattic\\WooCommerce\\Blueprint\\Steps\\SetSiteOptions' => $vendorDir . '/woocommerce/blueprint/src/Steps/SetSiteOptions.php',
|
||||
'Automattic\\WooCommerce\\Blueprint\\Steps\\Step' => $vendorDir . '/woocommerce/blueprint/src/Steps/Step.php',
|
||||
'Automattic\\WooCommerce\\Blueprint\\Tests\\TestCase' => $vendorDir . '/woocommerce/blueprint/tests/TestCase.php',
|
||||
'Automattic\\WooCommerce\\Blueprint\\Tests\\Unit\\ExportSchemaTest' => $vendorDir . '/woocommerce/blueprint/tests/Unit/ExportSchemaTest.php',
|
||||
'Automattic\\WooCommerce\\Blueprint\\Tests\\Unit\\Schemas\\JsonSchemaTest' => $vendorDir . '/woocommerce/blueprint/tests/Unit/Schemas/JsonSchemaTest.php',
|
||||
'Automattic\\WooCommerce\\Blueprint\\Tests\\Unit\\Schemas\\ZipSchemaTest' => $vendorDir . '/woocommerce/blueprint/tests/Unit/Schemas/ZipSchemaTest.php',
|
||||
'Automattic\\WooCommerce\\Blueprint\\Tests\\Unit\\ZipExportedSchemaTest' => $vendorDir . '/woocommerce/blueprint/tests/Unit/ZipExportedSchemaTest.php',
|
||||
'Automattic\\WooCommerce\\Blueprint\\Tests\\stubs\\Exporters\\EmptySetSiteOptionsExporter' => $vendorDir . '/woocommerce/blueprint/tests/stubs/Exporters/EmptySetSiteOptionsExporter.php',
|
||||
'Automattic\\WooCommerce\\Blueprint\\UsePluginHelpers' => $vendorDir . '/woocommerce/blueprint/src/UsePluginHelpers.php',
|
||||
'Automattic\\WooCommerce\\Blueprint\\UseWPFunctions' => $vendorDir . '/woocommerce/blueprint/src/UseWPFunctions.php',
|
||||
'Automattic\\WooCommerce\\Blueprint\\Util' => $vendorDir . '/woocommerce/blueprint/src/Util.php',
|
||||
'Automattic\\WooCommerce\\Blueprint\\ZipExportedSchema' => $vendorDir . '/woocommerce/blueprint/src/ZipExportedSchema.php',
|
||||
'Automattic\\WooCommerce\\Caches\\OrderCache' => $baseDir . '/src/Caches/OrderCache.php',
|
||||
'Automattic\\WooCommerce\\Caches\\OrderCacheController' => $baseDir . '/src/Caches/OrderCacheController.php',
|
||||
'Automattic\\WooCommerce\\Caching\\CacheEngine' => $baseDir . '/src/Caching/CacheEngine.php',
|
||||
@@ -626,6 +715,7 @@ return array(
|
||||
'Automattic\\WooCommerce\\Internal\\Admin\\Events' => $baseDir . '/src/Internal/Admin/Events.php',
|
||||
'Automattic\\WooCommerce\\Internal\\Admin\\FeaturePlugin' => $baseDir . '/src/Internal/Admin/FeaturePlugin.php',
|
||||
'Automattic\\WooCommerce\\Internal\\Admin\\Homescreen' => $baseDir . '/src/Internal/Admin/Homescreen.php',
|
||||
'Automattic\\WooCommerce\\Internal\\Admin\\ImportExport\\CSVUploadHelper' => $baseDir . '/src/Internal/Admin/ImportExport/CSVUploadHelper.php',
|
||||
'Automattic\\WooCommerce\\Internal\\Admin\\Loader' => $baseDir . '/src/Internal/Admin/Loader.php',
|
||||
'Automattic\\WooCommerce\\Internal\\Admin\\Logging\\FileV2\\File' => $baseDir . '/src/Internal/Admin/Logging/FileV2/File.php',
|
||||
'Automattic\\WooCommerce\\Internal\\Admin\\Logging\\FileV2\\FileController' => $baseDir . '/src/Internal/Admin/Logging/FileV2/FileController.php',
|
||||
@@ -725,6 +815,7 @@ return array(
|
||||
'Automattic\\WooCommerce\\Internal\\Admin\\WCAdminAssets' => $baseDir . '/src/Internal/Admin/WCAdminAssets.php',
|
||||
'Automattic\\WooCommerce\\Internal\\Admin\\WCAdminSharedSettings' => $baseDir . '/src/Internal/Admin/WCAdminSharedSettings.php',
|
||||
'Automattic\\WooCommerce\\Internal\\Admin\\WCAdminUser' => $baseDir . '/src/Internal/Admin/WCAdminUser.php',
|
||||
'Automattic\\WooCommerce\\Internal\\Admin\\WCPayPromotion\\DefaultPromotions' => $baseDir . '/src/Internal/Admin/WCPayPromotion/DefaultPromotions.php',
|
||||
'Automattic\\WooCommerce\\Internal\\Admin\\WCPayPromotion\\Init' => $baseDir . '/src/Internal/Admin/WCPayPromotion/Init.php',
|
||||
'Automattic\\WooCommerce\\Internal\\Admin\\WCPayPromotion\\WCPayPromotionDataSourcePoller' => $baseDir . '/src/Internal/Admin/WCPayPromotion/WCPayPromotionDataSourcePoller.php',
|
||||
'Automattic\\WooCommerce\\Internal\\Admin\\WCPayPromotion\\WCPaymentGatewayPreInstallWCPayPromotion' => $baseDir . '/src/Internal/Admin/WCPayPromotion/WCPaymentGatewayPreInstallWCPayPromotion.php',
|
||||
@@ -732,6 +823,7 @@ return array(
|
||||
'Automattic\\WooCommerce\\Internal\\AssignDefaultCategory' => $baseDir . '/src/Internal/AssignDefaultCategory.php',
|
||||
'Automattic\\WooCommerce\\Internal\\BatchProcessing\\BatchProcessingController' => $baseDir . '/src/Internal/BatchProcessing/BatchProcessingController.php',
|
||||
'Automattic\\WooCommerce\\Internal\\BatchProcessing\\BatchProcessorInterface' => $baseDir . '/src/Internal/BatchProcessing/BatchProcessorInterface.php',
|
||||
'Automattic\\WooCommerce\\Internal\\ComingSoon\\ComingSoonAdminBarBadge' => $baseDir . '/src/Internal/ComingSoon/ComingSoonAdminBarBadge.php',
|
||||
'Automattic\\WooCommerce\\Internal\\ComingSoon\\ComingSoonCacheInvalidator' => $baseDir . '/src/Internal/ComingSoon/ComingSoonCacheInvalidator.php',
|
||||
'Automattic\\WooCommerce\\Internal\\ComingSoon\\ComingSoonHelper' => $baseDir . '/src/Internal/ComingSoon/ComingSoonHelper.php',
|
||||
'Automattic\\WooCommerce\\Internal\\ComingSoon\\ComingSoonRequestHandler' => $baseDir . '/src/Internal/ComingSoon/ComingSoonRequestHandler.php',
|
||||
@@ -759,6 +851,7 @@ return array(
|
||||
'Automattic\\WooCommerce\\Internal\\DependencyManagement\\ServiceProviders\\DownloadPermissionsAdjusterServiceProvider' => $baseDir . '/src/Internal/DependencyManagement/ServiceProviders/DownloadPermissionsAdjusterServiceProvider.php',
|
||||
'Automattic\\WooCommerce\\Internal\\DependencyManagement\\ServiceProviders\\EnginesServiceProvider' => $baseDir . '/src/Internal/DependencyManagement/ServiceProviders/EnginesServiceProvider.php',
|
||||
'Automattic\\WooCommerce\\Internal\\DependencyManagement\\ServiceProviders\\FeaturesServiceProvider' => $baseDir . '/src/Internal/DependencyManagement/ServiceProviders/FeaturesServiceProvider.php',
|
||||
'Automattic\\WooCommerce\\Internal\\DependencyManagement\\ServiceProviders\\ImportExportServiceProvider' => $baseDir . '/src/Internal/DependencyManagement/ServiceProviders/ImportExportServiceProvider.php',
|
||||
'Automattic\\WooCommerce\\Internal\\DependencyManagement\\ServiceProviders\\LayoutTemplatesServiceProvider' => $baseDir . '/src/Internal/DependencyManagement/ServiceProviders/LayoutTemplatesServiceProvider.php',
|
||||
'Automattic\\WooCommerce\\Internal\\DependencyManagement\\ServiceProviders\\LoggingServiceProvider' => $baseDir . '/src/Internal/DependencyManagement/ServiceProviders/LoggingServiceProvider.php',
|
||||
'Automattic\\WooCommerce\\Internal\\DependencyManagement\\ServiceProviders\\MarketingServiceProvider' => $baseDir . '/src/Internal/DependencyManagement/ServiceProviders/MarketingServiceProvider.php',
|
||||
@@ -776,6 +869,7 @@ return array(
|
||||
'Automattic\\WooCommerce\\Internal\\DependencyManagement\\ServiceProviders\\ProductReviewsServiceProvider' => $baseDir . '/src/Internal/DependencyManagement/ServiceProviders/ProductReviewsServiceProvider.php',
|
||||
'Automattic\\WooCommerce\\Internal\\DependencyManagement\\ServiceProviders\\ProxiesServiceProvider' => $baseDir . '/src/Internal/DependencyManagement/ServiceProviders/ProxiesServiceProvider.php',
|
||||
'Automattic\\WooCommerce\\Internal\\DependencyManagement\\ServiceProviders\\RestockRefundedItemsAdjusterServiceProvider' => $baseDir . '/src/Internal/DependencyManagement/ServiceProviders/RestockRefundedItemsAdjusterServiceProvider.php',
|
||||
'Automattic\\WooCommerce\\Internal\\DependencyManagement\\ServiceProviders\\StatsServiceProvider' => $baseDir . '/src/Internal/DependencyManagement/ServiceProviders/StatsServiceProvider.php',
|
||||
'Automattic\\WooCommerce\\Internal\\DependencyManagement\\ServiceProviders\\UtilsClassesServiceProvider' => $baseDir . '/src/Internal/DependencyManagement/ServiceProviders/UtilsClassesServiceProvider.php',
|
||||
'Automattic\\WooCommerce\\Internal\\DownloadPermissionsAdjuster' => $baseDir . '/src/Internal/DownloadPermissionsAdjuster.php',
|
||||
'Automattic\\WooCommerce\\Internal\\Features\\FeaturesController' => $baseDir . '/src/Internal/Features/FeaturesController.php',
|
||||
@@ -791,6 +885,7 @@ return array(
|
||||
'Automattic\\WooCommerce\\Internal\\Font\\FontFamily' => $baseDir . '/src/Internal/Font/FontFamily.php',
|
||||
'Automattic\\WooCommerce\\Internal\\Integrations\\WPConsentAPI' => $baseDir . '/src/Internal/Integrations/WPConsentAPI.php',
|
||||
'Automattic\\WooCommerce\\Internal\\Logging\\RemoteLogger' => $baseDir . '/src/Internal/Logging/RemoteLogger.php',
|
||||
'Automattic\\WooCommerce\\Internal\\McStats' => $baseDir . '/src/Internal/McStats.php',
|
||||
'Automattic\\WooCommerce\\Internal\\OrderCouponDataMigrator' => $baseDir . '/src/Internal/OrderCouponDataMigrator.php',
|
||||
'Automattic\\WooCommerce\\Internal\\Orders\\CouponsController' => $baseDir . '/src/Internal/Orders/CouponsController.php',
|
||||
'Automattic\\WooCommerce\\Internal\\Orders\\IppFunctions' => $baseDir . '/src/Internal/Orders/IppFunctions.php',
|
||||
@@ -862,14 +957,8 @@ return array(
|
||||
'Automattic\\WooCommerce\\StoreApi\\Payments\\PaymentResult' => $baseDir . '/src/StoreApi/Payments/PaymentResult.php',
|
||||
'Automattic\\WooCommerce\\StoreApi\\RoutesController' => $baseDir . '/src/StoreApi/RoutesController.php',
|
||||
'Automattic\\WooCommerce\\StoreApi\\Routes\\RouteInterface' => $baseDir . '/src/StoreApi/Routes/RouteInterface.php',
|
||||
'Automattic\\WooCommerce\\StoreApi\\Routes\\V1\\AI\\BusinessDescription' => $baseDir . '/src/StoreApi/Routes/V1/AI/BusinessDescription.php',
|
||||
'Automattic\\WooCommerce\\StoreApi\\Routes\\V1\\AI\\Images' => $baseDir . '/src/StoreApi/Routes/V1/AI/Images.php',
|
||||
'Automattic\\WooCommerce\\StoreApi\\Routes\\V1\\AI\\Middleware' => $baseDir . '/src/StoreApi/Routes/V1/AI/Middleware.php',
|
||||
'Automattic\\WooCommerce\\StoreApi\\Routes\\V1\\AI\\Patterns' => $baseDir . '/src/StoreApi/Routes/V1/AI/Patterns.php',
|
||||
'Automattic\\WooCommerce\\StoreApi\\Routes\\V1\\AI\\Product' => $baseDir . '/src/StoreApi/Routes/V1/AI/Product.php',
|
||||
'Automattic\\WooCommerce\\StoreApi\\Routes\\V1\\AI\\Products' => $baseDir . '/src/StoreApi/Routes/V1/AI/Products.php',
|
||||
'Automattic\\WooCommerce\\StoreApi\\Routes\\V1\\AI\\StoreInfo' => $baseDir . '/src/StoreApi/Routes/V1/AI/StoreInfo.php',
|
||||
'Automattic\\WooCommerce\\StoreApi\\Routes\\V1\\AI\\StoreTitle' => $baseDir . '/src/StoreApi/Routes/V1/AI/StoreTitle.php',
|
||||
'Automattic\\WooCommerce\\StoreApi\\Routes\\V1\\AbstractCartRoute' => $baseDir . '/src/StoreApi/Routes/V1/AbstractCartRoute.php',
|
||||
'Automattic\\WooCommerce\\StoreApi\\Routes\\V1\\AbstractRoute' => $baseDir . '/src/StoreApi/Routes/V1/AbstractRoute.php',
|
||||
'Automattic\\WooCommerce\\StoreApi\\Routes\\V1\\AbstractTermsRoute' => $baseDir . '/src/StoreApi/Routes/V1/AbstractTermsRoute.php',
|
||||
@@ -904,13 +993,7 @@ return array(
|
||||
'Automattic\\WooCommerce\\StoreApi\\Routes\\V1\\ProductsBySlug' => $baseDir . '/src/StoreApi/Routes/V1/ProductsBySlug.php',
|
||||
'Automattic\\WooCommerce\\StoreApi\\SchemaController' => $baseDir . '/src/StoreApi/SchemaController.php',
|
||||
'Automattic\\WooCommerce\\StoreApi\\Schemas\\ExtendSchema' => $baseDir . '/src/StoreApi/Schemas/ExtendSchema.php',
|
||||
'Automattic\\WooCommerce\\StoreApi\\Schemas\\V1\\AI\\BusinessDescriptionSchema' => $baseDir . '/src/StoreApi/Schemas/V1/AI/BusinessDescriptionSchema.php',
|
||||
'Automattic\\WooCommerce\\StoreApi\\Schemas\\V1\\AI\\ImagesSchema' => $baseDir . '/src/StoreApi/Schemas/V1/AI/ImagesSchema.php',
|
||||
'Automattic\\WooCommerce\\StoreApi\\Schemas\\V1\\AI\\PatternsSchema' => $baseDir . '/src/StoreApi/Schemas/V1/AI/PatternsSchema.php',
|
||||
'Automattic\\WooCommerce\\StoreApi\\Schemas\\V1\\AI\\ProductSchema' => $baseDir . '/src/StoreApi/Schemas/V1/AI/ProductSchema.php',
|
||||
'Automattic\\WooCommerce\\StoreApi\\Schemas\\V1\\AI\\ProductsSchema' => $baseDir . '/src/StoreApi/Schemas/V1/AI/ProductsSchema.php',
|
||||
'Automattic\\WooCommerce\\StoreApi\\Schemas\\V1\\AI\\StoreInfoSchema' => $baseDir . '/src/StoreApi/Schemas/V1/AI/StoreInfoSchema.php',
|
||||
'Automattic\\WooCommerce\\StoreApi\\Schemas\\V1\\AI\\StoreTitleSchema' => $baseDir . '/src/StoreApi/Schemas/V1/AI/StoreTitleSchema.php',
|
||||
'Automattic\\WooCommerce\\StoreApi\\Schemas\\V1\\AbstractAddressSchema' => $baseDir . '/src/StoreApi/Schemas/V1/AbstractAddressSchema.php',
|
||||
'Automattic\\WooCommerce\\StoreApi\\Schemas\\V1\\AbstractSchema' => $baseDir . '/src/StoreApi/Schemas/V1/AbstractSchema.php',
|
||||
'Automattic\\WooCommerce\\StoreApi\\Schemas\\V1\\BatchSchema' => $baseDir . '/src/StoreApi/Schemas/V1/BatchSchema.php',
|
||||
@@ -1113,6 +1196,209 @@ return array(
|
||||
'MaxMind\\Db\\Reader\\InvalidDatabaseException' => $vendorDir . '/maxmind-db/reader/src/MaxMind/Db/Reader/InvalidDatabaseException.php',
|
||||
'MaxMind\\Db\\Reader\\Metadata' => $vendorDir . '/maxmind-db/reader/src/MaxMind/Db/Reader/Metadata.php',
|
||||
'MaxMind\\Db\\Reader\\Util' => $vendorDir . '/maxmind-db/reader/src/MaxMind/Db/Reader/Util.php',
|
||||
'Opis\\JsonSchema\\CompliantValidator' => $vendorDir . '/opis/json-schema/src/CompliantValidator.php',
|
||||
'Opis\\JsonSchema\\ContentEncoding' => $vendorDir . '/opis/json-schema/src/ContentEncoding.php',
|
||||
'Opis\\JsonSchema\\ContentMediaType' => $vendorDir . '/opis/json-schema/src/ContentMediaType.php',
|
||||
'Opis\\JsonSchema\\Errors\\CustomError' => $vendorDir . '/opis/json-schema/src/Errors/CustomError.php',
|
||||
'Opis\\JsonSchema\\Errors\\ErrorContainer' => $vendorDir . '/opis/json-schema/src/Errors/ErrorContainer.php',
|
||||
'Opis\\JsonSchema\\Errors\\ErrorFormatter' => $vendorDir . '/opis/json-schema/src/Errors/ErrorFormatter.php',
|
||||
'Opis\\JsonSchema\\Errors\\ValidationError' => $vendorDir . '/opis/json-schema/src/Errors/ValidationError.php',
|
||||
'Opis\\JsonSchema\\Exceptions\\DuplicateSchemaIdException' => $vendorDir . '/opis/json-schema/src/Exceptions/DuplicateSchemaIdException.php',
|
||||
'Opis\\JsonSchema\\Exceptions\\InvalidKeywordException' => $vendorDir . '/opis/json-schema/src/Exceptions/InvalidKeywordException.php',
|
||||
'Opis\\JsonSchema\\Exceptions\\InvalidPragmaException' => $vendorDir . '/opis/json-schema/src/Exceptions/InvalidPragmaException.php',
|
||||
'Opis\\JsonSchema\\Exceptions\\ParseException' => $vendorDir . '/opis/json-schema/src/Exceptions/ParseException.php',
|
||||
'Opis\\JsonSchema\\Exceptions\\SchemaException' => $vendorDir . '/opis/json-schema/src/Exceptions/SchemaException.php',
|
||||
'Opis\\JsonSchema\\Exceptions\\UnresolvedContentEncodingException' => $vendorDir . '/opis/json-schema/src/Exceptions/UnresolvedContentEncodingException.php',
|
||||
'Opis\\JsonSchema\\Exceptions\\UnresolvedContentMediaTypeException' => $vendorDir . '/opis/json-schema/src/Exceptions/UnresolvedContentMediaTypeException.php',
|
||||
'Opis\\JsonSchema\\Exceptions\\UnresolvedException' => $vendorDir . '/opis/json-schema/src/Exceptions/UnresolvedException.php',
|
||||
'Opis\\JsonSchema\\Exceptions\\UnresolvedFilterException' => $vendorDir . '/opis/json-schema/src/Exceptions/UnresolvedFilterException.php',
|
||||
'Opis\\JsonSchema\\Exceptions\\UnresolvedReferenceException' => $vendorDir . '/opis/json-schema/src/Exceptions/UnresolvedReferenceException.php',
|
||||
'Opis\\JsonSchema\\Filter' => $vendorDir . '/opis/json-schema/src/Filter.php',
|
||||
'Opis\\JsonSchema\\Filters\\CommonFilters' => $vendorDir . '/opis/json-schema/src/Filters/CommonFilters.php',
|
||||
'Opis\\JsonSchema\\Filters\\DataExistsFilter' => $vendorDir . '/opis/json-schema/src/Filters/DataExistsFilter.php',
|
||||
'Opis\\JsonSchema\\Filters\\DateTimeFilters' => $vendorDir . '/opis/json-schema/src/Filters/DateTimeFilters.php',
|
||||
'Opis\\JsonSchema\\Filters\\FilterExistsFilter' => $vendorDir . '/opis/json-schema/src/Filters/FilterExistsFilter.php',
|
||||
'Opis\\JsonSchema\\Filters\\FormatExistsFilter' => $vendorDir . '/opis/json-schema/src/Filters/FormatExistsFilter.php',
|
||||
'Opis\\JsonSchema\\Filters\\GlobalVarExistsFilter' => $vendorDir . '/opis/json-schema/src/Filters/GlobalVarExistsFilter.php',
|
||||
'Opis\\JsonSchema\\Filters\\SchemaExistsFilter' => $vendorDir . '/opis/json-schema/src/Filters/SchemaExistsFilter.php',
|
||||
'Opis\\JsonSchema\\Filters\\SlotExistsFilter' => $vendorDir . '/opis/json-schema/src/Filters/SlotExistsFilter.php',
|
||||
'Opis\\JsonSchema\\Format' => $vendorDir . '/opis/json-schema/src/Format.php',
|
||||
'Opis\\JsonSchema\\Formats\\DateTimeFormats' => $vendorDir . '/opis/json-schema/src/Formats/DateTimeFormats.php',
|
||||
'Opis\\JsonSchema\\Formats\\IriFormats' => $vendorDir . '/opis/json-schema/src/Formats/IriFormats.php',
|
||||
'Opis\\JsonSchema\\Formats\\MiscFormats' => $vendorDir . '/opis/json-schema/src/Formats/MiscFormats.php',
|
||||
'Opis\\JsonSchema\\Formats\\UriFormats' => $vendorDir . '/opis/json-schema/src/Formats/UriFormats.php',
|
||||
'Opis\\JsonSchema\\Helper' => $vendorDir . '/opis/json-schema/src/Helper.php',
|
||||
'Opis\\JsonSchema\\Info\\DataInfo' => $vendorDir . '/opis/json-schema/src/Info/DataInfo.php',
|
||||
'Opis\\JsonSchema\\Info\\SchemaInfo' => $vendorDir . '/opis/json-schema/src/Info/SchemaInfo.php',
|
||||
'Opis\\JsonSchema\\JsonPointer' => $vendorDir . '/opis/json-schema/src/JsonPointer.php',
|
||||
'Opis\\JsonSchema\\Keyword' => $vendorDir . '/opis/json-schema/src/Keyword.php',
|
||||
'Opis\\JsonSchema\\KeywordValidator' => $vendorDir . '/opis/json-schema/src/KeywordValidator.php',
|
||||
'Opis\\JsonSchema\\KeywordValidators\\AbstractKeywordValidator' => $vendorDir . '/opis/json-schema/src/KeywordValidators/AbstractKeywordValidator.php',
|
||||
'Opis\\JsonSchema\\KeywordValidators\\CallbackKeywordValidator' => $vendorDir . '/opis/json-schema/src/KeywordValidators/CallbackKeywordValidator.php',
|
||||
'Opis\\JsonSchema\\KeywordValidators\\PragmaKeywordValidator' => $vendorDir . '/opis/json-schema/src/KeywordValidators/PragmaKeywordValidator.php',
|
||||
'Opis\\JsonSchema\\Keywords\\AbstractRefKeyword' => $vendorDir . '/opis/json-schema/src/Keywords/AbstractRefKeyword.php',
|
||||
'Opis\\JsonSchema\\Keywords\\AdditionalItemsKeyword' => $vendorDir . '/opis/json-schema/src/Keywords/AdditionalItemsKeyword.php',
|
||||
'Opis\\JsonSchema\\Keywords\\AdditionalPropertiesKeyword' => $vendorDir . '/opis/json-schema/src/Keywords/AdditionalPropertiesKeyword.php',
|
||||
'Opis\\JsonSchema\\Keywords\\AllOfKeyword' => $vendorDir . '/opis/json-schema/src/Keywords/AllOfKeyword.php',
|
||||
'Opis\\JsonSchema\\Keywords\\AnyOfKeyword' => $vendorDir . '/opis/json-schema/src/Keywords/AnyOfKeyword.php',
|
||||
'Opis\\JsonSchema\\Keywords\\ConstDataKeyword' => $vendorDir . '/opis/json-schema/src/Keywords/ConstDataKeyword.php',
|
||||
'Opis\\JsonSchema\\Keywords\\ConstKeyword' => $vendorDir . '/opis/json-schema/src/Keywords/ConstKeyword.php',
|
||||
'Opis\\JsonSchema\\Keywords\\ContainsKeyword' => $vendorDir . '/opis/json-schema/src/Keywords/ContainsKeyword.php',
|
||||
'Opis\\JsonSchema\\Keywords\\ContentEncodingKeyword' => $vendorDir . '/opis/json-schema/src/Keywords/ContentEncodingKeyword.php',
|
||||
'Opis\\JsonSchema\\Keywords\\ContentMediaTypeKeyword' => $vendorDir . '/opis/json-schema/src/Keywords/ContentMediaTypeKeyword.php',
|
||||
'Opis\\JsonSchema\\Keywords\\ContentSchemaKeyword' => $vendorDir . '/opis/json-schema/src/Keywords/ContentSchemaKeyword.php',
|
||||
'Opis\\JsonSchema\\Keywords\\DefaultKeyword' => $vendorDir . '/opis/json-schema/src/Keywords/DefaultKeyword.php',
|
||||
'Opis\\JsonSchema\\Keywords\\DependenciesKeyword' => $vendorDir . '/opis/json-schema/src/Keywords/DependenciesKeyword.php',
|
||||
'Opis\\JsonSchema\\Keywords\\DependentRequiredKeyword' => $vendorDir . '/opis/json-schema/src/Keywords/DependentRequiredKeyword.php',
|
||||
'Opis\\JsonSchema\\Keywords\\DependentSchemasKeyword' => $vendorDir . '/opis/json-schema/src/Keywords/DependentSchemasKeyword.php',
|
||||
'Opis\\JsonSchema\\Keywords\\EnumDataKeyword' => $vendorDir . '/opis/json-schema/src/Keywords/EnumDataKeyword.php',
|
||||
'Opis\\JsonSchema\\Keywords\\EnumKeyword' => $vendorDir . '/opis/json-schema/src/Keywords/EnumKeyword.php',
|
||||
'Opis\\JsonSchema\\Keywords\\ErrorTrait' => $vendorDir . '/opis/json-schema/src/Keywords/ErrorTrait.php',
|
||||
'Opis\\JsonSchema\\Keywords\\ExclusiveMaximumDataKeyword' => $vendorDir . '/opis/json-schema/src/Keywords/ExclusiveMaximumDataKeyword.php',
|
||||
'Opis\\JsonSchema\\Keywords\\ExclusiveMaximumKeyword' => $vendorDir . '/opis/json-schema/src/Keywords/ExclusiveMaximumKeyword.php',
|
||||
'Opis\\JsonSchema\\Keywords\\ExclusiveMinimumDataKeyword' => $vendorDir . '/opis/json-schema/src/Keywords/ExclusiveMinimumDataKeyword.php',
|
||||
'Opis\\JsonSchema\\Keywords\\ExclusiveMinimumKeyword' => $vendorDir . '/opis/json-schema/src/Keywords/ExclusiveMinimumKeyword.php',
|
||||
'Opis\\JsonSchema\\Keywords\\FiltersKeyword' => $vendorDir . '/opis/json-schema/src/Keywords/FiltersKeyword.php',
|
||||
'Opis\\JsonSchema\\Keywords\\FormatDataKeyword' => $vendorDir . '/opis/json-schema/src/Keywords/FormatDataKeyword.php',
|
||||
'Opis\\JsonSchema\\Keywords\\FormatKeyword' => $vendorDir . '/opis/json-schema/src/Keywords/FormatKeyword.php',
|
||||
'Opis\\JsonSchema\\Keywords\\IfThenElseKeyword' => $vendorDir . '/opis/json-schema/src/Keywords/IfThenElseKeyword.php',
|
||||
'Opis\\JsonSchema\\Keywords\\ItemsKeyword' => $vendorDir . '/opis/json-schema/src/Keywords/ItemsKeyword.php',
|
||||
'Opis\\JsonSchema\\Keywords\\IterableDataValidationTrait' => $vendorDir . '/opis/json-schema/src/Keywords/IterableDataValidationTrait.php',
|
||||
'Opis\\JsonSchema\\Keywords\\MaxItemsDataKeyword' => $vendorDir . '/opis/json-schema/src/Keywords/MaxItemsDataKeyword.php',
|
||||
'Opis\\JsonSchema\\Keywords\\MaxItemsKeyword' => $vendorDir . '/opis/json-schema/src/Keywords/MaxItemsKeyword.php',
|
||||
'Opis\\JsonSchema\\Keywords\\MaxLengthDataKeyword' => $vendorDir . '/opis/json-schema/src/Keywords/MaxLengthDataKeyword.php',
|
||||
'Opis\\JsonSchema\\Keywords\\MaxLengthKeyword' => $vendorDir . '/opis/json-schema/src/Keywords/MaxLengthKeyword.php',
|
||||
'Opis\\JsonSchema\\Keywords\\MaxPropertiesDataKeyword' => $vendorDir . '/opis/json-schema/src/Keywords/MaxPropertiesDataKeyword.php',
|
||||
'Opis\\JsonSchema\\Keywords\\MaxPropertiesKeywords' => $vendorDir . '/opis/json-schema/src/Keywords/MaxPropertiesKeywords.php',
|
||||
'Opis\\JsonSchema\\Keywords\\MaximumDataKeyword' => $vendorDir . '/opis/json-schema/src/Keywords/MaximumDataKeyword.php',
|
||||
'Opis\\JsonSchema\\Keywords\\MaximumKeyword' => $vendorDir . '/opis/json-schema/src/Keywords/MaximumKeyword.php',
|
||||
'Opis\\JsonSchema\\Keywords\\MinItemsDataKeyword' => $vendorDir . '/opis/json-schema/src/Keywords/MinItemsDataKeyword.php',
|
||||
'Opis\\JsonSchema\\Keywords\\MinItemsKeyword' => $vendorDir . '/opis/json-schema/src/Keywords/MinItemsKeyword.php',
|
||||
'Opis\\JsonSchema\\Keywords\\MinLengthDataKeyword' => $vendorDir . '/opis/json-schema/src/Keywords/MinLengthDataKeyword.php',
|
||||
'Opis\\JsonSchema\\Keywords\\MinLengthKeyword' => $vendorDir . '/opis/json-schema/src/Keywords/MinLengthKeyword.php',
|
||||
'Opis\\JsonSchema\\Keywords\\MinPropertiesDataKeyword' => $vendorDir . '/opis/json-schema/src/Keywords/MinPropertiesDataKeyword.php',
|
||||
'Opis\\JsonSchema\\Keywords\\MinPropertiesKeyword' => $vendorDir . '/opis/json-schema/src/Keywords/MinPropertiesKeyword.php',
|
||||
'Opis\\JsonSchema\\Keywords\\MinimumDataKeyword' => $vendorDir . '/opis/json-schema/src/Keywords/MinimumDataKeyword.php',
|
||||
'Opis\\JsonSchema\\Keywords\\MinimumKeyword' => $vendorDir . '/opis/json-schema/src/Keywords/MinimumKeyword.php',
|
||||
'Opis\\JsonSchema\\Keywords\\MultipleOfDataKeyword' => $vendorDir . '/opis/json-schema/src/Keywords/MultipleOfDataKeyword.php',
|
||||
'Opis\\JsonSchema\\Keywords\\MultipleOfKeyword' => $vendorDir . '/opis/json-schema/src/Keywords/MultipleOfKeyword.php',
|
||||
'Opis\\JsonSchema\\Keywords\\NotKeyword' => $vendorDir . '/opis/json-schema/src/Keywords/NotKeyword.php',
|
||||
'Opis\\JsonSchema\\Keywords\\OfTrait' => $vendorDir . '/opis/json-schema/src/Keywords/OfTrait.php',
|
||||
'Opis\\JsonSchema\\Keywords\\OneOfKeyword' => $vendorDir . '/opis/json-schema/src/Keywords/OneOfKeyword.php',
|
||||
'Opis\\JsonSchema\\Keywords\\PatternDataKeyword' => $vendorDir . '/opis/json-schema/src/Keywords/PatternDataKeyword.php',
|
||||
'Opis\\JsonSchema\\Keywords\\PatternKeyword' => $vendorDir . '/opis/json-schema/src/Keywords/PatternKeyword.php',
|
||||
'Opis\\JsonSchema\\Keywords\\PatternPropertiesKeyword' => $vendorDir . '/opis/json-schema/src/Keywords/PatternPropertiesKeyword.php',
|
||||
'Opis\\JsonSchema\\Keywords\\PointerRefKeyword' => $vendorDir . '/opis/json-schema/src/Keywords/PointerRefKeyword.php',
|
||||
'Opis\\JsonSchema\\Keywords\\PropertiesKeyword' => $vendorDir . '/opis/json-schema/src/Keywords/PropertiesKeyword.php',
|
||||
'Opis\\JsonSchema\\Keywords\\PropertyNamesKeyword' => $vendorDir . '/opis/json-schema/src/Keywords/PropertyNamesKeyword.php',
|
||||
'Opis\\JsonSchema\\Keywords\\RecursiveRefKeyword' => $vendorDir . '/opis/json-schema/src/Keywords/RecursiveRefKeyword.php',
|
||||
'Opis\\JsonSchema\\Keywords\\RequiredDataKeyword' => $vendorDir . '/opis/json-schema/src/Keywords/RequiredDataKeyword.php',
|
||||
'Opis\\JsonSchema\\Keywords\\RequiredKeyword' => $vendorDir . '/opis/json-schema/src/Keywords/RequiredKeyword.php',
|
||||
'Opis\\JsonSchema\\Keywords\\SlotsKeyword' => $vendorDir . '/opis/json-schema/src/Keywords/SlotsKeyword.php',
|
||||
'Opis\\JsonSchema\\Keywords\\TemplateRefKeyword' => $vendorDir . '/opis/json-schema/src/Keywords/TemplateRefKeyword.php',
|
||||
'Opis\\JsonSchema\\Keywords\\TypeKeyword' => $vendorDir . '/opis/json-schema/src/Keywords/TypeKeyword.php',
|
||||
'Opis\\JsonSchema\\Keywords\\URIRefKeyword' => $vendorDir . '/opis/json-schema/src/Keywords/URIRefKeyword.php',
|
||||
'Opis\\JsonSchema\\Keywords\\UnevaluatedItemsKeyword' => $vendorDir . '/opis/json-schema/src/Keywords/UnevaluatedItemsKeyword.php',
|
||||
'Opis\\JsonSchema\\Keywords\\UnevaluatedPropertiesKeyword' => $vendorDir . '/opis/json-schema/src/Keywords/UnevaluatedPropertiesKeyword.php',
|
||||
'Opis\\JsonSchema\\Keywords\\UniqueItemsDataKeyword' => $vendorDir . '/opis/json-schema/src/Keywords/UniqueItemsDataKeyword.php',
|
||||
'Opis\\JsonSchema\\Keywords\\UniqueItemsKeyword' => $vendorDir . '/opis/json-schema/src/Keywords/UniqueItemsKeyword.php',
|
||||
'Opis\\JsonSchema\\Parsers\\DataKeywordTrait' => $vendorDir . '/opis/json-schema/src/Parsers/DataKeywordTrait.php',
|
||||
'Opis\\JsonSchema\\Parsers\\DefaultVocabulary' => $vendorDir . '/opis/json-schema/src/Parsers/DefaultVocabulary.php',
|
||||
'Opis\\JsonSchema\\Parsers\\Draft' => $vendorDir . '/opis/json-schema/src/Parsers/Draft.php',
|
||||
'Opis\\JsonSchema\\Parsers\\DraftOptionTrait' => $vendorDir . '/opis/json-schema/src/Parsers/DraftOptionTrait.php',
|
||||
'Opis\\JsonSchema\\Parsers\\Drafts\\Draft06' => $vendorDir . '/opis/json-schema/src/Parsers/Drafts/Draft06.php',
|
||||
'Opis\\JsonSchema\\Parsers\\Drafts\\Draft07' => $vendorDir . '/opis/json-schema/src/Parsers/Drafts/Draft07.php',
|
||||
'Opis\\JsonSchema\\Parsers\\Drafts\\Draft201909' => $vendorDir . '/opis/json-schema/src/Parsers/Drafts/Draft201909.php',
|
||||
'Opis\\JsonSchema\\Parsers\\Drafts\\Draft202012' => $vendorDir . '/opis/json-schema/src/Parsers/Drafts/Draft202012.php',
|
||||
'Opis\\JsonSchema\\Parsers\\KeywordParser' => $vendorDir . '/opis/json-schema/src/Parsers/KeywordParser.php',
|
||||
'Opis\\JsonSchema\\Parsers\\KeywordParserTrait' => $vendorDir . '/opis/json-schema/src/Parsers/KeywordParserTrait.php',
|
||||
'Opis\\JsonSchema\\Parsers\\KeywordValidatorParser' => $vendorDir . '/opis/json-schema/src/Parsers/KeywordValidatorParser.php',
|
||||
'Opis\\JsonSchema\\Parsers\\KeywordValidators\\PragmaKeywordValidatorParser' => $vendorDir . '/opis/json-schema/src/Parsers/KeywordValidators/PragmaKeywordValidatorParser.php',
|
||||
'Opis\\JsonSchema\\Parsers\\Keywords\\AdditionalItemsKeywordParser' => $vendorDir . '/opis/json-schema/src/Parsers/Keywords/AdditionalItemsKeywordParser.php',
|
||||
'Opis\\JsonSchema\\Parsers\\Keywords\\AdditionalPropertiesKeywordParser' => $vendorDir . '/opis/json-schema/src/Parsers/Keywords/AdditionalPropertiesKeywordParser.php',
|
||||
'Opis\\JsonSchema\\Parsers\\Keywords\\AllOfKeywordParser' => $vendorDir . '/opis/json-schema/src/Parsers/Keywords/AllOfKeywordParser.php',
|
||||
'Opis\\JsonSchema\\Parsers\\Keywords\\AnyOfKeywordParser' => $vendorDir . '/opis/json-schema/src/Parsers/Keywords/AnyOfKeywordParser.php',
|
||||
'Opis\\JsonSchema\\Parsers\\Keywords\\ConstKeywordParser' => $vendorDir . '/opis/json-schema/src/Parsers/Keywords/ConstKeywordParser.php',
|
||||
'Opis\\JsonSchema\\Parsers\\Keywords\\ContainsKeywordParser' => $vendorDir . '/opis/json-schema/src/Parsers/Keywords/ContainsKeywordParser.php',
|
||||
'Opis\\JsonSchema\\Parsers\\Keywords\\ContentEncodingKeywordParser' => $vendorDir . '/opis/json-schema/src/Parsers/Keywords/ContentEncodingKeywordParser.php',
|
||||
'Opis\\JsonSchema\\Parsers\\Keywords\\ContentMediaTypeKeywordParser' => $vendorDir . '/opis/json-schema/src/Parsers/Keywords/ContentMediaTypeKeywordParser.php',
|
||||
'Opis\\JsonSchema\\Parsers\\Keywords\\ContentSchemaKeywordParser' => $vendorDir . '/opis/json-schema/src/Parsers/Keywords/ContentSchemaKeywordParser.php',
|
||||
'Opis\\JsonSchema\\Parsers\\Keywords\\DefaultKeywordParser' => $vendorDir . '/opis/json-schema/src/Parsers/Keywords/DefaultKeywordParser.php',
|
||||
'Opis\\JsonSchema\\Parsers\\Keywords\\DependenciesKeywordParser' => $vendorDir . '/opis/json-schema/src/Parsers/Keywords/DependenciesKeywordParser.php',
|
||||
'Opis\\JsonSchema\\Parsers\\Keywords\\DependentRequiredKeywordParser' => $vendorDir . '/opis/json-schema/src/Parsers/Keywords/DependentRequiredKeywordParser.php',
|
||||
'Opis\\JsonSchema\\Parsers\\Keywords\\DependentSchemasKeywordParser' => $vendorDir . '/opis/json-schema/src/Parsers/Keywords/DependentSchemasKeywordParser.php',
|
||||
'Opis\\JsonSchema\\Parsers\\Keywords\\EnumKeywordParser' => $vendorDir . '/opis/json-schema/src/Parsers/Keywords/EnumKeywordParser.php',
|
||||
'Opis\\JsonSchema\\Parsers\\Keywords\\ExclusiveMaximumKeywordParser' => $vendorDir . '/opis/json-schema/src/Parsers/Keywords/ExclusiveMaximumKeywordParser.php',
|
||||
'Opis\\JsonSchema\\Parsers\\Keywords\\ExclusiveMinimumKeywordParser' => $vendorDir . '/opis/json-schema/src/Parsers/Keywords/ExclusiveMinimumKeywordParser.php',
|
||||
'Opis\\JsonSchema\\Parsers\\Keywords\\FiltersKeywordParser' => $vendorDir . '/opis/json-schema/src/Parsers/Keywords/FiltersKeywordParser.php',
|
||||
'Opis\\JsonSchema\\Parsers\\Keywords\\FormatKeywordParser' => $vendorDir . '/opis/json-schema/src/Parsers/Keywords/FormatKeywordParser.php',
|
||||
'Opis\\JsonSchema\\Parsers\\Keywords\\IfThenElseKeywordParser' => $vendorDir . '/opis/json-schema/src/Parsers/Keywords/IfThenElseKeywordParser.php',
|
||||
'Opis\\JsonSchema\\Parsers\\Keywords\\ItemsKeywordParser' => $vendorDir . '/opis/json-schema/src/Parsers/Keywords/ItemsKeywordParser.php',
|
||||
'Opis\\JsonSchema\\Parsers\\Keywords\\MaxItemsKeywordParser' => $vendorDir . '/opis/json-schema/src/Parsers/Keywords/MaxItemsKeywordParser.php',
|
||||
'Opis\\JsonSchema\\Parsers\\Keywords\\MaxLengthKeywordParser' => $vendorDir . '/opis/json-schema/src/Parsers/Keywords/MaxLengthKeywordParser.php',
|
||||
'Opis\\JsonSchema\\Parsers\\Keywords\\MaxPropertiesKeywordParser' => $vendorDir . '/opis/json-schema/src/Parsers/Keywords/MaxPropertiesKeywordParser.php',
|
||||
'Opis\\JsonSchema\\Parsers\\Keywords\\MaximumKeywordParser' => $vendorDir . '/opis/json-schema/src/Parsers/Keywords/MaximumKeywordParser.php',
|
||||
'Opis\\JsonSchema\\Parsers\\Keywords\\MinItemsKeywordParser' => $vendorDir . '/opis/json-schema/src/Parsers/Keywords/MinItemsKeywordParser.php',
|
||||
'Opis\\JsonSchema\\Parsers\\Keywords\\MinLengthKeywordParser' => $vendorDir . '/opis/json-schema/src/Parsers/Keywords/MinLengthKeywordParser.php',
|
||||
'Opis\\JsonSchema\\Parsers\\Keywords\\MinPropertiesKeywordParser' => $vendorDir . '/opis/json-schema/src/Parsers/Keywords/MinPropertiesKeywordParser.php',
|
||||
'Opis\\JsonSchema\\Parsers\\Keywords\\MinimumKeywordParser' => $vendorDir . '/opis/json-schema/src/Parsers/Keywords/MinimumKeywordParser.php',
|
||||
'Opis\\JsonSchema\\Parsers\\Keywords\\MultipleOfKeywordParser' => $vendorDir . '/opis/json-schema/src/Parsers/Keywords/MultipleOfKeywordParser.php',
|
||||
'Opis\\JsonSchema\\Parsers\\Keywords\\NotKeywordParser' => $vendorDir . '/opis/json-schema/src/Parsers/Keywords/NotKeywordParser.php',
|
||||
'Opis\\JsonSchema\\Parsers\\Keywords\\OneOfKeywordParser' => $vendorDir . '/opis/json-schema/src/Parsers/Keywords/OneOfKeywordParser.php',
|
||||
'Opis\\JsonSchema\\Parsers\\Keywords\\PatternKeywordParser' => $vendorDir . '/opis/json-schema/src/Parsers/Keywords/PatternKeywordParser.php',
|
||||
'Opis\\JsonSchema\\Parsers\\Keywords\\PatternPropertiesKeywordParser' => $vendorDir . '/opis/json-schema/src/Parsers/Keywords/PatternPropertiesKeywordParser.php',
|
||||
'Opis\\JsonSchema\\Parsers\\Keywords\\PropertiesKeywordParser' => $vendorDir . '/opis/json-schema/src/Parsers/Keywords/PropertiesKeywordParser.php',
|
||||
'Opis\\JsonSchema\\Parsers\\Keywords\\PropertyNamesKeywordParser' => $vendorDir . '/opis/json-schema/src/Parsers/Keywords/PropertyNamesKeywordParser.php',
|
||||
'Opis\\JsonSchema\\Parsers\\Keywords\\RefKeywordParser' => $vendorDir . '/opis/json-schema/src/Parsers/Keywords/RefKeywordParser.php',
|
||||
'Opis\\JsonSchema\\Parsers\\Keywords\\RequiredKeywordParser' => $vendorDir . '/opis/json-schema/src/Parsers/Keywords/RequiredKeywordParser.php',
|
||||
'Opis\\JsonSchema\\Parsers\\Keywords\\SlotsKeywordParser' => $vendorDir . '/opis/json-schema/src/Parsers/Keywords/SlotsKeywordParser.php',
|
||||
'Opis\\JsonSchema\\Parsers\\Keywords\\TypeKeywordParser' => $vendorDir . '/opis/json-schema/src/Parsers/Keywords/TypeKeywordParser.php',
|
||||
'Opis\\JsonSchema\\Parsers\\Keywords\\UnevaluatedItemsKeywordParser' => $vendorDir . '/opis/json-schema/src/Parsers/Keywords/UnevaluatedItemsKeywordParser.php',
|
||||
'Opis\\JsonSchema\\Parsers\\Keywords\\UnevaluatedPropertiesKeywordParser' => $vendorDir . '/opis/json-schema/src/Parsers/Keywords/UnevaluatedPropertiesKeywordParser.php',
|
||||
'Opis\\JsonSchema\\Parsers\\Keywords\\UniqueItemsKeywordParser' => $vendorDir . '/opis/json-schema/src/Parsers/Keywords/UniqueItemsKeywordParser.php',
|
||||
'Opis\\JsonSchema\\Parsers\\PragmaParser' => $vendorDir . '/opis/json-schema/src/Parsers/PragmaParser.php',
|
||||
'Opis\\JsonSchema\\Parsers\\Pragmas\\CastPragmaParser' => $vendorDir . '/opis/json-schema/src/Parsers/Pragmas/CastPragmaParser.php',
|
||||
'Opis\\JsonSchema\\Parsers\\Pragmas\\GlobalsPragmaParser' => $vendorDir . '/opis/json-schema/src/Parsers/Pragmas/GlobalsPragmaParser.php',
|
||||
'Opis\\JsonSchema\\Parsers\\Pragmas\\MaxErrorsPragmaParser' => $vendorDir . '/opis/json-schema/src/Parsers/Pragmas/MaxErrorsPragmaParser.php',
|
||||
'Opis\\JsonSchema\\Parsers\\Pragmas\\SlotsPragmaParser' => $vendorDir . '/opis/json-schema/src/Parsers/Pragmas/SlotsPragmaParser.php',
|
||||
'Opis\\JsonSchema\\Parsers\\ResolverTrait' => $vendorDir . '/opis/json-schema/src/Parsers/ResolverTrait.php',
|
||||
'Opis\\JsonSchema\\Parsers\\SchemaParser' => $vendorDir . '/opis/json-schema/src/Parsers/SchemaParser.php',
|
||||
'Opis\\JsonSchema\\Parsers\\VariablesTrait' => $vendorDir . '/opis/json-schema/src/Parsers/VariablesTrait.php',
|
||||
'Opis\\JsonSchema\\Parsers\\Vocabulary' => $vendorDir . '/opis/json-schema/src/Parsers/Vocabulary.php',
|
||||
'Opis\\JsonSchema\\Pragma' => $vendorDir . '/opis/json-schema/src/Pragma.php',
|
||||
'Opis\\JsonSchema\\Pragmas\\CastPragma' => $vendorDir . '/opis/json-schema/src/Pragmas/CastPragma.php',
|
||||
'Opis\\JsonSchema\\Pragmas\\GlobalsPragma' => $vendorDir . '/opis/json-schema/src/Pragmas/GlobalsPragma.php',
|
||||
'Opis\\JsonSchema\\Pragmas\\MaxErrorsPragma' => $vendorDir . '/opis/json-schema/src/Pragmas/MaxErrorsPragma.php',
|
||||
'Opis\\JsonSchema\\Pragmas\\SlotsPragma' => $vendorDir . '/opis/json-schema/src/Pragmas/SlotsPragma.php',
|
||||
'Opis\\JsonSchema\\Resolvers\\ContentEncodingResolver' => $vendorDir . '/opis/json-schema/src/Resolvers/ContentEncodingResolver.php',
|
||||
'Opis\\JsonSchema\\Resolvers\\ContentMediaTypeResolver' => $vendorDir . '/opis/json-schema/src/Resolvers/ContentMediaTypeResolver.php',
|
||||
'Opis\\JsonSchema\\Resolvers\\FilterResolver' => $vendorDir . '/opis/json-schema/src/Resolvers/FilterResolver.php',
|
||||
'Opis\\JsonSchema\\Resolvers\\FormatResolver' => $vendorDir . '/opis/json-schema/src/Resolvers/FormatResolver.php',
|
||||
'Opis\\JsonSchema\\Resolvers\\SchemaResolver' => $vendorDir . '/opis/json-schema/src/Resolvers/SchemaResolver.php',
|
||||
'Opis\\JsonSchema\\Schema' => $vendorDir . '/opis/json-schema/src/Schema.php',
|
||||
'Opis\\JsonSchema\\SchemaLoader' => $vendorDir . '/opis/json-schema/src/SchemaLoader.php',
|
||||
'Opis\\JsonSchema\\SchemaValidator' => $vendorDir . '/opis/json-schema/src/SchemaValidator.php',
|
||||
'Opis\\JsonSchema\\Schemas\\AbstractSchema' => $vendorDir . '/opis/json-schema/src/Schemas/AbstractSchema.php',
|
||||
'Opis\\JsonSchema\\Schemas\\BooleanSchema' => $vendorDir . '/opis/json-schema/src/Schemas/BooleanSchema.php',
|
||||
'Opis\\JsonSchema\\Schemas\\EmptySchema' => $vendorDir . '/opis/json-schema/src/Schemas/EmptySchema.php',
|
||||
'Opis\\JsonSchema\\Schemas\\ExceptionSchema' => $vendorDir . '/opis/json-schema/src/Schemas/ExceptionSchema.php',
|
||||
'Opis\\JsonSchema\\Schemas\\LazySchema' => $vendorDir . '/opis/json-schema/src/Schemas/LazySchema.php',
|
||||
'Opis\\JsonSchema\\Schemas\\ObjectSchema' => $vendorDir . '/opis/json-schema/src/Schemas/ObjectSchema.php',
|
||||
'Opis\\JsonSchema\\Uri' => $vendorDir . '/opis/json-schema/src/Uri.php',
|
||||
'Opis\\JsonSchema\\ValidationContext' => $vendorDir . '/opis/json-schema/src/ValidationContext.php',
|
||||
'Opis\\JsonSchema\\ValidationResult' => $vendorDir . '/opis/json-schema/src/ValidationResult.php',
|
||||
'Opis\\JsonSchema\\Validator' => $vendorDir . '/opis/json-schema/src/Validator.php',
|
||||
'Opis\\JsonSchema\\Variables' => $vendorDir . '/opis/json-schema/src/Variables.php',
|
||||
'Opis\\JsonSchema\\Variables\\RefVariablesContainer' => $vendorDir . '/opis/json-schema/src/Variables/RefVariablesContainer.php',
|
||||
'Opis\\JsonSchema\\Variables\\VariablesContainer' => $vendorDir . '/opis/json-schema/src/Variables/VariablesContainer.php',
|
||||
'Opis\\String\\Exception\\InvalidCodePointException' => $vendorDir . '/opis/string/src/Exception/InvalidCodePointException.php',
|
||||
'Opis\\String\\Exception\\InvalidStringException' => $vendorDir . '/opis/string/src/Exception/InvalidStringException.php',
|
||||
'Opis\\String\\Exception\\UnicodeException' => $vendorDir . '/opis/string/src/Exception/UnicodeException.php',
|
||||
'Opis\\String\\UnicodeString' => $vendorDir . '/opis/string/src/UnicodeString.php',
|
||||
'Opis\\Uri\\Punycode' => $vendorDir . '/opis/uri/src/Punycode.php',
|
||||
'Opis\\Uri\\PunycodeException' => $vendorDir . '/opis/uri/src/PunycodeException.php',
|
||||
'Opis\\Uri\\Uri' => $vendorDir . '/opis/uri/src/Uri.php',
|
||||
'Opis\\Uri\\UriTemplate' => $vendorDir . '/opis/uri/src/UriTemplate.php',
|
||||
'Pelago\\Emogrifier\\Caching\\SimpleStringCache' => $vendorDir . '/pelago/emogrifier/src/Caching/SimpleStringCache.php',
|
||||
'Pelago\\Emogrifier\\CssInliner' => $vendorDir . '/pelago/emogrifier/src/CssInliner.php',
|
||||
'Pelago\\Emogrifier\\Css\\CssDocument' => $vendorDir . '/pelago/emogrifier/src/Css/CssDocument.php',
|
||||
@@ -1134,6 +1420,7 @@ return array(
|
||||
'Sabberworm\\CSS\\OutputFormat' => $vendorDir . '/sabberworm/php-css-parser/src/OutputFormat.php',
|
||||
'Sabberworm\\CSS\\OutputFormatter' => $vendorDir . '/sabberworm/php-css-parser/src/OutputFormatter.php',
|
||||
'Sabberworm\\CSS\\Parser' => $vendorDir . '/sabberworm/php-css-parser/src/Parser.php',
|
||||
'Sabberworm\\CSS\\Parsing\\Anchor' => $vendorDir . '/sabberworm/php-css-parser/src/Parsing/Anchor.php',
|
||||
'Sabberworm\\CSS\\Parsing\\OutputException' => $vendorDir . '/sabberworm/php-css-parser/src/Parsing/OutputException.php',
|
||||
'Sabberworm\\CSS\\Parsing\\ParserState' => $vendorDir . '/sabberworm/php-css-parser/src/Parsing/ParserState.php',
|
||||
'Sabberworm\\CSS\\Parsing\\SourceException' => $vendorDir . '/sabberworm/php-css-parser/src/Parsing/SourceException.php',
|
||||
|
||||
@@ -7,6 +7,7 @@ $baseDir = dirname($vendorDir);
|
||||
|
||||
return array(
|
||||
'a4a119a56e50fbb293281d9a48007e0e' => $vendorDir . '/symfony/polyfill-php80/bootstrap.php',
|
||||
'3773ef3f09c37da5478d578e32b03a4b' => $vendorDir . '/automattic/jetpack-assets/actions.php',
|
||||
'44e8414cd27982ecf86403af6e48f123' => $baseDir . '/src/StoreApi/deprecated.php',
|
||||
'9ce98895d0a470c71998c4b530020d26' => $baseDir . '/src/StoreApi/functions.php',
|
||||
'c379ea42c3f5964a973a7106b08c5ef0' => $baseDir . '/src/Blocks/Domain/Services/functions.php',
|
||||
|
||||
@@ -10,9 +10,14 @@ return array(
|
||||
'Symfony\\Component\\CssSelector\\' => array($vendorDir . '/symfony/css-selector'),
|
||||
'Sabberworm\\CSS\\' => array($vendorDir . '/sabberworm/php-css-parser/src'),
|
||||
'Pelago\\Emogrifier\\' => array($vendorDir . '/pelago/emogrifier/src'),
|
||||
'Opis\\Uri\\' => array($vendorDir . '/opis/uri/src'),
|
||||
'Opis\\String\\' => array($vendorDir . '/opis/string/src'),
|
||||
'Opis\\JsonSchema\\' => array($vendorDir . '/opis/json-schema/src'),
|
||||
'MaxMind\\Db\\' => array($vendorDir . '/maxmind-db/reader/src/MaxMind/Db'),
|
||||
'Composer\\Installers\\' => array($vendorDir . '/composer/installers/src/Composer/Installers'),
|
||||
'Automattic\\WooCommerce\\Vendor\\' => array($baseDir . '/lib/packages'),
|
||||
'Automattic\\WooCommerce\\Blueprint\\Tests\\' => array($vendorDir . '/woocommerce/blueprint/tests'),
|
||||
'Automattic\\WooCommerce\\Blueprint\\' => array($vendorDir . '/woocommerce/blueprint/src'),
|
||||
'Automattic\\WooCommerce\\' => array($baseDir . '/src'),
|
||||
'Automattic\\Jetpack\\Autoloader\\' => array($vendorDir . '/automattic/jetpack-autoloader/src'),
|
||||
);
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
|
||||
// autoload_real.php @generated by Composer
|
||||
|
||||
class ComposerAutoloaderInit6168e7a5d5f44ed218761127fd844abc
|
||||
class ComposerAutoloaderInite481b35f50815040071d81943b40b880
|
||||
{
|
||||
private static $loader;
|
||||
|
||||
@@ -24,16 +24,16 @@ class ComposerAutoloaderInit6168e7a5d5f44ed218761127fd844abc
|
||||
|
||||
require __DIR__ . '/platform_check.php';
|
||||
|
||||
spl_autoload_register(array('ComposerAutoloaderInit6168e7a5d5f44ed218761127fd844abc', 'loadClassLoader'), true, true);
|
||||
spl_autoload_register(array('ComposerAutoloaderInite481b35f50815040071d81943b40b880', 'loadClassLoader'), true, true);
|
||||
self::$loader = $loader = new \Composer\Autoload\ClassLoader(\dirname(__DIR__));
|
||||
spl_autoload_unregister(array('ComposerAutoloaderInit6168e7a5d5f44ed218761127fd844abc', 'loadClassLoader'));
|
||||
spl_autoload_unregister(array('ComposerAutoloaderInite481b35f50815040071d81943b40b880', 'loadClassLoader'));
|
||||
|
||||
require __DIR__ . '/autoload_static.php';
|
||||
call_user_func(\Composer\Autoload\ComposerStaticInit6168e7a5d5f44ed218761127fd844abc::getInitializer($loader));
|
||||
call_user_func(\Composer\Autoload\ComposerStaticInite481b35f50815040071d81943b40b880::getInitializer($loader));
|
||||
|
||||
$loader->register(true);
|
||||
|
||||
$filesToLoad = \Composer\Autoload\ComposerStaticInit6168e7a5d5f44ed218761127fd844abc::$files;
|
||||
$filesToLoad = \Composer\Autoload\ComposerStaticInite481b35f50815040071d81943b40b880::$files;
|
||||
$requireFile = \Closure::bind(static function ($fileIdentifier, $file) {
|
||||
if (empty($GLOBALS['__composer_autoload_files'][$fileIdentifier])) {
|
||||
$GLOBALS['__composer_autoload_files'][$fileIdentifier] = true;
|
||||
|
||||
@@ -4,10 +4,11 @@
|
||||
|
||||
namespace Composer\Autoload;
|
||||
|
||||
class ComposerStaticInit6168e7a5d5f44ed218761127fd844abc
|
||||
class ComposerStaticInite481b35f50815040071d81943b40b880
|
||||
{
|
||||
public static $files = array (
|
||||
'a4a119a56e50fbb293281d9a48007e0e' => __DIR__ . '/..' . '/symfony/polyfill-php80/bootstrap.php',
|
||||
'3773ef3f09c37da5478d578e32b03a4b' => __DIR__ . '/..' . '/automattic/jetpack-assets/actions.php',
|
||||
'44e8414cd27982ecf86403af6e48f123' => __DIR__ . '/../..' . '/src/StoreApi/deprecated.php',
|
||||
'9ce98895d0a470c71998c4b530020d26' => __DIR__ . '/../..' . '/src/StoreApi/functions.php',
|
||||
'c379ea42c3f5964a973a7106b08c5ef0' => __DIR__ . '/../..' . '/src/Blocks/Domain/Services/functions.php',
|
||||
@@ -24,6 +25,12 @@ class ComposerStaticInit6168e7a5d5f44ed218761127fd844abc
|
||||
array (
|
||||
'Pelago\\Emogrifier\\' => 18,
|
||||
),
|
||||
'O' =>
|
||||
array (
|
||||
'Opis\\Uri\\' => 9,
|
||||
'Opis\\String\\' => 12,
|
||||
'Opis\\JsonSchema\\' => 16,
|
||||
),
|
||||
'M' =>
|
||||
array (
|
||||
'MaxMind\\Db\\' => 11,
|
||||
@@ -35,6 +42,8 @@ class ComposerStaticInit6168e7a5d5f44ed218761127fd844abc
|
||||
'A' =>
|
||||
array (
|
||||
'Automattic\\WooCommerce\\Vendor\\' => 30,
|
||||
'Automattic\\WooCommerce\\Blueprint\\Tests\\' => 39,
|
||||
'Automattic\\WooCommerce\\Blueprint\\' => 33,
|
||||
'Automattic\\WooCommerce\\' => 23,
|
||||
'Automattic\\Jetpack\\Autoloader\\' => 30,
|
||||
),
|
||||
@@ -57,6 +66,18 @@ class ComposerStaticInit6168e7a5d5f44ed218761127fd844abc
|
||||
array (
|
||||
0 => __DIR__ . '/..' . '/pelago/emogrifier/src',
|
||||
),
|
||||
'Opis\\Uri\\' =>
|
||||
array (
|
||||
0 => __DIR__ . '/..' . '/opis/uri/src',
|
||||
),
|
||||
'Opis\\String\\' =>
|
||||
array (
|
||||
0 => __DIR__ . '/..' . '/opis/string/src',
|
||||
),
|
||||
'Opis\\JsonSchema\\' =>
|
||||
array (
|
||||
0 => __DIR__ . '/..' . '/opis/json-schema/src',
|
||||
),
|
||||
'MaxMind\\Db\\' =>
|
||||
array (
|
||||
0 => __DIR__ . '/..' . '/maxmind-db/reader/src/MaxMind/Db',
|
||||
@@ -69,6 +90,14 @@ class ComposerStaticInit6168e7a5d5f44ed218761127fd844abc
|
||||
array (
|
||||
0 => __DIR__ . '/../..' . '/lib/packages',
|
||||
),
|
||||
'Automattic\\WooCommerce\\Blueprint\\Tests\\' =>
|
||||
array (
|
||||
0 => __DIR__ . '/..' . '/woocommerce/blueprint/tests',
|
||||
),
|
||||
'Automattic\\WooCommerce\\Blueprint\\' =>
|
||||
array (
|
||||
0 => __DIR__ . '/..' . '/woocommerce/blueprint/src',
|
||||
),
|
||||
'Automattic\\WooCommerce\\' =>
|
||||
array (
|
||||
0 => __DIR__ . '/../..' . '/src',
|
||||
@@ -93,12 +122,15 @@ class ComposerStaticInit6168e7a5d5f44ed218761127fd844abc
|
||||
'Attribute' => __DIR__ . '/..' . '/symfony/polyfill-php80/Resources/stubs/Attribute.php',
|
||||
'Automattic\\Jetpack\\A8c_Mc_Stats' => __DIR__ . '/..' . '/automattic/jetpack-a8c-mc-stats/src/class-a8c-mc-stats.php',
|
||||
'Automattic\\Jetpack\\Admin_UI\\Admin_Menu' => __DIR__ . '/..' . '/automattic/jetpack-admin-ui/src/class-admin-menu.php',
|
||||
'Automattic\\Jetpack\\Assets' => __DIR__ . '/..' . '/automattic/jetpack-assets/src/class-assets.php',
|
||||
'Automattic\\Jetpack\\Assets\\Semver' => __DIR__ . '/..' . '/automattic/jetpack-assets/src/class-semver.php',
|
||||
'Automattic\\Jetpack\\Autoloader\\AutoloadFileWriter' => __DIR__ . '/..' . '/automattic/jetpack-autoloader/src/AutoloadFileWriter.php',
|
||||
'Automattic\\Jetpack\\Autoloader\\AutoloadGenerator' => __DIR__ . '/..' . '/automattic/jetpack-autoloader/src/AutoloadGenerator.php',
|
||||
'Automattic\\Jetpack\\Autoloader\\AutoloadProcessor' => __DIR__ . '/..' . '/automattic/jetpack-autoloader/src/AutoloadProcessor.php',
|
||||
'Automattic\\Jetpack\\Autoloader\\CustomAutoloaderPlugin' => __DIR__ . '/..' . '/automattic/jetpack-autoloader/src/CustomAutoloaderPlugin.php',
|
||||
'Automattic\\Jetpack\\Autoloader\\ManifestGenerator' => __DIR__ . '/..' . '/automattic/jetpack-autoloader/src/ManifestGenerator.php',
|
||||
'Automattic\\Jetpack\\Config' => __DIR__ . '/..' . '/automattic/jetpack-config/src/class-config.php',
|
||||
'Automattic\\Jetpack\\Connection\\Authorize_Json_Api' => __DIR__ . '/..' . '/automattic/jetpack-connection/src/class-authorize-json-api.php',
|
||||
'Automattic\\Jetpack\\Connection\\Client' => __DIR__ . '/..' . '/automattic/jetpack-connection/src/class-client.php',
|
||||
'Automattic\\Jetpack\\Connection\\Connection_Notice' => __DIR__ . '/..' . '/automattic/jetpack-connection/src/class-connection-notice.php',
|
||||
'Automattic\\Jetpack\\Connection\\Error_Handler' => __DIR__ . '/..' . '/automattic/jetpack-connection/src/class-error-handler.php',
|
||||
@@ -112,6 +144,11 @@ class ComposerStaticInit6168e7a5d5f44ed218761127fd844abc
|
||||
'Automattic\\Jetpack\\Connection\\Plugin_Storage' => __DIR__ . '/..' . '/automattic/jetpack-connection/src/class-plugin-storage.php',
|
||||
'Automattic\\Jetpack\\Connection\\REST_Connector' => __DIR__ . '/..' . '/automattic/jetpack-connection/src/class-rest-connector.php',
|
||||
'Automattic\\Jetpack\\Connection\\Rest_Authentication' => __DIR__ . '/..' . '/automattic/jetpack-connection/src/class-rest-authentication.php',
|
||||
'Automattic\\Jetpack\\Connection\\SSO' => __DIR__ . '/..' . '/automattic/jetpack-connection/src/sso/class-sso.php',
|
||||
'Automattic\\Jetpack\\Connection\\SSO\\Force_2FA' => __DIR__ . '/..' . '/automattic/jetpack-connection/src/sso/class-force-2fa.php',
|
||||
'Automattic\\Jetpack\\Connection\\SSO\\Helpers' => __DIR__ . '/..' . '/automattic/jetpack-connection/src/sso/class-helpers.php',
|
||||
'Automattic\\Jetpack\\Connection\\SSO\\Notices' => __DIR__ . '/..' . '/automattic/jetpack-connection/src/sso/class-notices.php',
|
||||
'Automattic\\Jetpack\\Connection\\SSO\\User_Admin' => __DIR__ . '/..' . '/automattic/jetpack-connection/src/sso/class-user-admin.php',
|
||||
'Automattic\\Jetpack\\Connection\\Secrets' => __DIR__ . '/..' . '/automattic/jetpack-connection/src/class-secrets.php',
|
||||
'Automattic\\Jetpack\\Connection\\Server_Sandbox' => __DIR__ . '/..' . '/automattic/jetpack-connection/src/class-server-sandbox.php',
|
||||
'Automattic\\Jetpack\\Connection\\Tokens' => __DIR__ . '/..' . '/automattic/jetpack-connection/src/class-tokens.php',
|
||||
@@ -127,16 +164,32 @@ class ComposerStaticInit6168e7a5d5f44ed218761127fd844abc
|
||||
'Automattic\\Jetpack\\Errors' => __DIR__ . '/..' . '/automattic/jetpack-status/src/class-errors.php',
|
||||
'Automattic\\Jetpack\\Files' => __DIR__ . '/..' . '/automattic/jetpack-status/src/class-files.php',
|
||||
'Automattic\\Jetpack\\Heartbeat' => __DIR__ . '/..' . '/automattic/jetpack-connection/src/class-heartbeat.php',
|
||||
'Automattic\\Jetpack\\IdentityCrisis\\Exception' => __DIR__ . '/..' . '/automattic/jetpack-connection/src/identity-crisis/class-exception.php',
|
||||
'Automattic\\Jetpack\\IdentityCrisis\\REST_Endpoints' => __DIR__ . '/..' . '/automattic/jetpack-connection/src/identity-crisis/class-rest-endpoints.php',
|
||||
'Automattic\\Jetpack\\IdentityCrisis\\UI' => __DIR__ . '/..' . '/automattic/jetpack-connection/src/identity-crisis/class-ui.php',
|
||||
'Automattic\\Jetpack\\IdentityCrisis\\URL_Secret' => __DIR__ . '/..' . '/automattic/jetpack-connection/src/identity-crisis/class-url-secret.php',
|
||||
'Automattic\\Jetpack\\Identity_Crisis' => __DIR__ . '/..' . '/automattic/jetpack-connection/src/identity-crisis/class-identity-crisis.php',
|
||||
'Automattic\\Jetpack\\Modules' => __DIR__ . '/..' . '/automattic/jetpack-status/src/class-modules.php',
|
||||
'Automattic\\Jetpack\\Partner' => __DIR__ . '/..' . '/automattic/jetpack-connection/src/class-partner.php',
|
||||
'Automattic\\Jetpack\\Partner_Coupon' => __DIR__ . '/..' . '/automattic/jetpack-connection/src/class-partner-coupon.php',
|
||||
'Automattic\\Jetpack\\Paths' => __DIR__ . '/..' . '/automattic/jetpack-status/src/class-paths.php',
|
||||
'Automattic\\Jetpack\\Redirect' => __DIR__ . '/..' . '/automattic/jetpack-redirect/src/class-redirect.php',
|
||||
'Automattic\\Jetpack\\Roles' => __DIR__ . '/..' . '/automattic/jetpack-roles/src/class-roles.php',
|
||||
'Automattic\\Jetpack\\Script_Data' => __DIR__ . '/..' . '/automattic/jetpack-assets/src/class-script-data.php',
|
||||
'Automattic\\Jetpack\\Status' => __DIR__ . '/..' . '/automattic/jetpack-status/src/class-status.php',
|
||||
'Automattic\\Jetpack\\Status\\Cache' => __DIR__ . '/..' . '/automattic/jetpack-status/src/class-cache.php',
|
||||
'Automattic\\Jetpack\\Status\\Host' => __DIR__ . '/..' . '/automattic/jetpack-status/src/class-host.php',
|
||||
'Automattic\\Jetpack\\Status\\Visitor' => __DIR__ . '/..' . '/automattic/jetpack-status/src/class-visitor.php',
|
||||
'Automattic\\Jetpack\\Terms_Of_Service' => __DIR__ . '/..' . '/automattic/jetpack-connection/src/class-terms-of-service.php',
|
||||
'Automattic\\Jetpack\\Tracking' => __DIR__ . '/..' . '/automattic/jetpack-connection/src/class-tracking.php',
|
||||
'Automattic\\WooCommerce\\Admin\\API\\AI\\AIEndpoint' => __DIR__ . '/../..' . '/src/Admin/API/AI/AIEndpoint.php',
|
||||
'Automattic\\WooCommerce\\Admin\\API\\AI\\BusinessDescription' => __DIR__ . '/../..' . '/src/Admin/API/AI/BusinessDescription.php',
|
||||
'Automattic\\WooCommerce\\Admin\\API\\AI\\Images' => __DIR__ . '/../..' . '/src/Admin/API/AI/Images.php',
|
||||
'Automattic\\WooCommerce\\Admin\\API\\AI\\Middleware' => __DIR__ . '/../..' . '/src/Admin/API/AI/Middleware.php',
|
||||
'Automattic\\WooCommerce\\Admin\\API\\AI\\Patterns' => __DIR__ . '/../..' . '/src/Admin/API/AI/Patterns.php',
|
||||
'Automattic\\WooCommerce\\Admin\\API\\AI\\Product' => __DIR__ . '/../..' . '/src/Admin/API/AI/Product.php',
|
||||
'Automattic\\WooCommerce\\Admin\\API\\AI\\StoreInfo' => __DIR__ . '/../..' . '/src/Admin/API/AI/StoreInfo.php',
|
||||
'Automattic\\WooCommerce\\Admin\\API\\AI\\StoreTitle' => __DIR__ . '/../..' . '/src/Admin/API/AI/StoreTitle.php',
|
||||
'Automattic\\WooCommerce\\Admin\\API\\Coupons' => __DIR__ . '/../..' . '/src/Admin/API/Coupons.php',
|
||||
'Automattic\\WooCommerce\\Admin\\API\\CustomAttributeTraits' => __DIR__ . '/../..' . '/src/Admin/API/CustomAttributeTraits.php',
|
||||
'Automattic\\WooCommerce\\Admin\\API\\Customers' => __DIR__ . '/../..' . '/src/Admin/API/Customers.php',
|
||||
@@ -208,9 +261,12 @@ class ComposerStaticInit6168e7a5d5f44ed218761127fd844abc
|
||||
'Automattic\\WooCommerce\\Admin\\API\\Reports\\Export\\Controller' => __DIR__ . '/../..' . '/src/Admin/API/Reports/Export/Controller.php',
|
||||
'Automattic\\WooCommerce\\Admin\\API\\Reports\\ExportableInterface' => __DIR__ . '/../..' . '/src/Admin/API/Reports/ExportableInterface.php',
|
||||
'Automattic\\WooCommerce\\Admin\\API\\Reports\\ExportableTraits' => __DIR__ . '/../..' . '/src/Admin/API/Reports/ExportableTraits.php',
|
||||
'Automattic\\WooCommerce\\Admin\\API\\Reports\\FilteredGetDataTrait' => __DIR__ . '/../..' . '/src/Admin/API/Reports/FilteredGetDataTrait.php',
|
||||
'Automattic\\WooCommerce\\Admin\\API\\Reports\\GenericController' => __DIR__ . '/../..' . '/src/Admin/API/Reports/GenericController.php',
|
||||
'Automattic\\WooCommerce\\Admin\\API\\Reports\\GenericQuery' => __DIR__ . '/../..' . '/src/Admin/API/Reports/GenericQuery.php',
|
||||
'Automattic\\WooCommerce\\Admin\\API\\Reports\\GenericStatsController' => __DIR__ . '/../..' . '/src/Admin/API/Reports/GenericStatsController.php',
|
||||
'Automattic\\WooCommerce\\Admin\\API\\Reports\\Import\\Controller' => __DIR__ . '/../..' . '/src/Admin/API/Reports/Import/Controller.php',
|
||||
'Automattic\\WooCommerce\\Admin\\API\\Reports\\OrderAwareControllerTrait' => __DIR__ . '/../..' . '/src/Admin/API/Reports/OrderAwareControllerTrait.php',
|
||||
'Automattic\\WooCommerce\\Admin\\API\\Reports\\Orders\\Controller' => __DIR__ . '/../..' . '/src/Admin/API/Reports/Orders/Controller.php',
|
||||
'Automattic\\WooCommerce\\Admin\\API\\Reports\\Orders\\DataStore' => __DIR__ . '/../..' . '/src/Admin/API/Reports/Orders/DataStore.php',
|
||||
'Automattic\\WooCommerce\\Admin\\API\\Reports\\Orders\\Query' => __DIR__ . '/../..' . '/src/Admin/API/Reports/Orders/Query.php',
|
||||
@@ -232,6 +288,7 @@ class ComposerStaticInit6168e7a5d5f44ed218761127fd844abc
|
||||
'Automattic\\WooCommerce\\Admin\\API\\Reports\\Revenue\\Stats\\Controller' => __DIR__ . '/../..' . '/src/Admin/API/Reports/Revenue/Stats/Controller.php',
|
||||
'Automattic\\WooCommerce\\Admin\\API\\Reports\\Segmenter' => __DIR__ . '/../..' . '/src/Admin/API/Reports/Segmenter.php',
|
||||
'Automattic\\WooCommerce\\Admin\\API\\Reports\\SqlQuery' => __DIR__ . '/../..' . '/src/Admin/API/Reports/SqlQuery.php',
|
||||
'Automattic\\WooCommerce\\Admin\\API\\Reports\\StatsDataStoreTrait' => __DIR__ . '/../..' . '/src/Admin/API/Reports/StatsDataStoreTrait.php',
|
||||
'Automattic\\WooCommerce\\Admin\\API\\Reports\\Stock\\Controller' => __DIR__ . '/../..' . '/src/Admin/API/Reports/Stock/Controller.php',
|
||||
'Automattic\\WooCommerce\\Admin\\API\\Reports\\Stock\\Stats\\Controller' => __DIR__ . '/../..' . '/src/Admin/API/Reports/Stock/Stats/Controller.php',
|
||||
'Automattic\\WooCommerce\\Admin\\API\\Reports\\Stock\\Stats\\DataStore' => __DIR__ . '/../..' . '/src/Admin/API/Reports/Stock/Stats/DataStore.php',
|
||||
@@ -266,6 +323,20 @@ class ComposerStaticInit6168e7a5d5f44ed218761127fd844abc
|
||||
'Automattic\\WooCommerce\\Admin\\DeprecatedClassFacade' => __DIR__ . '/../..' . '/src/Admin/DeprecatedClassFacade.php',
|
||||
'Automattic\\WooCommerce\\Admin\\FeaturePlugin' => __DIR__ . '/../..' . '/src/Admin/FeaturePlugin.php',
|
||||
'Automattic\\WooCommerce\\Admin\\Features\\AsyncProductEditorCategoryField\\Init' => __DIR__ . '/../..' . '/src/Admin/Features/AsyncProductEditorCategoryField/Init.php',
|
||||
'Automattic\\WooCommerce\\Admin\\Features\\Blueprint\\Exporters\\ExportWCCoreProfilerOptions' => __DIR__ . '/../..' . '/src/Admin/Features/Blueprint/Exporters/ExportWCCoreProfilerOptions.php',
|
||||
'Automattic\\WooCommerce\\Admin\\Features\\Blueprint\\Exporters\\ExportWCPaymentGateways' => __DIR__ . '/../..' . '/src/Admin/Features/Blueprint/Exporters/ExportWCPaymentGateways.php',
|
||||
'Automattic\\WooCommerce\\Admin\\Features\\Blueprint\\Exporters\\ExportWCSettings' => __DIR__ . '/../..' . '/src/Admin/Features/Blueprint/Exporters/ExportWCSettings.php',
|
||||
'Automattic\\WooCommerce\\Admin\\Features\\Blueprint\\Exporters\\ExportWCShipping' => __DIR__ . '/../..' . '/src/Admin/Features/Blueprint/Exporters/ExportWCShipping.php',
|
||||
'Automattic\\WooCommerce\\Admin\\Features\\Blueprint\\Exporters\\ExportWCTaskOptions' => __DIR__ . '/../..' . '/src/Admin/Features/Blueprint/Exporters/ExportWCTaskOptions.php',
|
||||
'Automattic\\WooCommerce\\Admin\\Features\\Blueprint\\Exporters\\ExportWCTaxRates' => __DIR__ . '/../..' . '/src/Admin/Features/Blueprint/Exporters/ExportWCTaxRates.php',
|
||||
'Automattic\\WooCommerce\\Admin\\Features\\Blueprint\\Importers\\ImportSetWCPaymentGateways' => __DIR__ . '/../..' . '/src/Admin/Features/Blueprint/Importers/ImportSetWCPaymentGateways.php',
|
||||
'Automattic\\WooCommerce\\Admin\\Features\\Blueprint\\Importers\\ImportSetWCShipping' => __DIR__ . '/../..' . '/src/Admin/Features/Blueprint/Importers/ImportSetWCShipping.php',
|
||||
'Automattic\\WooCommerce\\Admin\\Features\\Blueprint\\Importers\\ImportSetWCTaxRates' => __DIR__ . '/../..' . '/src/Admin/Features/Blueprint/Importers/ImportSetWCTaxRates.php',
|
||||
'Automattic\\WooCommerce\\Admin\\Features\\Blueprint\\Init' => __DIR__ . '/../..' . '/src/Admin/Features/Blueprint/Init.php',
|
||||
'Automattic\\WooCommerce\\Admin\\Features\\Blueprint\\RestApi' => __DIR__ . '/../..' . '/src/Admin/Features/Blueprint/RestApi.php',
|
||||
'Automattic\\WooCommerce\\Admin\\Features\\Blueprint\\Steps\\SetWCPaymentGateways' => __DIR__ . '/../..' . '/src/Admin/Features/Blueprint/Steps/SetWCPaymentGateways.php',
|
||||
'Automattic\\WooCommerce\\Admin\\Features\\Blueprint\\Steps\\SetWCShipping' => __DIR__ . '/../..' . '/src/Admin/Features/Blueprint/Steps/SetWCShipping.php',
|
||||
'Automattic\\WooCommerce\\Admin\\Features\\Blueprint\\Steps\\SetWCTaxRates' => __DIR__ . '/../..' . '/src/Admin/Features/Blueprint/Steps/SetWCTaxRates.php',
|
||||
'Automattic\\WooCommerce\\Admin\\Features\\Features' => __DIR__ . '/../..' . '/src/Admin/Features/Features.php',
|
||||
'Automattic\\WooCommerce\\Admin\\Features\\LaunchYourStore' => __DIR__ . '/../..' . '/src/Admin/Features/LaunchYourStore.php',
|
||||
'Automattic\\WooCommerce\\Admin\\Features\\MarketingRecommendations\\DefaultMarketingRecommendations' => __DIR__ . '/../..' . '/src/Admin/Features/MarketingRecommendations/DefaultMarketingRecommendations.php',
|
||||
@@ -573,6 +644,7 @@ class ComposerStaticInit6168e7a5d5f44ed218761127fd844abc
|
||||
'Automattic\\WooCommerce\\Blocks\\BlockTypes\\ProductGalleryThumbnails' => __DIR__ . '/../..' . '/src/Blocks/BlockTypes/ProductGalleryThumbnails.php',
|
||||
'Automattic\\WooCommerce\\Blocks\\BlockTypes\\ProductImage' => __DIR__ . '/../..' . '/src/Blocks/BlockTypes/ProductImage.php',
|
||||
'Automattic\\WooCommerce\\Blocks\\BlockTypes\\ProductImageGallery' => __DIR__ . '/../..' . '/src/Blocks/BlockTypes/ProductImageGallery.php',
|
||||
'Automattic\\WooCommerce\\Blocks\\BlockTypes\\ProductMeta' => __DIR__ . '/../..' . '/src/Blocks/BlockTypes/ProductMeta.php',
|
||||
'Automattic\\WooCommerce\\Blocks\\BlockTypes\\ProductNew' => __DIR__ . '/../..' . '/src/Blocks/BlockTypes/ProductNew.php',
|
||||
'Automattic\\WooCommerce\\Blocks\\BlockTypes\\ProductOnSale' => __DIR__ . '/../..' . '/src/Blocks/BlockTypes/ProductOnSale.php',
|
||||
'Automattic\\WooCommerce\\Blocks\\BlockTypes\\ProductPrice' => __DIR__ . '/../..' . '/src/Blocks/BlockTypes/ProductPrice.php',
|
||||
@@ -674,6 +746,52 @@ class ComposerStaticInit6168e7a5d5f44ed218761127fd844abc
|
||||
'Automattic\\WooCommerce\\Blocks\\Utils\\ProductGalleryUtils' => __DIR__ . '/../..' . '/src/Blocks/Utils/ProductGalleryUtils.php',
|
||||
'Automattic\\WooCommerce\\Blocks\\Utils\\StyleAttributesUtils' => __DIR__ . '/../..' . '/src/Blocks/Utils/StyleAttributesUtils.php',
|
||||
'Automattic\\WooCommerce\\Blocks\\Utils\\Utils' => __DIR__ . '/../..' . '/src/Blocks/Utils/Utils.php',
|
||||
'Automattic\\WooCommerce\\Blueprint\\BuiltInExporters' => __DIR__ . '/..' . '/woocommerce/blueprint/src/BuiltInExporters.php',
|
||||
'Automattic\\WooCommerce\\Blueprint\\BuiltInStepProcessors' => __DIR__ . '/..' . '/woocommerce/blueprint/src/BuiltInStepProcessors.php',
|
||||
'Automattic\\WooCommerce\\Blueprint\\Cli' => __DIR__ . '/..' . '/woocommerce/blueprint/src/Cli.php',
|
||||
'Automattic\\WooCommerce\\Blueprint\\Cli\\ExportCli' => __DIR__ . '/..' . '/woocommerce/blueprint/src/Cli/ExportCli.php',
|
||||
'Automattic\\WooCommerce\\Blueprint\\Cli\\ImportCli' => __DIR__ . '/..' . '/woocommerce/blueprint/src/Cli/ImportCli.php',
|
||||
'Automattic\\WooCommerce\\Blueprint\\ExportSchema' => __DIR__ . '/..' . '/woocommerce/blueprint/src/ExportSchema.php',
|
||||
'Automattic\\WooCommerce\\Blueprint\\Exporters\\ExportInstallPluginSteps' => __DIR__ . '/..' . '/woocommerce/blueprint/src/Exporters/ExportInstallPluginSteps.php',
|
||||
'Automattic\\WooCommerce\\Blueprint\\Exporters\\ExportInstallThemeSteps' => __DIR__ . '/..' . '/woocommerce/blueprint/src/Exporters/ExportInstallThemeSteps.php',
|
||||
'Automattic\\WooCommerce\\Blueprint\\Exporters\\HasAlias' => __DIR__ . '/..' . '/woocommerce/blueprint/src/Exporters/HasAlias.php',
|
||||
'Automattic\\WooCommerce\\Blueprint\\Exporters\\StepExporter' => __DIR__ . '/..' . '/woocommerce/blueprint/src/Exporters/StepExporter.php',
|
||||
'Automattic\\WooCommerce\\Blueprint\\ImportSchema' => __DIR__ . '/..' . '/woocommerce/blueprint/src/ImportSchema.php',
|
||||
'Automattic\\WooCommerce\\Blueprint\\Importers\\ImportActivatePlugin' => __DIR__ . '/..' . '/woocommerce/blueprint/src/Importers/ImportActivatePlugin.php',
|
||||
'Automattic\\WooCommerce\\Blueprint\\Importers\\ImportActivateTheme' => __DIR__ . '/..' . '/woocommerce/blueprint/src/Importers/ImportActivateTheme.php',
|
||||
'Automattic\\WooCommerce\\Blueprint\\Importers\\ImportDeactivatePlugin' => __DIR__ . '/..' . '/woocommerce/blueprint/src/Importers/ImportDeactivatePlugin.php',
|
||||
'Automattic\\WooCommerce\\Blueprint\\Importers\\ImportDeletePlugin' => __DIR__ . '/..' . '/woocommerce/blueprint/src/Importers/ImportDeletePlugin.php',
|
||||
'Automattic\\WooCommerce\\Blueprint\\Importers\\ImportInstallPlugin' => __DIR__ . '/..' . '/woocommerce/blueprint/src/Importers/ImportInstallPlugin.php',
|
||||
'Automattic\\WooCommerce\\Blueprint\\Importers\\ImportInstallTheme' => __DIR__ . '/..' . '/woocommerce/blueprint/src/Importers/ImportInstallTheme.php',
|
||||
'Automattic\\WooCommerce\\Blueprint\\Importers\\ImportSetSiteOptions' => __DIR__ . '/..' . '/woocommerce/blueprint/src/Importers/ImportSetSiteOptions.php',
|
||||
'Automattic\\WooCommerce\\Blueprint\\ResourceStorages' => __DIR__ . '/..' . '/woocommerce/blueprint/src/ResourceStorages.php',
|
||||
'Automattic\\WooCommerce\\Blueprint\\ResourceStorages\\LocalPluginResourceStorage' => __DIR__ . '/..' . '/woocommerce/blueprint/src/ResourceStorages/LocalPluginResourceStorage.php',
|
||||
'Automattic\\WooCommerce\\Blueprint\\ResourceStorages\\LocalThemeResourceStorage' => __DIR__ . '/..' . '/woocommerce/blueprint/src/ResourceStorages/LocalThemeResourceStorage.php',
|
||||
'Automattic\\WooCommerce\\Blueprint\\ResourceStorages\\OrgPluginResourceStorage' => __DIR__ . '/..' . '/woocommerce/blueprint/src/ResourceStorages/OrgPluginResourceStorage.php',
|
||||
'Automattic\\WooCommerce\\Blueprint\\ResourceStorages\\OrgThemeResourceStorage' => __DIR__ . '/..' . '/woocommerce/blueprint/src/ResourceStorages/OrgThemeResourceStorage.php',
|
||||
'Automattic\\WooCommerce\\Blueprint\\ResourceStorages\\ResourceStorage' => __DIR__ . '/..' . '/woocommerce/blueprint/src/ResourceStorages/ResourceStorage.php',
|
||||
'Automattic\\WooCommerce\\Blueprint\\Schemas\\JsonSchema' => __DIR__ . '/..' . '/woocommerce/blueprint/src/Schemas/JsonSchema.php',
|
||||
'Automattic\\WooCommerce\\Blueprint\\Schemas\\ZipSchema' => __DIR__ . '/..' . '/woocommerce/blueprint/src/Schemas/ZipSchema.php',
|
||||
'Automattic\\WooCommerce\\Blueprint\\StepProcessor' => __DIR__ . '/..' . '/woocommerce/blueprint/src/StepProcessor.php',
|
||||
'Automattic\\WooCommerce\\Blueprint\\StepProcessorResult' => __DIR__ . '/..' . '/woocommerce/blueprint/src/StepProcessorResult.php',
|
||||
'Automattic\\WooCommerce\\Blueprint\\Steps\\ActivatePlugin' => __DIR__ . '/..' . '/woocommerce/blueprint/src/Steps/ActivatePlugin.php',
|
||||
'Automattic\\WooCommerce\\Blueprint\\Steps\\ActivateTheme' => __DIR__ . '/..' . '/woocommerce/blueprint/src/Steps/ActivateTheme.php',
|
||||
'Automattic\\WooCommerce\\Blueprint\\Steps\\DeactivatePlugin' => __DIR__ . '/..' . '/woocommerce/blueprint/src/Steps/DeactivatePlugin.php',
|
||||
'Automattic\\WooCommerce\\Blueprint\\Steps\\DeletePlugin' => __DIR__ . '/..' . '/woocommerce/blueprint/src/Steps/DeletePlugin.php',
|
||||
'Automattic\\WooCommerce\\Blueprint\\Steps\\InstallPlugin' => __DIR__ . '/..' . '/woocommerce/blueprint/src/Steps/InstallPlugin.php',
|
||||
'Automattic\\WooCommerce\\Blueprint\\Steps\\InstallTheme' => __DIR__ . '/..' . '/woocommerce/blueprint/src/Steps/InstallTheme.php',
|
||||
'Automattic\\WooCommerce\\Blueprint\\Steps\\SetSiteOptions' => __DIR__ . '/..' . '/woocommerce/blueprint/src/Steps/SetSiteOptions.php',
|
||||
'Automattic\\WooCommerce\\Blueprint\\Steps\\Step' => __DIR__ . '/..' . '/woocommerce/blueprint/src/Steps/Step.php',
|
||||
'Automattic\\WooCommerce\\Blueprint\\Tests\\TestCase' => __DIR__ . '/..' . '/woocommerce/blueprint/tests/TestCase.php',
|
||||
'Automattic\\WooCommerce\\Blueprint\\Tests\\Unit\\ExportSchemaTest' => __DIR__ . '/..' . '/woocommerce/blueprint/tests/Unit/ExportSchemaTest.php',
|
||||
'Automattic\\WooCommerce\\Blueprint\\Tests\\Unit\\Schemas\\JsonSchemaTest' => __DIR__ . '/..' . '/woocommerce/blueprint/tests/Unit/Schemas/JsonSchemaTest.php',
|
||||
'Automattic\\WooCommerce\\Blueprint\\Tests\\Unit\\Schemas\\ZipSchemaTest' => __DIR__ . '/..' . '/woocommerce/blueprint/tests/Unit/Schemas/ZipSchemaTest.php',
|
||||
'Automattic\\WooCommerce\\Blueprint\\Tests\\Unit\\ZipExportedSchemaTest' => __DIR__ . '/..' . '/woocommerce/blueprint/tests/Unit/ZipExportedSchemaTest.php',
|
||||
'Automattic\\WooCommerce\\Blueprint\\Tests\\stubs\\Exporters\\EmptySetSiteOptionsExporter' => __DIR__ . '/..' . '/woocommerce/blueprint/tests/stubs/Exporters/EmptySetSiteOptionsExporter.php',
|
||||
'Automattic\\WooCommerce\\Blueprint\\UsePluginHelpers' => __DIR__ . '/..' . '/woocommerce/blueprint/src/UsePluginHelpers.php',
|
||||
'Automattic\\WooCommerce\\Blueprint\\UseWPFunctions' => __DIR__ . '/..' . '/woocommerce/blueprint/src/UseWPFunctions.php',
|
||||
'Automattic\\WooCommerce\\Blueprint\\Util' => __DIR__ . '/..' . '/woocommerce/blueprint/src/Util.php',
|
||||
'Automattic\\WooCommerce\\Blueprint\\ZipExportedSchema' => __DIR__ . '/..' . '/woocommerce/blueprint/src/ZipExportedSchema.php',
|
||||
'Automattic\\WooCommerce\\Caches\\OrderCache' => __DIR__ . '/../..' . '/src/Caches/OrderCache.php',
|
||||
'Automattic\\WooCommerce\\Caches\\OrderCacheController' => __DIR__ . '/../..' . '/src/Caches/OrderCacheController.php',
|
||||
'Automattic\\WooCommerce\\Caching\\CacheEngine' => __DIR__ . '/../..' . '/src/Caching/CacheEngine.php',
|
||||
@@ -710,6 +828,7 @@ class ComposerStaticInit6168e7a5d5f44ed218761127fd844abc
|
||||
'Automattic\\WooCommerce\\Internal\\Admin\\Events' => __DIR__ . '/../..' . '/src/Internal/Admin/Events.php',
|
||||
'Automattic\\WooCommerce\\Internal\\Admin\\FeaturePlugin' => __DIR__ . '/../..' . '/src/Internal/Admin/FeaturePlugin.php',
|
||||
'Automattic\\WooCommerce\\Internal\\Admin\\Homescreen' => __DIR__ . '/../..' . '/src/Internal/Admin/Homescreen.php',
|
||||
'Automattic\\WooCommerce\\Internal\\Admin\\ImportExport\\CSVUploadHelper' => __DIR__ . '/../..' . '/src/Internal/Admin/ImportExport/CSVUploadHelper.php',
|
||||
'Automattic\\WooCommerce\\Internal\\Admin\\Loader' => __DIR__ . '/../..' . '/src/Internal/Admin/Loader.php',
|
||||
'Automattic\\WooCommerce\\Internal\\Admin\\Logging\\FileV2\\File' => __DIR__ . '/../..' . '/src/Internal/Admin/Logging/FileV2/File.php',
|
||||
'Automattic\\WooCommerce\\Internal\\Admin\\Logging\\FileV2\\FileController' => __DIR__ . '/../..' . '/src/Internal/Admin/Logging/FileV2/FileController.php',
|
||||
@@ -809,6 +928,7 @@ class ComposerStaticInit6168e7a5d5f44ed218761127fd844abc
|
||||
'Automattic\\WooCommerce\\Internal\\Admin\\WCAdminAssets' => __DIR__ . '/../..' . '/src/Internal/Admin/WCAdminAssets.php',
|
||||
'Automattic\\WooCommerce\\Internal\\Admin\\WCAdminSharedSettings' => __DIR__ . '/../..' . '/src/Internal/Admin/WCAdminSharedSettings.php',
|
||||
'Automattic\\WooCommerce\\Internal\\Admin\\WCAdminUser' => __DIR__ . '/../..' . '/src/Internal/Admin/WCAdminUser.php',
|
||||
'Automattic\\WooCommerce\\Internal\\Admin\\WCPayPromotion\\DefaultPromotions' => __DIR__ . '/../..' . '/src/Internal/Admin/WCPayPromotion/DefaultPromotions.php',
|
||||
'Automattic\\WooCommerce\\Internal\\Admin\\WCPayPromotion\\Init' => __DIR__ . '/../..' . '/src/Internal/Admin/WCPayPromotion/Init.php',
|
||||
'Automattic\\WooCommerce\\Internal\\Admin\\WCPayPromotion\\WCPayPromotionDataSourcePoller' => __DIR__ . '/../..' . '/src/Internal/Admin/WCPayPromotion/WCPayPromotionDataSourcePoller.php',
|
||||
'Automattic\\WooCommerce\\Internal\\Admin\\WCPayPromotion\\WCPaymentGatewayPreInstallWCPayPromotion' => __DIR__ . '/../..' . '/src/Internal/Admin/WCPayPromotion/WCPaymentGatewayPreInstallWCPayPromotion.php',
|
||||
@@ -816,6 +936,7 @@ class ComposerStaticInit6168e7a5d5f44ed218761127fd844abc
|
||||
'Automattic\\WooCommerce\\Internal\\AssignDefaultCategory' => __DIR__ . '/../..' . '/src/Internal/AssignDefaultCategory.php',
|
||||
'Automattic\\WooCommerce\\Internal\\BatchProcessing\\BatchProcessingController' => __DIR__ . '/../..' . '/src/Internal/BatchProcessing/BatchProcessingController.php',
|
||||
'Automattic\\WooCommerce\\Internal\\BatchProcessing\\BatchProcessorInterface' => __DIR__ . '/../..' . '/src/Internal/BatchProcessing/BatchProcessorInterface.php',
|
||||
'Automattic\\WooCommerce\\Internal\\ComingSoon\\ComingSoonAdminBarBadge' => __DIR__ . '/../..' . '/src/Internal/ComingSoon/ComingSoonAdminBarBadge.php',
|
||||
'Automattic\\WooCommerce\\Internal\\ComingSoon\\ComingSoonCacheInvalidator' => __DIR__ . '/../..' . '/src/Internal/ComingSoon/ComingSoonCacheInvalidator.php',
|
||||
'Automattic\\WooCommerce\\Internal\\ComingSoon\\ComingSoonHelper' => __DIR__ . '/../..' . '/src/Internal/ComingSoon/ComingSoonHelper.php',
|
||||
'Automattic\\WooCommerce\\Internal\\ComingSoon\\ComingSoonRequestHandler' => __DIR__ . '/../..' . '/src/Internal/ComingSoon/ComingSoonRequestHandler.php',
|
||||
@@ -843,6 +964,7 @@ class ComposerStaticInit6168e7a5d5f44ed218761127fd844abc
|
||||
'Automattic\\WooCommerce\\Internal\\DependencyManagement\\ServiceProviders\\DownloadPermissionsAdjusterServiceProvider' => __DIR__ . '/../..' . '/src/Internal/DependencyManagement/ServiceProviders/DownloadPermissionsAdjusterServiceProvider.php',
|
||||
'Automattic\\WooCommerce\\Internal\\DependencyManagement\\ServiceProviders\\EnginesServiceProvider' => __DIR__ . '/../..' . '/src/Internal/DependencyManagement/ServiceProviders/EnginesServiceProvider.php',
|
||||
'Automattic\\WooCommerce\\Internal\\DependencyManagement\\ServiceProviders\\FeaturesServiceProvider' => __DIR__ . '/../..' . '/src/Internal/DependencyManagement/ServiceProviders/FeaturesServiceProvider.php',
|
||||
'Automattic\\WooCommerce\\Internal\\DependencyManagement\\ServiceProviders\\ImportExportServiceProvider' => __DIR__ . '/../..' . '/src/Internal/DependencyManagement/ServiceProviders/ImportExportServiceProvider.php',
|
||||
'Automattic\\WooCommerce\\Internal\\DependencyManagement\\ServiceProviders\\LayoutTemplatesServiceProvider' => __DIR__ . '/../..' . '/src/Internal/DependencyManagement/ServiceProviders/LayoutTemplatesServiceProvider.php',
|
||||
'Automattic\\WooCommerce\\Internal\\DependencyManagement\\ServiceProviders\\LoggingServiceProvider' => __DIR__ . '/../..' . '/src/Internal/DependencyManagement/ServiceProviders/LoggingServiceProvider.php',
|
||||
'Automattic\\WooCommerce\\Internal\\DependencyManagement\\ServiceProviders\\MarketingServiceProvider' => __DIR__ . '/../..' . '/src/Internal/DependencyManagement/ServiceProviders/MarketingServiceProvider.php',
|
||||
@@ -860,6 +982,7 @@ class ComposerStaticInit6168e7a5d5f44ed218761127fd844abc
|
||||
'Automattic\\WooCommerce\\Internal\\DependencyManagement\\ServiceProviders\\ProductReviewsServiceProvider' => __DIR__ . '/../..' . '/src/Internal/DependencyManagement/ServiceProviders/ProductReviewsServiceProvider.php',
|
||||
'Automattic\\WooCommerce\\Internal\\DependencyManagement\\ServiceProviders\\ProxiesServiceProvider' => __DIR__ . '/../..' . '/src/Internal/DependencyManagement/ServiceProviders/ProxiesServiceProvider.php',
|
||||
'Automattic\\WooCommerce\\Internal\\DependencyManagement\\ServiceProviders\\RestockRefundedItemsAdjusterServiceProvider' => __DIR__ . '/../..' . '/src/Internal/DependencyManagement/ServiceProviders/RestockRefundedItemsAdjusterServiceProvider.php',
|
||||
'Automattic\\WooCommerce\\Internal\\DependencyManagement\\ServiceProviders\\StatsServiceProvider' => __DIR__ . '/../..' . '/src/Internal/DependencyManagement/ServiceProviders/StatsServiceProvider.php',
|
||||
'Automattic\\WooCommerce\\Internal\\DependencyManagement\\ServiceProviders\\UtilsClassesServiceProvider' => __DIR__ . '/../..' . '/src/Internal/DependencyManagement/ServiceProviders/UtilsClassesServiceProvider.php',
|
||||
'Automattic\\WooCommerce\\Internal\\DownloadPermissionsAdjuster' => __DIR__ . '/../..' . '/src/Internal/DownloadPermissionsAdjuster.php',
|
||||
'Automattic\\WooCommerce\\Internal\\Features\\FeaturesController' => __DIR__ . '/../..' . '/src/Internal/Features/FeaturesController.php',
|
||||
@@ -875,6 +998,7 @@ class ComposerStaticInit6168e7a5d5f44ed218761127fd844abc
|
||||
'Automattic\\WooCommerce\\Internal\\Font\\FontFamily' => __DIR__ . '/../..' . '/src/Internal/Font/FontFamily.php',
|
||||
'Automattic\\WooCommerce\\Internal\\Integrations\\WPConsentAPI' => __DIR__ . '/../..' . '/src/Internal/Integrations/WPConsentAPI.php',
|
||||
'Automattic\\WooCommerce\\Internal\\Logging\\RemoteLogger' => __DIR__ . '/../..' . '/src/Internal/Logging/RemoteLogger.php',
|
||||
'Automattic\\WooCommerce\\Internal\\McStats' => __DIR__ . '/../..' . '/src/Internal/McStats.php',
|
||||
'Automattic\\WooCommerce\\Internal\\OrderCouponDataMigrator' => __DIR__ . '/../..' . '/src/Internal/OrderCouponDataMigrator.php',
|
||||
'Automattic\\WooCommerce\\Internal\\Orders\\CouponsController' => __DIR__ . '/../..' . '/src/Internal/Orders/CouponsController.php',
|
||||
'Automattic\\WooCommerce\\Internal\\Orders\\IppFunctions' => __DIR__ . '/../..' . '/src/Internal/Orders/IppFunctions.php',
|
||||
@@ -946,14 +1070,8 @@ class ComposerStaticInit6168e7a5d5f44ed218761127fd844abc
|
||||
'Automattic\\WooCommerce\\StoreApi\\Payments\\PaymentResult' => __DIR__ . '/../..' . '/src/StoreApi/Payments/PaymentResult.php',
|
||||
'Automattic\\WooCommerce\\StoreApi\\RoutesController' => __DIR__ . '/../..' . '/src/StoreApi/RoutesController.php',
|
||||
'Automattic\\WooCommerce\\StoreApi\\Routes\\RouteInterface' => __DIR__ . '/../..' . '/src/StoreApi/Routes/RouteInterface.php',
|
||||
'Automattic\\WooCommerce\\StoreApi\\Routes\\V1\\AI\\BusinessDescription' => __DIR__ . '/../..' . '/src/StoreApi/Routes/V1/AI/BusinessDescription.php',
|
||||
'Automattic\\WooCommerce\\StoreApi\\Routes\\V1\\AI\\Images' => __DIR__ . '/../..' . '/src/StoreApi/Routes/V1/AI/Images.php',
|
||||
'Automattic\\WooCommerce\\StoreApi\\Routes\\V1\\AI\\Middleware' => __DIR__ . '/../..' . '/src/StoreApi/Routes/V1/AI/Middleware.php',
|
||||
'Automattic\\WooCommerce\\StoreApi\\Routes\\V1\\AI\\Patterns' => __DIR__ . '/../..' . '/src/StoreApi/Routes/V1/AI/Patterns.php',
|
||||
'Automattic\\WooCommerce\\StoreApi\\Routes\\V1\\AI\\Product' => __DIR__ . '/../..' . '/src/StoreApi/Routes/V1/AI/Product.php',
|
||||
'Automattic\\WooCommerce\\StoreApi\\Routes\\V1\\AI\\Products' => __DIR__ . '/../..' . '/src/StoreApi/Routes/V1/AI/Products.php',
|
||||
'Automattic\\WooCommerce\\StoreApi\\Routes\\V1\\AI\\StoreInfo' => __DIR__ . '/../..' . '/src/StoreApi/Routes/V1/AI/StoreInfo.php',
|
||||
'Automattic\\WooCommerce\\StoreApi\\Routes\\V1\\AI\\StoreTitle' => __DIR__ . '/../..' . '/src/StoreApi/Routes/V1/AI/StoreTitle.php',
|
||||
'Automattic\\WooCommerce\\StoreApi\\Routes\\V1\\AbstractCartRoute' => __DIR__ . '/../..' . '/src/StoreApi/Routes/V1/AbstractCartRoute.php',
|
||||
'Automattic\\WooCommerce\\StoreApi\\Routes\\V1\\AbstractRoute' => __DIR__ . '/../..' . '/src/StoreApi/Routes/V1/AbstractRoute.php',
|
||||
'Automattic\\WooCommerce\\StoreApi\\Routes\\V1\\AbstractTermsRoute' => __DIR__ . '/../..' . '/src/StoreApi/Routes/V1/AbstractTermsRoute.php',
|
||||
@@ -988,13 +1106,7 @@ class ComposerStaticInit6168e7a5d5f44ed218761127fd844abc
|
||||
'Automattic\\WooCommerce\\StoreApi\\Routes\\V1\\ProductsBySlug' => __DIR__ . '/../..' . '/src/StoreApi/Routes/V1/ProductsBySlug.php',
|
||||
'Automattic\\WooCommerce\\StoreApi\\SchemaController' => __DIR__ . '/../..' . '/src/StoreApi/SchemaController.php',
|
||||
'Automattic\\WooCommerce\\StoreApi\\Schemas\\ExtendSchema' => __DIR__ . '/../..' . '/src/StoreApi/Schemas/ExtendSchema.php',
|
||||
'Automattic\\WooCommerce\\StoreApi\\Schemas\\V1\\AI\\BusinessDescriptionSchema' => __DIR__ . '/../..' . '/src/StoreApi/Schemas/V1/AI/BusinessDescriptionSchema.php',
|
||||
'Automattic\\WooCommerce\\StoreApi\\Schemas\\V1\\AI\\ImagesSchema' => __DIR__ . '/../..' . '/src/StoreApi/Schemas/V1/AI/ImagesSchema.php',
|
||||
'Automattic\\WooCommerce\\StoreApi\\Schemas\\V1\\AI\\PatternsSchema' => __DIR__ . '/../..' . '/src/StoreApi/Schemas/V1/AI/PatternsSchema.php',
|
||||
'Automattic\\WooCommerce\\StoreApi\\Schemas\\V1\\AI\\ProductSchema' => __DIR__ . '/../..' . '/src/StoreApi/Schemas/V1/AI/ProductSchema.php',
|
||||
'Automattic\\WooCommerce\\StoreApi\\Schemas\\V1\\AI\\ProductsSchema' => __DIR__ . '/../..' . '/src/StoreApi/Schemas/V1/AI/ProductsSchema.php',
|
||||
'Automattic\\WooCommerce\\StoreApi\\Schemas\\V1\\AI\\StoreInfoSchema' => __DIR__ . '/../..' . '/src/StoreApi/Schemas/V1/AI/StoreInfoSchema.php',
|
||||
'Automattic\\WooCommerce\\StoreApi\\Schemas\\V1\\AI\\StoreTitleSchema' => __DIR__ . '/../..' . '/src/StoreApi/Schemas/V1/AI/StoreTitleSchema.php',
|
||||
'Automattic\\WooCommerce\\StoreApi\\Schemas\\V1\\AbstractAddressSchema' => __DIR__ . '/../..' . '/src/StoreApi/Schemas/V1/AbstractAddressSchema.php',
|
||||
'Automattic\\WooCommerce\\StoreApi\\Schemas\\V1\\AbstractSchema' => __DIR__ . '/../..' . '/src/StoreApi/Schemas/V1/AbstractSchema.php',
|
||||
'Automattic\\WooCommerce\\StoreApi\\Schemas\\V1\\BatchSchema' => __DIR__ . '/../..' . '/src/StoreApi/Schemas/V1/BatchSchema.php',
|
||||
@@ -1197,6 +1309,209 @@ class ComposerStaticInit6168e7a5d5f44ed218761127fd844abc
|
||||
'MaxMind\\Db\\Reader\\InvalidDatabaseException' => __DIR__ . '/..' . '/maxmind-db/reader/src/MaxMind/Db/Reader/InvalidDatabaseException.php',
|
||||
'MaxMind\\Db\\Reader\\Metadata' => __DIR__ . '/..' . '/maxmind-db/reader/src/MaxMind/Db/Reader/Metadata.php',
|
||||
'MaxMind\\Db\\Reader\\Util' => __DIR__ . '/..' . '/maxmind-db/reader/src/MaxMind/Db/Reader/Util.php',
|
||||
'Opis\\JsonSchema\\CompliantValidator' => __DIR__ . '/..' . '/opis/json-schema/src/CompliantValidator.php',
|
||||
'Opis\\JsonSchema\\ContentEncoding' => __DIR__ . '/..' . '/opis/json-schema/src/ContentEncoding.php',
|
||||
'Opis\\JsonSchema\\ContentMediaType' => __DIR__ . '/..' . '/opis/json-schema/src/ContentMediaType.php',
|
||||
'Opis\\JsonSchema\\Errors\\CustomError' => __DIR__ . '/..' . '/opis/json-schema/src/Errors/CustomError.php',
|
||||
'Opis\\JsonSchema\\Errors\\ErrorContainer' => __DIR__ . '/..' . '/opis/json-schema/src/Errors/ErrorContainer.php',
|
||||
'Opis\\JsonSchema\\Errors\\ErrorFormatter' => __DIR__ . '/..' . '/opis/json-schema/src/Errors/ErrorFormatter.php',
|
||||
'Opis\\JsonSchema\\Errors\\ValidationError' => __DIR__ . '/..' . '/opis/json-schema/src/Errors/ValidationError.php',
|
||||
'Opis\\JsonSchema\\Exceptions\\DuplicateSchemaIdException' => __DIR__ . '/..' . '/opis/json-schema/src/Exceptions/DuplicateSchemaIdException.php',
|
||||
'Opis\\JsonSchema\\Exceptions\\InvalidKeywordException' => __DIR__ . '/..' . '/opis/json-schema/src/Exceptions/InvalidKeywordException.php',
|
||||
'Opis\\JsonSchema\\Exceptions\\InvalidPragmaException' => __DIR__ . '/..' . '/opis/json-schema/src/Exceptions/InvalidPragmaException.php',
|
||||
'Opis\\JsonSchema\\Exceptions\\ParseException' => __DIR__ . '/..' . '/opis/json-schema/src/Exceptions/ParseException.php',
|
||||
'Opis\\JsonSchema\\Exceptions\\SchemaException' => __DIR__ . '/..' . '/opis/json-schema/src/Exceptions/SchemaException.php',
|
||||
'Opis\\JsonSchema\\Exceptions\\UnresolvedContentEncodingException' => __DIR__ . '/..' . '/opis/json-schema/src/Exceptions/UnresolvedContentEncodingException.php',
|
||||
'Opis\\JsonSchema\\Exceptions\\UnresolvedContentMediaTypeException' => __DIR__ . '/..' . '/opis/json-schema/src/Exceptions/UnresolvedContentMediaTypeException.php',
|
||||
'Opis\\JsonSchema\\Exceptions\\UnresolvedException' => __DIR__ . '/..' . '/opis/json-schema/src/Exceptions/UnresolvedException.php',
|
||||
'Opis\\JsonSchema\\Exceptions\\UnresolvedFilterException' => __DIR__ . '/..' . '/opis/json-schema/src/Exceptions/UnresolvedFilterException.php',
|
||||
'Opis\\JsonSchema\\Exceptions\\UnresolvedReferenceException' => __DIR__ . '/..' . '/opis/json-schema/src/Exceptions/UnresolvedReferenceException.php',
|
||||
'Opis\\JsonSchema\\Filter' => __DIR__ . '/..' . '/opis/json-schema/src/Filter.php',
|
||||
'Opis\\JsonSchema\\Filters\\CommonFilters' => __DIR__ . '/..' . '/opis/json-schema/src/Filters/CommonFilters.php',
|
||||
'Opis\\JsonSchema\\Filters\\DataExistsFilter' => __DIR__ . '/..' . '/opis/json-schema/src/Filters/DataExistsFilter.php',
|
||||
'Opis\\JsonSchema\\Filters\\DateTimeFilters' => __DIR__ . '/..' . '/opis/json-schema/src/Filters/DateTimeFilters.php',
|
||||
'Opis\\JsonSchema\\Filters\\FilterExistsFilter' => __DIR__ . '/..' . '/opis/json-schema/src/Filters/FilterExistsFilter.php',
|
||||
'Opis\\JsonSchema\\Filters\\FormatExistsFilter' => __DIR__ . '/..' . '/opis/json-schema/src/Filters/FormatExistsFilter.php',
|
||||
'Opis\\JsonSchema\\Filters\\GlobalVarExistsFilter' => __DIR__ . '/..' . '/opis/json-schema/src/Filters/GlobalVarExistsFilter.php',
|
||||
'Opis\\JsonSchema\\Filters\\SchemaExistsFilter' => __DIR__ . '/..' . '/opis/json-schema/src/Filters/SchemaExistsFilter.php',
|
||||
'Opis\\JsonSchema\\Filters\\SlotExistsFilter' => __DIR__ . '/..' . '/opis/json-schema/src/Filters/SlotExistsFilter.php',
|
||||
'Opis\\JsonSchema\\Format' => __DIR__ . '/..' . '/opis/json-schema/src/Format.php',
|
||||
'Opis\\JsonSchema\\Formats\\DateTimeFormats' => __DIR__ . '/..' . '/opis/json-schema/src/Formats/DateTimeFormats.php',
|
||||
'Opis\\JsonSchema\\Formats\\IriFormats' => __DIR__ . '/..' . '/opis/json-schema/src/Formats/IriFormats.php',
|
||||
'Opis\\JsonSchema\\Formats\\MiscFormats' => __DIR__ . '/..' . '/opis/json-schema/src/Formats/MiscFormats.php',
|
||||
'Opis\\JsonSchema\\Formats\\UriFormats' => __DIR__ . '/..' . '/opis/json-schema/src/Formats/UriFormats.php',
|
||||
'Opis\\JsonSchema\\Helper' => __DIR__ . '/..' . '/opis/json-schema/src/Helper.php',
|
||||
'Opis\\JsonSchema\\Info\\DataInfo' => __DIR__ . '/..' . '/opis/json-schema/src/Info/DataInfo.php',
|
||||
'Opis\\JsonSchema\\Info\\SchemaInfo' => __DIR__ . '/..' . '/opis/json-schema/src/Info/SchemaInfo.php',
|
||||
'Opis\\JsonSchema\\JsonPointer' => __DIR__ . '/..' . '/opis/json-schema/src/JsonPointer.php',
|
||||
'Opis\\JsonSchema\\Keyword' => __DIR__ . '/..' . '/opis/json-schema/src/Keyword.php',
|
||||
'Opis\\JsonSchema\\KeywordValidator' => __DIR__ . '/..' . '/opis/json-schema/src/KeywordValidator.php',
|
||||
'Opis\\JsonSchema\\KeywordValidators\\AbstractKeywordValidator' => __DIR__ . '/..' . '/opis/json-schema/src/KeywordValidators/AbstractKeywordValidator.php',
|
||||
'Opis\\JsonSchema\\KeywordValidators\\CallbackKeywordValidator' => __DIR__ . '/..' . '/opis/json-schema/src/KeywordValidators/CallbackKeywordValidator.php',
|
||||
'Opis\\JsonSchema\\KeywordValidators\\PragmaKeywordValidator' => __DIR__ . '/..' . '/opis/json-schema/src/KeywordValidators/PragmaKeywordValidator.php',
|
||||
'Opis\\JsonSchema\\Keywords\\AbstractRefKeyword' => __DIR__ . '/..' . '/opis/json-schema/src/Keywords/AbstractRefKeyword.php',
|
||||
'Opis\\JsonSchema\\Keywords\\AdditionalItemsKeyword' => __DIR__ . '/..' . '/opis/json-schema/src/Keywords/AdditionalItemsKeyword.php',
|
||||
'Opis\\JsonSchema\\Keywords\\AdditionalPropertiesKeyword' => __DIR__ . '/..' . '/opis/json-schema/src/Keywords/AdditionalPropertiesKeyword.php',
|
||||
'Opis\\JsonSchema\\Keywords\\AllOfKeyword' => __DIR__ . '/..' . '/opis/json-schema/src/Keywords/AllOfKeyword.php',
|
||||
'Opis\\JsonSchema\\Keywords\\AnyOfKeyword' => __DIR__ . '/..' . '/opis/json-schema/src/Keywords/AnyOfKeyword.php',
|
||||
'Opis\\JsonSchema\\Keywords\\ConstDataKeyword' => __DIR__ . '/..' . '/opis/json-schema/src/Keywords/ConstDataKeyword.php',
|
||||
'Opis\\JsonSchema\\Keywords\\ConstKeyword' => __DIR__ . '/..' . '/opis/json-schema/src/Keywords/ConstKeyword.php',
|
||||
'Opis\\JsonSchema\\Keywords\\ContainsKeyword' => __DIR__ . '/..' . '/opis/json-schema/src/Keywords/ContainsKeyword.php',
|
||||
'Opis\\JsonSchema\\Keywords\\ContentEncodingKeyword' => __DIR__ . '/..' . '/opis/json-schema/src/Keywords/ContentEncodingKeyword.php',
|
||||
'Opis\\JsonSchema\\Keywords\\ContentMediaTypeKeyword' => __DIR__ . '/..' . '/opis/json-schema/src/Keywords/ContentMediaTypeKeyword.php',
|
||||
'Opis\\JsonSchema\\Keywords\\ContentSchemaKeyword' => __DIR__ . '/..' . '/opis/json-schema/src/Keywords/ContentSchemaKeyword.php',
|
||||
'Opis\\JsonSchema\\Keywords\\DefaultKeyword' => __DIR__ . '/..' . '/opis/json-schema/src/Keywords/DefaultKeyword.php',
|
||||
'Opis\\JsonSchema\\Keywords\\DependenciesKeyword' => __DIR__ . '/..' . '/opis/json-schema/src/Keywords/DependenciesKeyword.php',
|
||||
'Opis\\JsonSchema\\Keywords\\DependentRequiredKeyword' => __DIR__ . '/..' . '/opis/json-schema/src/Keywords/DependentRequiredKeyword.php',
|
||||
'Opis\\JsonSchema\\Keywords\\DependentSchemasKeyword' => __DIR__ . '/..' . '/opis/json-schema/src/Keywords/DependentSchemasKeyword.php',
|
||||
'Opis\\JsonSchema\\Keywords\\EnumDataKeyword' => __DIR__ . '/..' . '/opis/json-schema/src/Keywords/EnumDataKeyword.php',
|
||||
'Opis\\JsonSchema\\Keywords\\EnumKeyword' => __DIR__ . '/..' . '/opis/json-schema/src/Keywords/EnumKeyword.php',
|
||||
'Opis\\JsonSchema\\Keywords\\ErrorTrait' => __DIR__ . '/..' . '/opis/json-schema/src/Keywords/ErrorTrait.php',
|
||||
'Opis\\JsonSchema\\Keywords\\ExclusiveMaximumDataKeyword' => __DIR__ . '/..' . '/opis/json-schema/src/Keywords/ExclusiveMaximumDataKeyword.php',
|
||||
'Opis\\JsonSchema\\Keywords\\ExclusiveMaximumKeyword' => __DIR__ . '/..' . '/opis/json-schema/src/Keywords/ExclusiveMaximumKeyword.php',
|
||||
'Opis\\JsonSchema\\Keywords\\ExclusiveMinimumDataKeyword' => __DIR__ . '/..' . '/opis/json-schema/src/Keywords/ExclusiveMinimumDataKeyword.php',
|
||||
'Opis\\JsonSchema\\Keywords\\ExclusiveMinimumKeyword' => __DIR__ . '/..' . '/opis/json-schema/src/Keywords/ExclusiveMinimumKeyword.php',
|
||||
'Opis\\JsonSchema\\Keywords\\FiltersKeyword' => __DIR__ . '/..' . '/opis/json-schema/src/Keywords/FiltersKeyword.php',
|
||||
'Opis\\JsonSchema\\Keywords\\FormatDataKeyword' => __DIR__ . '/..' . '/opis/json-schema/src/Keywords/FormatDataKeyword.php',
|
||||
'Opis\\JsonSchema\\Keywords\\FormatKeyword' => __DIR__ . '/..' . '/opis/json-schema/src/Keywords/FormatKeyword.php',
|
||||
'Opis\\JsonSchema\\Keywords\\IfThenElseKeyword' => __DIR__ . '/..' . '/opis/json-schema/src/Keywords/IfThenElseKeyword.php',
|
||||
'Opis\\JsonSchema\\Keywords\\ItemsKeyword' => __DIR__ . '/..' . '/opis/json-schema/src/Keywords/ItemsKeyword.php',
|
||||
'Opis\\JsonSchema\\Keywords\\IterableDataValidationTrait' => __DIR__ . '/..' . '/opis/json-schema/src/Keywords/IterableDataValidationTrait.php',
|
||||
'Opis\\JsonSchema\\Keywords\\MaxItemsDataKeyword' => __DIR__ . '/..' . '/opis/json-schema/src/Keywords/MaxItemsDataKeyword.php',
|
||||
'Opis\\JsonSchema\\Keywords\\MaxItemsKeyword' => __DIR__ . '/..' . '/opis/json-schema/src/Keywords/MaxItemsKeyword.php',
|
||||
'Opis\\JsonSchema\\Keywords\\MaxLengthDataKeyword' => __DIR__ . '/..' . '/opis/json-schema/src/Keywords/MaxLengthDataKeyword.php',
|
||||
'Opis\\JsonSchema\\Keywords\\MaxLengthKeyword' => __DIR__ . '/..' . '/opis/json-schema/src/Keywords/MaxLengthKeyword.php',
|
||||
'Opis\\JsonSchema\\Keywords\\MaxPropertiesDataKeyword' => __DIR__ . '/..' . '/opis/json-schema/src/Keywords/MaxPropertiesDataKeyword.php',
|
||||
'Opis\\JsonSchema\\Keywords\\MaxPropertiesKeywords' => __DIR__ . '/..' . '/opis/json-schema/src/Keywords/MaxPropertiesKeywords.php',
|
||||
'Opis\\JsonSchema\\Keywords\\MaximumDataKeyword' => __DIR__ . '/..' . '/opis/json-schema/src/Keywords/MaximumDataKeyword.php',
|
||||
'Opis\\JsonSchema\\Keywords\\MaximumKeyword' => __DIR__ . '/..' . '/opis/json-schema/src/Keywords/MaximumKeyword.php',
|
||||
'Opis\\JsonSchema\\Keywords\\MinItemsDataKeyword' => __DIR__ . '/..' . '/opis/json-schema/src/Keywords/MinItemsDataKeyword.php',
|
||||
'Opis\\JsonSchema\\Keywords\\MinItemsKeyword' => __DIR__ . '/..' . '/opis/json-schema/src/Keywords/MinItemsKeyword.php',
|
||||
'Opis\\JsonSchema\\Keywords\\MinLengthDataKeyword' => __DIR__ . '/..' . '/opis/json-schema/src/Keywords/MinLengthDataKeyword.php',
|
||||
'Opis\\JsonSchema\\Keywords\\MinLengthKeyword' => __DIR__ . '/..' . '/opis/json-schema/src/Keywords/MinLengthKeyword.php',
|
||||
'Opis\\JsonSchema\\Keywords\\MinPropertiesDataKeyword' => __DIR__ . '/..' . '/opis/json-schema/src/Keywords/MinPropertiesDataKeyword.php',
|
||||
'Opis\\JsonSchema\\Keywords\\MinPropertiesKeyword' => __DIR__ . '/..' . '/opis/json-schema/src/Keywords/MinPropertiesKeyword.php',
|
||||
'Opis\\JsonSchema\\Keywords\\MinimumDataKeyword' => __DIR__ . '/..' . '/opis/json-schema/src/Keywords/MinimumDataKeyword.php',
|
||||
'Opis\\JsonSchema\\Keywords\\MinimumKeyword' => __DIR__ . '/..' . '/opis/json-schema/src/Keywords/MinimumKeyword.php',
|
||||
'Opis\\JsonSchema\\Keywords\\MultipleOfDataKeyword' => __DIR__ . '/..' . '/opis/json-schema/src/Keywords/MultipleOfDataKeyword.php',
|
||||
'Opis\\JsonSchema\\Keywords\\MultipleOfKeyword' => __DIR__ . '/..' . '/opis/json-schema/src/Keywords/MultipleOfKeyword.php',
|
||||
'Opis\\JsonSchema\\Keywords\\NotKeyword' => __DIR__ . '/..' . '/opis/json-schema/src/Keywords/NotKeyword.php',
|
||||
'Opis\\JsonSchema\\Keywords\\OfTrait' => __DIR__ . '/..' . '/opis/json-schema/src/Keywords/OfTrait.php',
|
||||
'Opis\\JsonSchema\\Keywords\\OneOfKeyword' => __DIR__ . '/..' . '/opis/json-schema/src/Keywords/OneOfKeyword.php',
|
||||
'Opis\\JsonSchema\\Keywords\\PatternDataKeyword' => __DIR__ . '/..' . '/opis/json-schema/src/Keywords/PatternDataKeyword.php',
|
||||
'Opis\\JsonSchema\\Keywords\\PatternKeyword' => __DIR__ . '/..' . '/opis/json-schema/src/Keywords/PatternKeyword.php',
|
||||
'Opis\\JsonSchema\\Keywords\\PatternPropertiesKeyword' => __DIR__ . '/..' . '/opis/json-schema/src/Keywords/PatternPropertiesKeyword.php',
|
||||
'Opis\\JsonSchema\\Keywords\\PointerRefKeyword' => __DIR__ . '/..' . '/opis/json-schema/src/Keywords/PointerRefKeyword.php',
|
||||
'Opis\\JsonSchema\\Keywords\\PropertiesKeyword' => __DIR__ . '/..' . '/opis/json-schema/src/Keywords/PropertiesKeyword.php',
|
||||
'Opis\\JsonSchema\\Keywords\\PropertyNamesKeyword' => __DIR__ . '/..' . '/opis/json-schema/src/Keywords/PropertyNamesKeyword.php',
|
||||
'Opis\\JsonSchema\\Keywords\\RecursiveRefKeyword' => __DIR__ . '/..' . '/opis/json-schema/src/Keywords/RecursiveRefKeyword.php',
|
||||
'Opis\\JsonSchema\\Keywords\\RequiredDataKeyword' => __DIR__ . '/..' . '/opis/json-schema/src/Keywords/RequiredDataKeyword.php',
|
||||
'Opis\\JsonSchema\\Keywords\\RequiredKeyword' => __DIR__ . '/..' . '/opis/json-schema/src/Keywords/RequiredKeyword.php',
|
||||
'Opis\\JsonSchema\\Keywords\\SlotsKeyword' => __DIR__ . '/..' . '/opis/json-schema/src/Keywords/SlotsKeyword.php',
|
||||
'Opis\\JsonSchema\\Keywords\\TemplateRefKeyword' => __DIR__ . '/..' . '/opis/json-schema/src/Keywords/TemplateRefKeyword.php',
|
||||
'Opis\\JsonSchema\\Keywords\\TypeKeyword' => __DIR__ . '/..' . '/opis/json-schema/src/Keywords/TypeKeyword.php',
|
||||
'Opis\\JsonSchema\\Keywords\\URIRefKeyword' => __DIR__ . '/..' . '/opis/json-schema/src/Keywords/URIRefKeyword.php',
|
||||
'Opis\\JsonSchema\\Keywords\\UnevaluatedItemsKeyword' => __DIR__ . '/..' . '/opis/json-schema/src/Keywords/UnevaluatedItemsKeyword.php',
|
||||
'Opis\\JsonSchema\\Keywords\\UnevaluatedPropertiesKeyword' => __DIR__ . '/..' . '/opis/json-schema/src/Keywords/UnevaluatedPropertiesKeyword.php',
|
||||
'Opis\\JsonSchema\\Keywords\\UniqueItemsDataKeyword' => __DIR__ . '/..' . '/opis/json-schema/src/Keywords/UniqueItemsDataKeyword.php',
|
||||
'Opis\\JsonSchema\\Keywords\\UniqueItemsKeyword' => __DIR__ . '/..' . '/opis/json-schema/src/Keywords/UniqueItemsKeyword.php',
|
||||
'Opis\\JsonSchema\\Parsers\\DataKeywordTrait' => __DIR__ . '/..' . '/opis/json-schema/src/Parsers/DataKeywordTrait.php',
|
||||
'Opis\\JsonSchema\\Parsers\\DefaultVocabulary' => __DIR__ . '/..' . '/opis/json-schema/src/Parsers/DefaultVocabulary.php',
|
||||
'Opis\\JsonSchema\\Parsers\\Draft' => __DIR__ . '/..' . '/opis/json-schema/src/Parsers/Draft.php',
|
||||
'Opis\\JsonSchema\\Parsers\\DraftOptionTrait' => __DIR__ . '/..' . '/opis/json-schema/src/Parsers/DraftOptionTrait.php',
|
||||
'Opis\\JsonSchema\\Parsers\\Drafts\\Draft06' => __DIR__ . '/..' . '/opis/json-schema/src/Parsers/Drafts/Draft06.php',
|
||||
'Opis\\JsonSchema\\Parsers\\Drafts\\Draft07' => __DIR__ . '/..' . '/opis/json-schema/src/Parsers/Drafts/Draft07.php',
|
||||
'Opis\\JsonSchema\\Parsers\\Drafts\\Draft201909' => __DIR__ . '/..' . '/opis/json-schema/src/Parsers/Drafts/Draft201909.php',
|
||||
'Opis\\JsonSchema\\Parsers\\Drafts\\Draft202012' => __DIR__ . '/..' . '/opis/json-schema/src/Parsers/Drafts/Draft202012.php',
|
||||
'Opis\\JsonSchema\\Parsers\\KeywordParser' => __DIR__ . '/..' . '/opis/json-schema/src/Parsers/KeywordParser.php',
|
||||
'Opis\\JsonSchema\\Parsers\\KeywordParserTrait' => __DIR__ . '/..' . '/opis/json-schema/src/Parsers/KeywordParserTrait.php',
|
||||
'Opis\\JsonSchema\\Parsers\\KeywordValidatorParser' => __DIR__ . '/..' . '/opis/json-schema/src/Parsers/KeywordValidatorParser.php',
|
||||
'Opis\\JsonSchema\\Parsers\\KeywordValidators\\PragmaKeywordValidatorParser' => __DIR__ . '/..' . '/opis/json-schema/src/Parsers/KeywordValidators/PragmaKeywordValidatorParser.php',
|
||||
'Opis\\JsonSchema\\Parsers\\Keywords\\AdditionalItemsKeywordParser' => __DIR__ . '/..' . '/opis/json-schema/src/Parsers/Keywords/AdditionalItemsKeywordParser.php',
|
||||
'Opis\\JsonSchema\\Parsers\\Keywords\\AdditionalPropertiesKeywordParser' => __DIR__ . '/..' . '/opis/json-schema/src/Parsers/Keywords/AdditionalPropertiesKeywordParser.php',
|
||||
'Opis\\JsonSchema\\Parsers\\Keywords\\AllOfKeywordParser' => __DIR__ . '/..' . '/opis/json-schema/src/Parsers/Keywords/AllOfKeywordParser.php',
|
||||
'Opis\\JsonSchema\\Parsers\\Keywords\\AnyOfKeywordParser' => __DIR__ . '/..' . '/opis/json-schema/src/Parsers/Keywords/AnyOfKeywordParser.php',
|
||||
'Opis\\JsonSchema\\Parsers\\Keywords\\ConstKeywordParser' => __DIR__ . '/..' . '/opis/json-schema/src/Parsers/Keywords/ConstKeywordParser.php',
|
||||
'Opis\\JsonSchema\\Parsers\\Keywords\\ContainsKeywordParser' => __DIR__ . '/..' . '/opis/json-schema/src/Parsers/Keywords/ContainsKeywordParser.php',
|
||||
'Opis\\JsonSchema\\Parsers\\Keywords\\ContentEncodingKeywordParser' => __DIR__ . '/..' . '/opis/json-schema/src/Parsers/Keywords/ContentEncodingKeywordParser.php',
|
||||
'Opis\\JsonSchema\\Parsers\\Keywords\\ContentMediaTypeKeywordParser' => __DIR__ . '/..' . '/opis/json-schema/src/Parsers/Keywords/ContentMediaTypeKeywordParser.php',
|
||||
'Opis\\JsonSchema\\Parsers\\Keywords\\ContentSchemaKeywordParser' => __DIR__ . '/..' . '/opis/json-schema/src/Parsers/Keywords/ContentSchemaKeywordParser.php',
|
||||
'Opis\\JsonSchema\\Parsers\\Keywords\\DefaultKeywordParser' => __DIR__ . '/..' . '/opis/json-schema/src/Parsers/Keywords/DefaultKeywordParser.php',
|
||||
'Opis\\JsonSchema\\Parsers\\Keywords\\DependenciesKeywordParser' => __DIR__ . '/..' . '/opis/json-schema/src/Parsers/Keywords/DependenciesKeywordParser.php',
|
||||
'Opis\\JsonSchema\\Parsers\\Keywords\\DependentRequiredKeywordParser' => __DIR__ . '/..' . '/opis/json-schema/src/Parsers/Keywords/DependentRequiredKeywordParser.php',
|
||||
'Opis\\JsonSchema\\Parsers\\Keywords\\DependentSchemasKeywordParser' => __DIR__ . '/..' . '/opis/json-schema/src/Parsers/Keywords/DependentSchemasKeywordParser.php',
|
||||
'Opis\\JsonSchema\\Parsers\\Keywords\\EnumKeywordParser' => __DIR__ . '/..' . '/opis/json-schema/src/Parsers/Keywords/EnumKeywordParser.php',
|
||||
'Opis\\JsonSchema\\Parsers\\Keywords\\ExclusiveMaximumKeywordParser' => __DIR__ . '/..' . '/opis/json-schema/src/Parsers/Keywords/ExclusiveMaximumKeywordParser.php',
|
||||
'Opis\\JsonSchema\\Parsers\\Keywords\\ExclusiveMinimumKeywordParser' => __DIR__ . '/..' . '/opis/json-schema/src/Parsers/Keywords/ExclusiveMinimumKeywordParser.php',
|
||||
'Opis\\JsonSchema\\Parsers\\Keywords\\FiltersKeywordParser' => __DIR__ . '/..' . '/opis/json-schema/src/Parsers/Keywords/FiltersKeywordParser.php',
|
||||
'Opis\\JsonSchema\\Parsers\\Keywords\\FormatKeywordParser' => __DIR__ . '/..' . '/opis/json-schema/src/Parsers/Keywords/FormatKeywordParser.php',
|
||||
'Opis\\JsonSchema\\Parsers\\Keywords\\IfThenElseKeywordParser' => __DIR__ . '/..' . '/opis/json-schema/src/Parsers/Keywords/IfThenElseKeywordParser.php',
|
||||
'Opis\\JsonSchema\\Parsers\\Keywords\\ItemsKeywordParser' => __DIR__ . '/..' . '/opis/json-schema/src/Parsers/Keywords/ItemsKeywordParser.php',
|
||||
'Opis\\JsonSchema\\Parsers\\Keywords\\MaxItemsKeywordParser' => __DIR__ . '/..' . '/opis/json-schema/src/Parsers/Keywords/MaxItemsKeywordParser.php',
|
||||
'Opis\\JsonSchema\\Parsers\\Keywords\\MaxLengthKeywordParser' => __DIR__ . '/..' . '/opis/json-schema/src/Parsers/Keywords/MaxLengthKeywordParser.php',
|
||||
'Opis\\JsonSchema\\Parsers\\Keywords\\MaxPropertiesKeywordParser' => __DIR__ . '/..' . '/opis/json-schema/src/Parsers/Keywords/MaxPropertiesKeywordParser.php',
|
||||
'Opis\\JsonSchema\\Parsers\\Keywords\\MaximumKeywordParser' => __DIR__ . '/..' . '/opis/json-schema/src/Parsers/Keywords/MaximumKeywordParser.php',
|
||||
'Opis\\JsonSchema\\Parsers\\Keywords\\MinItemsKeywordParser' => __DIR__ . '/..' . '/opis/json-schema/src/Parsers/Keywords/MinItemsKeywordParser.php',
|
||||
'Opis\\JsonSchema\\Parsers\\Keywords\\MinLengthKeywordParser' => __DIR__ . '/..' . '/opis/json-schema/src/Parsers/Keywords/MinLengthKeywordParser.php',
|
||||
'Opis\\JsonSchema\\Parsers\\Keywords\\MinPropertiesKeywordParser' => __DIR__ . '/..' . '/opis/json-schema/src/Parsers/Keywords/MinPropertiesKeywordParser.php',
|
||||
'Opis\\JsonSchema\\Parsers\\Keywords\\MinimumKeywordParser' => __DIR__ . '/..' . '/opis/json-schema/src/Parsers/Keywords/MinimumKeywordParser.php',
|
||||
'Opis\\JsonSchema\\Parsers\\Keywords\\MultipleOfKeywordParser' => __DIR__ . '/..' . '/opis/json-schema/src/Parsers/Keywords/MultipleOfKeywordParser.php',
|
||||
'Opis\\JsonSchema\\Parsers\\Keywords\\NotKeywordParser' => __DIR__ . '/..' . '/opis/json-schema/src/Parsers/Keywords/NotKeywordParser.php',
|
||||
'Opis\\JsonSchema\\Parsers\\Keywords\\OneOfKeywordParser' => __DIR__ . '/..' . '/opis/json-schema/src/Parsers/Keywords/OneOfKeywordParser.php',
|
||||
'Opis\\JsonSchema\\Parsers\\Keywords\\PatternKeywordParser' => __DIR__ . '/..' . '/opis/json-schema/src/Parsers/Keywords/PatternKeywordParser.php',
|
||||
'Opis\\JsonSchema\\Parsers\\Keywords\\PatternPropertiesKeywordParser' => __DIR__ . '/..' . '/opis/json-schema/src/Parsers/Keywords/PatternPropertiesKeywordParser.php',
|
||||
'Opis\\JsonSchema\\Parsers\\Keywords\\PropertiesKeywordParser' => __DIR__ . '/..' . '/opis/json-schema/src/Parsers/Keywords/PropertiesKeywordParser.php',
|
||||
'Opis\\JsonSchema\\Parsers\\Keywords\\PropertyNamesKeywordParser' => __DIR__ . '/..' . '/opis/json-schema/src/Parsers/Keywords/PropertyNamesKeywordParser.php',
|
||||
'Opis\\JsonSchema\\Parsers\\Keywords\\RefKeywordParser' => __DIR__ . '/..' . '/opis/json-schema/src/Parsers/Keywords/RefKeywordParser.php',
|
||||
'Opis\\JsonSchema\\Parsers\\Keywords\\RequiredKeywordParser' => __DIR__ . '/..' . '/opis/json-schema/src/Parsers/Keywords/RequiredKeywordParser.php',
|
||||
'Opis\\JsonSchema\\Parsers\\Keywords\\SlotsKeywordParser' => __DIR__ . '/..' . '/opis/json-schema/src/Parsers/Keywords/SlotsKeywordParser.php',
|
||||
'Opis\\JsonSchema\\Parsers\\Keywords\\TypeKeywordParser' => __DIR__ . '/..' . '/opis/json-schema/src/Parsers/Keywords/TypeKeywordParser.php',
|
||||
'Opis\\JsonSchema\\Parsers\\Keywords\\UnevaluatedItemsKeywordParser' => __DIR__ . '/..' . '/opis/json-schema/src/Parsers/Keywords/UnevaluatedItemsKeywordParser.php',
|
||||
'Opis\\JsonSchema\\Parsers\\Keywords\\UnevaluatedPropertiesKeywordParser' => __DIR__ . '/..' . '/opis/json-schema/src/Parsers/Keywords/UnevaluatedPropertiesKeywordParser.php',
|
||||
'Opis\\JsonSchema\\Parsers\\Keywords\\UniqueItemsKeywordParser' => __DIR__ . '/..' . '/opis/json-schema/src/Parsers/Keywords/UniqueItemsKeywordParser.php',
|
||||
'Opis\\JsonSchema\\Parsers\\PragmaParser' => __DIR__ . '/..' . '/opis/json-schema/src/Parsers/PragmaParser.php',
|
||||
'Opis\\JsonSchema\\Parsers\\Pragmas\\CastPragmaParser' => __DIR__ . '/..' . '/opis/json-schema/src/Parsers/Pragmas/CastPragmaParser.php',
|
||||
'Opis\\JsonSchema\\Parsers\\Pragmas\\GlobalsPragmaParser' => __DIR__ . '/..' . '/opis/json-schema/src/Parsers/Pragmas/GlobalsPragmaParser.php',
|
||||
'Opis\\JsonSchema\\Parsers\\Pragmas\\MaxErrorsPragmaParser' => __DIR__ . '/..' . '/opis/json-schema/src/Parsers/Pragmas/MaxErrorsPragmaParser.php',
|
||||
'Opis\\JsonSchema\\Parsers\\Pragmas\\SlotsPragmaParser' => __DIR__ . '/..' . '/opis/json-schema/src/Parsers/Pragmas/SlotsPragmaParser.php',
|
||||
'Opis\\JsonSchema\\Parsers\\ResolverTrait' => __DIR__ . '/..' . '/opis/json-schema/src/Parsers/ResolverTrait.php',
|
||||
'Opis\\JsonSchema\\Parsers\\SchemaParser' => __DIR__ . '/..' . '/opis/json-schema/src/Parsers/SchemaParser.php',
|
||||
'Opis\\JsonSchema\\Parsers\\VariablesTrait' => __DIR__ . '/..' . '/opis/json-schema/src/Parsers/VariablesTrait.php',
|
||||
'Opis\\JsonSchema\\Parsers\\Vocabulary' => __DIR__ . '/..' . '/opis/json-schema/src/Parsers/Vocabulary.php',
|
||||
'Opis\\JsonSchema\\Pragma' => __DIR__ . '/..' . '/opis/json-schema/src/Pragma.php',
|
||||
'Opis\\JsonSchema\\Pragmas\\CastPragma' => __DIR__ . '/..' . '/opis/json-schema/src/Pragmas/CastPragma.php',
|
||||
'Opis\\JsonSchema\\Pragmas\\GlobalsPragma' => __DIR__ . '/..' . '/opis/json-schema/src/Pragmas/GlobalsPragma.php',
|
||||
'Opis\\JsonSchema\\Pragmas\\MaxErrorsPragma' => __DIR__ . '/..' . '/opis/json-schema/src/Pragmas/MaxErrorsPragma.php',
|
||||
'Opis\\JsonSchema\\Pragmas\\SlotsPragma' => __DIR__ . '/..' . '/opis/json-schema/src/Pragmas/SlotsPragma.php',
|
||||
'Opis\\JsonSchema\\Resolvers\\ContentEncodingResolver' => __DIR__ . '/..' . '/opis/json-schema/src/Resolvers/ContentEncodingResolver.php',
|
||||
'Opis\\JsonSchema\\Resolvers\\ContentMediaTypeResolver' => __DIR__ . '/..' . '/opis/json-schema/src/Resolvers/ContentMediaTypeResolver.php',
|
||||
'Opis\\JsonSchema\\Resolvers\\FilterResolver' => __DIR__ . '/..' . '/opis/json-schema/src/Resolvers/FilterResolver.php',
|
||||
'Opis\\JsonSchema\\Resolvers\\FormatResolver' => __DIR__ . '/..' . '/opis/json-schema/src/Resolvers/FormatResolver.php',
|
||||
'Opis\\JsonSchema\\Resolvers\\SchemaResolver' => __DIR__ . '/..' . '/opis/json-schema/src/Resolvers/SchemaResolver.php',
|
||||
'Opis\\JsonSchema\\Schema' => __DIR__ . '/..' . '/opis/json-schema/src/Schema.php',
|
||||
'Opis\\JsonSchema\\SchemaLoader' => __DIR__ . '/..' . '/opis/json-schema/src/SchemaLoader.php',
|
||||
'Opis\\JsonSchema\\SchemaValidator' => __DIR__ . '/..' . '/opis/json-schema/src/SchemaValidator.php',
|
||||
'Opis\\JsonSchema\\Schemas\\AbstractSchema' => __DIR__ . '/..' . '/opis/json-schema/src/Schemas/AbstractSchema.php',
|
||||
'Opis\\JsonSchema\\Schemas\\BooleanSchema' => __DIR__ . '/..' . '/opis/json-schema/src/Schemas/BooleanSchema.php',
|
||||
'Opis\\JsonSchema\\Schemas\\EmptySchema' => __DIR__ . '/..' . '/opis/json-schema/src/Schemas/EmptySchema.php',
|
||||
'Opis\\JsonSchema\\Schemas\\ExceptionSchema' => __DIR__ . '/..' . '/opis/json-schema/src/Schemas/ExceptionSchema.php',
|
||||
'Opis\\JsonSchema\\Schemas\\LazySchema' => __DIR__ . '/..' . '/opis/json-schema/src/Schemas/LazySchema.php',
|
||||
'Opis\\JsonSchema\\Schemas\\ObjectSchema' => __DIR__ . '/..' . '/opis/json-schema/src/Schemas/ObjectSchema.php',
|
||||
'Opis\\JsonSchema\\Uri' => __DIR__ . '/..' . '/opis/json-schema/src/Uri.php',
|
||||
'Opis\\JsonSchema\\ValidationContext' => __DIR__ . '/..' . '/opis/json-schema/src/ValidationContext.php',
|
||||
'Opis\\JsonSchema\\ValidationResult' => __DIR__ . '/..' . '/opis/json-schema/src/ValidationResult.php',
|
||||
'Opis\\JsonSchema\\Validator' => __DIR__ . '/..' . '/opis/json-schema/src/Validator.php',
|
||||
'Opis\\JsonSchema\\Variables' => __DIR__ . '/..' . '/opis/json-schema/src/Variables.php',
|
||||
'Opis\\JsonSchema\\Variables\\RefVariablesContainer' => __DIR__ . '/..' . '/opis/json-schema/src/Variables/RefVariablesContainer.php',
|
||||
'Opis\\JsonSchema\\Variables\\VariablesContainer' => __DIR__ . '/..' . '/opis/json-schema/src/Variables/VariablesContainer.php',
|
||||
'Opis\\String\\Exception\\InvalidCodePointException' => __DIR__ . '/..' . '/opis/string/src/Exception/InvalidCodePointException.php',
|
||||
'Opis\\String\\Exception\\InvalidStringException' => __DIR__ . '/..' . '/opis/string/src/Exception/InvalidStringException.php',
|
||||
'Opis\\String\\Exception\\UnicodeException' => __DIR__ . '/..' . '/opis/string/src/Exception/UnicodeException.php',
|
||||
'Opis\\String\\UnicodeString' => __DIR__ . '/..' . '/opis/string/src/UnicodeString.php',
|
||||
'Opis\\Uri\\Punycode' => __DIR__ . '/..' . '/opis/uri/src/Punycode.php',
|
||||
'Opis\\Uri\\PunycodeException' => __DIR__ . '/..' . '/opis/uri/src/PunycodeException.php',
|
||||
'Opis\\Uri\\Uri' => __DIR__ . '/..' . '/opis/uri/src/Uri.php',
|
||||
'Opis\\Uri\\UriTemplate' => __DIR__ . '/..' . '/opis/uri/src/UriTemplate.php',
|
||||
'Pelago\\Emogrifier\\Caching\\SimpleStringCache' => __DIR__ . '/..' . '/pelago/emogrifier/src/Caching/SimpleStringCache.php',
|
||||
'Pelago\\Emogrifier\\CssInliner' => __DIR__ . '/..' . '/pelago/emogrifier/src/CssInliner.php',
|
||||
'Pelago\\Emogrifier\\Css\\CssDocument' => __DIR__ . '/..' . '/pelago/emogrifier/src/Css/CssDocument.php',
|
||||
@@ -1218,6 +1533,7 @@ class ComposerStaticInit6168e7a5d5f44ed218761127fd844abc
|
||||
'Sabberworm\\CSS\\OutputFormat' => __DIR__ . '/..' . '/sabberworm/php-css-parser/src/OutputFormat.php',
|
||||
'Sabberworm\\CSS\\OutputFormatter' => __DIR__ . '/..' . '/sabberworm/php-css-parser/src/OutputFormatter.php',
|
||||
'Sabberworm\\CSS\\Parser' => __DIR__ . '/..' . '/sabberworm/php-css-parser/src/Parser.php',
|
||||
'Sabberworm\\CSS\\Parsing\\Anchor' => __DIR__ . '/..' . '/sabberworm/php-css-parser/src/Parsing/Anchor.php',
|
||||
'Sabberworm\\CSS\\Parsing\\OutputException' => __DIR__ . '/..' . '/sabberworm/php-css-parser/src/Parsing/OutputException.php',
|
||||
'Sabberworm\\CSS\\Parsing\\ParserState' => __DIR__ . '/..' . '/sabberworm/php-css-parser/src/Parsing/ParserState.php',
|
||||
'Sabberworm\\CSS\\Parsing\\SourceException' => __DIR__ . '/..' . '/sabberworm/php-css-parser/src/Parsing/SourceException.php',
|
||||
@@ -1404,10 +1720,10 @@ class ComposerStaticInit6168e7a5d5f44ed218761127fd844abc
|
||||
public static function getInitializer(ClassLoader $loader)
|
||||
{
|
||||
return \Closure::bind(function () use ($loader) {
|
||||
$loader->prefixLengthsPsr4 = ComposerStaticInit6168e7a5d5f44ed218761127fd844abc::$prefixLengthsPsr4;
|
||||
$loader->prefixDirsPsr4 = ComposerStaticInit6168e7a5d5f44ed218761127fd844abc::$prefixDirsPsr4;
|
||||
$loader->prefixesPsr0 = ComposerStaticInit6168e7a5d5f44ed218761127fd844abc::$prefixesPsr0;
|
||||
$loader->classMap = ComposerStaticInit6168e7a5d5f44ed218761127fd844abc::$classMap;
|
||||
$loader->prefixLengthsPsr4 = ComposerStaticInite481b35f50815040071d81943b40b880::$prefixLengthsPsr4;
|
||||
$loader->prefixDirsPsr4 = ComposerStaticInite481b35f50815040071d81943b40b880::$prefixDirsPsr4;
|
||||
$loader->prefixesPsr0 = ComposerStaticInite481b35f50815040071d81943b40b880::$prefixesPsr0;
|
||||
$loader->classMap = ComposerStaticInite481b35f50815040071d81943b40b880::$classMap;
|
||||
|
||||
}, null, ClassLoader::class);
|
||||
}
|
||||
|
||||
@@ -2,27 +2,30 @@
|
||||
"packages": [
|
||||
{
|
||||
"name": "automattic/jetpack-a8c-mc-stats",
|
||||
"version": "v1.4.22",
|
||||
"version_normalized": "1.4.22.0",
|
||||
"version": "v2.0.1",
|
||||
"version_normalized": "2.0.1.0",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/Automattic/jetpack-a8c-mc-stats.git",
|
||||
"reference": "d7fdf2fc7ae33d75e24e82d81269e33ec718446f"
|
||||
"reference": "64748d02bf646e6b000f79dc8e4ea127bbd8df14"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/Automattic/jetpack-a8c-mc-stats/zipball/d7fdf2fc7ae33d75e24e82d81269e33ec718446f",
|
||||
"reference": "d7fdf2fc7ae33d75e24e82d81269e33ec718446f",
|
||||
"url": "https://api.github.com/repos/Automattic/jetpack-a8c-mc-stats/zipball/64748d02bf646e6b000f79dc8e4ea127bbd8df14",
|
||||
"reference": "64748d02bf646e6b000f79dc8e4ea127bbd8df14",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
"php": ">=7.0"
|
||||
},
|
||||
"require-dev": {
|
||||
"automattic/jetpack-changelogger": "^3.3.9",
|
||||
"automattic/jetpack-changelogger": "^4.1.1",
|
||||
"yoast/phpunit-polyfills": "1.1.0"
|
||||
},
|
||||
"suggest": {
|
||||
"automattic/jetpack-autoloader": "Allow for better interoperability with other plugins that use this package."
|
||||
},
|
||||
"time": "2023-09-19T18:18:33+00:00",
|
||||
"time": "2024-03-12T22:00:11+00:00",
|
||||
"type": "jetpack-library",
|
||||
"extra": {
|
||||
"autotagger": true,
|
||||
@@ -31,7 +34,7 @@
|
||||
"link-template": "https://github.com/Automattic/jetpack-a8c-mc-stats/compare/v${old}...v${new}"
|
||||
},
|
||||
"branch-alias": {
|
||||
"dev-trunk": "1.4.x-dev"
|
||||
"dev-trunk": "2.0.x-dev"
|
||||
}
|
||||
},
|
||||
"installation-source": "dist",
|
||||
@@ -46,35 +49,38 @@
|
||||
],
|
||||
"description": "Used to record internal usage stats for Automattic. Not visible to site owners.",
|
||||
"support": {
|
||||
"source": "https://github.com/Automattic/jetpack-a8c-mc-stats/tree/v1.4.22"
|
||||
"source": "https://github.com/Automattic/jetpack-a8c-mc-stats/tree/v2.0.1"
|
||||
},
|
||||
"install-path": "../automattic/jetpack-a8c-mc-stats"
|
||||
},
|
||||
{
|
||||
"name": "automattic/jetpack-admin-ui",
|
||||
"version": "v0.2.25",
|
||||
"version_normalized": "0.2.25.0",
|
||||
"version": "v0.4.2",
|
||||
"version_normalized": "0.4.2.0",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/Automattic/jetpack-admin-ui.git",
|
||||
"reference": "d9566f47ab310d675779273eeead6d0ca64fff82"
|
||||
"reference": "cc7062363464f53bb3ae5745754f353c248d6278"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/Automattic/jetpack-admin-ui/zipball/d9566f47ab310d675779273eeead6d0ca64fff82",
|
||||
"reference": "d9566f47ab310d675779273eeead6d0ca64fff82",
|
||||
"url": "https://api.github.com/repos/Automattic/jetpack-admin-ui/zipball/cc7062363464f53bb3ae5745754f353c248d6278",
|
||||
"reference": "cc7062363464f53bb3ae5745754f353c248d6278",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
"php": ">=7.0"
|
||||
},
|
||||
"require-dev": {
|
||||
"automattic/jetpack-changelogger": "^3.3.11",
|
||||
"automattic/jetpack-logo": "^1.6.3",
|
||||
"automattic/jetpack-changelogger": "^4.2.2",
|
||||
"automattic/jetpack-logo": "^2.0.2",
|
||||
"automattic/wordbless": "dev-master",
|
||||
"yoast/phpunit-polyfills": "1.1.0"
|
||||
},
|
||||
"suggest": {
|
||||
"automattic/jetpack-autoloader": "Allow for better interoperability with other plugins that use this package."
|
||||
},
|
||||
"time": "2023-11-14T16:36:17+00:00",
|
||||
"time": "2024-04-22T18:47:32+00:00",
|
||||
"type": "jetpack-library",
|
||||
"extra": {
|
||||
"autotagger": true,
|
||||
@@ -84,7 +90,7 @@
|
||||
"link-template": "https://github.com/Automattic/jetpack-admin-ui/compare/${old}...${new}"
|
||||
},
|
||||
"branch-alias": {
|
||||
"dev-trunk": "0.2.x-dev"
|
||||
"dev-trunk": "0.4.x-dev"
|
||||
},
|
||||
"version-constants": {
|
||||
"::PACKAGE_VERSION": "src/class-admin-menu.php"
|
||||
@@ -102,10 +108,70 @@
|
||||
],
|
||||
"description": "Generic Jetpack wp-admin UI elements",
|
||||
"support": {
|
||||
"source": "https://github.com/Automattic/jetpack-admin-ui/tree/v0.2.25"
|
||||
"source": "https://github.com/Automattic/jetpack-admin-ui/tree/v0.4.2"
|
||||
},
|
||||
"install-path": "../automattic/jetpack-admin-ui"
|
||||
},
|
||||
{
|
||||
"name": "automattic/jetpack-assets",
|
||||
"version": "v2.3.0",
|
||||
"version_normalized": "2.3.0.0",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/Automattic/jetpack-assets.git",
|
||||
"reference": "02493a602255136051b750ca46fdce8bf4a49ab0"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/Automattic/jetpack-assets/zipball/02493a602255136051b750ca46fdce8bf4a49ab0",
|
||||
"reference": "02493a602255136051b750ca46fdce8bf4a49ab0",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
"automattic/jetpack-constants": "^2.0.3",
|
||||
"php": ">=7.0"
|
||||
},
|
||||
"require-dev": {
|
||||
"automattic/jetpack-changelogger": "^4.2.5",
|
||||
"brain/monkey": "2.6.1",
|
||||
"wikimedia/testing-access-wrapper": "^1.0 || ^2.0 || ^3.0",
|
||||
"yoast/phpunit-polyfills": "1.1.0"
|
||||
},
|
||||
"suggest": {
|
||||
"automattic/jetpack-autoloader": "Allow for better interoperability with other plugins that use this package."
|
||||
},
|
||||
"time": "2024-08-08T07:50:01+00:00",
|
||||
"type": "jetpack-library",
|
||||
"extra": {
|
||||
"autotagger": true,
|
||||
"mirror-repo": "Automattic/jetpack-assets",
|
||||
"textdomain": "jetpack-assets",
|
||||
"changelogger": {
|
||||
"link-template": "https://github.com/Automattic/jetpack-assets/compare/v${old}...v${new}"
|
||||
},
|
||||
"branch-alias": {
|
||||
"dev-trunk": "2.3.x-dev"
|
||||
}
|
||||
},
|
||||
"installation-source": "dist",
|
||||
"autoload": {
|
||||
"files": [
|
||||
"actions.php"
|
||||
],
|
||||
"classmap": [
|
||||
"src/"
|
||||
]
|
||||
},
|
||||
"notification-url": "https://packagist.org/downloads/",
|
||||
"license": [
|
||||
"GPL-2.0-or-later"
|
||||
],
|
||||
"description": "Asset management utilities for Jetpack ecosystem packages",
|
||||
"support": {
|
||||
"source": "https://github.com/Automattic/jetpack-assets/tree/v2.3.0"
|
||||
},
|
||||
"install-path": "../automattic/jetpack-assets"
|
||||
},
|
||||
{
|
||||
"name": "automattic/jetpack-autoloader",
|
||||
"version": "v2.11.18",
|
||||
@@ -212,29 +278,31 @@
|
||||
},
|
||||
{
|
||||
"name": "automattic/jetpack-connection",
|
||||
"version": "v1.60.1",
|
||||
"version_normalized": "1.60.1.0",
|
||||
"version": "v2.11.3",
|
||||
"version_normalized": "2.11.3.0",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/Automattic/jetpack-connection.git",
|
||||
"reference": "fc99f0a4d8839b69341a25f9059b872d426f3e9d"
|
||||
"reference": "601127eeb384008f49a1983dc3ba630eca82df08"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/Automattic/jetpack-connection/zipball/fc99f0a4d8839b69341a25f9059b872d426f3e9d",
|
||||
"reference": "fc99f0a4d8839b69341a25f9059b872d426f3e9d",
|
||||
"url": "https://api.github.com/repos/Automattic/jetpack-connection/zipball/601127eeb384008f49a1983dc3ba630eca82df08",
|
||||
"reference": "601127eeb384008f49a1983dc3ba630eca82df08",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
"automattic/jetpack-a8c-mc-stats": "^1.4.22",
|
||||
"automattic/jetpack-admin-ui": "^0.2.25",
|
||||
"automattic/jetpack-constants": "^1.6.23",
|
||||
"automattic/jetpack-redirect": "^1.7.27",
|
||||
"automattic/jetpack-roles": "^1.4.25",
|
||||
"automattic/jetpack-status": "^1.19.0"
|
||||
"automattic/jetpack-a8c-mc-stats": "^2.0.1",
|
||||
"automattic/jetpack-admin-ui": "^0.4.2",
|
||||
"automattic/jetpack-assets": "^2.2.0",
|
||||
"automattic/jetpack-constants": "^2.0.3",
|
||||
"automattic/jetpack-redirect": "^2.0.2",
|
||||
"automattic/jetpack-roles": "^2.0.2",
|
||||
"automattic/jetpack-status": "^3.3.2",
|
||||
"php": ">=7.0"
|
||||
},
|
||||
"require-dev": {
|
||||
"automattic/jetpack-changelogger": "^3.3.11",
|
||||
"automattic/jetpack-changelogger": "^4.2.5",
|
||||
"automattic/wordbless": "@dev",
|
||||
"brain/monkey": "2.6.1",
|
||||
"yoast/phpunit-polyfills": "1.1.0"
|
||||
@@ -242,7 +310,7 @@
|
||||
"suggest": {
|
||||
"automattic/jetpack-autoloader": "Allow for better interoperability with other plugins that use this package."
|
||||
},
|
||||
"time": "2023-11-14T16:36:48+00:00",
|
||||
"time": "2024-08-01T11:55:48+00:00",
|
||||
"type": "jetpack-library",
|
||||
"extra": {
|
||||
"autotagger": true,
|
||||
@@ -255,7 +323,13 @@
|
||||
"link-template": "https://github.com/Automattic/jetpack-connection/compare/v${old}...v${new}"
|
||||
},
|
||||
"branch-alias": {
|
||||
"dev-trunk": "1.60.x-dev"
|
||||
"dev-trunk": "2.11.x-dev"
|
||||
},
|
||||
"dependencies": {
|
||||
"test-only": [
|
||||
"packages/licensing",
|
||||
"packages/sync"
|
||||
]
|
||||
}
|
||||
},
|
||||
"installation-source": "dist",
|
||||
@@ -263,7 +337,8 @@
|
||||
"classmap": [
|
||||
"legacy",
|
||||
"src/",
|
||||
"src/webhooks"
|
||||
"src/webhooks",
|
||||
"src/identity-crisis"
|
||||
]
|
||||
},
|
||||
"notification-url": "https://packagist.org/downloads/",
|
||||
@@ -272,34 +347,37 @@
|
||||
],
|
||||
"description": "Everything needed to connect to the Jetpack infrastructure",
|
||||
"support": {
|
||||
"source": "https://github.com/Automattic/jetpack-connection/tree/v1.60.1"
|
||||
"source": "https://github.com/Automattic/jetpack-connection/tree/v2.11.3"
|
||||
},
|
||||
"install-path": "../automattic/jetpack-connection"
|
||||
},
|
||||
{
|
||||
"name": "automattic/jetpack-constants",
|
||||
"version": "v1.6.23",
|
||||
"version_normalized": "1.6.23.0",
|
||||
"version": "v2.0.3",
|
||||
"version_normalized": "2.0.3.0",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/Automattic/jetpack-constants.git",
|
||||
"reference": "0825fb1fa94956f26adebc01be0d716a0fd3ade0"
|
||||
"reference": "f5da87d3b7f80411b77aa58a7355733ea72295aa"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/Automattic/jetpack-constants/zipball/0825fb1fa94956f26adebc01be0d716a0fd3ade0",
|
||||
"reference": "0825fb1fa94956f26adebc01be0d716a0fd3ade0",
|
||||
"url": "https://api.github.com/repos/Automattic/jetpack-constants/zipball/f5da87d3b7f80411b77aa58a7355733ea72295aa",
|
||||
"reference": "f5da87d3b7f80411b77aa58a7355733ea72295aa",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
"php": ">=7.0"
|
||||
},
|
||||
"require-dev": {
|
||||
"automattic/jetpack-changelogger": "^3.3.8",
|
||||
"automattic/jetpack-changelogger": "^4.2.4",
|
||||
"brain/monkey": "2.6.1",
|
||||
"yoast/phpunit-polyfills": "1.1.0"
|
||||
},
|
||||
"suggest": {
|
||||
"automattic/jetpack-autoloader": "Allow for better interoperability with other plugins that use this package."
|
||||
},
|
||||
"time": "2023-08-23T17:56:35+00:00",
|
||||
"time": "2024-05-29T09:44:58+00:00",
|
||||
"type": "jetpack-library",
|
||||
"extra": {
|
||||
"autotagger": true,
|
||||
@@ -308,7 +386,7 @@
|
||||
"link-template": "https://github.com/Automattic/jetpack-constants/compare/v${old}...v${new}"
|
||||
},
|
||||
"branch-alias": {
|
||||
"dev-trunk": "1.6.x-dev"
|
||||
"dev-trunk": "2.0.x-dev"
|
||||
}
|
||||
},
|
||||
"installation-source": "dist",
|
||||
@@ -323,37 +401,38 @@
|
||||
],
|
||||
"description": "A wrapper for defining constants in a more testable way.",
|
||||
"support": {
|
||||
"source": "https://github.com/Automattic/jetpack-constants/tree/v1.6.23"
|
||||
"source": "https://github.com/Automattic/jetpack-constants/tree/v2.0.3"
|
||||
},
|
||||
"install-path": "../automattic/jetpack-constants"
|
||||
},
|
||||
{
|
||||
"name": "automattic/jetpack-redirect",
|
||||
"version": "v1.7.27",
|
||||
"version_normalized": "1.7.27.0",
|
||||
"version": "v2.0.2",
|
||||
"version_normalized": "2.0.2.0",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/Automattic/jetpack-redirect.git",
|
||||
"reference": "43dd3ae2bef71281fe70f62733bfaa44c988f1b1"
|
||||
"reference": "7214fcd3684eb99178d6368c01f8778a182444cb"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/Automattic/jetpack-redirect/zipball/43dd3ae2bef71281fe70f62733bfaa44c988f1b1",
|
||||
"reference": "43dd3ae2bef71281fe70f62733bfaa44c988f1b1",
|
||||
"url": "https://api.github.com/repos/Automattic/jetpack-redirect/zipball/7214fcd3684eb99178d6368c01f8778a182444cb",
|
||||
"reference": "7214fcd3684eb99178d6368c01f8778a182444cb",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
"automattic/jetpack-status": "^1.18.4"
|
||||
"automattic/jetpack-status": "^3.0.0",
|
||||
"php": ">=7.0"
|
||||
},
|
||||
"require-dev": {
|
||||
"automattic/jetpack-changelogger": "^3.3.9",
|
||||
"automattic/jetpack-changelogger": "^4.2.2",
|
||||
"brain/monkey": "2.6.1",
|
||||
"yoast/phpunit-polyfills": "1.1.0"
|
||||
},
|
||||
"suggest": {
|
||||
"automattic/jetpack-autoloader": "Allow for better interoperability with other plugins that use this package."
|
||||
},
|
||||
"time": "2023-09-19T18:19:22+00:00",
|
||||
"time": "2024-04-25T07:24:30+00:00",
|
||||
"type": "jetpack-library",
|
||||
"extra": {
|
||||
"autotagger": true,
|
||||
@@ -362,7 +441,7 @@
|
||||
"link-template": "https://github.com/Automattic/jetpack-redirect/compare/v${old}...v${new}"
|
||||
},
|
||||
"branch-alias": {
|
||||
"dev-trunk": "1.7.x-dev"
|
||||
"dev-trunk": "2.0.x-dev"
|
||||
}
|
||||
},
|
||||
"installation-source": "dist",
|
||||
@@ -377,34 +456,37 @@
|
||||
],
|
||||
"description": "Utilities to build URLs to the jetpack.com/redirect/ service",
|
||||
"support": {
|
||||
"source": "https://github.com/Automattic/jetpack-redirect/tree/v1.7.27"
|
||||
"source": "https://github.com/Automattic/jetpack-redirect/tree/v2.0.2"
|
||||
},
|
||||
"install-path": "../automattic/jetpack-redirect"
|
||||
},
|
||||
{
|
||||
"name": "automattic/jetpack-roles",
|
||||
"version": "v1.4.25",
|
||||
"version_normalized": "1.4.25.0",
|
||||
"version": "v2.0.2",
|
||||
"version_normalized": "2.0.2.0",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/Automattic/jetpack-roles.git",
|
||||
"reference": "708b33f16a879fc2ab5939a972c968c9aeefbe38"
|
||||
"reference": "7d452c94509612e94e045b66bbfabee43fdf8728"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/Automattic/jetpack-roles/zipball/708b33f16a879fc2ab5939a972c968c9aeefbe38",
|
||||
"reference": "708b33f16a879fc2ab5939a972c968c9aeefbe38",
|
||||
"url": "https://api.github.com/repos/Automattic/jetpack-roles/zipball/7d452c94509612e94e045b66bbfabee43fdf8728",
|
||||
"reference": "7d452c94509612e94e045b66bbfabee43fdf8728",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
"php": ">=7.0"
|
||||
},
|
||||
"require-dev": {
|
||||
"automattic/jetpack-changelogger": "^3.3.9",
|
||||
"automattic/jetpack-changelogger": "^4.2.2",
|
||||
"brain/monkey": "2.6.1",
|
||||
"yoast/phpunit-polyfills": "1.1.0"
|
||||
},
|
||||
"suggest": {
|
||||
"automattic/jetpack-autoloader": "Allow for better interoperability with other plugins that use this package."
|
||||
},
|
||||
"time": "2023-09-19T18:18:38+00:00",
|
||||
"time": "2024-04-22T18:47:11+00:00",
|
||||
"type": "jetpack-library",
|
||||
"extra": {
|
||||
"autotagger": true,
|
||||
@@ -413,7 +495,7 @@
|
||||
"link-template": "https://github.com/Automattic/jetpack-roles/compare/v${old}...v${new}"
|
||||
},
|
||||
"branch-alias": {
|
||||
"dev-trunk": "1.4.x-dev"
|
||||
"dev-trunk": "2.0.x-dev"
|
||||
}
|
||||
},
|
||||
"installation-source": "dist",
|
||||
@@ -428,38 +510,41 @@
|
||||
],
|
||||
"description": "Utilities, related with user roles and capabilities.",
|
||||
"support": {
|
||||
"source": "https://github.com/Automattic/jetpack-roles/tree/v1.4.25"
|
||||
"source": "https://github.com/Automattic/jetpack-roles/tree/v2.0.2"
|
||||
},
|
||||
"install-path": "../automattic/jetpack-roles"
|
||||
},
|
||||
{
|
||||
"name": "automattic/jetpack-status",
|
||||
"version": "v1.19.0",
|
||||
"version_normalized": "1.19.0.0",
|
||||
"version": "v3.3.2",
|
||||
"version_normalized": "3.3.2.0",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/Automattic/jetpack-status.git",
|
||||
"reference": "3281c2311752e9df1b2809d8feacb7bf7b9b7b8d"
|
||||
"reference": "5a57484666740d42666d18e6a52a23697c4c22ed"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/Automattic/jetpack-status/zipball/3281c2311752e9df1b2809d8feacb7bf7b9b7b8d",
|
||||
"reference": "3281c2311752e9df1b2809d8feacb7bf7b9b7b8d",
|
||||
"url": "https://api.github.com/repos/Automattic/jetpack-status/zipball/5a57484666740d42666d18e6a52a23697c4c22ed",
|
||||
"reference": "5a57484666740d42666d18e6a52a23697c4c22ed",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
"automattic/jetpack-constants": "^1.6.23"
|
||||
"automattic/jetpack-constants": "^2.0.3",
|
||||
"php": ">=7.0"
|
||||
},
|
||||
"require-dev": {
|
||||
"automattic/jetpack-changelogger": "^3.3.11",
|
||||
"automattic/jetpack-ip": "^0.1.6",
|
||||
"automattic/jetpack-changelogger": "^4.2.4",
|
||||
"automattic/jetpack-connection": "@dev",
|
||||
"automattic/jetpack-ip": "^0.2.2",
|
||||
"automattic/jetpack-plans": "@dev",
|
||||
"brain/monkey": "2.6.1",
|
||||
"yoast/phpunit-polyfills": "1.1.0"
|
||||
},
|
||||
"suggest": {
|
||||
"automattic/jetpack-autoloader": "Allow for better interoperability with other plugins that use this package."
|
||||
},
|
||||
"time": "2023-11-13T13:50:12+00:00",
|
||||
"time": "2024-06-24T19:22:37+00:00",
|
||||
"type": "jetpack-library",
|
||||
"extra": {
|
||||
"autotagger": true,
|
||||
@@ -468,7 +553,13 @@
|
||||
"link-template": "https://github.com/Automattic/jetpack-status/compare/v${old}...v${new}"
|
||||
},
|
||||
"branch-alias": {
|
||||
"dev-trunk": "1.19.x-dev"
|
||||
"dev-trunk": "3.3.x-dev"
|
||||
},
|
||||
"dependencies": {
|
||||
"test-only": [
|
||||
"packages/connection",
|
||||
"packages/plans"
|
||||
]
|
||||
}
|
||||
},
|
||||
"installation-source": "dist",
|
||||
@@ -483,7 +574,7 @@
|
||||
],
|
||||
"description": "Used to retrieve information about the current status of Jetpack and the site overall.",
|
||||
"support": {
|
||||
"source": "https://github.com/Automattic/jetpack-status/tree/v1.19.0"
|
||||
"source": "https://github.com/Automattic/jetpack-status/tree/v3.3.2"
|
||||
},
|
||||
"install-path": "../automattic/jetpack-status"
|
||||
},
|
||||
@@ -647,7 +738,7 @@
|
||||
"version_normalized": "1.11.1.0",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "git@github.com:maxmind/MaxMind-DB-Reader-php.git",
|
||||
"url": "https://github.com/maxmind/MaxMind-DB-Reader-php.git",
|
||||
"reference": "1e66f73ffcf25e17c7a910a1317e9720a95497c7"
|
||||
},
|
||||
"dist": {
|
||||
@@ -703,8 +794,211 @@
|
||||
"geolocation",
|
||||
"maxmind"
|
||||
],
|
||||
"support": {
|
||||
"issues": "https://github.com/maxmind/MaxMind-DB-Reader-php/issues",
|
||||
"source": "https://github.com/maxmind/MaxMind-DB-Reader-php/tree/v1.11.1"
|
||||
},
|
||||
"install-path": "../maxmind-db/reader"
|
||||
},
|
||||
{
|
||||
"name": "opis/json-schema",
|
||||
"version": "2.3.0",
|
||||
"version_normalized": "2.3.0.0",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/opis/json-schema.git",
|
||||
"reference": "c48df6d7089a45f01e1c82432348f2d5976f9bfb"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/opis/json-schema/zipball/c48df6d7089a45f01e1c82432348f2d5976f9bfb",
|
||||
"reference": "c48df6d7089a45f01e1c82432348f2d5976f9bfb",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
"ext-json": "*",
|
||||
"opis/string": "^2.0",
|
||||
"opis/uri": "^1.0",
|
||||
"php": "^7.4 || ^8.0"
|
||||
},
|
||||
"require-dev": {
|
||||
"ext-bcmath": "*",
|
||||
"ext-intl": "*",
|
||||
"phpunit/phpunit": "^9.0"
|
||||
},
|
||||
"time": "2022-01-08T20:38:03+00:00",
|
||||
"type": "library",
|
||||
"extra": {
|
||||
"branch-alias": {
|
||||
"dev-master": "2.x-dev"
|
||||
}
|
||||
},
|
||||
"installation-source": "dist",
|
||||
"autoload": {
|
||||
"psr-4": {
|
||||
"Opis\\JsonSchema\\": "src/"
|
||||
}
|
||||
},
|
||||
"notification-url": "https://packagist.org/downloads/",
|
||||
"license": [
|
||||
"Apache-2.0"
|
||||
],
|
||||
"authors": [
|
||||
{
|
||||
"name": "Sorin Sarca",
|
||||
"email": "sarca_sorin@hotmail.com"
|
||||
},
|
||||
{
|
||||
"name": "Marius Sarca",
|
||||
"email": "marius.sarca@gmail.com"
|
||||
}
|
||||
],
|
||||
"description": "Json Schema Validator for PHP",
|
||||
"homepage": "https://opis.io/json-schema",
|
||||
"keywords": [
|
||||
"json",
|
||||
"json-schema",
|
||||
"schema",
|
||||
"validation",
|
||||
"validator"
|
||||
],
|
||||
"support": {
|
||||
"issues": "https://github.com/opis/json-schema/issues",
|
||||
"source": "https://github.com/opis/json-schema/tree/2.3.0"
|
||||
},
|
||||
"install-path": "../opis/json-schema"
|
||||
},
|
||||
{
|
||||
"name": "opis/string",
|
||||
"version": "2.0.1",
|
||||
"version_normalized": "2.0.1.0",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/opis/string.git",
|
||||
"reference": "9ebf1a1f873f502f6859d11210b25a4bf5d141e7"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/opis/string/zipball/9ebf1a1f873f502f6859d11210b25a4bf5d141e7",
|
||||
"reference": "9ebf1a1f873f502f6859d11210b25a4bf5d141e7",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
"ext-iconv": "*",
|
||||
"ext-json": "*",
|
||||
"php": "^7.4 || ^8.0"
|
||||
},
|
||||
"require-dev": {
|
||||
"phpunit/phpunit": "^9.0"
|
||||
},
|
||||
"time": "2022-01-14T15:42:23+00:00",
|
||||
"type": "library",
|
||||
"extra": {
|
||||
"branch-alias": {
|
||||
"dev-master": "2.x-dev"
|
||||
}
|
||||
},
|
||||
"installation-source": "dist",
|
||||
"autoload": {
|
||||
"psr-4": {
|
||||
"Opis\\String\\": "src/"
|
||||
}
|
||||
},
|
||||
"notification-url": "https://packagist.org/downloads/",
|
||||
"license": [
|
||||
"Apache-2.0"
|
||||
],
|
||||
"authors": [
|
||||
{
|
||||
"name": "Marius Sarca",
|
||||
"email": "marius.sarca@gmail.com"
|
||||
},
|
||||
{
|
||||
"name": "Sorin Sarca",
|
||||
"email": "sarca_sorin@hotmail.com"
|
||||
}
|
||||
],
|
||||
"description": "Multibyte strings as objects",
|
||||
"homepage": "https://opis.io/string",
|
||||
"keywords": [
|
||||
"multi-byte",
|
||||
"opis",
|
||||
"string",
|
||||
"string manipulation",
|
||||
"utf-8"
|
||||
],
|
||||
"support": {
|
||||
"issues": "https://github.com/opis/string/issues",
|
||||
"source": "https://github.com/opis/string/tree/2.0.1"
|
||||
},
|
||||
"install-path": "../opis/string"
|
||||
},
|
||||
{
|
||||
"name": "opis/uri",
|
||||
"version": "1.1.0",
|
||||
"version_normalized": "1.1.0.0",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/opis/uri.git",
|
||||
"reference": "0f3ca49ab1a5e4a6681c286e0b2cc081b93a7d5a"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/opis/uri/zipball/0f3ca49ab1a5e4a6681c286e0b2cc081b93a7d5a",
|
||||
"reference": "0f3ca49ab1a5e4a6681c286e0b2cc081b93a7d5a",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
"opis/string": "^2.0",
|
||||
"php": "^7.4 || ^8.0"
|
||||
},
|
||||
"require-dev": {
|
||||
"phpunit/phpunit": "^9"
|
||||
},
|
||||
"time": "2021-05-22T15:57:08+00:00",
|
||||
"type": "library",
|
||||
"extra": {
|
||||
"branch-alias": {
|
||||
"dev-master": "1.x-dev"
|
||||
}
|
||||
},
|
||||
"installation-source": "dist",
|
||||
"autoload": {
|
||||
"psr-4": {
|
||||
"Opis\\Uri\\": "src/"
|
||||
}
|
||||
},
|
||||
"notification-url": "https://packagist.org/downloads/",
|
||||
"license": [
|
||||
"Apache-2.0"
|
||||
],
|
||||
"authors": [
|
||||
{
|
||||
"name": "Marius Sarca",
|
||||
"email": "marius.sarca@gmail.com"
|
||||
},
|
||||
{
|
||||
"name": "Sorin Sarca",
|
||||
"email": "sarca_sorin@hotmail.com"
|
||||
}
|
||||
],
|
||||
"description": "Build, parse and validate URIs and URI-templates",
|
||||
"homepage": "https://opis.io",
|
||||
"keywords": [
|
||||
"URI Template",
|
||||
"parse url",
|
||||
"punycode",
|
||||
"uri",
|
||||
"uri components",
|
||||
"url",
|
||||
"validate uri"
|
||||
],
|
||||
"support": {
|
||||
"issues": "https://github.com/opis/uri/issues",
|
||||
"source": "https://github.com/opis/uri/tree/1.1.0"
|
||||
},
|
||||
"install-path": "../opis/uri"
|
||||
},
|
||||
{
|
||||
"name": "pelago/emogrifier",
|
||||
"version": "v6.0.0",
|
||||
@@ -788,17 +1082,17 @@
|
||||
},
|
||||
{
|
||||
"name": "sabberworm/php-css-parser",
|
||||
"version": "8.4.0",
|
||||
"version_normalized": "8.4.0.0",
|
||||
"version": "v8.6.0",
|
||||
"version_normalized": "8.6.0.0",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/sabberworm/PHP-CSS-Parser.git",
|
||||
"reference": "e41d2140031d533348b2192a83f02d8dd8a71d30"
|
||||
"url": "https://github.com/MyIntervals/PHP-CSS-Parser.git",
|
||||
"reference": "d2fb94a9641be84d79c7548c6d39bbebba6e9a70"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/sabberworm/PHP-CSS-Parser/zipball/e41d2140031d533348b2192a83f02d8dd8a71d30",
|
||||
"reference": "e41d2140031d533348b2192a83f02d8dd8a71d30",
|
||||
"url": "https://api.github.com/repos/MyIntervals/PHP-CSS-Parser/zipball/d2fb94a9641be84d79c7548c6d39bbebba6e9a70",
|
||||
"reference": "d2fb94a9641be84d79c7548c6d39bbebba6e9a70",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
@@ -806,14 +1100,18 @@
|
||||
"php": ">=5.6.20"
|
||||
},
|
||||
"require-dev": {
|
||||
"codacy/coverage": "^1.4",
|
||||
"phpunit/phpunit": "^4.8.36"
|
||||
"phpunit/phpunit": "^5.7.27"
|
||||
},
|
||||
"suggest": {
|
||||
"ext-mbstring": "for parsing UTF-8 CSS"
|
||||
},
|
||||
"time": "2021-12-11T13:40:54+00:00",
|
||||
"time": "2024-07-01T07:33:21+00:00",
|
||||
"type": "library",
|
||||
"extra": {
|
||||
"branch-alias": {
|
||||
"dev-main": "9.0.x-dev"
|
||||
}
|
||||
},
|
||||
"installation-source": "dist",
|
||||
"autoload": {
|
||||
"psr-4": {
|
||||
@@ -827,6 +1125,14 @@
|
||||
"authors": [
|
||||
{
|
||||
"name": "Raphael Schweikert"
|
||||
},
|
||||
{
|
||||
"name": "Oliver Klee",
|
||||
"email": "github@oliverklee.de"
|
||||
},
|
||||
{
|
||||
"name": "Jake Hotson",
|
||||
"email": "jake.github@qzdesign.co.uk"
|
||||
}
|
||||
],
|
||||
"description": "Parser for CSS Files written in PHP",
|
||||
@@ -837,31 +1143,31 @@
|
||||
"stylesheet"
|
||||
],
|
||||
"support": {
|
||||
"issues": "https://github.com/sabberworm/PHP-CSS-Parser/issues",
|
||||
"source": "https://github.com/sabberworm/PHP-CSS-Parser/tree/8.4.0"
|
||||
"issues": "https://github.com/MyIntervals/PHP-CSS-Parser/issues",
|
||||
"source": "https://github.com/MyIntervals/PHP-CSS-Parser/tree/v8.6.0"
|
||||
},
|
||||
"install-path": "../sabberworm/php-css-parser"
|
||||
},
|
||||
{
|
||||
"name": "symfony/css-selector",
|
||||
"version": "v5.4.26",
|
||||
"version_normalized": "5.4.26.0",
|
||||
"version": "v5.4.40",
|
||||
"version_normalized": "5.4.40.0",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/symfony/css-selector.git",
|
||||
"reference": "0ad3f7e9a1ab492c5b4214cf22a9dc55dcf8600a"
|
||||
"reference": "ea43887e9afd2029509662d4f95e8b5ef6fc9bbb"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/symfony/css-selector/zipball/0ad3f7e9a1ab492c5b4214cf22a9dc55dcf8600a",
|
||||
"reference": "0ad3f7e9a1ab492c5b4214cf22a9dc55dcf8600a",
|
||||
"url": "https://api.github.com/repos/symfony/css-selector/zipball/ea43887e9afd2029509662d4f95e8b5ef6fc9bbb",
|
||||
"reference": "ea43887e9afd2029509662d4f95e8b5ef6fc9bbb",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
"php": ">=7.2.5",
|
||||
"symfony/polyfill-php80": "^1.16"
|
||||
},
|
||||
"time": "2023-07-07T06:10:25+00:00",
|
||||
"time": "2024-05-31T14:33:22+00:00",
|
||||
"type": "library",
|
||||
"installation-source": "dist",
|
||||
"autoload": {
|
||||
@@ -893,7 +1199,7 @@
|
||||
"description": "Converts CSS selectors to XPath expressions",
|
||||
"homepage": "https://symfony.com",
|
||||
"support": {
|
||||
"source": "https://github.com/symfony/css-selector/tree/v5.4.26"
|
||||
"source": "https://github.com/symfony/css-selector/tree/v5.4.40"
|
||||
},
|
||||
"funding": [
|
||||
{
|
||||
@@ -913,28 +1219,25 @@
|
||||
},
|
||||
{
|
||||
"name": "symfony/polyfill-php80",
|
||||
"version": "v1.28.0",
|
||||
"version_normalized": "1.28.0.0",
|
||||
"version": "v1.30.0",
|
||||
"version_normalized": "1.30.0.0",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/symfony/polyfill-php80.git",
|
||||
"reference": "6caa57379c4aec19c0a12a38b59b26487dcfe4b5"
|
||||
"reference": "77fa7995ac1b21ab60769b7323d600a991a90433"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/symfony/polyfill-php80/zipball/6caa57379c4aec19c0a12a38b59b26487dcfe4b5",
|
||||
"reference": "6caa57379c4aec19c0a12a38b59b26487dcfe4b5",
|
||||
"url": "https://api.github.com/repos/symfony/polyfill-php80/zipball/77fa7995ac1b21ab60769b7323d600a991a90433",
|
||||
"reference": "77fa7995ac1b21ab60769b7323d600a991a90433",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
"php": ">=7.1"
|
||||
},
|
||||
"time": "2023-01-26T09:26:14+00:00",
|
||||
"time": "2024-05-31T15:07:36+00:00",
|
||||
"type": "library",
|
||||
"extra": {
|
||||
"branch-alias": {
|
||||
"dev-main": "1.28-dev"
|
||||
},
|
||||
"thanks": {
|
||||
"name": "symfony/polyfill",
|
||||
"url": "https://github.com/symfony/polyfill"
|
||||
@@ -979,7 +1282,7 @@
|
||||
"shim"
|
||||
],
|
||||
"support": {
|
||||
"source": "https://github.com/symfony/polyfill-php80/tree/v1.28.0"
|
||||
"source": "https://github.com/symfony/polyfill-php80/tree/v1.30.0"
|
||||
},
|
||||
"funding": [
|
||||
{
|
||||
@@ -1042,6 +1345,36 @@
|
||||
"source": "https://github.com/woocommerce/action-scheduler/tree/3.8.1"
|
||||
},
|
||||
"install-path": "../../packages/action-scheduler"
|
||||
},
|
||||
{
|
||||
"name": "woocommerce/blueprint",
|
||||
"version": "dev-add/blueprint-package-1",
|
||||
"version_normalized": "dev-add/blueprint-package-1",
|
||||
"dist": {
|
||||
"type": "path",
|
||||
"url": "../../packages/php/blueprint",
|
||||
"reference": "4eac6cb480be161204cb4fbf81567215592daecc"
|
||||
},
|
||||
"require": {
|
||||
"opis/json-schema": "^2.3"
|
||||
},
|
||||
"require-dev": {
|
||||
"mockery/mockery": "^1.5",
|
||||
"phpunit/phpunit": "^9"
|
||||
},
|
||||
"type": "library",
|
||||
"installation-source": "dist",
|
||||
"autoload": {
|
||||
"psr-4": {
|
||||
"Automattic\\WooCommerce\\Blueprint\\": "src/",
|
||||
"Automattic\\WooCommerce\\Blueprint\\Tests\\": "tests/"
|
||||
}
|
||||
},
|
||||
"transport-options": {
|
||||
"symlink": false,
|
||||
"relative": true
|
||||
},
|
||||
"install-path": "../woocommerce/blueprint"
|
||||
}
|
||||
],
|
||||
"dev": false,
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
<?php return array(
|
||||
'root' => array(
|
||||
'name' => 'woocommerce/woocommerce',
|
||||
'pretty_version' => '9.2.3',
|
||||
'version' => '9.2.3.0',
|
||||
'pretty_version' => '9.3.1',
|
||||
'version' => '9.3.1.0',
|
||||
'reference' => null,
|
||||
'type' => 'wordpress-plugin',
|
||||
'install_path' => __DIR__ . '/../../',
|
||||
@@ -11,23 +11,32 @@
|
||||
),
|
||||
'versions' => array(
|
||||
'automattic/jetpack-a8c-mc-stats' => array(
|
||||
'pretty_version' => 'v1.4.22',
|
||||
'version' => '1.4.22.0',
|
||||
'reference' => 'd7fdf2fc7ae33d75e24e82d81269e33ec718446f',
|
||||
'pretty_version' => 'v2.0.1',
|
||||
'version' => '2.0.1.0',
|
||||
'reference' => '64748d02bf646e6b000f79dc8e4ea127bbd8df14',
|
||||
'type' => 'jetpack-library',
|
||||
'install_path' => __DIR__ . '/../automattic/jetpack-a8c-mc-stats',
|
||||
'aliases' => array(),
|
||||
'dev_requirement' => false,
|
||||
),
|
||||
'automattic/jetpack-admin-ui' => array(
|
||||
'pretty_version' => 'v0.2.25',
|
||||
'version' => '0.2.25.0',
|
||||
'reference' => 'd9566f47ab310d675779273eeead6d0ca64fff82',
|
||||
'pretty_version' => 'v0.4.2',
|
||||
'version' => '0.4.2.0',
|
||||
'reference' => 'cc7062363464f53bb3ae5745754f353c248d6278',
|
||||
'type' => 'jetpack-library',
|
||||
'install_path' => __DIR__ . '/../automattic/jetpack-admin-ui',
|
||||
'aliases' => array(),
|
||||
'dev_requirement' => false,
|
||||
),
|
||||
'automattic/jetpack-assets' => array(
|
||||
'pretty_version' => 'v2.3.0',
|
||||
'version' => '2.3.0.0',
|
||||
'reference' => '02493a602255136051b750ca46fdce8bf4a49ab0',
|
||||
'type' => 'jetpack-library',
|
||||
'install_path' => __DIR__ . '/../automattic/jetpack-assets',
|
||||
'aliases' => array(),
|
||||
'dev_requirement' => false,
|
||||
),
|
||||
'automattic/jetpack-autoloader' => array(
|
||||
'pretty_version' => 'v2.11.18',
|
||||
'version' => '2.11.18.0',
|
||||
@@ -47,45 +56,45 @@
|
||||
'dev_requirement' => false,
|
||||
),
|
||||
'automattic/jetpack-connection' => array(
|
||||
'pretty_version' => 'v1.60.1',
|
||||
'version' => '1.60.1.0',
|
||||
'reference' => 'fc99f0a4d8839b69341a25f9059b872d426f3e9d',
|
||||
'pretty_version' => 'v2.11.3',
|
||||
'version' => '2.11.3.0',
|
||||
'reference' => '601127eeb384008f49a1983dc3ba630eca82df08',
|
||||
'type' => 'jetpack-library',
|
||||
'install_path' => __DIR__ . '/../automattic/jetpack-connection',
|
||||
'aliases' => array(),
|
||||
'dev_requirement' => false,
|
||||
),
|
||||
'automattic/jetpack-constants' => array(
|
||||
'pretty_version' => 'v1.6.23',
|
||||
'version' => '1.6.23.0',
|
||||
'reference' => '0825fb1fa94956f26adebc01be0d716a0fd3ade0',
|
||||
'pretty_version' => 'v2.0.3',
|
||||
'version' => '2.0.3.0',
|
||||
'reference' => 'f5da87d3b7f80411b77aa58a7355733ea72295aa',
|
||||
'type' => 'jetpack-library',
|
||||
'install_path' => __DIR__ . '/../automattic/jetpack-constants',
|
||||
'aliases' => array(),
|
||||
'dev_requirement' => false,
|
||||
),
|
||||
'automattic/jetpack-redirect' => array(
|
||||
'pretty_version' => 'v1.7.27',
|
||||
'version' => '1.7.27.0',
|
||||
'reference' => '43dd3ae2bef71281fe70f62733bfaa44c988f1b1',
|
||||
'pretty_version' => 'v2.0.2',
|
||||
'version' => '2.0.2.0',
|
||||
'reference' => '7214fcd3684eb99178d6368c01f8778a182444cb',
|
||||
'type' => 'jetpack-library',
|
||||
'install_path' => __DIR__ . '/../automattic/jetpack-redirect',
|
||||
'aliases' => array(),
|
||||
'dev_requirement' => false,
|
||||
),
|
||||
'automattic/jetpack-roles' => array(
|
||||
'pretty_version' => 'v1.4.25',
|
||||
'version' => '1.4.25.0',
|
||||
'reference' => '708b33f16a879fc2ab5939a972c968c9aeefbe38',
|
||||
'pretty_version' => 'v2.0.2',
|
||||
'version' => '2.0.2.0',
|
||||
'reference' => '7d452c94509612e94e045b66bbfabee43fdf8728',
|
||||
'type' => 'jetpack-library',
|
||||
'install_path' => __DIR__ . '/../automattic/jetpack-roles',
|
||||
'aliases' => array(),
|
||||
'dev_requirement' => false,
|
||||
),
|
||||
'automattic/jetpack-status' => array(
|
||||
'pretty_version' => 'v1.19.0',
|
||||
'version' => '1.19.0.0',
|
||||
'reference' => '3281c2311752e9df1b2809d8feacb7bf7b9b7b8d',
|
||||
'pretty_version' => 'v3.3.2',
|
||||
'version' => '3.3.2.0',
|
||||
'reference' => '5a57484666740d42666d18e6a52a23697c4c22ed',
|
||||
'type' => 'jetpack-library',
|
||||
'install_path' => __DIR__ . '/../automattic/jetpack-status',
|
||||
'aliases' => array(),
|
||||
@@ -109,6 +118,33 @@
|
||||
'aliases' => array(),
|
||||
'dev_requirement' => false,
|
||||
),
|
||||
'opis/json-schema' => array(
|
||||
'pretty_version' => '2.3.0',
|
||||
'version' => '2.3.0.0',
|
||||
'reference' => 'c48df6d7089a45f01e1c82432348f2d5976f9bfb',
|
||||
'type' => 'library',
|
||||
'install_path' => __DIR__ . '/../opis/json-schema',
|
||||
'aliases' => array(),
|
||||
'dev_requirement' => false,
|
||||
),
|
||||
'opis/string' => array(
|
||||
'pretty_version' => '2.0.1',
|
||||
'version' => '2.0.1.0',
|
||||
'reference' => '9ebf1a1f873f502f6859d11210b25a4bf5d141e7',
|
||||
'type' => 'library',
|
||||
'install_path' => __DIR__ . '/../opis/string',
|
||||
'aliases' => array(),
|
||||
'dev_requirement' => false,
|
||||
),
|
||||
'opis/uri' => array(
|
||||
'pretty_version' => '1.1.0',
|
||||
'version' => '1.1.0.0',
|
||||
'reference' => '0f3ca49ab1a5e4a6681c286e0b2cc081b93a7d5a',
|
||||
'type' => 'library',
|
||||
'install_path' => __DIR__ . '/../opis/uri',
|
||||
'aliases' => array(),
|
||||
'dev_requirement' => false,
|
||||
),
|
||||
'pelago/emogrifier' => array(
|
||||
'pretty_version' => 'v6.0.0',
|
||||
'version' => '6.0.0.0',
|
||||
@@ -125,9 +161,9 @@
|
||||
),
|
||||
),
|
||||
'sabberworm/php-css-parser' => array(
|
||||
'pretty_version' => '8.4.0',
|
||||
'version' => '8.4.0.0',
|
||||
'reference' => 'e41d2140031d533348b2192a83f02d8dd8a71d30',
|
||||
'pretty_version' => 'v8.6.0',
|
||||
'version' => '8.6.0.0',
|
||||
'reference' => 'd2fb94a9641be84d79c7548c6d39bbebba6e9a70',
|
||||
'type' => 'library',
|
||||
'install_path' => __DIR__ . '/../sabberworm/php-css-parser',
|
||||
'aliases' => array(),
|
||||
@@ -140,18 +176,18 @@
|
||||
),
|
||||
),
|
||||
'symfony/css-selector' => array(
|
||||
'pretty_version' => 'v5.4.26',
|
||||
'version' => '5.4.26.0',
|
||||
'reference' => '0ad3f7e9a1ab492c5b4214cf22a9dc55dcf8600a',
|
||||
'pretty_version' => 'v5.4.40',
|
||||
'version' => '5.4.40.0',
|
||||
'reference' => 'ea43887e9afd2029509662d4f95e8b5ef6fc9bbb',
|
||||
'type' => 'library',
|
||||
'install_path' => __DIR__ . '/../symfony/css-selector',
|
||||
'aliases' => array(),
|
||||
'dev_requirement' => false,
|
||||
),
|
||||
'symfony/polyfill-php80' => array(
|
||||
'pretty_version' => 'v1.28.0',
|
||||
'version' => '1.28.0.0',
|
||||
'reference' => '6caa57379c4aec19c0a12a38b59b26487dcfe4b5',
|
||||
'pretty_version' => 'v1.30.0',
|
||||
'version' => '1.30.0.0',
|
||||
'reference' => '77fa7995ac1b21ab60769b7323d600a991a90433',
|
||||
'type' => 'library',
|
||||
'install_path' => __DIR__ . '/../symfony/polyfill-php80',
|
||||
'aliases' => array(),
|
||||
@@ -166,9 +202,18 @@
|
||||
'aliases' => array(),
|
||||
'dev_requirement' => false,
|
||||
),
|
||||
'woocommerce/blueprint' => array(
|
||||
'pretty_version' => 'dev-add/blueprint-package-1',
|
||||
'version' => 'dev-add/blueprint-package-1',
|
||||
'reference' => '4eac6cb480be161204cb4fbf81567215592daecc',
|
||||
'type' => 'library',
|
||||
'install_path' => __DIR__ . '/../woocommerce/blueprint',
|
||||
'aliases' => array(),
|
||||
'dev_requirement' => false,
|
||||
),
|
||||
'woocommerce/woocommerce' => array(
|
||||
'pretty_version' => '9.2.3',
|
||||
'version' => '9.2.3.0',
|
||||
'pretty_version' => '9.3.1',
|
||||
'version' => '9.3.1.0',
|
||||
'reference' => null,
|
||||
'type' => 'wordpress-plugin',
|
||||
'install_path' => __DIR__ . '/../../',
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
@@ -7,19 +7,23 @@ $baseDir = dirname($vendorDir);
|
||||
|
||||
return array(
|
||||
'a4a119a56e50fbb293281d9a48007e0e' => array(
|
||||
'version' => '1.28.0.0',
|
||||
'version' => '1.30.0.0',
|
||||
'path' => $vendorDir . '/symfony/polyfill-php80/bootstrap.php'
|
||||
),
|
||||
'3773ef3f09c37da5478d578e32b03a4b' => array(
|
||||
'version' => '2.3.0.0',
|
||||
'path' => $vendorDir . '/automattic/jetpack-assets/actions.php'
|
||||
),
|
||||
'44e8414cd27982ecf86403af6e48f123' => array(
|
||||
'version' => '9.2.3.0',
|
||||
'version' => '9.3.1.0',
|
||||
'path' => $baseDir . '/src/StoreApi/deprecated.php'
|
||||
),
|
||||
'9ce98895d0a470c71998c4b530020d26' => array(
|
||||
'version' => '9.2.3.0',
|
||||
'version' => '9.3.1.0',
|
||||
'path' => $baseDir . '/src/StoreApi/functions.php'
|
||||
),
|
||||
'c379ea42c3f5964a973a7106b08c5ef0' => array(
|
||||
'version' => '9.2.3.0',
|
||||
'version' => '9.3.1.0',
|
||||
'path' => $baseDir . '/src/Blocks/Domain/Services/functions.php'
|
||||
),
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user