diff --git a/app/code/Magento/AdminAnalytics/composer.json b/app/code/Magento/AdminAnalytics/composer.json index b9b6c7095dad..b604771945d8 100644 --- a/app/code/Magento/AdminAnalytics/composer.json +++ b/app/code/Magento/AdminAnalytics/composer.json @@ -1,30 +1,34 @@ { - "name": "magento/module-admin-analytics", - "description": "N/A", - "config": { - "sort-packages": true - }, - "require": { - "php": "~8.1.0||~8.2.0||~8.3.0", - "magento/framework": "*", - "magento/module-backend": "*", - "magento/module-config": "*", - "magento/module-store": "*", - "magento/module-ui": "*", - "magento/module-release-notification": "*", - "magento/module-csp": "*" - }, - "type": "magento2-module", - "license": [ - "OSL-3.0", - "AFL-3.0" + "name": "mage-os/module-admin-analytics", + "description": "N/A", + "config": { + "sort-packages": true + }, + "require": { + "php": "~8.1.0||~8.2.0||~8.3.0", + "mage-os/framework": "1.0.5", + "mage-os/module-backend": "1.0.5", + "mage-os/module-config": "1.0.5", + "mage-os/module-store": "1.0.5", + "mage-os/module-ui": "1.0.5", + "mage-os/module-release-notification": "1.0.5", + "mage-os/module-csp": "1.0.5" + }, + "type": "magento2-module", + "license": [ + "OSL-3.0", + "AFL-3.0" + ], + "autoload": { + "files": [ + "registration.php" ], - "autoload": { - "files": [ - "registration.php" - ], - "psr-4": { - "Magento\\AdminAnalytics\\": "" - } + "psr-4": { + "Magento\\AdminAnalytics\\": "" } -} + }, + "version": "1.0.5", + "replace": { + "magento/module-admin-analytics": "100.4.6" + } +} \ No newline at end of file diff --git a/app/code/Magento/AdminNotification/composer.json b/app/code/Magento/AdminNotification/composer.json index 9ed7f942313e..0d1a8e9bc487 100644 --- a/app/code/Magento/AdminNotification/composer.json +++ b/app/code/Magento/AdminNotification/composer.json @@ -1,30 +1,34 @@ { - "name": "magento/module-admin-notification", - "description": "N/A", - "config": { - "sort-packages": true - }, - "require": { - "php": "~8.1.0||~8.2.0||~8.3.0", - "lib-libxml": "*", - "magento/framework": "*", - "magento/module-backend": "*", - "magento/module-media-storage": "*", - "magento/module-store": "*", - "magento/module-ui": "*", - "magento/module-config": "*" - }, - "type": "magento2-module", - "license": [ - "OSL-3.0", - "AFL-3.0" + "name": "mage-os/module-admin-notification", + "description": "N/A", + "config": { + "sort-packages": true + }, + "require": { + "php": "~8.1.0||~8.2.0||~8.3.0", + "lib-libxml": "*", + "mage-os/framework": "1.0.5", + "mage-os/module-backend": "1.0.5", + "mage-os/module-media-storage": "1.0.5", + "mage-os/module-store": "1.0.5", + "mage-os/module-ui": "1.0.5", + "mage-os/module-config": "1.0.5" + }, + "type": "magento2-module", + "license": [ + "OSL-3.0", + "AFL-3.0" + ], + "autoload": { + "files": [ + "registration.php" ], - "autoload": { - "files": [ - "registration.php" - ], - "psr-4": { - "Magento\\AdminNotification\\": "" - } + "psr-4": { + "Magento\\AdminNotification\\": "" } -} + }, + "version": "1.0.5", + "replace": { + "magento/module-admin-notification": "100.4.6-p3" + } +} \ No newline at end of file diff --git a/app/code/Magento/AdvancedPricingImportExport/composer.json b/app/code/Magento/AdvancedPricingImportExport/composer.json index 0a591ad29045..b6266bdcbbb8 100644 --- a/app/code/Magento/AdvancedPricingImportExport/composer.json +++ b/app/code/Magento/AdvancedPricingImportExport/composer.json @@ -1,32 +1,36 @@ { - "name": "magento/module-advanced-pricing-import-export", - "description": "N/A", - "config": { - "sort-packages": true - }, - "require": { - "php": "~8.1.0||~8.2.0||~8.3.0", - "magento/framework": "*", - "magento/module-catalog": "*", - "magento/module-catalog-import-export": "*", - "magento/module-catalog-inventory": "*", - "magento/module-customer": "*", - "magento/module-eav": "*", - "magento/module-import-export": "*", - "magento/module-store": "*", - "magento/module-directory": "*" - }, - "type": "magento2-module", - "license": [ - "OSL-3.0", - "AFL-3.0" + "name": "mage-os/module-advanced-pricing-import-export", + "description": "N/A", + "config": { + "sort-packages": true + }, + "require": { + "php": "~8.1.0||~8.2.0||~8.3.0", + "mage-os/framework": "1.0.5", + "mage-os/module-catalog": "1.0.5", + "mage-os/module-catalog-import-export": "1.0.5", + "mage-os/module-catalog-inventory": "1.0.5", + "mage-os/module-customer": "1.0.5", + "mage-os/module-eav": "1.0.5", + "mage-os/module-import-export": "1.0.5", + "mage-os/module-store": "1.0.5", + "mage-os/module-directory": "1.0.5" + }, + "type": "magento2-module", + "license": [ + "OSL-3.0", + "AFL-3.0" + ], + "autoload": { + "files": [ + "registration.php" ], - "autoload": { - "files": [ - "registration.php" - ], - "psr-4": { - "Magento\\AdvancedPricingImportExport\\": "" - } + "psr-4": { + "Magento\\AdvancedPricingImportExport\\": "" } -} + }, + "version": "1.0.5", + "replace": { + "magento/module-advanced-pricing-import-export": "100.4.7" + } +} \ No newline at end of file diff --git a/app/code/Magento/AdvancedSearch/composer.json b/app/code/Magento/AdvancedSearch/composer.json index 6eda4d7c76e5..2a0b0dd1c070 100644 --- a/app/code/Magento/AdvancedSearch/composer.json +++ b/app/code/Magento/AdvancedSearch/composer.json @@ -1,31 +1,35 @@ { - "name": "magento/module-advanced-search", - "description": "N/A", - "config": { - "sort-packages": true - }, - "require": { - "magento/framework": "*", - "magento/module-backend": "*", - "magento/module-catalog": "*", - "magento/module-catalog-search": "*", - "magento/module-config": "*", - "magento/module-customer": "*", - "magento/module-search": "*", - "magento/module-store": "*", - "php": "~8.1.0||~8.2.0||~8.3.0" - }, - "type": "magento2-module", - "license": [ - "OSL-3.0", - "AFL-3.0" + "name": "mage-os/module-advanced-search", + "description": "N/A", + "config": { + "sort-packages": true + }, + "require": { + "mage-os/framework": "1.0.5", + "mage-os/module-backend": "1.0.5", + "mage-os/module-catalog": "1.0.5", + "mage-os/module-catalog-search": "1.0.5", + "mage-os/module-config": "1.0.5", + "mage-os/module-customer": "1.0.5", + "mage-os/module-search": "1.0.5", + "mage-os/module-store": "1.0.5", + "php": "~8.1.0||~8.2.0||~8.3.0" + }, + "type": "magento2-module", + "license": [ + "OSL-3.0", + "AFL-3.0" + ], + "autoload": { + "files": [ + "registration.php" ], - "autoload": { - "files": [ - "registration.php" - ], - "psr-4": { - "Magento\\AdvancedSearch\\": "" - } + "psr-4": { + "Magento\\AdvancedSearch\\": "" } -} + }, + "version": "1.0.5", + "replace": { + "magento/module-advanced-search": "100.4.5-p3" + } +} \ No newline at end of file diff --git a/app/code/Magento/Amqp/composer.json b/app/code/Magento/Amqp/composer.json index c638a500f9d4..2cfca69ee91f 100644 --- a/app/code/Magento/Amqp/composer.json +++ b/app/code/Magento/Amqp/composer.json @@ -1,26 +1,30 @@ { - "name": "magento/module-amqp", - "description": "N/A", - "config": { - "sort-packages": true - }, - "require": { - "magento/framework": "*", - "magento/framework-amqp": "*", - "magento/framework-message-queue": "*", - "php": "~8.1.0||~8.2.0||~8.3.0" - }, - "type": "magento2-module", - "license": [ - "OSL-3.0", - "AFL-3.0" + "name": "mage-os/module-amqp", + "description": "N/A", + "config": { + "sort-packages": true + }, + "require": { + "mage-os/framework": "1.0.5", + "mage-os/framework-amqp": "1.0.5", + "mage-os/framework-message-queue": "1.0.5", + "php": "~8.1.0||~8.2.0||~8.3.0" + }, + "type": "magento2-module", + "license": [ + "OSL-3.0", + "AFL-3.0" + ], + "autoload": { + "files": [ + "registration.php" ], - "autoload": { - "files": [ - "registration.php" - ], - "psr-4": { - "Magento\\Amqp\\": "" - } + "psr-4": { + "Magento\\Amqp\\": "" } -} + }, + "version": "1.0.5", + "replace": { + "magento/module-amqp": "100.4.4" + } +} \ No newline at end of file diff --git a/app/code/Magento/Analytics/composer.json b/app/code/Magento/Analytics/composer.json index 7342473b1d4b..62904ce4ec7e 100644 --- a/app/code/Magento/Analytics/composer.json +++ b/app/code/Magento/Analytics/composer.json @@ -1,25 +1,29 @@ { - "name": "magento/module-analytics", - "description": "N/A", - "require": { - "php": "~8.1.0||~8.2.0||~8.3.0", - "magento/module-backend": "*", - "magento/module-config": "*", - "magento/module-integration": "*", - "magento/module-store": "*", - "magento/framework": "*" - }, - "type": "magento2-module", - "license": [ - "OSL-3.0", - "AFL-3.0" + "name": "mage-os/module-analytics", + "description": "N/A", + "require": { + "php": "~8.1.0||~8.2.0||~8.3.0", + "mage-os/module-backend": "1.0.5", + "mage-os/module-config": "1.0.5", + "mage-os/module-integration": "1.0.5", + "mage-os/module-store": "1.0.5", + "mage-os/framework": "1.0.5" + }, + "type": "magento2-module", + "license": [ + "OSL-3.0", + "AFL-3.0" + ], + "autoload": { + "files": [ + "registration.php" ], - "autoload": { - "files": [ - "registration.php" - ], - "psr-4": { - "Magento\\Analytics\\": "" - } + "psr-4": { + "Magento\\Analytics\\": "" } -} + }, + "version": "1.0.5", + "replace": { + "magento/module-analytics": "100.4.7" + } +} \ No newline at end of file diff --git a/app/code/Magento/ApplicationPerformanceMonitor/composer.json b/app/code/Magento/ApplicationPerformanceMonitor/composer.json index 5341c8602a08..a3530027e5d8 100644 --- a/app/code/Magento/ApplicationPerformanceMonitor/composer.json +++ b/app/code/Magento/ApplicationPerformanceMonitor/composer.json @@ -1,5 +1,5 @@ { - "name": "magento/module-application-performance-monitor", + "name": "mage-os/module-application-performance-monitor", "license": "OSL-3.0", "type": "magento2-module", "description": "Performance Monitor for Application", @@ -13,6 +13,10 @@ }, "require": { "php": "~8.1.0||~8.2.0||~8.3.0", - "magento/framework": "*" + "mage-os/framework": "1.0.5" + }, + "version": "1.0.5", + "replace": { + "magento/module-application-performance-monitor": "100.4.0" } -} +} \ No newline at end of file diff --git a/app/code/Magento/ApplicationPerformanceMonitorNewRelic/composer.json b/app/code/Magento/ApplicationPerformanceMonitorNewRelic/composer.json index 29eb33c982c1..3bacf2717e36 100644 --- a/app/code/Magento/ApplicationPerformanceMonitorNewRelic/composer.json +++ b/app/code/Magento/ApplicationPerformanceMonitorNewRelic/composer.json @@ -1,5 +1,5 @@ { - "name": "magento/module-application-performance-monitor-new-relic", + "name": "mage-os/module-application-performance-monitor-new-relic", "license": "OSL-3.0", "type": "magento2-module", "description": "Performance data about Application into New Relic", @@ -13,11 +13,15 @@ }, "require": { "php": "~8.1.0||~8.2.0||~8.3.0", - "magento/framework": "*", - "magento/module-application-performance-monitor": "*", - "magento/module-new-relic-reporting": "*" + "mage-os/framework": "1.0.5", + "mage-os/module-application-performance-monitor": "1.0.5", + "mage-os/module-new-relic-reporting": "1.0.5" }, "suggest": { "ext-newrelic": "This module requires New Relic's PHP extension in order to function." + }, + "version": "1.0.5", + "replace": { + "magento/module-application-performance-monitor-new-relic": "100.4.0" } -} +} \ No newline at end of file diff --git a/app/code/Magento/AsyncConfig/composer.json b/app/code/Magento/AsyncConfig/composer.json index a6a914341e38..569de3eee5dc 100644 --- a/app/code/Magento/AsyncConfig/composer.json +++ b/app/code/Magento/AsyncConfig/composer.json @@ -1,21 +1,25 @@ { - "name": "magento/module-async-config", - "description": "N/A", - "require": { - "php": "~8.1.0||~8.2.0||~8.3.0", - "magento/framework": "*", - "magento/module-config": "*" - }, - "type": "magento2-module", - "license": [ - "proprietary" + "name": "mage-os/module-async-config", + "description": "N/A", + "require": { + "php": "~8.1.0||~8.2.0||~8.3.0", + "mage-os/framework": "1.0.5", + "mage-os/module-config": "1.0.5" + }, + "type": "magento2-module", + "license": [ + "proprietary" + ], + "autoload": { + "files": [ + "registration.php" ], - "autoload": { - "files": [ - "registration.php" - ], - "psr-4": { - "Magento\\AsyncConfig\\": "" - } + "psr-4": { + "Magento\\AsyncConfig\\": "" } -} + }, + "version": "1.0.5", + "replace": { + "magento/module-async-config": "100.4.0" + } +} \ No newline at end of file diff --git a/app/code/Magento/AsynchronousOperations/composer.json b/app/code/Magento/AsynchronousOperations/composer.json index 6df421c40704..0429636ed446 100644 --- a/app/code/Magento/AsynchronousOperations/composer.json +++ b/app/code/Magento/AsynchronousOperations/composer.json @@ -1,33 +1,37 @@ { - "name": "magento/module-asynchronous-operations", - "description": "N/A", - "config": { - "sort-packages": true - }, - "require": { - "magento/framework": "*", - "magento/framework-message-queue": "*", - "magento/framework-bulk": "*", - "magento/module-authorization": "*", - "magento/module-backend": "*", - "magento/module-ui": "*", - "php": "~8.1.0||~8.2.0||~8.3.0" - }, - "suggest": { - "magento/module-admin-notification": "*", - "magento/module-logging": "*" - }, - "type": "magento2-module", - "license": [ - "OSL-3.0", - "AFL-3.0" + "name": "mage-os/module-asynchronous-operations", + "description": "N/A", + "config": { + "sort-packages": true + }, + "require": { + "mage-os/framework": "1.0.5", + "mage-os/framework-message-queue": "1.0.5", + "mage-os/framework-bulk": "1.0.5", + "mage-os/module-authorization": "1.0.5", + "mage-os/module-backend": "1.0.5", + "mage-os/module-ui": "1.0.5", + "php": "~8.1.0||~8.2.0||~8.3.0" + }, + "suggest": { + "mage-os/module-admin-notification": "1.0.5", + "mage-os/module-logging": "1.0.5" + }, + "type": "magento2-module", + "license": [ + "OSL-3.0", + "AFL-3.0" + ], + "autoload": { + "files": [ + "registration.php" ], - "autoload": { - "files": [ - "registration.php" - ], - "psr-4": { - "Magento\\AsynchronousOperations\\": "" - } + "psr-4": { + "Magento\\AsynchronousOperations\\": "" } -} + }, + "version": "1.0.5", + "replace": { + "magento/module-asynchronous-operations": "100.4.7" + } +} \ No newline at end of file diff --git a/app/code/Magento/Authorization/composer.json b/app/code/Magento/Authorization/composer.json index 9f3d1eef37a3..b328259219ff 100644 --- a/app/code/Magento/Authorization/composer.json +++ b/app/code/Magento/Authorization/composer.json @@ -1,25 +1,29 @@ { - "name": "magento/module-authorization", - "description": "Authorization module provides access to Magento ACL functionality.", - "config": { - "sort-packages": true - }, - "require": { - "php": "~8.1.0||~8.2.0||~8.3.0", - "magento/framework": "*", - "magento/module-backend": "*" - }, - "type": "magento2-module", - "license": [ - "OSL-3.0", - "AFL-3.0" + "name": "mage-os/module-authorization", + "description": "Authorization module provides access to Magento ACL functionality.", + "config": { + "sort-packages": true + }, + "require": { + "php": "~8.1.0||~8.2.0||~8.3.0", + "mage-os/framework": "1.0.5", + "mage-os/module-backend": "1.0.5" + }, + "type": "magento2-module", + "license": [ + "OSL-3.0", + "AFL-3.0" + ], + "autoload": { + "files": [ + "registration.php" ], - "autoload": { - "files": [ - "registration.php" - ], - "psr-4": { - "Magento\\Authorization\\": "" - } + "psr-4": { + "Magento\\Authorization\\": "" } -} + }, + "version": "1.0.5", + "replace": { + "magento/module-authorization": "100.4.7" + } +} \ No newline at end of file diff --git a/app/code/Magento/AwsS3/composer.json b/app/code/Magento/AwsS3/composer.json index 743abb654be6..730174e4fcfb 100644 --- a/app/code/Magento/AwsS3/composer.json +++ b/app/code/Magento/AwsS3/composer.json @@ -1,24 +1,28 @@ { - "name": "magento/module-aws-s3", - "description": "N/A", - "config": { - "sort-packages": true - }, - "require": { - "php": "~8.1.0||~8.2.0||~8.3.0", - "magento/framework": "*", - "magento/module-remote-storage": "*" - }, - "type": "magento2-module", - "license": [ - "proprietary" + "name": "mage-os/module-aws-s3", + "description": "N/A", + "config": { + "sort-packages": true + }, + "require": { + "php": "~8.1.0||~8.2.0||~8.3.0", + "mage-os/framework": "1.0.5", + "mage-os/module-remote-storage": "1.0.5" + }, + "type": "magento2-module", + "license": [ + "proprietary" + ], + "autoload": { + "files": [ + "registration.php" ], - "autoload": { - "files": [ - "registration.php" - ], - "psr-4": { - "Magento\\AwsS3\\": "" - } + "psr-4": { + "Magento\\AwsS3\\": "" } -} + }, + "version": "1.0.5", + "replace": { + "magento/module-aws-s3": "100.4.5" + } +} \ No newline at end of file diff --git a/app/code/Magento/Backend/composer.json b/app/code/Magento/Backend/composer.json index 4ab421a7fe9f..34c70f3f6a64 100644 --- a/app/code/Magento/Backend/composer.json +++ b/app/code/Magento/Backend/composer.json @@ -1,45 +1,49 @@ { - "name": "magento/module-backend", - "description": "N/A", - "config": { - "sort-packages": true - }, - "require": { - "php": "~8.1.0||~8.2.0||~8.3.0", - "magento/framework": "*", - "magento/module-backup": "*", - "magento/module-catalog": "*", - "magento/module-config": "*", - "magento/module-cms": "*", - "magento/module-customer": "*", - "magento/module-developer": "*", - "magento/module-directory": "*", - "magento/module-eav": "*", - "magento/module-quote": "*", - "magento/module-reports": "*", - "magento/module-require-js": "*", - "magento/module-sales": "*", - "magento/module-security": "*", - "magento/module-store": "*", - "magento/module-translation": "*", - "magento/module-ui": "*", - "magento/module-user": "*" - }, - "suggest": { - "magento/module-theme": "*" - }, - "type": "magento2-module", - "license": [ - "OSL-3.0", - "AFL-3.0" + "name": "mage-os/module-backend", + "description": "N/A", + "config": { + "sort-packages": true + }, + "require": { + "php": "~8.1.0||~8.2.0||~8.3.0", + "mage-os/framework": "1.0.5", + "mage-os/module-backup": "1.0.5", + "mage-os/module-catalog": "1.0.5", + "mage-os/module-config": "1.0.5", + "mage-os/module-cms": "1.0.5", + "mage-os/module-customer": "1.0.5", + "mage-os/module-developer": "1.0.5", + "mage-os/module-directory": "1.0.5", + "mage-os/module-eav": "1.0.5", + "mage-os/module-quote": "1.0.5", + "mage-os/module-reports": "1.0.5", + "mage-os/module-require-js": "1.0.5", + "mage-os/module-sales": "1.0.5", + "mage-os/module-security": "1.0.5", + "mage-os/module-store": "1.0.5", + "mage-os/module-translation": "1.0.5", + "mage-os/module-ui": "1.0.5", + "mage-os/module-user": "1.0.5" + }, + "suggest": { + "mage-os/module-theme": "1.0.5" + }, + "type": "magento2-module", + "license": [ + "OSL-3.0", + "AFL-3.0" + ], + "autoload": { + "files": [ + "registration.php", + "cli_commands.php" ], - "autoload": { - "files": [ - "registration.php", - "cli_commands.php" - ], - "psr-4": { - "Magento\\Backend\\": "" - } + "psr-4": { + "Magento\\Backend\\": "" } -} + }, + "version": "1.0.5", + "replace": { + "magento/module-backend": "102.0.7-p3" + } +} \ No newline at end of file diff --git a/app/code/Magento/Backup/composer.json b/app/code/Magento/Backup/composer.json index 9399271f34b6..e507ad153ce1 100644 --- a/app/code/Magento/Backup/composer.json +++ b/app/code/Magento/Backup/composer.json @@ -1,27 +1,31 @@ { - "name": "magento/module-backup", - "description": "N/A", - "config": { - "sort-packages": true - }, - "require": { - "php": "~8.1.0||~8.2.0||~8.3.0", - "magento/framework": "*", - "magento/module-backend": "*", - "magento/module-cron": "*", - "magento/module-store": "*" - }, - "type": "magento2-module", - "license": [ - "OSL-3.0", - "AFL-3.0" + "name": "mage-os/module-backup", + "description": "N/A", + "config": { + "sort-packages": true + }, + "require": { + "php": "~8.1.0||~8.2.0||~8.3.0", + "mage-os/framework": "1.0.5", + "mage-os/module-backend": "1.0.5", + "mage-os/module-cron": "1.0.5", + "mage-os/module-store": "1.0.5" + }, + "type": "magento2-module", + "license": [ + "OSL-3.0", + "AFL-3.0" + ], + "autoload": { + "files": [ + "registration.php" ], - "autoload": { - "files": [ - "registration.php" - ], - "psr-4": { - "Magento\\Backup\\": "" - } + "psr-4": { + "Magento\\Backup\\": "" } -} + }, + "version": "1.0.5", + "replace": { + "magento/module-backup": "100.4.7" + } +} \ No newline at end of file diff --git a/app/code/Magento/Bundle/composer.json b/app/code/Magento/Bundle/composer.json index 79ec483d4dd6..3d79abeffc5b 100644 --- a/app/code/Magento/Bundle/composer.json +++ b/app/code/Magento/Bundle/composer.json @@ -1,45 +1,49 @@ { - "name": "magento/module-bundle", - "description": "N/A", - "config": { - "sort-packages": true - }, - "require": { - "php": "~8.1.0||~8.2.0||~8.3.0", - "magento/framework": "*", - "magento/module-backend": "*", - "magento/module-catalog": "*", - "magento/module-catalog-inventory": "*", - "magento/module-catalog-rule": "*", - "magento/module-checkout": "*", - "magento/module-config": "*", - "magento/module-customer": "*", - "magento/module-eav": "*", - "magento/module-gift-message": "*", - "magento/module-media-storage": "*", - "magento/module-quote": "*", - "magento/module-sales": "*", - "magento/module-store": "*", - "magento/module-tax": "*", - "magento/module-ui": "*", - "magento/module-directory": "*" - }, - "suggest": { - "magento/module-webapi": "*", - "magento/module-bundle-sample-data": "*", - "magento/module-sales-rule": "*" - }, - "type": "magento2-module", - "license": [ - "OSL-3.0", - "AFL-3.0" + "name": "mage-os/module-bundle", + "description": "N/A", + "config": { + "sort-packages": true + }, + "require": { + "php": "~8.1.0||~8.2.0||~8.3.0", + "mage-os/framework": "1.0.5", + "mage-os/module-backend": "1.0.5", + "mage-os/module-catalog": "1.0.5", + "mage-os/module-catalog-inventory": "1.0.5", + "mage-os/module-catalog-rule": "1.0.5", + "mage-os/module-checkout": "1.0.5", + "mage-os/module-config": "1.0.5", + "mage-os/module-customer": "1.0.5", + "mage-os/module-eav": "1.0.5", + "mage-os/module-gift-message": "1.0.5", + "mage-os/module-media-storage": "1.0.5", + "mage-os/module-quote": "1.0.5", + "mage-os/module-sales": "1.0.5", + "mage-os/module-store": "1.0.5", + "mage-os/module-tax": "1.0.5", + "mage-os/module-ui": "1.0.5", + "mage-os/module-directory": "1.0.5" + }, + "suggest": { + "mage-os/module-webapi": "1.0.5", + "mage-os/module-bundle-sample-data": "Sample Data version: 1.0.5", + "mage-os/module-sales-rule": "1.0.5" + }, + "type": "magento2-module", + "license": [ + "OSL-3.0", + "AFL-3.0" + ], + "autoload": { + "files": [ + "registration.php" ], - "autoload": { - "files": [ - "registration.php" - ], - "psr-4": { - "Magento\\Bundle\\": "" - } + "psr-4": { + "Magento\\Bundle\\": "" } -} + }, + "version": "1.0.5", + "replace": { + "magento/module-bundle": "101.0.7" + } +} \ No newline at end of file diff --git a/app/code/Magento/BundleGraphQl/composer.json b/app/code/Magento/BundleGraphQl/composer.json index 2f7605cc1098..fb8ac0a8d045 100644 --- a/app/code/Magento/BundleGraphQl/composer.json +++ b/app/code/Magento/BundleGraphQl/composer.json @@ -1,29 +1,33 @@ { - "name": "magento/module-bundle-graph-ql", - "description": "N/A", - "type": "magento2-module", - "require": { - "php": "~8.1.0||~8.2.0||~8.3.0", - "magento/module-catalog": "*", - "magento/module-bundle": "*", - "magento/module-catalog-graph-ql": "*", - "magento/module-quote": "*", - "magento/module-quote-graph-ql": "*", - "magento/module-store": "*", - "magento/module-sales": "*", - "magento/module-sales-graph-ql": "*", - "magento/framework": "*" - }, - "license": [ - "OSL-3.0", - "AFL-3.0" + "name": "mage-os/module-bundle-graph-ql", + "description": "N/A", + "type": "magento2-module", + "require": { + "php": "~8.1.0||~8.2.0||~8.3.0", + "mage-os/module-catalog": "1.0.5", + "mage-os/module-bundle": "1.0.5", + "mage-os/module-catalog-graph-ql": "1.0.5", + "mage-os/module-quote": "1.0.5", + "mage-os/module-quote-graph-ql": "1.0.5", + "mage-os/module-store": "1.0.5", + "mage-os/module-sales": "1.0.5", + "mage-os/module-sales-graph-ql": "1.0.5", + "mage-os/framework": "1.0.5" + }, + "license": [ + "OSL-3.0", + "AFL-3.0" + ], + "autoload": { + "files": [ + "registration.php" ], - "autoload": { - "files": [ - "registration.php" - ], - "psr-4": { - "Magento\\BundleGraphQl\\": "" - } + "psr-4": { + "Magento\\BundleGraphQl\\": "" } -} + }, + "version": "1.0.5", + "replace": { + "magento/module-bundle-graph-ql": "100.4.7" + } +} \ No newline at end of file diff --git a/app/code/Magento/BundleImportExport/composer.json b/app/code/Magento/BundleImportExport/composer.json index 01d2d5d3c3e5..ae2b6ea07e46 100644 --- a/app/code/Magento/BundleImportExport/composer.json +++ b/app/code/Magento/BundleImportExport/composer.json @@ -1,30 +1,34 @@ { - "name": "magento/module-bundle-import-export", - "description": "N/A", - "config": { - "sort-packages": true - }, - "require": { - "php": "~8.1.0||~8.2.0||~8.3.0", - "magento/framework": "*", - "magento/module-bundle": "*", - "magento/module-store": "*", - "magento/module-catalog": "*", - "magento/module-catalog-import-export": "*", - "magento/module-eav": "*", - "magento/module-import-export": "*" - }, - "type": "magento2-module", - "license": [ - "OSL-3.0", - "AFL-3.0" + "name": "mage-os/module-bundle-import-export", + "description": "N/A", + "config": { + "sort-packages": true + }, + "require": { + "php": "~8.1.0||~8.2.0||~8.3.0", + "mage-os/framework": "1.0.5", + "mage-os/module-bundle": "1.0.5", + "mage-os/module-store": "1.0.5", + "mage-os/module-catalog": "1.0.5", + "mage-os/module-catalog-import-export": "1.0.5", + "mage-os/module-eav": "1.0.5", + "mage-os/module-import-export": "1.0.5" + }, + "type": "magento2-module", + "license": [ + "OSL-3.0", + "AFL-3.0" + ], + "autoload": { + "files": [ + "registration.php" ], - "autoload": { - "files": [ - "registration.php" - ], - "psr-4": { - "Magento\\BundleImportExport\\": "" - } + "psr-4": { + "Magento\\BundleImportExport\\": "" } -} + }, + "version": "1.0.5", + "replace": { + "magento/module-bundle-import-export": "100.4.6" + } +} \ No newline at end of file diff --git a/app/code/Magento/CacheInvalidate/composer.json b/app/code/Magento/CacheInvalidate/composer.json index 42ce327a98fb..7dc4c95eb6c3 100644 --- a/app/code/Magento/CacheInvalidate/composer.json +++ b/app/code/Magento/CacheInvalidate/composer.json @@ -1,25 +1,29 @@ { - "name": "magento/module-cache-invalidate", - "description": "N/A", - "config": { - "sort-packages": true - }, - "require": { - "php": "~8.1.0||~8.2.0||~8.3.0", - "magento/framework": "*", - "magento/module-page-cache": "*" - }, - "type": "magento2-module", - "license": [ - "OSL-3.0", - "AFL-3.0" + "name": "mage-os/module-cache-invalidate", + "description": "N/A", + "config": { + "sort-packages": true + }, + "require": { + "php": "~8.1.0||~8.2.0||~8.3.0", + "mage-os/framework": "1.0.5", + "mage-os/module-page-cache": "1.0.5" + }, + "type": "magento2-module", + "license": [ + "OSL-3.0", + "AFL-3.0" + ], + "autoload": { + "files": [ + "registration.php" ], - "autoload": { - "files": [ - "registration.php" - ], - "psr-4": { - "Magento\\CacheInvalidate\\": "" - } + "psr-4": { + "Magento\\CacheInvalidate\\": "" } -} + }, + "version": "1.0.5", + "replace": { + "magento/module-cache-invalidate": "100.4.5" + } +} \ No newline at end of file diff --git a/app/code/Magento/Captcha/composer.json b/app/code/Magento/Captcha/composer.json index 0e9581dd6a24..d7d628e6793d 100644 --- a/app/code/Magento/Captcha/composer.json +++ b/app/code/Magento/Captcha/composer.json @@ -1,32 +1,36 @@ { - "name": "magento/module-captcha", - "description": "N/A", - "config": { - "sort-packages": true - }, - "require": { - "php": "~8.1.0||~8.2.0||~8.3.0", - "magento/framework": "*", - "magento/module-backend": "*", - "magento/module-checkout": "*", - "magento/module-customer": "*", - "magento/module-sales": "*", - "magento/module-store": "*", - "magento/module-authorization": "*", - "laminas/laminas-captcha": "^2.12", - "laminas/laminas-db": "^2.19" - }, - "type": "magento2-module", - "license": [ - "OSL-3.0", - "AFL-3.0" + "name": "mage-os/module-captcha", + "description": "N/A", + "config": { + "sort-packages": true + }, + "require": { + "php": "~8.1.0||~8.2.0||~8.3.0", + "mage-os/framework": "1.0.5", + "mage-os/module-backend": "1.0.5", + "mage-os/module-checkout": "1.0.5", + "mage-os/module-customer": "1.0.5", + "mage-os/module-sales": "1.0.5", + "mage-os/module-store": "1.0.5", + "mage-os/module-authorization": "1.0.5", + "laminas/laminas-captcha": "^2.12", + "laminas/laminas-db": "^2.19" + }, + "type": "magento2-module", + "license": [ + "OSL-3.0", + "AFL-3.0" + ], + "autoload": { + "files": [ + "registration.php" ], - "autoload": { - "files": [ - "registration.php" - ], - "psr-4": { - "Magento\\Captcha\\": "" - } + "psr-4": { + "Magento\\Captcha\\": "" } -} + }, + "version": "1.0.5", + "replace": { + "magento/module-captcha": "100.4.7" + } +} \ No newline at end of file diff --git a/app/code/Magento/CardinalCommerce/composer.json b/app/code/Magento/CardinalCommerce/composer.json index f7be58126099..e24386718b1d 100644 --- a/app/code/Magento/CardinalCommerce/composer.json +++ b/app/code/Magento/CardinalCommerce/composer.json @@ -1,27 +1,31 @@ { - "name": "magento/module-cardinal-commerce", - "description": "Provides a possibility to enable 3-D Secure 2.0 support for payment methods.", - "config": { - "sort-packages": true - }, - "require": { - "php": "~8.1.0||~8.2.0||~8.3.0", - "magento/framework": "*", - "magento/module-checkout": "*", - "magento/module-payment": "*", - "magento/module-store": "*" - }, - "type": "magento2-module", - "license": [ - "OSL-3.0", - "AFL-3.0" + "name": "mage-os/module-cardinal-commerce", + "description": "Provides a possibility to enable 3-D Secure 2.0 support for payment methods.", + "config": { + "sort-packages": true + }, + "require": { + "php": "~8.1.0||~8.2.0||~8.3.0", + "mage-os/framework": "1.0.5", + "mage-os/module-checkout": "1.0.5", + "mage-os/module-payment": "1.0.5", + "mage-os/module-store": "1.0.5" + }, + "type": "magento2-module", + "license": [ + "OSL-3.0", + "AFL-3.0" + ], + "autoload": { + "files": [ + "registration.php" ], - "autoload": { - "files": [ - "registration.php" - ], - "psr-4": { - "Magento\\CardinalCommerce\\": "" - } + "psr-4": { + "Magento\\CardinalCommerce\\": "" } -} + }, + "version": "1.0.5", + "replace": { + "magento/module-cardinal-commerce": "100.4.5" + } +} \ No newline at end of file diff --git a/app/code/Magento/Catalog/composer.json b/app/code/Magento/Catalog/composer.json index 7512989e23c5..59a1739efcf0 100644 --- a/app/code/Magento/Catalog/composer.json +++ b/app/code/Magento/Catalog/composer.json @@ -1,56 +1,60 @@ { - "name": "magento/module-catalog", - "description": "N/A", - "config": { - "sort-packages": true - }, - "require": { - "php": "~8.1.0||~8.2.0||~8.3.0", - "magento/framework": "*", - "magento/framework-bulk": "*", - "magento/module-authorization": "*", - "magento/module-asynchronous-operations": "*", - "magento/module-backend": "*", - "magento/module-catalog-inventory": "*", - "magento/module-catalog-rule": "*", - "magento/module-catalog-url-rewrite": "*", - "magento/module-checkout": "*", - "magento/module-cms": "*", - "magento/module-config": "*", - "magento/module-customer": "*", - "magento/module-directory": "*", - "magento/module-eav": "*", - "magento/module-indexer": "*", - "magento/module-media-storage": "*", - "magento/module-msrp": "*", - "magento/module-page-cache": "*", - "magento/module-product-alert": "*", - "magento/module-quote": "*", - "magento/module-store": "*", - "magento/module-tax": "*", - "magento/module-theme": "*", - "magento/module-ui": "*", - "magento/module-url-rewrite": "*", - "magento/module-widget": "*", - "magento/module-wishlist": "*", - "magento/module-aws-s3": "*" - }, - "suggest": { - "magento/module-cookie": "*", - "magento/module-sales": "*", - "magento/module-catalog-sample-data": "*" - }, - "type": "magento2-module", - "license": [ - "OSL-3.0", - "AFL-3.0" + "name": "mage-os/module-catalog", + "description": "N/A", + "config": { + "sort-packages": true + }, + "require": { + "php": "~8.1.0||~8.2.0||~8.3.0", + "mage-os/framework": "1.0.5", + "mage-os/framework-bulk": "1.0.5", + "mage-os/module-authorization": "1.0.5", + "mage-os/module-asynchronous-operations": "1.0.5", + "mage-os/module-backend": "1.0.5", + "mage-os/module-catalog-inventory": "1.0.5", + "mage-os/module-catalog-rule": "1.0.5", + "mage-os/module-catalog-url-rewrite": "1.0.5", + "mage-os/module-checkout": "1.0.5", + "mage-os/module-cms": "1.0.5", + "mage-os/module-config": "1.0.5", + "mage-os/module-customer": "1.0.5", + "mage-os/module-directory": "1.0.5", + "mage-os/module-eav": "1.0.5", + "mage-os/module-indexer": "1.0.5", + "mage-os/module-media-storage": "1.0.5", + "mage-os/module-msrp": "1.0.5", + "mage-os/module-page-cache": "1.0.5", + "mage-os/module-product-alert": "1.0.5", + "mage-os/module-quote": "1.0.5", + "mage-os/module-store": "1.0.5", + "mage-os/module-tax": "1.0.5", + "mage-os/module-theme": "1.0.5", + "mage-os/module-ui": "1.0.5", + "mage-os/module-url-rewrite": "1.0.5", + "mage-os/module-widget": "1.0.5", + "mage-os/module-wishlist": "1.0.5", + "mage-os/module-aws-s3": "1.0.5" + }, + "suggest": { + "mage-os/module-cookie": "1.0.5", + "mage-os/module-sales": "1.0.5", + "mage-os/module-catalog-sample-data": "Sample Data version: 1.0.5" + }, + "type": "magento2-module", + "license": [ + "OSL-3.0", + "AFL-3.0" + ], + "autoload": { + "files": [ + "registration.php" ], - "autoload": { - "files": [ - "registration.php" - ], - "psr-4": { - "Magento\\Catalog\\": "" - } + "psr-4": { + "Magento\\Catalog\\": "" } -} + }, + "version": "1.0.5", + "replace": { + "magento/module-catalog": "104.0.7-p2" + } +} \ No newline at end of file diff --git a/app/code/Magento/CatalogAnalytics/composer.json b/app/code/Magento/CatalogAnalytics/composer.json index cc813c47633e..28fe6c6d0533 100644 --- a/app/code/Magento/CatalogAnalytics/composer.json +++ b/app/code/Magento/CatalogAnalytics/composer.json @@ -1,23 +1,27 @@ { - "name": "magento/module-catalog-analytics", - "description": "N/A", - "require": { - "php": "~8.1.0||~8.2.0||~8.3.0", - "magento/framework": "*", - "magento/module-catalog": "*", - "magento/module-analytics": "*" - }, - "type": "magento2-module", - "license": [ - "OSL-3.0", - "AFL-3.0" + "name": "mage-os/module-catalog-analytics", + "description": "N/A", + "require": { + "php": "~8.1.0||~8.2.0||~8.3.0", + "mage-os/framework": "1.0.5", + "mage-os/module-catalog": "1.0.5", + "mage-os/module-analytics": "1.0.5" + }, + "type": "magento2-module", + "license": [ + "OSL-3.0", + "AFL-3.0" + ], + "autoload": { + "files": [ + "registration.php" ], - "autoload": { - "files": [ - "registration.php" - ], - "psr-4": { - "Magento\\CatalogAnalytics\\": "" - } + "psr-4": { + "Magento\\CatalogAnalytics\\": "" } -} + }, + "version": "1.0.5", + "replace": { + "magento/module-catalog-analytics": "100.4.4" + } +} \ No newline at end of file diff --git a/app/code/Magento/CatalogCmsGraphQl/composer.json b/app/code/Magento/CatalogCmsGraphQl/composer.json index e935bfb48597..510b8c73c3aa 100644 --- a/app/code/Magento/CatalogCmsGraphQl/composer.json +++ b/app/code/Magento/CatalogCmsGraphQl/composer.json @@ -1,28 +1,32 @@ { - "name": "magento/module-catalog-cms-graph-ql", - "description": "N/A", - "type": "magento2-module", - "require": { - "php": "~8.1.0||~8.2.0||~8.3.0", - "magento/framework": "*", - "magento/module-catalog": "*", - "magento/module-cms-graph-ql": "*" - }, - "suggest": { - "magento/module-graph-ql": "*", - "magento/module-cms": "*", - "magento/module-catalog-graph-ql": "*" - }, - "license": [ - "OSL-3.0", - "AFL-3.0" + "name": "mage-os/module-catalog-cms-graph-ql", + "description": "N/A", + "type": "magento2-module", + "require": { + "php": "~8.1.0||~8.2.0||~8.3.0", + "mage-os/framework": "1.0.5", + "mage-os/module-catalog": "1.0.5", + "mage-os/module-cms-graph-ql": "1.0.5" + }, + "suggest": { + "mage-os/module-graph-ql": "1.0.5", + "mage-os/module-cms": "1.0.5", + "mage-os/module-catalog-graph-ql": "1.0.5" + }, + "license": [ + "OSL-3.0", + "AFL-3.0" + ], + "autoload": { + "files": [ + "registration.php" ], - "autoload": { - "files": [ - "registration.php" - ], - "psr-4": { - "Magento\\CatalogCmsGraphQl\\": "" - } + "psr-4": { + "Magento\\CatalogCmsGraphQl\\": "" } -} + }, + "version": "1.0.5", + "replace": { + "magento/module-catalog-cms-graph-ql": "100.4.3" + } +} \ No newline at end of file diff --git a/app/code/Magento/CatalogCustomerGraphQl/composer.json b/app/code/Magento/CatalogCustomerGraphQl/composer.json index e26aba6f0bf2..ce63a36238ba 100644 --- a/app/code/Magento/CatalogCustomerGraphQl/composer.json +++ b/app/code/Magento/CatalogCustomerGraphQl/composer.json @@ -1,24 +1,28 @@ { - "name": "magento/module-catalog-customer-graph-ql", - "description": "N/A", - "type": "magento2-module", - "require": { - "php": "~8.1.0||~8.2.0||~8.3.0", - "magento/framework": "*", - "magento/module-catalog": "*", - "magento/module-customer": "*", - "magento/module-catalog-graph-ql": "*" - }, - "license": [ - "OSL-3.0", - "AFL-3.0" + "name": "mage-os/module-catalog-customer-graph-ql", + "description": "N/A", + "type": "magento2-module", + "require": { + "php": "~8.1.0||~8.2.0||~8.3.0", + "mage-os/framework": "1.0.5", + "mage-os/module-catalog": "1.0.5", + "mage-os/module-customer": "1.0.5", + "mage-os/module-catalog-graph-ql": "1.0.5" + }, + "license": [ + "OSL-3.0", + "AFL-3.0" + ], + "autoload": { + "files": [ + "registration.php" ], - "autoload": { - "files": [ - "registration.php" - ], - "psr-4": { - "Magento\\CatalogCustomerGraphQl\\": "" - } + "psr-4": { + "Magento\\CatalogCustomerGraphQl\\": "" } -} + }, + "version": "1.0.5", + "replace": { + "magento/module-catalog-customer-graph-ql": "100.4.6" + } +} \ No newline at end of file diff --git a/app/code/Magento/CatalogGraphQl/composer.json b/app/code/Magento/CatalogGraphQl/composer.json index 000e7cdee911..4b8e67dfb35e 100644 --- a/app/code/Magento/CatalogGraphQl/composer.json +++ b/app/code/Magento/CatalogGraphQl/composer.json @@ -1,37 +1,41 @@ { - "name": "magento/module-catalog-graph-ql", - "description": "N/A", - "type": "magento2-module", - "require": { - "php": "~8.1.0||~8.2.0||~8.3.0", - "magento/module-eav": "*", - "magento/module-catalog": "*", - "magento/module-catalog-inventory": "*", - "magento/module-directory": "*", - "magento/module-search": "*", - "magento/module-store": "*", - "magento/module-eav-graph-ql": "*", - "magento/module-catalog-search": "*", - "magento/framework": "*", - "magento/module-graph-ql": "*", - "magento/module-graph-ql-resolver-cache": "*", - "magento/module-config": "*", - "magento/module-advanced-search": "*" - }, - "suggest": { - "magento/module-graph-ql-cache": "*", - "magento/module-store-graph-ql": "*" - }, - "license": [ - "OSL-3.0", - "AFL-3.0" + "name": "mage-os/module-catalog-graph-ql", + "description": "N/A", + "type": "magento2-module", + "require": { + "php": "~8.1.0||~8.2.0||~8.3.0", + "mage-os/module-eav": "1.0.5", + "mage-os/module-catalog": "1.0.5", + "mage-os/module-catalog-inventory": "1.0.5", + "mage-os/module-directory": "1.0.5", + "mage-os/module-search": "1.0.5", + "mage-os/module-store": "1.0.5", + "mage-os/module-eav-graph-ql": "1.0.5", + "mage-os/module-catalog-search": "1.0.5", + "mage-os/framework": "1.0.5", + "mage-os/module-graph-ql": "1.0.5", + "mage-os/module-graph-ql-resolver-cache": "1.0.5", + "mage-os/module-config": "1.0.5", + "mage-os/module-advanced-search": "1.0.5" + }, + "suggest": { + "mage-os/module-graph-ql-cache": "1.0.5", + "mage-os/module-store-graph-ql": "1.0.5" + }, + "license": [ + "OSL-3.0", + "AFL-3.0" + ], + "autoload": { + "files": [ + "registration.php" ], - "autoload": { - "files": [ - "registration.php" - ], - "psr-4": { - "Magento\\CatalogGraphQl\\": "" - } + "psr-4": { + "Magento\\CatalogGraphQl\\": "" } -} + }, + "version": "1.0.5", + "replace": { + "magento/module-catalog-graph-ql": "100.4.7" + } +} \ No newline at end of file diff --git a/app/code/Magento/CatalogImportExport/composer.json b/app/code/Magento/CatalogImportExport/composer.json index d730be60e2c1..a1cf61fea110 100644 --- a/app/code/Magento/CatalogImportExport/composer.json +++ b/app/code/Magento/CatalogImportExport/composer.json @@ -1,36 +1,40 @@ { - "name": "magento/module-catalog-import-export", - "description": "N/A", - "config": { - "sort-packages": true - }, - "require": { - "php": "~8.1.0||~8.2.0||~8.3.0", - "ext-ctype": "*", - "magento/framework": "*", - "magento/module-catalog": "*", - "magento/module-catalog-inventory": "*", - "magento/module-catalog-url-rewrite": "*", - "magento/module-customer": "*", - "magento/module-eav": "*", - "magento/module-import-export": "*", - "magento/module-media-storage": "*", - "magento/module-store": "*", - "magento/module-tax": "*", - "magento/module-authorization": "*", - "magento/module-aws-s3": "*" - }, - "type": "magento2-module", - "license": [ - "OSL-3.0", - "AFL-3.0" + "name": "mage-os/module-catalog-import-export", + "description": "N/A", + "config": { + "sort-packages": true + }, + "require": { + "php": "~8.1.0||~8.2.0||~8.3.0", + "ext-ctype": "*", + "mage-os/framework": "1.0.5", + "mage-os/module-catalog": "1.0.5", + "mage-os/module-catalog-inventory": "1.0.5", + "mage-os/module-catalog-url-rewrite": "1.0.5", + "mage-os/module-customer": "1.0.5", + "mage-os/module-eav": "1.0.5", + "mage-os/module-import-export": "1.0.5", + "mage-os/module-media-storage": "1.0.5", + "mage-os/module-store": "1.0.5", + "mage-os/module-tax": "1.0.5", + "mage-os/module-authorization": "1.0.5", + "mage-os/module-aws-s3": "1.0.5" + }, + "type": "magento2-module", + "license": [ + "OSL-3.0", + "AFL-3.0" + ], + "autoload": { + "files": [ + "registration.php" ], - "autoload": { - "files": [ - "registration.php" - ], - "psr-4": { - "Magento\\CatalogImportExport\\": "" - } + "psr-4": { + "Magento\\CatalogImportExport\\": "" } -} + }, + "version": "1.0.5", + "replace": { + "magento/module-catalog-import-export": "101.1.7-p3" + } +} \ No newline at end of file diff --git a/app/code/Magento/CatalogInventory/composer.json b/app/code/Magento/CatalogInventory/composer.json index a6554c0a65e9..558101a963f8 100644 --- a/app/code/Magento/CatalogInventory/composer.json +++ b/app/code/Magento/CatalogInventory/composer.json @@ -1,32 +1,36 @@ { - "name": "magento/module-catalog-inventory", - "description": "N/A", - "config": { - "sort-packages": true - }, - "require": { - "php": "~8.1.0||~8.2.0||~8.3.0", - "magento/framework": "*", - "magento/module-catalog": "*", - "magento/module-config": "*", - "magento/module-customer": "*", - "magento/module-eav": "*", - "magento/module-quote": "*", - "magento/module-store": "*", - "magento/module-ui": "*" - }, - "type": "magento2-module", - "license": [ - "OSL-3.0", - "AFL-3.0" + "name": "mage-os/module-catalog-inventory", + "description": "N/A", + "config": { + "sort-packages": true + }, + "require": { + "php": "~8.1.0||~8.2.0||~8.3.0", + "mage-os/framework": "1.0.5", + "mage-os/module-catalog": "1.0.5", + "mage-os/module-config": "1.0.5", + "mage-os/module-customer": "1.0.5", + "mage-os/module-eav": "1.0.5", + "mage-os/module-quote": "1.0.5", + "mage-os/module-store": "1.0.5", + "mage-os/module-ui": "1.0.5" + }, + "type": "magento2-module", + "license": [ + "OSL-3.0", + "AFL-3.0" + ], + "autoload": { + "files": [ + "registration.php" ], - "autoload": { - "files": [ - "registration.php" - ], - "psr-4": { - "Magento\\CatalogInventory\\": "" - } - }, - "abandoned": "magento/inventory-metapackage" -} + "psr-4": { + "Magento\\CatalogInventory\\": "" + } + }, + "abandoned": "magento/inventory-metapackage", + "version": "1.0.5", + "replace": { + "magento/module-catalog-inventory": "100.4.7" + } +} \ No newline at end of file diff --git a/app/code/Magento/CatalogInventoryGraphQl/composer.json b/app/code/Magento/CatalogInventoryGraphQl/composer.json index 7e67a1ab436a..02f8b46cfdb0 100644 --- a/app/code/Magento/CatalogInventoryGraphQl/composer.json +++ b/app/code/Magento/CatalogInventoryGraphQl/composer.json @@ -1,25 +1,29 @@ { - "name": "magento/module-catalog-inventory-graph-ql", - "description": "N/A", - "type": "magento2-module", - "require": { - "php": "~8.1.0||~8.2.0||~8.3.0", - "magento/framework": "*", - "magento/module-store": "*", - "magento/module-catalog": "*", - "magento/module-catalog-inventory": "*", - "magento/module-graph-ql": "*" - }, - "license": [ - "OSL-3.0", - "AFL-3.0" + "name": "mage-os/module-catalog-inventory-graph-ql", + "description": "N/A", + "type": "magento2-module", + "require": { + "php": "~8.1.0||~8.2.0||~8.3.0", + "mage-os/framework": "1.0.5", + "mage-os/module-store": "1.0.5", + "mage-os/module-catalog": "1.0.5", + "mage-os/module-catalog-inventory": "1.0.5", + "mage-os/module-graph-ql": "1.0.5" + }, + "license": [ + "OSL-3.0", + "AFL-3.0" + ], + "autoload": { + "files": [ + "registration.php" ], - "autoload": { - "files": [ - "registration.php" - ], - "psr-4": { - "Magento\\CatalogInventoryGraphQl\\": "" - } + "psr-4": { + "Magento\\CatalogInventoryGraphQl\\": "" } -} + }, + "version": "1.0.5", + "replace": { + "magento/module-catalog-inventory-graph-ql": "100.4.4" + } +} \ No newline at end of file diff --git a/app/code/Magento/CatalogRule/composer.json b/app/code/Magento/CatalogRule/composer.json index d31325e6737f..dfdc7c242858 100644 --- a/app/code/Magento/CatalogRule/composer.json +++ b/app/code/Magento/CatalogRule/composer.json @@ -1,35 +1,39 @@ { - "name": "magento/module-catalog-rule", - "description": "N/A", - "config": { - "sort-packages": true - }, - "require": { - "php": "~8.1.0||~8.2.0||~8.3.0", - "magento/framework": "*", - "magento/module-backend": "*", - "magento/module-catalog": "*", - "magento/module-customer": "*", - "magento/module-eav": "*", - "magento/module-rule": "*", - "magento/module-store": "*", - "magento/module-ui": "*" - }, - "suggest": { - "magento/module-import-export": "*", - "magento/module-catalog-rule-sample-data": "*" - }, - "type": "magento2-module", - "license": [ - "OSL-3.0", - "AFL-3.0" + "name": "mage-os/module-catalog-rule", + "description": "N/A", + "config": { + "sort-packages": true + }, + "require": { + "php": "~8.1.0||~8.2.0||~8.3.0", + "mage-os/framework": "1.0.5", + "mage-os/module-backend": "1.0.5", + "mage-os/module-catalog": "1.0.5", + "mage-os/module-customer": "1.0.5", + "mage-os/module-eav": "1.0.5", + "mage-os/module-rule": "1.0.5", + "mage-os/module-store": "1.0.5", + "mage-os/module-ui": "1.0.5" + }, + "suggest": { + "mage-os/module-import-export": "1.0.5", + "mage-os/module-catalog-rule-sample-data": "Sample Data version: 1.0.5" + }, + "type": "magento2-module", + "license": [ + "OSL-3.0", + "AFL-3.0" + ], + "autoload": { + "files": [ + "registration.php" ], - "autoload": { - "files": [ - "registration.php" - ], - "psr-4": { - "Magento\\CatalogRule\\": "" - } + "psr-4": { + "Magento\\CatalogRule\\": "" } -} + }, + "version": "1.0.5", + "replace": { + "magento/module-catalog-rule": "101.2.7" + } +} \ No newline at end of file diff --git a/app/code/Magento/CatalogRuleConfigurable/composer.json b/app/code/Magento/CatalogRuleConfigurable/composer.json index 0f5055577ef3..ff82e01f4f11 100644 --- a/app/code/Magento/CatalogRuleConfigurable/composer.json +++ b/app/code/Magento/CatalogRuleConfigurable/composer.json @@ -1,31 +1,35 @@ { - "name": "magento/module-catalog-rule-configurable", - "description": "N/A", - "config": { - "sort-packages": true - }, - "require": { - "php": "~8.1.0||~8.2.0||~8.3.0", - "magento/framework": "*", - "magento/magento-composer-installer": "*", - "magento/module-catalog": "*", - "magento/module-catalog-rule": "*", - "magento/module-configurable-product": "*" - }, - "suggest": { - "magento/module-catalog-rule": "*" - }, - "type": "magento2-module", - "license": [ - "OSL-3.0", - "AFL-3.0" + "name": "mage-os/module-catalog-rule-configurable", + "description": "N/A", + "config": { + "sort-packages": true + }, + "require": { + "php": "~8.1.0||~8.2.0||~8.3.0", + "mage-os/framework": "1.0.5", + "mage-os/magento-composer-installer": "1.0.5", + "mage-os/module-catalog": "1.0.5", + "mage-os/module-catalog-rule": "1.0.5", + "mage-os/module-configurable-product": "1.0.5" + }, + "suggest": { + "mage-os/module-catalog-rule": "1.0.5" + }, + "type": "magento2-module", + "license": [ + "OSL-3.0", + "AFL-3.0" + ], + "autoload": { + "files": [ + "registration.php" ], - "autoload": { - "files": [ - "registration.php" - ], - "psr-4": { - "Magento\\CatalogRuleConfigurable\\": "" - } + "psr-4": { + "Magento\\CatalogRuleConfigurable\\": "" } -} + }, + "version": "1.0.5", + "replace": { + "magento/module-catalog-rule-configurable": "100.4.6" + } +} \ No newline at end of file diff --git a/app/code/Magento/CatalogRuleGraphQl/composer.json b/app/code/Magento/CatalogRuleGraphQl/composer.json index 4bf1f3e00166..978541884efb 100644 --- a/app/code/Magento/CatalogRuleGraphQl/composer.json +++ b/app/code/Magento/CatalogRuleGraphQl/composer.json @@ -1,24 +1,28 @@ { - "name": "magento/module-catalog-rule-graph-ql", - "description": "N/A", - "type": "magento2-module", - "require": { - "php": "~8.1.0||~8.2.0||~8.3.0", - "magento/framework": "*" - }, - "suggest": { - "magento/module-catalog-rule": "*" - }, - "license": [ - "OSL-3.0", - "AFL-3.0" + "name": "mage-os/module-catalog-rule-graph-ql", + "description": "N/A", + "type": "magento2-module", + "require": { + "php": "~8.1.0||~8.2.0||~8.3.0", + "mage-os/framework": "1.0.5" + }, + "suggest": { + "mage-os/module-catalog-rule": "1.0.5" + }, + "license": [ + "OSL-3.0", + "AFL-3.0" + ], + "autoload": { + "files": [ + "registration.php" ], - "autoload": { - "files": [ - "registration.php" - ], - "psr-4": { - "Magento\\CatalogRuleGraphQl\\": "" - } + "psr-4": { + "Magento\\CatalogRuleGraphQl\\": "" } -} + }, + "version": "1.0.5", + "replace": { + "magento/module-catalog-rule-graph-ql": "100.4.4" + } +} \ No newline at end of file diff --git a/app/code/Magento/CatalogSearch/composer.json b/app/code/Magento/CatalogSearch/composer.json index de43b68834b1..c56376207510 100644 --- a/app/code/Magento/CatalogSearch/composer.json +++ b/app/code/Magento/CatalogSearch/composer.json @@ -1,38 +1,42 @@ { - "name": "magento/module-catalog-search", - "description": "Catalog search", - "config": { - "sort-packages": true - }, - "require": { - "php": "~8.1.0||~8.2.0||~8.3.0", - "magento/framework": "*", - "magento/module-backend": "*", - "magento/module-catalog": "*", - "magento/module-indexer": "*", - "magento/module-catalog-inventory": "*", - "magento/module-customer": "*", - "magento/module-directory": "*", - "magento/module-eav": "*", - "magento/module-search": "*", - "magento/module-store": "*", - "magento/module-theme": "*", - "magento/module-ui": "*" - }, - "suggest": { - "magento/module-config": "*" - }, - "type": "magento2-module", - "license": [ - "OSL-3.0", - "AFL-3.0" + "name": "mage-os/module-catalog-search", + "description": "Catalog search", + "config": { + "sort-packages": true + }, + "require": { + "php": "~8.1.0||~8.2.0||~8.3.0", + "mage-os/framework": "1.0.5", + "mage-os/module-backend": "1.0.5", + "mage-os/module-catalog": "1.0.5", + "mage-os/module-indexer": "1.0.5", + "mage-os/module-catalog-inventory": "1.0.5", + "mage-os/module-customer": "1.0.5", + "mage-os/module-directory": "1.0.5", + "mage-os/module-eav": "1.0.5", + "mage-os/module-search": "1.0.5", + "mage-os/module-store": "1.0.5", + "mage-os/module-theme": "1.0.5", + "mage-os/module-ui": "1.0.5" + }, + "suggest": { + "mage-os/module-config": "1.0.5" + }, + "type": "magento2-module", + "license": [ + "OSL-3.0", + "AFL-3.0" + ], + "autoload": { + "files": [ + "registration.php" ], - "autoload": { - "files": [ - "registration.php" - ], - "psr-4": { - "Magento\\CatalogSearch\\": "" - } + "psr-4": { + "Magento\\CatalogSearch\\": "" } -} + }, + "version": "1.0.5", + "replace": { + "magento/module-catalog-search": "102.0.7-p3" + } +} \ No newline at end of file diff --git a/app/code/Magento/CatalogUrlRewrite/composer.json b/app/code/Magento/CatalogUrlRewrite/composer.json index 753a3a9956ef..53c23891502a 100644 --- a/app/code/Magento/CatalogUrlRewrite/composer.json +++ b/app/code/Magento/CatalogUrlRewrite/composer.json @@ -1,35 +1,39 @@ { - "name": "magento/module-catalog-url-rewrite", - "description": "N/A", - "config": { - "sort-packages": true - }, - "require": { - "php": "~8.1.0||~8.2.0||~8.3.0", - "magento/framework": "*", - "magento/module-backend": "*", - "magento/module-catalog": "*", - "magento/module-catalog-import-export": "*", - "magento/module-eav": "*", - "magento/module-import-export": "*", - "magento/module-store": "*", - "magento/module-ui": "*", - "magento/module-url-rewrite": "*" - }, - "suggest": { - "magento/module-webapi": "*" - }, - "type": "magento2-module", - "license": [ - "OSL-3.0", - "AFL-3.0" + "name": "mage-os/module-catalog-url-rewrite", + "description": "N/A", + "config": { + "sort-packages": true + }, + "require": { + "php": "~8.1.0||~8.2.0||~8.3.0", + "mage-os/framework": "1.0.5", + "mage-os/module-backend": "1.0.5", + "mage-os/module-catalog": "1.0.5", + "mage-os/module-catalog-import-export": "1.0.5", + "mage-os/module-eav": "1.0.5", + "mage-os/module-import-export": "1.0.5", + "mage-os/module-store": "1.0.5", + "mage-os/module-ui": "1.0.5", + "mage-os/module-url-rewrite": "1.0.5" + }, + "suggest": { + "mage-os/module-webapi": "1.0.5" + }, + "type": "magento2-module", + "license": [ + "OSL-3.0", + "AFL-3.0" + ], + "autoload": { + "files": [ + "registration.php" ], - "autoload": { - "files": [ - "registration.php" - ], - "psr-4": { - "Magento\\CatalogUrlRewrite\\": "" - } + "psr-4": { + "Magento\\CatalogUrlRewrite\\": "" } -} + }, + "version": "1.0.5", + "replace": { + "magento/module-catalog-url-rewrite": "100.4.7" + } +} \ No newline at end of file diff --git a/app/code/Magento/CatalogUrlRewriteGraphQl/composer.json b/app/code/Magento/CatalogUrlRewriteGraphQl/composer.json index 69bff5a91d73..dbffe429ccfb 100644 --- a/app/code/Magento/CatalogUrlRewriteGraphQl/composer.json +++ b/app/code/Magento/CatalogUrlRewriteGraphQl/composer.json @@ -1,30 +1,34 @@ { - "name": "magento/module-catalog-url-rewrite-graph-ql", - "description": "N/A", - "type": "magento2-module", - "require": { - "php": "~8.1.0||~8.2.0||~8.3.0", - "magento/module-store": "*", - "magento/module-catalog": "*", - "magento/module-catalog-graph-ql": "*", - "magento/module-url-rewrite-graph-ql": "*", - "magento/framework": "*" - }, - "suggest": { - "magento/module-catalog-url-rewrite": "*", - "magento/module-catalog-graph-ql": "*", - "magento/module-url-rewrite-graph-ql": "*" - }, - "license": [ - "OSL-3.0", - "AFL-3.0" + "name": "mage-os/module-catalog-url-rewrite-graph-ql", + "description": "N/A", + "type": "magento2-module", + "require": { + "php": "~8.1.0||~8.2.0||~8.3.0", + "mage-os/module-store": "1.0.5", + "mage-os/module-catalog": "1.0.5", + "mage-os/module-catalog-graph-ql": "1.0.5", + "mage-os/module-url-rewrite-graph-ql": "1.0.5", + "mage-os/framework": "1.0.5" + }, + "suggest": { + "mage-os/module-catalog-url-rewrite": "1.0.5", + "mage-os/module-catalog-graph-ql": "1.0.5", + "mage-os/module-url-rewrite-graph-ql": "1.0.5" + }, + "license": [ + "OSL-3.0", + "AFL-3.0" + ], + "autoload": { + "files": [ + "registration.php" ], - "autoload": { - "files": [ - "registration.php" - ], - "psr-4": { - "Magento\\CatalogUrlRewriteGraphQl\\": "" - } + "psr-4": { + "Magento\\CatalogUrlRewriteGraphQl\\": "" } -} + }, + "version": "1.0.5", + "replace": { + "magento/module-catalog-url-rewrite-graph-ql": "100.4.5" + } +} \ No newline at end of file diff --git a/app/code/Magento/CatalogWidget/composer.json b/app/code/Magento/CatalogWidget/composer.json index 44ef0bbebbd3..9a668298e821 100644 --- a/app/code/Magento/CatalogWidget/composer.json +++ b/app/code/Magento/CatalogWidget/composer.json @@ -1,33 +1,37 @@ { - "name": "magento/module-catalog-widget", - "description": "N/A", - "config": { - "sort-packages": true - }, - "require": { - "php": "~8.1.0||~8.2.0||~8.3.0", - "magento/framework": "*", - "magento/module-backend": "*", - "magento/module-catalog": "*", - "magento/module-customer": "*", - "magento/module-eav": "*", - "magento/module-rule": "*", - "magento/module-store": "*", - "magento/module-widget": "*", - "magento/module-wishlist": "*", - "magento/module-theme": "*" - }, - "type": "magento2-module", - "license": [ - "OSL-3.0", - "AFL-3.0" + "name": "mage-os/module-catalog-widget", + "description": "N/A", + "config": { + "sort-packages": true + }, + "require": { + "php": "~8.1.0||~8.2.0||~8.3.0", + "mage-os/framework": "1.0.5", + "mage-os/module-backend": "1.0.5", + "mage-os/module-catalog": "1.0.5", + "mage-os/module-customer": "1.0.5", + "mage-os/module-eav": "1.0.5", + "mage-os/module-rule": "1.0.5", + "mage-os/module-store": "1.0.5", + "mage-os/module-widget": "1.0.5", + "mage-os/module-wishlist": "1.0.5", + "mage-os/module-theme": "1.0.5" + }, + "type": "magento2-module", + "license": [ + "OSL-3.0", + "AFL-3.0" + ], + "autoload": { + "files": [ + "registration.php" ], - "autoload": { - "files": [ - "registration.php" - ], - "psr-4": { - "Magento\\CatalogWidget\\": "" - } + "psr-4": { + "Magento\\CatalogWidget\\": "" } -} + }, + "version": "1.0.5", + "replace": { + "magento/module-catalog-widget": "100.4.7" + } +} \ No newline at end of file diff --git a/app/code/Magento/Checkout/composer.json b/app/code/Magento/Checkout/composer.json index c30a2ed8743c..e0a12525d116 100644 --- a/app/code/Magento/Checkout/composer.json +++ b/app/code/Magento/Checkout/composer.json @@ -1,48 +1,52 @@ { - "name": "magento/module-checkout", - "description": "N/A", - "config": { - "sort-packages": true - }, - "require": { - "php": "~8.1.0||~8.2.0||~8.3.0", - "magento/framework": "*", - "magento/module-captcha": "*", - "magento/module-catalog": "*", - "magento/module-catalog-inventory": "*", - "magento/module-config": "*", - "magento/module-customer": "*", - "magento/module-directory": "*", - "magento/module-eav": "*", - "magento/module-msrp": "*", - "magento/module-page-cache": "*", - "magento/module-payment": "*", - "magento/module-quote": "*", - "magento/module-sales": "*", - "magento/module-sales-rule": "*", - "magento/module-security": "*", - "magento/module-shipping": "*", - "magento/module-store": "*", - "magento/module-tax": "*", - "magento/module-theme": "*", - "magento/module-ui": "*", - "magento/module-authorization": "*", - "magento/module-csp": "*" - }, - "suggest": { - "magento/module-cookie": "*" - }, - "type": "magento2-module", - "license": [ - "OSL-3.0", - "AFL-3.0" + "name": "mage-os/module-checkout", + "description": "N/A", + "config": { + "sort-packages": true + }, + "require": { + "php": "~8.1.0||~8.2.0||~8.3.0", + "mage-os/framework": "1.0.5", + "mage-os/module-captcha": "1.0.5", + "mage-os/module-catalog": "1.0.5", + "mage-os/module-catalog-inventory": "1.0.5", + "mage-os/module-config": "1.0.5", + "mage-os/module-customer": "1.0.5", + "mage-os/module-directory": "1.0.5", + "mage-os/module-eav": "1.0.5", + "mage-os/module-msrp": "1.0.5", + "mage-os/module-page-cache": "1.0.5", + "mage-os/module-payment": "1.0.5", + "mage-os/module-quote": "1.0.5", + "mage-os/module-sales": "1.0.5", + "mage-os/module-sales-rule": "1.0.5", + "mage-os/module-security": "1.0.5", + "mage-os/module-shipping": "1.0.5", + "mage-os/module-store": "1.0.5", + "mage-os/module-tax": "1.0.5", + "mage-os/module-theme": "1.0.5", + "mage-os/module-ui": "1.0.5", + "mage-os/module-authorization": "1.0.5", + "mage-os/module-csp": "1.0.5" + }, + "suggest": { + "mage-os/module-cookie": "1.0.5" + }, + "type": "magento2-module", + "license": [ + "OSL-3.0", + "AFL-3.0" + ], + "autoload": { + "files": [ + "registration.php" ], - "autoload": { - "files": [ - "registration.php" - ], - "psr-4": { - "Magento\\Checkout\\": "" - } + "psr-4": { + "Magento\\Checkout\\": "" } -} + }, + "version": "1.0.5", + "replace": { + "magento/module-checkout": "100.4.7" + } +} \ No newline at end of file diff --git a/app/code/Magento/CheckoutAgreements/composer.json b/app/code/Magento/CheckoutAgreements/composer.json index 7d23cf7b8b04..6ef014cfd16d 100644 --- a/app/code/Magento/CheckoutAgreements/composer.json +++ b/app/code/Magento/CheckoutAgreements/composer.json @@ -1,28 +1,32 @@ { - "name": "magento/module-checkout-agreements", - "description": "N/A", - "config": { - "sort-packages": true - }, - "require": { - "php": "~8.1.0||~8.2.0||~8.3.0", - "magento/framework": "*", - "magento/module-backend": "*", - "magento/module-checkout": "*", - "magento/module-quote": "*", - "magento/module-store": "*" - }, - "type": "magento2-module", - "license": [ - "OSL-3.0", - "AFL-3.0" + "name": "mage-os/module-checkout-agreements", + "description": "N/A", + "config": { + "sort-packages": true + }, + "require": { + "php": "~8.1.0||~8.2.0||~8.3.0", + "mage-os/framework": "1.0.5", + "mage-os/module-backend": "1.0.5", + "mage-os/module-checkout": "1.0.5", + "mage-os/module-quote": "1.0.5", + "mage-os/module-store": "1.0.5" + }, + "type": "magento2-module", + "license": [ + "OSL-3.0", + "AFL-3.0" + ], + "autoload": { + "files": [ + "registration.php" ], - "autoload": { - "files": [ - "registration.php" - ], - "psr-4": { - "Magento\\CheckoutAgreements\\": "" - } + "psr-4": { + "Magento\\CheckoutAgreements\\": "" } -} + }, + "version": "1.0.5", + "replace": { + "magento/module-checkout-agreements": "100.4.6" + } +} \ No newline at end of file diff --git a/app/code/Magento/CheckoutAgreementsGraphQl/composer.json b/app/code/Magento/CheckoutAgreementsGraphQl/composer.json index 1e43ad7b5cc0..eeacc41f4e0c 100644 --- a/app/code/Magento/CheckoutAgreementsGraphQl/composer.json +++ b/app/code/Magento/CheckoutAgreementsGraphQl/composer.json @@ -1,26 +1,30 @@ { - "name": "magento/module-checkout-agreements-graph-ql", - "description": "N/A", - "type": "magento2-module", - "require": { - "php": "~8.1.0||~8.2.0||~8.3.0", - "magento/framework": "*", - "magento/module-store": "*", - "magento/module-checkout-agreements": "*" - }, - "suggest": { - "magento/module-graph-ql": "*" - }, - "license": [ - "OSL-3.0", - "AFL-3.0" + "name": "mage-os/module-checkout-agreements-graph-ql", + "description": "N/A", + "type": "magento2-module", + "require": { + "php": "~8.1.0||~8.2.0||~8.3.0", + "mage-os/framework": "1.0.5", + "mage-os/module-store": "1.0.5", + "mage-os/module-checkout-agreements": "1.0.5" + }, + "suggest": { + "mage-os/module-graph-ql": "1.0.5" + }, + "license": [ + "OSL-3.0", + "AFL-3.0" + ], + "autoload": { + "files": [ + "registration.php" ], - "autoload": { - "files": [ - "registration.php" - ], - "psr-4": { - "Magento\\CheckoutAgreementsGraphQl\\": "" - } + "psr-4": { + "Magento\\CheckoutAgreementsGraphQl\\": "" } -} + }, + "version": "1.0.5", + "replace": { + "magento/module-checkout-agreements-graph-ql": "100.4.3" + } +} \ No newline at end of file diff --git a/app/code/Magento/Cms/composer.json b/app/code/Magento/Cms/composer.json index 14650f962502..5bface4d98e3 100644 --- a/app/code/Magento/Cms/composer.json +++ b/app/code/Magento/Cms/composer.json @@ -1,36 +1,40 @@ { - "name": "magento/module-cms", - "description": "N/A", - "config": { - "sort-packages": true - }, - "require": { - "php": "~8.1.0||~8.2.0||~8.3.0", - "magento/framework": "*", - "magento/module-backend": "*", - "magento/module-catalog": "*", - "magento/module-email": "*", - "magento/module-media-storage": "*", - "magento/module-store": "*", - "magento/module-theme": "*", - "magento/module-ui": "*", - "magento/module-variable": "*", - "magento/module-widget": "*" - }, - "suggest": { - "magento/module-cms-sample-data": "*" - }, - "type": "magento2-module", - "license": [ - "OSL-3.0", - "AFL-3.0" + "name": "mage-os/module-cms", + "description": "N/A", + "config": { + "sort-packages": true + }, + "require": { + "php": "~8.1.0||~8.2.0||~8.3.0", + "mage-os/framework": "1.0.5", + "mage-os/module-backend": "1.0.5", + "mage-os/module-catalog": "1.0.5", + "mage-os/module-email": "1.0.5", + "mage-os/module-media-storage": "1.0.5", + "mage-os/module-store": "1.0.5", + "mage-os/module-theme": "1.0.5", + "mage-os/module-ui": "1.0.5", + "mage-os/module-variable": "1.0.5", + "mage-os/module-widget": "1.0.5" + }, + "suggest": { + "mage-os/module-cms-sample-data": "Sample Data version: 1.0.5" + }, + "type": "magento2-module", + "license": [ + "OSL-3.0", + "AFL-3.0" + ], + "autoload": { + "files": [ + "registration.php" ], - "autoload": { - "files": [ - "registration.php" - ], - "psr-4": { - "Magento\\Cms\\": "" - } + "psr-4": { + "Magento\\Cms\\": "" } -} + }, + "version": "1.0.5", + "replace": { + "magento/module-cms": "104.0.7-p3" + } +} \ No newline at end of file diff --git a/app/code/Magento/CmsGraphQl/composer.json b/app/code/Magento/CmsGraphQl/composer.json index 10754a9805e4..0d7dcba548e2 100644 --- a/app/code/Magento/CmsGraphQl/composer.json +++ b/app/code/Magento/CmsGraphQl/composer.json @@ -1,30 +1,34 @@ { - "name": "magento/module-cms-graph-ql", - "description": "N/A", - "type": "magento2-module", - "require": { - "php": "~8.1.0||~8.2.0||~8.3.0", - "magento/framework": "*", - "magento/module-cms": "*", - "magento/module-widget": "*", - "magento/module-store": "*", - "magento/module-graph-ql-resolver-cache": "*" - }, - "suggest": { - "magento/module-graph-ql": "*", - "magento/module-graph-ql-cache": "*", - "magento/module-store-graph-ql": "*" - }, - "license": [ - "OSL-3.0", - "AFL-3.0" + "name": "mage-os/module-cms-graph-ql", + "description": "N/A", + "type": "magento2-module", + "require": { + "php": "~8.1.0||~8.2.0||~8.3.0", + "mage-os/framework": "1.0.5", + "mage-os/module-cms": "1.0.5", + "mage-os/module-widget": "1.0.5", + "mage-os/module-store": "1.0.5", + "mage-os/module-graph-ql-resolver-cache": "1.0.5" + }, + "suggest": { + "mage-os/module-graph-ql": "1.0.5", + "mage-os/module-graph-ql-cache": "1.0.5", + "mage-os/module-store-graph-ql": "1.0.5" + }, + "license": [ + "OSL-3.0", + "AFL-3.0" + ], + "autoload": { + "files": [ + "registration.php" ], - "autoload": { - "files": [ - "registration.php" - ], - "psr-4": { - "Magento\\CmsGraphQl\\": "" - } + "psr-4": { + "Magento\\CmsGraphQl\\": "" } -} + }, + "version": "1.0.5", + "replace": { + "magento/module-cms-graph-ql": "100.4.4" + } +} \ No newline at end of file diff --git a/app/code/Magento/CmsUrlRewrite/composer.json b/app/code/Magento/CmsUrlRewrite/composer.json index 1aa316bdf929..56c7a3a4ee97 100644 --- a/app/code/Magento/CmsUrlRewrite/composer.json +++ b/app/code/Magento/CmsUrlRewrite/composer.json @@ -1,27 +1,31 @@ { - "name": "magento/module-cms-url-rewrite", - "description": "N/A", - "config": { - "sort-packages": true - }, - "require": { - "php": "~8.1.0||~8.2.0||~8.3.0", - "magento/framework": "*", - "magento/module-cms": "*", - "magento/module-store": "*", - "magento/module-url-rewrite": "*" - }, - "type": "magento2-module", - "license": [ - "OSL-3.0", - "AFL-3.0" + "name": "mage-os/module-cms-url-rewrite", + "description": "N/A", + "config": { + "sort-packages": true + }, + "require": { + "php": "~8.1.0||~8.2.0||~8.3.0", + "mage-os/framework": "1.0.5", + "mage-os/module-cms": "1.0.5", + "mage-os/module-store": "1.0.5", + "mage-os/module-url-rewrite": "1.0.5" + }, + "type": "magento2-module", + "license": [ + "OSL-3.0", + "AFL-3.0" + ], + "autoload": { + "files": [ + "registration.php" ], - "autoload": { - "files": [ - "registration.php" - ], - "psr-4": { - "Magento\\CmsUrlRewrite\\": "" - } + "psr-4": { + "Magento\\CmsUrlRewrite\\": "" } -} + }, + "version": "1.0.5", + "replace": { + "magento/module-cms-url-rewrite": "100.4.6" + } +} \ No newline at end of file diff --git a/app/code/Magento/CmsUrlRewriteGraphQl/composer.json b/app/code/Magento/CmsUrlRewriteGraphQl/composer.json index 91a002e33fdf..aa0a08deb2ac 100644 --- a/app/code/Magento/CmsUrlRewriteGraphQl/composer.json +++ b/app/code/Magento/CmsUrlRewriteGraphQl/composer.json @@ -1,29 +1,33 @@ { - "name": "magento/module-cms-url-rewrite-graph-ql", - "description": "N/A", - "type": "magento2-module", - "require": { - "php": "~8.1.0||~8.2.0||~8.3.0", - "magento/framework": "*", - "magento/module-cms": "*", - "magento/module-store": "*", - "magento/module-url-rewrite-graph-ql": "*", - "magento/module-cms-graph-ql": "*" - }, - "suggest": { - "magento/module-cms-url-rewrite": "*", - "magento/module-catalog-graph-ql": "*" - }, - "license": [ - "OSL-3.0", - "AFL-3.0" + "name": "mage-os/module-cms-url-rewrite-graph-ql", + "description": "N/A", + "type": "magento2-module", + "require": { + "php": "~8.1.0||~8.2.0||~8.3.0", + "mage-os/framework": "1.0.5", + "mage-os/module-cms": "1.0.5", + "mage-os/module-store": "1.0.5", + "mage-os/module-url-rewrite-graph-ql": "1.0.5", + "mage-os/module-cms-graph-ql": "1.0.5" + }, + "suggest": { + "mage-os/module-cms-url-rewrite": "1.0.5", + "mage-os/module-catalog-graph-ql": "1.0.5" + }, + "license": [ + "OSL-3.0", + "AFL-3.0" + ], + "autoload": { + "files": [ + "registration.php" ], - "autoload": { - "files": [ - "registration.php" - ], - "psr-4": { - "Magento\\CmsUrlRewriteGraphQl\\": "" - } + "psr-4": { + "Magento\\CmsUrlRewriteGraphQl\\": "" } -} + }, + "version": "1.0.5", + "replace": { + "magento/module-cms-url-rewrite-graph-ql": "100.4.5" + } +} \ No newline at end of file diff --git a/app/code/Magento/CompareListGraphQl/composer.json b/app/code/Magento/CompareListGraphQl/composer.json index eef7a1ada8b0..6bd1b5fed8b1 100644 --- a/app/code/Magento/CompareListGraphQl/composer.json +++ b/app/code/Magento/CompareListGraphQl/composer.json @@ -1,23 +1,27 @@ { - "name": "magento/module-compare-list-graph-ql", - "description": "N/A", - "type": "magento2-module", - "require": { - "php": "~8.1.0||~8.2.0||~8.3.0", - "magento/framework": "*", - "magento/module-catalog": "*", - "magento/module-customer": "*" - }, - "license": [ - "OSL-3.0", - "AFL-3.0" + "name": "mage-os/module-compare-list-graph-ql", + "description": "N/A", + "type": "magento2-module", + "require": { + "php": "~8.1.0||~8.2.0||~8.3.0", + "mage-os/framework": "1.0.5", + "mage-os/module-catalog": "1.0.5", + "mage-os/module-customer": "1.0.5" + }, + "license": [ + "OSL-3.0", + "AFL-3.0" + ], + "autoload": { + "files": [ + "registration.php" ], - "autoload": { - "files": [ - "registration.php" - ], - "psr-4": { - "Magento\\CompareListGraphQl\\": "" - } + "psr-4": { + "Magento\\CompareListGraphQl\\": "" } -} + }, + "version": "1.0.5", + "replace": { + "magento/module-compare-list-graph-ql": "100.4.3" + } +} \ No newline at end of file diff --git a/app/code/Magento/Config/composer.json b/app/code/Magento/Config/composer.json index c11b6a70755e..a9a92ebb3685 100644 --- a/app/code/Magento/Config/composer.json +++ b/app/code/Magento/Config/composer.json @@ -1,31 +1,35 @@ { - "name": "magento/module-config", - "description": "N/A", - "config": { - "sort-packages": true - }, - "require": { - "php": "~8.1.0||~8.2.0||~8.3.0", - "magento/framework": "*", - "magento/module-backend": "*", - "magento/module-cron": "*", - "magento/module-deploy": "*", - "magento/module-directory": "*", - "magento/module-email": "*", - "magento/module-media-storage": "*", - "magento/module-store": "*" - }, - "type": "magento2-module", - "license": [ - "OSL-3.0", - "AFL-3.0" + "name": "mage-os/module-config", + "description": "N/A", + "config": { + "sort-packages": true + }, + "require": { + "php": "~8.1.0||~8.2.0||~8.3.0", + "mage-os/framework": "1.0.5", + "mage-os/module-backend": "1.0.5", + "mage-os/module-cron": "1.0.5", + "mage-os/module-deploy": "1.0.5", + "mage-os/module-directory": "1.0.5", + "mage-os/module-email": "1.0.5", + "mage-os/module-media-storage": "1.0.5", + "mage-os/module-store": "1.0.5" + }, + "type": "magento2-module", + "license": [ + "OSL-3.0", + "AFL-3.0" + ], + "autoload": { + "files": [ + "registration.php" ], - "autoload": { - "files": [ - "registration.php" - ], - "psr-4": { - "Magento\\Config\\": "" - } + "psr-4": { + "Magento\\Config\\": "" } -} + }, + "version": "1.0.5", + "replace": { + "magento/module-config": "101.2.7-p2" + } +} \ No newline at end of file diff --git a/app/code/Magento/ConfigurableImportExport/composer.json b/app/code/Magento/ConfigurableImportExport/composer.json index 9b5052c5ebf8..0c82d6e91472 100644 --- a/app/code/Magento/ConfigurableImportExport/composer.json +++ b/app/code/Magento/ConfigurableImportExport/composer.json @@ -1,30 +1,34 @@ { - "name": "magento/module-configurable-import-export", - "description": "N/A", - "config": { - "sort-packages": true - }, - "require": { - "php": "~8.1.0||~8.2.0||~8.3.0", - "magento/framework": "*", - "magento/module-catalog": "*", - "magento/module-catalog-import-export": "*", - "magento/module-configurable-product": "*", - "magento/module-eav": "*", - "magento/module-import-export": "*", - "magento/module-store": "*" - }, - "type": "magento2-module", - "license": [ - "OSL-3.0", - "AFL-3.0" + "name": "mage-os/module-configurable-import-export", + "description": "N/A", + "config": { + "sort-packages": true + }, + "require": { + "php": "~8.1.0||~8.2.0||~8.3.0", + "mage-os/framework": "1.0.5", + "mage-os/module-catalog": "1.0.5", + "mage-os/module-catalog-import-export": "1.0.5", + "mage-os/module-configurable-product": "1.0.5", + "mage-os/module-eav": "1.0.5", + "mage-os/module-import-export": "1.0.5", + "mage-os/module-store": "1.0.5" + }, + "type": "magento2-module", + "license": [ + "OSL-3.0", + "AFL-3.0" + ], + "autoload": { + "files": [ + "registration.php" ], - "autoload": { - "files": [ - "registration.php" - ], - "psr-4": { - "Magento\\ConfigurableImportExport\\": "" - } + "psr-4": { + "Magento\\ConfigurableImportExport\\": "" } -} + }, + "version": "1.0.5", + "replace": { + "magento/module-configurable-import-export": "100.4.5" + } +} \ No newline at end of file diff --git a/app/code/Magento/ConfigurableProduct/composer.json b/app/code/Magento/ConfigurableProduct/composer.json index 0fb85d0d5fdd..8cbf0c7ac9f5 100644 --- a/app/code/Magento/ConfigurableProduct/composer.json +++ b/app/code/Magento/ConfigurableProduct/composer.json @@ -1,45 +1,49 @@ { - "name": "magento/module-configurable-product", - "description": "N/A", - "config": { - "sort-packages": true - }, - "require": { - "php": "~8.1.0||~8.2.0||~8.3.0", - "magento/framework": "*", - "magento/module-backend": "*", - "magento/module-catalog": "*", - "magento/module-catalog-inventory": "*", - "magento/module-checkout": "*", - "magento/module-customer": "*", - "magento/module-eav": "*", - "magento/module-media-storage": "*", - "magento/module-quote": "*", - "magento/module-store": "*", - "magento/module-ui": "*" - }, - "suggest": { - "magento/module-msrp": "*", - "magento/module-webapi": "*", - "magento/module-sales": "*", - "magento/module-sales-rule": "*", - "magento/module-product-video": "*", - "magento/module-configurable-sample-data": "*", - "magento/module-product-links-sample-data": "*", - "magento/module-tax": "*", - "magento/module-catalog-widget": "*" - }, - "type": "magento2-module", - "license": [ - "OSL-3.0", - "AFL-3.0" + "name": "mage-os/module-configurable-product", + "description": "N/A", + "config": { + "sort-packages": true + }, + "require": { + "php": "~8.1.0||~8.2.0||~8.3.0", + "mage-os/framework": "1.0.5", + "mage-os/module-backend": "1.0.5", + "mage-os/module-catalog": "1.0.5", + "mage-os/module-catalog-inventory": "1.0.5", + "mage-os/module-checkout": "1.0.5", + "mage-os/module-customer": "1.0.5", + "mage-os/module-eav": "1.0.5", + "mage-os/module-media-storage": "1.0.5", + "mage-os/module-quote": "1.0.5", + "mage-os/module-store": "1.0.5", + "mage-os/module-ui": "1.0.5" + }, + "suggest": { + "mage-os/module-msrp": "1.0.5", + "mage-os/module-webapi": "1.0.5", + "mage-os/module-sales": "1.0.5", + "mage-os/module-sales-rule": "1.0.5", + "mage-os/module-product-video": "1.0.5", + "mage-os/module-configurable-sample-data": "Sample Data version: 1.0.5", + "mage-os/module-product-links-sample-data": "Sample Data version: 1.0.5", + "mage-os/module-tax": "1.0.5", + "mage-os/module-catalog-widget": "1.0.5" + }, + "type": "magento2-module", + "license": [ + "OSL-3.0", + "AFL-3.0" + ], + "autoload": { + "files": [ + "registration.php" ], - "autoload": { - "files": [ - "registration.php" - ], - "psr-4": { - "Magento\\ConfigurableProduct\\": "" - } + "psr-4": { + "Magento\\ConfigurableProduct\\": "" } -} + }, + "version": "1.0.5", + "replace": { + "magento/module-configurable-product": "100.4.7" + } +} \ No newline at end of file diff --git a/app/code/Magento/ConfigurableProductGraphQl/composer.json b/app/code/Magento/ConfigurableProductGraphQl/composer.json index 666bd2276f77..2eaea3442887 100644 --- a/app/code/Magento/ConfigurableProductGraphQl/composer.json +++ b/app/code/Magento/ConfigurableProductGraphQl/composer.json @@ -1,28 +1,32 @@ { - "name": "magento/module-configurable-product-graph-ql", - "description": "N/A", - "type": "magento2-module", - "require": { - "php": "~8.1.0||~8.2.0||~8.3.0", - "magento/module-catalog": "*", - "magento/module-configurable-product": "*", - "magento/module-graph-ql": "*", - "magento/module-catalog-graph-ql": "*", - "magento/module-quote": "*", - "magento/module-quote-graph-ql": "*", - "magento/module-catalog-inventory": "*", - "magento/framework": "*" - }, - "license": [ - "OSL-3.0", - "AFL-3.0" + "name": "mage-os/module-configurable-product-graph-ql", + "description": "N/A", + "type": "magento2-module", + "require": { + "php": "~8.1.0||~8.2.0||~8.3.0", + "mage-os/module-catalog": "1.0.5", + "mage-os/module-configurable-product": "1.0.5", + "mage-os/module-graph-ql": "1.0.5", + "mage-os/module-catalog-graph-ql": "1.0.5", + "mage-os/module-quote": "1.0.5", + "mage-os/module-quote-graph-ql": "1.0.5", + "mage-os/module-catalog-inventory": "1.0.5", + "mage-os/framework": "1.0.5" + }, + "license": [ + "OSL-3.0", + "AFL-3.0" + ], + "autoload": { + "files": [ + "registration.php" ], - "autoload": { - "files": [ - "registration.php" - ], - "psr-4": { - "Magento\\ConfigurableProductGraphQl\\": "" - } + "psr-4": { + "Magento\\ConfigurableProductGraphQl\\": "" } -} + }, + "version": "1.0.5", + "replace": { + "magento/module-configurable-product-graph-ql": "100.4.7" + } +} \ No newline at end of file diff --git a/app/code/Magento/ConfigurableProductSales/composer.json b/app/code/Magento/ConfigurableProductSales/composer.json index ba23609f6aba..f672d013285b 100644 --- a/app/code/Magento/ConfigurableProductSales/composer.json +++ b/app/code/Magento/ConfigurableProductSales/composer.json @@ -1,28 +1,32 @@ { - "name": "magento/module-configurable-product-sales", - "description": "N/A", - "config": { - "sort-packages": true - }, - "require": { - "php": "~8.1.0||~8.2.0||~8.3.0", - "magento/framework": "*", - "magento/module-catalog": "*", - "magento/module-sales": "*", - "magento/module-store": "*", - "magento/module-configurable-product": "*" - }, - "type": "magento2-module", - "license": [ - "OSL-3.0", - "AFL-3.0" + "name": "mage-os/module-configurable-product-sales", + "description": "N/A", + "config": { + "sort-packages": true + }, + "require": { + "php": "~8.1.0||~8.2.0||~8.3.0", + "mage-os/framework": "1.0.5", + "mage-os/module-catalog": "1.0.5", + "mage-os/module-sales": "1.0.5", + "mage-os/module-store": "1.0.5", + "mage-os/module-configurable-product": "1.0.5" + }, + "type": "magento2-module", + "license": [ + "OSL-3.0", + "AFL-3.0" + ], + "autoload": { + "files": [ + "registration.php" ], - "autoload": { - "files": [ - "registration.php" - ], - "psr-4": { - "Magento\\ConfigurableProductSales\\": "" - } + "psr-4": { + "Magento\\ConfigurableProductSales\\": "" } -} + }, + "version": "1.0.5", + "replace": { + "magento/module-configurable-product-sales": "100.4.4" + } +} \ No newline at end of file diff --git a/app/code/Magento/Contact/composer.json b/app/code/Magento/Contact/composer.json index 5157e807b7eb..3e47dccff059 100644 --- a/app/code/Magento/Contact/composer.json +++ b/app/code/Magento/Contact/composer.json @@ -1,28 +1,32 @@ { - "name": "magento/module-contact", - "description": "N/A", - "config": { - "sort-packages": true - }, - "require": { - "php": "~8.1.0||~8.2.0||~8.3.0", - "magento/framework": "*", - "magento/module-cms": "*", - "magento/module-config": "*", - "magento/module-customer": "*", - "magento/module-store": "*" - }, - "type": "magento2-module", - "license": [ - "OSL-3.0", - "AFL-3.0" + "name": "mage-os/module-contact", + "description": "N/A", + "config": { + "sort-packages": true + }, + "require": { + "php": "~8.1.0||~8.2.0||~8.3.0", + "mage-os/framework": "1.0.5", + "mage-os/module-cms": "1.0.5", + "mage-os/module-config": "1.0.5", + "mage-os/module-customer": "1.0.5", + "mage-os/module-store": "1.0.5" + }, + "type": "magento2-module", + "license": [ + "OSL-3.0", + "AFL-3.0" + ], + "autoload": { + "files": [ + "registration.php" ], - "autoload": { - "files": [ - "registration.php" - ], - "psr-4": { - "Magento\\Contact\\": "" - } + "psr-4": { + "Magento\\Contact\\": "" } -} + }, + "version": "1.0.5", + "replace": { + "magento/module-contact": "100.4.6" + } +} \ No newline at end of file diff --git a/app/code/Magento/ContactGraphQl/composer.json b/app/code/Magento/ContactGraphQl/composer.json index 6292f24a4007..88b126c27fbe 100644 --- a/app/code/Magento/ContactGraphQl/composer.json +++ b/app/code/Magento/ContactGraphQl/composer.json @@ -1,28 +1,32 @@ { - "name": "magento/module-contact-graph-ql", - "description": "N/A", - "type": "magento2-module", - "config": { - "sort-packages": true - }, - "require": { - "php": "~8.1.0||~8.2.0||~8.3.0", - "magento/framework": "*", - "magento/module-contact": "*" - }, - "suggest": { - "magento/module-graph-ql": "*" - }, - "license": [ - "OSL-3.0", - "AFL-3.0" + "name": "mage-os/module-contact-graph-ql", + "description": "N/A", + "type": "magento2-module", + "config": { + "sort-packages": true + }, + "require": { + "php": "~8.1.0||~8.2.0||~8.3.0", + "mage-os/framework": "1.0.5", + "mage-os/module-contact": "1.0.5" + }, + "suggest": { + "mage-os/module-graph-ql": "1.0.5" + }, + "license": [ + "OSL-3.0", + "AFL-3.0" + ], + "autoload": { + "files": [ + "registration.php" ], - "autoload": { - "files": [ - "registration.php" - ], - "psr-4": { - "Magento\\ContactGraphQl\\": "" - } + "psr-4": { + "Magento\\ContactGraphQl\\": "" } -} + }, + "version": "1.0.5", + "replace": { + "magento/module-contact-graph-ql": "100.4.0" + } +} \ No newline at end of file diff --git a/app/code/Magento/Cookie/composer.json b/app/code/Magento/Cookie/composer.json index dea4e3857a42..86d5a239f1d8 100644 --- a/app/code/Magento/Cookie/composer.json +++ b/app/code/Magento/Cookie/composer.json @@ -1,28 +1,32 @@ { - "name": "magento/module-cookie", - "description": "N/A", - "config": { - "sort-packages": true - }, - "require": { - "php": "~8.1.0||~8.2.0||~8.3.0", - "magento/framework": "*", - "magento/module-store": "*" - }, - "suggest": { - "magento/module-backend": "*" - }, - "type": "magento2-module", - "license": [ - "OSL-3.0", - "AFL-3.0" + "name": "mage-os/module-cookie", + "description": "N/A", + "config": { + "sort-packages": true + }, + "require": { + "php": "~8.1.0||~8.2.0||~8.3.0", + "mage-os/framework": "1.0.5", + "mage-os/module-store": "1.0.5" + }, + "suggest": { + "mage-os/module-backend": "1.0.5" + }, + "type": "magento2-module", + "license": [ + "OSL-3.0", + "AFL-3.0" + ], + "autoload": { + "files": [ + "registration.php" ], - "autoload": { - "files": [ - "registration.php" - ], - "psr-4": { - "Magento\\Cookie\\": "" - } + "psr-4": { + "Magento\\Cookie\\": "" } -} + }, + "version": "1.0.5", + "replace": { + "magento/module-cookie": "100.4.7" + } +} \ No newline at end of file diff --git a/app/code/Magento/Cron/composer.json b/app/code/Magento/Cron/composer.json index 02f55e9de459..fa77f6ed03fa 100644 --- a/app/code/Magento/Cron/composer.json +++ b/app/code/Magento/Cron/composer.json @@ -1,28 +1,32 @@ { - "name": "magento/module-cron", - "description": "N/A", - "config": { - "sort-packages": true - }, - "require": { - "php": "~8.1.0||~8.2.0||~8.3.0", - "magento/framework": "*", - "magento/module-store": "*" - }, - "suggest": { - "magento/module-config": "*" - }, - "type": "magento2-module", - "license": [ - "OSL-3.0", - "AFL-3.0" + "name": "mage-os/module-cron", + "description": "N/A", + "config": { + "sort-packages": true + }, + "require": { + "php": "~8.1.0||~8.2.0||~8.3.0", + "mage-os/framework": "1.0.5", + "mage-os/module-store": "1.0.5" + }, + "suggest": { + "mage-os/module-config": "1.0.5" + }, + "type": "magento2-module", + "license": [ + "OSL-3.0", + "AFL-3.0" + ], + "autoload": { + "files": [ + "registration.php" ], - "autoload": { - "files": [ - "registration.php" - ], - "psr-4": { - "Magento\\Cron\\": "" - } + "psr-4": { + "Magento\\Cron\\": "" } -} + }, + "version": "1.0.5", + "replace": { + "magento/module-cron": "100.4.7" + } +} \ No newline at end of file diff --git a/app/code/Magento/Csp/composer.json b/app/code/Magento/Csp/composer.json index c85b28e04a6b..8b9e53d2ddbf 100644 --- a/app/code/Magento/Csp/composer.json +++ b/app/code/Magento/Csp/composer.json @@ -1,27 +1,31 @@ { - "name": "magento/module-csp", - "description": "CSP module enables Content Security Policies for Magento", - "config": { - "sort-packages": true - }, - "require": { - "php": "~8.1.0||~8.2.0||~8.3.0", - "magento/framework": "*", - "magento/module-store": "*", - "magento/module-require-js": "*", - "magento/module-deploy": "*" - }, - "type": "magento2-module", - "license": [ - "OSL-3.0", - "AFL-3.0" + "name": "mage-os/module-csp", + "description": "CSP module enables Content Security Policies for Magento", + "config": { + "sort-packages": true + }, + "require": { + "php": "~8.1.0||~8.2.0||~8.3.0", + "mage-os/framework": "1.0.5", + "mage-os/module-store": "1.0.5", + "mage-os/module-require-js": "1.0.5", + "mage-os/module-deploy": "1.0.5" + }, + "type": "magento2-module", + "license": [ + "OSL-3.0", + "AFL-3.0" + ], + "autoload": { + "files": [ + "registration.php" ], - "autoload": { - "files": [ - "registration.php" - ], - "psr-4": { - "Magento\\Csp\\": "" - } + "psr-4": { + "Magento\\Csp\\": "" } -} + }, + "version": "1.0.5", + "replace": { + "magento/module-csp": "100.4.6" + } +} \ No newline at end of file diff --git a/app/code/Magento/CurrencySymbol/composer.json b/app/code/Magento/CurrencySymbol/composer.json index 1e7eae969f40..18252e6e577b 100644 --- a/app/code/Magento/CurrencySymbol/composer.json +++ b/app/code/Magento/CurrencySymbol/composer.json @@ -1,29 +1,33 @@ { - "name": "magento/module-currency-symbol", - "description": "N/A", - "config": { - "sort-packages": true - }, - "require": { - "php": "~8.1.0||~8.2.0||~8.3.0", - "magento/framework": "*", - "magento/module-backend": "*", - "magento/module-config": "*", - "magento/module-directory": "*", - "magento/module-page-cache": "*", - "magento/module-store": "*" - }, - "type": "magento2-module", - "license": [ - "OSL-3.0", - "AFL-3.0" + "name": "mage-os/module-currency-symbol", + "description": "N/A", + "config": { + "sort-packages": true + }, + "require": { + "php": "~8.1.0||~8.2.0||~8.3.0", + "mage-os/framework": "1.0.5", + "mage-os/module-backend": "1.0.5", + "mage-os/module-config": "1.0.5", + "mage-os/module-directory": "1.0.5", + "mage-os/module-page-cache": "1.0.5", + "mage-os/module-store": "1.0.5" + }, + "type": "magento2-module", + "license": [ + "OSL-3.0", + "AFL-3.0" + ], + "autoload": { + "files": [ + "registration.php" ], - "autoload": { - "files": [ - "registration.php" - ], - "psr-4": { - "Magento\\CurrencySymbol\\": "" - } + "psr-4": { + "Magento\\CurrencySymbol\\": "" } -} + }, + "version": "1.0.5", + "replace": { + "magento/module-currency-symbol": "100.4.5" + } +} \ No newline at end of file diff --git a/app/code/Magento/Customer/composer.json b/app/code/Magento/Customer/composer.json index 822e82f2643e..e08ab74ba10d 100644 --- a/app/code/Magento/Customer/composer.json +++ b/app/code/Magento/Customer/composer.json @@ -1,48 +1,52 @@ { - "name": "magento/module-customer", - "description": "N/A", - "config": { - "sort-packages": true - }, - "require": { - "php": "~8.1.0||~8.2.0||~8.3.0", - "magento/framework": "*", - "magento/module-authorization": "*", - "magento/module-backend": "*", - "magento/module-catalog": "*", - "magento/module-checkout": "*", - "magento/module-config": "*", - "magento/module-directory": "*", - "magento/module-eav": "*", - "magento/module-integration": "*", - "magento/module-media-storage": "*", - "magento/module-newsletter": "*", - "magento/module-page-cache": "*", - "magento/module-quote": "*", - "magento/module-sales": "*", - "magento/module-store": "*", - "magento/module-tax": "*", - "magento/module-theme": "*", - "magento/module-ui": "*", - "magento/module-wishlist": "*" - }, - "suggest": { - "magento/module-cookie": "*", - "magento/module-customer-sample-data": "*", - "magento/module-webapi": "*", - "magento/module-asynchronous-operations": "*" - }, - "type": "magento2-module", - "license": [ - "OSL-3.0", - "AFL-3.0" + "name": "mage-os/module-customer", + "description": "N/A", + "config": { + "sort-packages": true + }, + "require": { + "php": "~8.1.0||~8.2.0||~8.3.0", + "mage-os/framework": "1.0.5", + "mage-os/module-authorization": "1.0.5", + "mage-os/module-backend": "1.0.5", + "mage-os/module-catalog": "1.0.5", + "mage-os/module-checkout": "1.0.5", + "mage-os/module-config": "1.0.5", + "mage-os/module-directory": "1.0.5", + "mage-os/module-eav": "1.0.5", + "mage-os/module-integration": "1.0.5", + "mage-os/module-media-storage": "1.0.5", + "mage-os/module-newsletter": "1.0.5", + "mage-os/module-page-cache": "1.0.5", + "mage-os/module-quote": "1.0.5", + "mage-os/module-sales": "1.0.5", + "mage-os/module-store": "1.0.5", + "mage-os/module-tax": "1.0.5", + "mage-os/module-theme": "1.0.5", + "mage-os/module-ui": "1.0.5", + "mage-os/module-wishlist": "1.0.5" + }, + "suggest": { + "mage-os/module-cookie": "1.0.5", + "mage-os/module-customer-sample-data": "Sample Data version: 1.0.5", + "mage-os/module-webapi": "1.0.5", + "mage-os/module-asynchronous-operations": "1.0.5" + }, + "type": "magento2-module", + "license": [ + "OSL-3.0", + "AFL-3.0" + ], + "autoload": { + "files": [ + "registration.php" ], - "autoload": { - "files": [ - "registration.php" - ], - "psr-4": { - "Magento\\Customer\\": "" - } + "psr-4": { + "Magento\\Customer\\": "" } -} + }, + "version": "1.0.5", + "replace": { + "magento/module-customer": "103.0.7-p3" + } +} \ No newline at end of file diff --git a/app/code/Magento/CustomerAnalytics/composer.json b/app/code/Magento/CustomerAnalytics/composer.json index faaa18d73ed8..bf5bd8bd923f 100644 --- a/app/code/Magento/CustomerAnalytics/composer.json +++ b/app/code/Magento/CustomerAnalytics/composer.json @@ -1,23 +1,27 @@ { - "name": "magento/module-customer-analytics", - "description": "N/A", - "require": { - "php": "~8.1.0||~8.2.0||~8.3.0", - "magento/framework": "*", - "magento/module-customer": "*", - "magento/module-analytics": "*" - }, - "type": "magento2-module", - "license": [ - "OSL-3.0", - "AFL-3.0" + "name": "mage-os/module-customer-analytics", + "description": "N/A", + "require": { + "php": "~8.1.0||~8.2.0||~8.3.0", + "mage-os/framework": "1.0.5", + "mage-os/module-customer": "1.0.5", + "mage-os/module-analytics": "1.0.5" + }, + "type": "magento2-module", + "license": [ + "OSL-3.0", + "AFL-3.0" + ], + "autoload": { + "files": [ + "registration.php" ], - "autoload": { - "files": [ - "registration.php" - ], - "psr-4": { - "Magento\\CustomerAnalytics\\": "" - } + "psr-4": { + "Magento\\CustomerAnalytics\\": "" } -} + }, + "version": "1.0.5", + "replace": { + "magento/module-customer-analytics": "100.4.4" + } +} \ No newline at end of file diff --git a/app/code/Magento/CustomerDownloadableGraphQl/composer.json b/app/code/Magento/CustomerDownloadableGraphQl/composer.json index 19bf39274e56..68bf23859ff2 100644 --- a/app/code/Magento/CustomerDownloadableGraphQl/composer.json +++ b/app/code/Magento/CustomerDownloadableGraphQl/composer.json @@ -1,26 +1,30 @@ { - "name": "magento/module-customer-downloadable-graph-ql", - "description": "N/A", - "type": "magento2-module", - "require": { - "php": "~8.1.0||~8.2.0||~8.3.0", - "magento/module-downloadable-graph-ql": "*", - "magento/module-graph-ql": "*", - "magento/framework": "*" - }, - "suggest": { - "magento/module-catalog-graph-ql": "*" - }, - "license": [ - "OSL-3.0", - "AFL-3.0" + "name": "mage-os/module-customer-downloadable-graph-ql", + "description": "N/A", + "type": "magento2-module", + "require": { + "php": "~8.1.0||~8.2.0||~8.3.0", + "mage-os/module-downloadable-graph-ql": "1.0.5", + "mage-os/module-graph-ql": "1.0.5", + "mage-os/framework": "1.0.5" + }, + "suggest": { + "mage-os/module-catalog-graph-ql": "1.0.5" + }, + "license": [ + "OSL-3.0", + "AFL-3.0" + ], + "autoload": { + "files": [ + "registration.php" ], - "autoload": { - "files": [ - "registration.php" - ], - "psr-4": { - "Magento\\CustomerDownloadableGraphQl\\": "" - } + "psr-4": { + "Magento\\CustomerDownloadableGraphQl\\": "" } -} + }, + "version": "1.0.5", + "replace": { + "magento/module-customer-downloadable-graph-ql": "100.4.3" + } +} \ No newline at end of file diff --git a/app/code/Magento/CustomerGraphQl/composer.json b/app/code/Magento/CustomerGraphQl/composer.json index da9e0a73d47d..a31b7d419683 100644 --- a/app/code/Magento/CustomerGraphQl/composer.json +++ b/app/code/Magento/CustomerGraphQl/composer.json @@ -1,33 +1,37 @@ { - "name": "magento/module-customer-graph-ql", - "description": "N/A", - "type": "magento2-module", - "require": { - "php": "~8.1.0||~8.2.0||~8.3.0", - "magento/module-authorization": "*", - "magento/module-customer": "*", - "magento/module-eav": "*", - "magento/module-eav-graph-ql": "*", - "magento/module-graph-ql": "*", - "magento/module-newsletter": "*", - "magento/module-integration": "*", - "magento/module-store": "*", - "magento/framework": "*", - "magento/module-directory": "*", - "magento/module-tax": "*", - "magento/module-graph-ql-cache": "*", - "magento/module-graph-ql-resolver-cache": "*" - }, - "license": [ - "OSL-3.0", - "AFL-3.0" + "name": "mage-os/module-customer-graph-ql", + "description": "N/A", + "type": "magento2-module", + "require": { + "php": "~8.1.0||~8.2.0||~8.3.0", + "mage-os/module-authorization": "1.0.5", + "mage-os/module-customer": "1.0.5", + "mage-os/module-eav": "1.0.5", + "mage-os/module-eav-graph-ql": "1.0.5", + "mage-os/module-graph-ql": "1.0.5", + "mage-os/module-newsletter": "1.0.5", + "mage-os/module-integration": "1.0.5", + "mage-os/module-store": "1.0.5", + "mage-os/framework": "1.0.5", + "mage-os/module-directory": "1.0.5", + "mage-os/module-tax": "1.0.5", + "mage-os/module-graph-ql-cache": "1.0.5", + "mage-os/module-graph-ql-resolver-cache": "1.0.5" + }, + "license": [ + "OSL-3.0", + "AFL-3.0" + ], + "autoload": { + "files": [ + "registration.php" ], - "autoload": { - "files": [ - "registration.php" - ], - "psr-4": { - "Magento\\CustomerGraphQl\\": "" - } + "psr-4": { + "Magento\\CustomerGraphQl\\": "" } -} + }, + "version": "1.0.5", + "replace": { + "magento/module-customer-graph-ql": "100.4.7" + } +} \ No newline at end of file diff --git a/app/code/Magento/CustomerImportExport/composer.json b/app/code/Magento/CustomerImportExport/composer.json index 90038eaa71e9..cc33817f40ef 100644 --- a/app/code/Magento/CustomerImportExport/composer.json +++ b/app/code/Magento/CustomerImportExport/composer.json @@ -1,30 +1,34 @@ { - "name": "magento/module-customer-import-export", - "description": "N/A", - "config": { - "sort-packages": true - }, - "require": { - "php": "~8.1.0||~8.2.0||~8.3.0", - "magento/framework": "*", - "magento/module-backend": "*", - "magento/module-customer": "*", - "magento/module-directory": "*", - "magento/module-eav": "*", - "magento/module-import-export": "*", - "magento/module-store": "*" - }, - "type": "magento2-module", - "license": [ - "OSL-3.0", - "AFL-3.0" + "name": "mage-os/module-customer-import-export", + "description": "N/A", + "config": { + "sort-packages": true + }, + "require": { + "php": "~8.1.0||~8.2.0||~8.3.0", + "mage-os/framework": "1.0.5", + "mage-os/module-backend": "1.0.5", + "mage-os/module-customer": "1.0.5", + "mage-os/module-directory": "1.0.5", + "mage-os/module-eav": "1.0.5", + "mage-os/module-import-export": "1.0.5", + "mage-os/module-store": "1.0.5" + }, + "type": "magento2-module", + "license": [ + "OSL-3.0", + "AFL-3.0" + ], + "autoload": { + "files": [ + "registration.php" ], - "autoload": { - "files": [ - "registration.php" - ], - "psr-4": { - "Magento\\CustomerImportExport\\": "" - } + "psr-4": { + "Magento\\CustomerImportExport\\": "" } -} + }, + "version": "1.0.5", + "replace": { + "magento/module-customer-import-export": "100.4.7" + } +} \ No newline at end of file diff --git a/app/code/Magento/Deploy/composer.json b/app/code/Magento/Deploy/composer.json index 16b33996caa1..9a6cc11dd019 100644 --- a/app/code/Magento/Deploy/composer.json +++ b/app/code/Magento/Deploy/composer.json @@ -1,29 +1,33 @@ { - "name": "magento/module-deploy", - "description": "N/A", - "config": { - "sort-packages": true - }, - "require": { - "php": "~8.1.0||~8.2.0||~8.3.0", - "magento/framework": "*", - "magento/module-config": "*", - "magento/module-require-js": "*", - "magento/module-store": "*", - "magento/module-user": "*" - }, - "type": "magento2-module", - "license": [ - "OSL-3.0", - "AFL-3.0" + "name": "mage-os/module-deploy", + "description": "N/A", + "config": { + "sort-packages": true + }, + "require": { + "php": "~8.1.0||~8.2.0||~8.3.0", + "mage-os/framework": "1.0.5", + "mage-os/module-config": "1.0.5", + "mage-os/module-require-js": "1.0.5", + "mage-os/module-store": "1.0.5", + "mage-os/module-user": "1.0.5" + }, + "type": "magento2-module", + "license": [ + "OSL-3.0", + "AFL-3.0" + ], + "autoload": { + "files": [ + "cli_commands.php", + "registration.php" ], - "autoload": { - "files": [ - "cli_commands.php", - "registration.php" - ], - "psr-4": { - "Magento\\Deploy\\": "" - } + "psr-4": { + "Magento\\Deploy\\": "" } -} + }, + "version": "1.0.5", + "replace": { + "magento/module-deploy": "100.4.7" + } +} \ No newline at end of file diff --git a/app/code/Magento/Developer/composer.json b/app/code/Magento/Developer/composer.json index 0b058f6c80aa..56061fe0b640 100644 --- a/app/code/Magento/Developer/composer.json +++ b/app/code/Magento/Developer/composer.json @@ -1,26 +1,30 @@ { - "name": "magento/module-developer", - "description": "N/A", - "config": { - "sort-packages": true - }, - "require": { - "php": "~8.1.0||~8.2.0||~8.3.0", - "magento/framework": "*", - "magento/module-config": "*", - "magento/module-store": "*" - }, - "type": "magento2-module", - "license": [ - "OSL-3.0", - "AFL-3.0" + "name": "mage-os/module-developer", + "description": "N/A", + "config": { + "sort-packages": true + }, + "require": { + "php": "~8.1.0||~8.2.0||~8.3.0", + "mage-os/framework": "1.0.5", + "mage-os/module-config": "1.0.5", + "mage-os/module-store": "1.0.5" + }, + "type": "magento2-module", + "license": [ + "OSL-3.0", + "AFL-3.0" + ], + "autoload": { + "files": [ + "registration.php" ], - "autoload": { - "files": [ - "registration.php" - ], - "psr-4": { - "Magento\\Developer\\": "" - } + "psr-4": { + "Magento\\Developer\\": "" } -} + }, + "version": "1.0.5", + "replace": { + "magento/module-developer": "100.4.7" + } +} \ No newline at end of file diff --git a/app/code/Magento/Dhl/composer.json b/app/code/Magento/Dhl/composer.json index e9438df82746..a0f54e68e51f 100644 --- a/app/code/Magento/Dhl/composer.json +++ b/app/code/Magento/Dhl/composer.json @@ -1,37 +1,41 @@ { - "name": "magento/module-dhl", - "description": "N/A", - "config": { - "sort-packages": true - }, - "require": { - "php": "~8.1.0||~8.2.0||~8.3.0", - "lib-libxml": "*", - "magento/framework": "*", - "magento/module-backend": "*", - "magento/module-catalog": "*", - "magento/module-catalog-inventory": "*", - "magento/module-config": "*", - "magento/module-directory": "*", - "magento/module-quote": "*", - "magento/module-sales": "*", - "magento/module-shipping": "*", - "magento/module-store": "*" - }, - "suggest": { - "magento/module-checkout": "*" - }, - "type": "magento2-module", - "license": [ - "OSL-3.0", - "AFL-3.0" + "name": "mage-os/module-dhl", + "description": "N/A", + "config": { + "sort-packages": true + }, + "require": { + "php": "~8.1.0||~8.2.0||~8.3.0", + "lib-libxml": "*", + "mage-os/framework": "1.0.5", + "mage-os/module-backend": "1.0.5", + "mage-os/module-catalog": "1.0.5", + "mage-os/module-catalog-inventory": "1.0.5", + "mage-os/module-config": "1.0.5", + "mage-os/module-directory": "1.0.5", + "mage-os/module-quote": "1.0.5", + "mage-os/module-sales": "1.0.5", + "mage-os/module-shipping": "1.0.5", + "mage-os/module-store": "1.0.5" + }, + "suggest": { + "mage-os/module-checkout": "1.0.5" + }, + "type": "magento2-module", + "license": [ + "OSL-3.0", + "AFL-3.0" + ], + "autoload": { + "files": [ + "registration.php" ], - "autoload": { - "files": [ - "registration.php" - ], - "psr-4": { - "Magento\\Dhl\\": "" - } + "psr-4": { + "Magento\\Dhl\\": "" } -} + }, + "version": "1.0.5", + "replace": { + "magento/module-dhl": "100.4.6" + } +} \ No newline at end of file diff --git a/app/code/Magento/Directory/composer.json b/app/code/Magento/Directory/composer.json index 53dd3b76ada6..302a597753a3 100644 --- a/app/code/Magento/Directory/composer.json +++ b/app/code/Magento/Directory/composer.json @@ -1,28 +1,32 @@ { - "name": "magento/module-directory", - "description": "N/A", - "config": { - "sort-packages": true - }, - "require": { - "php": "~8.1.0||~8.2.0||~8.3.0", - "lib-libxml": "*", - "magento/framework": "*", - "magento/module-backend": "*", - "magento/module-config": "*", - "magento/module-store": "*" - }, - "type": "magento2-module", - "license": [ - "OSL-3.0", - "AFL-3.0" + "name": "mage-os/module-directory", + "description": "N/A", + "config": { + "sort-packages": true + }, + "require": { + "php": "~8.1.0||~8.2.0||~8.3.0", + "lib-libxml": "*", + "mage-os/framework": "1.0.5", + "mage-os/module-backend": "1.0.5", + "mage-os/module-config": "1.0.5", + "mage-os/module-store": "1.0.5" + }, + "type": "magento2-module", + "license": [ + "OSL-3.0", + "AFL-3.0" + ], + "autoload": { + "files": [ + "registration.php" ], - "autoload": { - "files": [ - "registration.php" - ], - "psr-4": { - "Magento\\Directory\\": "" - } + "psr-4": { + "Magento\\Directory\\": "" } -} + }, + "version": "1.0.5", + "replace": { + "magento/module-directory": "100.4.7" + } +} \ No newline at end of file diff --git a/app/code/Magento/DirectoryGraphQl/composer.json b/app/code/Magento/DirectoryGraphQl/composer.json index fcd83a63dd1a..12545345f2fe 100644 --- a/app/code/Magento/DirectoryGraphQl/composer.json +++ b/app/code/Magento/DirectoryGraphQl/composer.json @@ -1,24 +1,28 @@ { - "name": "magento/module-directory-graph-ql", - "description": "N/A", - "type": "magento2-module", - "require": { - "php": "~8.1.0||~8.2.0||~8.3.0", - "magento/module-directory": "*", - "magento/module-store": "*", - "magento/module-graph-ql": "*", - "magento/framework": "*" - }, - "license": [ - "OSL-3.0", - "AFL-3.0" + "name": "mage-os/module-directory-graph-ql", + "description": "N/A", + "type": "magento2-module", + "require": { + "php": "~8.1.0||~8.2.0||~8.3.0", + "mage-os/module-directory": "1.0.5", + "mage-os/module-store": "1.0.5", + "mage-os/module-graph-ql": "1.0.5", + "mage-os/framework": "1.0.5" + }, + "license": [ + "OSL-3.0", + "AFL-3.0" + ], + "autoload": { + "files": [ + "registration.php" ], - "autoload": { - "files": [ - "registration.php" - ], - "psr-4": { - "Magento\\DirectoryGraphQl\\": "" - } + "psr-4": { + "Magento\\DirectoryGraphQl\\": "" } -} + }, + "version": "1.0.5", + "replace": { + "magento/module-directory-graph-ql": "100.4.5" + } +} \ No newline at end of file diff --git a/app/code/Magento/Downloadable/composer.json b/app/code/Magento/Downloadable/composer.json index f226a7905c89..b328bc77b212 100644 --- a/app/code/Magento/Downloadable/composer.json +++ b/app/code/Magento/Downloadable/composer.json @@ -1,43 +1,47 @@ { - "name": "magento/module-downloadable", - "description": "N/A", - "config": { - "sort-packages": true - }, - "require": { - "php": "~8.1.0||~8.2.0||~8.3.0", - "magento/framework": "*", - "magento/module-backend": "*", - "magento/module-catalog": "*", - "magento/module-catalog-inventory": "*", - "magento/module-checkout": "*", - "magento/module-config": "*", - "magento/module-customer": "*", - "magento/module-directory": "*", - "magento/module-eav": "*", - "magento/module-gift-message": "*", - "magento/module-media-storage": "*", - "magento/module-quote": "*", - "magento/module-sales": "*", - "magento/module-store": "*", - "magento/module-tax": "*", - "magento/module-theme": "*", - "magento/module-ui": "*" - }, - "suggest": { - "magento/module-downloadable-sample-data": "*" - }, - "type": "magento2-module", - "license": [ - "OSL-3.0", - "AFL-3.0" + "name": "mage-os/module-downloadable", + "description": "N/A", + "config": { + "sort-packages": true + }, + "require": { + "php": "~8.1.0||~8.2.0||~8.3.0", + "mage-os/framework": "1.0.5", + "mage-os/module-backend": "1.0.5", + "mage-os/module-catalog": "1.0.5", + "mage-os/module-catalog-inventory": "1.0.5", + "mage-os/module-checkout": "1.0.5", + "mage-os/module-config": "1.0.5", + "mage-os/module-customer": "1.0.5", + "mage-os/module-directory": "1.0.5", + "mage-os/module-eav": "1.0.5", + "mage-os/module-gift-message": "1.0.5", + "mage-os/module-media-storage": "1.0.5", + "mage-os/module-quote": "1.0.5", + "mage-os/module-sales": "1.0.5", + "mage-os/module-store": "1.0.5", + "mage-os/module-tax": "1.0.5", + "mage-os/module-theme": "1.0.5", + "mage-os/module-ui": "1.0.5" + }, + "suggest": { + "mage-os/module-downloadable-sample-data": "Sample Data version: 1.0.5" + }, + "type": "magento2-module", + "license": [ + "OSL-3.0", + "AFL-3.0" + ], + "autoload": { + "files": [ + "registration.php" ], - "autoload": { - "files": [ - "registration.php" - ], - "psr-4": { - "Magento\\Downloadable\\": "" - } + "psr-4": { + "Magento\\Downloadable\\": "" } -} + }, + "version": "1.0.5", + "replace": { + "magento/module-downloadable": "100.4.7" + } +} \ No newline at end of file diff --git a/app/code/Magento/DownloadableGraphQl/composer.json b/app/code/Magento/DownloadableGraphQl/composer.json index b371c2111dae..4bc60bb32977 100644 --- a/app/code/Magento/DownloadableGraphQl/composer.json +++ b/app/code/Magento/DownloadableGraphQl/composer.json @@ -1,31 +1,35 @@ { - "name": "magento/module-downloadable-graph-ql", - "description": "N/A", - "type": "magento2-module", - "require": { - "php": "~8.1.0||~8.2.0||~8.3.0", - "magento/module-store": "*", - "magento/module-catalog": "*", - "magento/module-downloadable": "*", - "magento/module-quote": "*", - "magento/module-sales": "*", - "magento/module-quote-graph-ql": "*", - "magento/framework": "*" - }, - "suggest": { - "magento/module-catalog-graph-ql": "*", - "magento/module-sales-graph-ql": "*" - }, - "license": [ - "OSL-3.0", - "AFL-3.0" + "name": "mage-os/module-downloadable-graph-ql", + "description": "N/A", + "type": "magento2-module", + "require": { + "php": "~8.1.0||~8.2.0||~8.3.0", + "mage-os/module-store": "1.0.5", + "mage-os/module-catalog": "1.0.5", + "mage-os/module-downloadable": "1.0.5", + "mage-os/module-quote": "1.0.5", + "mage-os/module-sales": "1.0.5", + "mage-os/module-quote-graph-ql": "1.0.5", + "mage-os/framework": "1.0.5" + }, + "suggest": { + "mage-os/module-catalog-graph-ql": "1.0.5", + "mage-os/module-sales-graph-ql": "1.0.5" + }, + "license": [ + "OSL-3.0", + "AFL-3.0" + ], + "autoload": { + "files": [ + "registration.php" ], - "autoload": { - "files": [ - "registration.php" - ], - "psr-4": { - "Magento\\DownloadableGraphQl\\": "" - } + "psr-4": { + "Magento\\DownloadableGraphQl\\": "" } -} + }, + "version": "1.0.5", + "replace": { + "magento/module-downloadable-graph-ql": "100.4.7" + } +} \ No newline at end of file diff --git a/app/code/Magento/DownloadableImportExport/composer.json b/app/code/Magento/DownloadableImportExport/composer.json index 9d59453236ab..5ba94dc2bf75 100644 --- a/app/code/Magento/DownloadableImportExport/composer.json +++ b/app/code/Magento/DownloadableImportExport/composer.json @@ -1,30 +1,34 @@ { - "name": "magento/module-downloadable-import-export", - "description": "N/A", - "config": { - "sort-packages": true - }, - "require": { - "php": "~8.1.0||~8.2.0||~8.3.0", - "magento/framework": "*", - "magento/module-catalog": "*", - "magento/module-catalog-import-export": "*", - "magento/module-downloadable": "*", - "magento/module-eav": "*", - "magento/module-import-export": "*", - "magento/module-store": "*" - }, - "type": "magento2-module", - "license": [ - "OSL-3.0", - "AFL-3.0" + "name": "mage-os/module-downloadable-import-export", + "description": "N/A", + "config": { + "sort-packages": true + }, + "require": { + "php": "~8.1.0||~8.2.0||~8.3.0", + "mage-os/framework": "1.0.5", + "mage-os/module-catalog": "1.0.5", + "mage-os/module-catalog-import-export": "1.0.5", + "mage-os/module-downloadable": "1.0.5", + "mage-os/module-eav": "1.0.5", + "mage-os/module-import-export": "1.0.5", + "mage-os/module-store": "1.0.5" + }, + "type": "magento2-module", + "license": [ + "OSL-3.0", + "AFL-3.0" + ], + "autoload": { + "files": [ + "registration.php" ], - "autoload": { - "files": [ - "registration.php" - ], - "psr-4": { - "Magento\\DownloadableImportExport\\": "" - } + "psr-4": { + "Magento\\DownloadableImportExport\\": "" } -} + }, + "version": "1.0.5", + "replace": { + "magento/module-downloadable-import-export": "100.4.6" + } +} \ No newline at end of file diff --git a/app/code/Magento/Eav/composer.json b/app/code/Magento/Eav/composer.json index 854d8e70c69b..6714ad3a8105 100644 --- a/app/code/Magento/Eav/composer.json +++ b/app/code/Magento/Eav/composer.json @@ -1,29 +1,33 @@ { - "name": "magento/module-eav", - "description": "N/A", - "config": { - "sort-packages": true - }, - "require": { - "php": "~8.1.0||~8.2.0||~8.3.0", - "magento/framework": "*", - "magento/module-backend": "*", - "magento/module-catalog": "*", - "magento/module-config": "*", - "magento/module-media-storage": "*", - "magento/module-store": "*" - }, - "type": "magento2-module", - "license": [ - "OSL-3.0", - "AFL-3.0" + "name": "mage-os/module-eav", + "description": "N/A", + "config": { + "sort-packages": true + }, + "require": { + "php": "~8.1.0||~8.2.0||~8.3.0", + "mage-os/framework": "1.0.5", + "mage-os/module-backend": "1.0.5", + "mage-os/module-catalog": "1.0.5", + "mage-os/module-config": "1.0.5", + "mage-os/module-media-storage": "1.0.5", + "mage-os/module-store": "1.0.5" + }, + "type": "magento2-module", + "license": [ + "OSL-3.0", + "AFL-3.0" + ], + "autoload": { + "files": [ + "registration.php" ], - "autoload": { - "files": [ - "registration.php" - ], - "psr-4": { - "Magento\\Eav\\": "" - } + "psr-4": { + "Magento\\Eav\\": "" } -} + }, + "version": "1.0.5", + "replace": { + "magento/module-eav": "102.1.7" + } +} \ No newline at end of file diff --git a/app/code/Magento/EavGraphQl/composer.json b/app/code/Magento/EavGraphQl/composer.json index ec5e60339f8b..8d4072e898dc 100644 --- a/app/code/Magento/EavGraphQl/composer.json +++ b/app/code/Magento/EavGraphQl/composer.json @@ -1,25 +1,29 @@ { - "name": "magento/module-eav-graph-ql", - "description": "N/A", - "type": "magento2-module", - "require": { - "php": "~8.1.0||~8.2.0||~8.3.0", - "magento/framework": "*", - "magento/module-eav": "*" - }, - "suggest": { - "magento/module-graph-ql": "*" - }, - "license": [ - "OSL-3.0", - "AFL-3.0" + "name": "mage-os/module-eav-graph-ql", + "description": "N/A", + "type": "magento2-module", + "require": { + "php": "~8.1.0||~8.2.0||~8.3.0", + "mage-os/framework": "1.0.5", + "mage-os/module-eav": "1.0.5" + }, + "suggest": { + "mage-os/module-graph-ql": "1.0.5" + }, + "license": [ + "OSL-3.0", + "AFL-3.0" + ], + "autoload": { + "files": [ + "registration.php" ], - "autoload": { - "files": [ - "registration.php" - ], - "psr-4": { - "Magento\\EavGraphQl\\": "" - } + "psr-4": { + "Magento\\EavGraphQl\\": "" } -} + }, + "version": "1.0.5", + "replace": { + "magento/module-eav-graph-ql": "100.4.4" + } +} \ No newline at end of file diff --git a/app/code/Magento/Elasticsearch/composer.json b/app/code/Magento/Elasticsearch/composer.json index d49479a1ef00..6ee3ed1521eb 100644 --- a/app/code/Magento/Elasticsearch/composer.json +++ b/app/code/Magento/Elasticsearch/composer.json @@ -1,33 +1,37 @@ { - "name": "magento/module-elasticsearch", - "description": "N/A", - "require": { - "php": "~8.1.0||~8.2.0||~8.3.0", - "magento/module-advanced-search": "*", - "magento/module-catalog": "*", - "magento/module-catalog-search": "*", - "magento/module-customer": "*", - "magento/module-eav": "*", - "magento/module-search": "*", - "magento/module-store": "*", - "magento/module-catalog-inventory": "*", - "magento/framework": "*", - "elasticsearch/elasticsearch": "~7.17.0 || ~8.5.0" - }, - "suggest": { - "magento/module-config": "*" - }, - "type": "magento2-module", - "license": [ - "OSL-3.0", - "AFL-3.0" + "name": "mage-os/module-elasticsearch", + "description": "N/A", + "require": { + "php": "~8.1.0||~8.2.0||~8.3.0", + "mage-os/module-advanced-search": "1.0.5", + "mage-os/module-catalog": "1.0.5", + "mage-os/module-catalog-search": "1.0.5", + "mage-os/module-customer": "1.0.5", + "mage-os/module-eav": "1.0.5", + "mage-os/module-search": "1.0.5", + "mage-os/module-store": "1.0.5", + "mage-os/module-catalog-inventory": "1.0.5", + "mage-os/framework": "1.0.5", + "elasticsearch/elasticsearch": "~7.17.0 || ~8.5.0" + }, + "suggest": { + "mage-os/module-config": "1.0.5" + }, + "type": "magento2-module", + "license": [ + "OSL-3.0", + "AFL-3.0" + ], + "autoload": { + "files": [ + "registration.php" ], - "autoload": { - "files": [ - "registration.php" - ], - "psr-4": { - "Magento\\Elasticsearch\\": "" - } + "psr-4": { + "Magento\\Elasticsearch\\": "" } -} + }, + "version": "1.0.5", + "replace": { + "magento/module-elasticsearch": "101.0.7" + } +} \ No newline at end of file diff --git a/app/code/Magento/Elasticsearch7/composer.json b/app/code/Magento/Elasticsearch7/composer.json index fd82a798970e..48dfd25251e7 100644 --- a/app/code/Magento/Elasticsearch7/composer.json +++ b/app/code/Magento/Elasticsearch7/composer.json @@ -1,29 +1,33 @@ { - "name": "magento/module-elasticsearch-7", - "description": "N/A", - "require": { - "php": "~8.1.0||~8.2.0||~8.3.0", - "magento/framework": "*", - "magento/module-elasticsearch": "*", - "elasticsearch/elasticsearch": "^7.17", - "magento/module-advanced-search": "*", - "magento/module-catalog-search": "*", - "magento/module-search": "*" - }, - "suggest": { - "magento/module-config": "*" - }, - "type": "magento2-module", - "license": [ - "OSL-3.0", - "AFL-3.0" + "name": "mage-os/module-elasticsearch-7", + "description": "N/A", + "require": { + "php": "~8.1.0||~8.2.0||~8.3.0", + "mage-os/framework": "1.0.5", + "mage-os/module-elasticsearch": "1.0.5", + "elasticsearch/elasticsearch": "^7.17", + "mage-os/module-advanced-search": "1.0.5", + "mage-os/module-catalog-search": "1.0.5", + "mage-os/module-search": "1.0.5" + }, + "suggest": { + "mage-os/module-config": "1.0.5" + }, + "type": "magento2-module", + "license": [ + "OSL-3.0", + "AFL-3.0" + ], + "autoload": { + "files": [ + "registration.php" ], - "autoload": { - "files": [ - "registration.php" - ], - "psr-4": { - "Magento\\Elasticsearch7\\": "" - } + "psr-4": { + "Magento\\Elasticsearch7\\": "" } -} + }, + "version": "1.0.5", + "replace": { + "magento/module-elasticsearch-7": "100.4.7" + } +} \ No newline at end of file diff --git a/app/code/Magento/Email/composer.json b/app/code/Magento/Email/composer.json index e3a438a573d1..f097e2f1fbba 100644 --- a/app/code/Magento/Email/composer.json +++ b/app/code/Magento/Email/composer.json @@ -1,36 +1,40 @@ { - "name": "magento/module-email", - "description": "N/A", - "config": { - "sort-packages": true - }, - "require": { - "php": "~8.1.0||~8.2.0||~8.3.0", - "magento/framework": "*", - "magento/module-backend": "*", - "magento/module-cms": "*", - "magento/module-config": "*", - "magento/module-store": "*", - "magento/module-theme": "*", - "magento/module-require-js": "*", - "magento/module-media-storage": "*", - "magento/module-variable": "*", - "magento/module-ui": "*" - }, - "suggest": { - "magento/module-theme": "*" - }, - "type": "magento2-module", - "license": [ - "OSL-3.0", - "AFL-3.0" + "name": "mage-os/module-email", + "description": "N/A", + "config": { + "sort-packages": true + }, + "require": { + "php": "~8.1.0||~8.2.0||~8.3.0", + "mage-os/framework": "1.0.5", + "mage-os/module-backend": "1.0.5", + "mage-os/module-cms": "1.0.5", + "mage-os/module-config": "1.0.5", + "mage-os/module-store": "1.0.5", + "mage-os/module-theme": "1.0.5", + "mage-os/module-require-js": "1.0.5", + "mage-os/module-media-storage": "1.0.5", + "mage-os/module-variable": "1.0.5", + "mage-os/module-ui": "1.0.5" + }, + "suggest": { + "mage-os/module-theme": "1.0.5" + }, + "type": "magento2-module", + "license": [ + "OSL-3.0", + "AFL-3.0" + ], + "autoload": { + "files": [ + "registration.php" ], - "autoload": { - "files": [ - "registration.php" - ], - "psr-4": { - "Magento\\Email\\": "" - } + "psr-4": { + "Magento\\Email\\": "" } -} + }, + "version": "1.0.5", + "replace": { + "magento/module-email": "101.1.7" + } +} \ No newline at end of file diff --git a/app/code/Magento/EncryptionKey/composer.json b/app/code/Magento/EncryptionKey/composer.json index 73db2caf1d60..36621a47a32f 100644 --- a/app/code/Magento/EncryptionKey/composer.json +++ b/app/code/Magento/EncryptionKey/composer.json @@ -1,26 +1,30 @@ { - "name": "magento/module-encryption-key", - "description": "N/A", - "config": { - "sort-packages": true - }, - "require": { - "php": "~8.1.0||~8.2.0||~8.3.0", - "magento/framework": "*", - "magento/module-backend": "*", - "magento/module-config": "*" - }, - "type": "magento2-module", - "license": [ - "OSL-3.0", - "AFL-3.0" + "name": "mage-os/module-encryption-key", + "description": "N/A", + "config": { + "sort-packages": true + }, + "require": { + "php": "~8.1.0||~8.2.0||~8.3.0", + "mage-os/framework": "1.0.5", + "mage-os/module-backend": "1.0.5", + "mage-os/module-config": "1.0.5" + }, + "type": "magento2-module", + "license": [ + "OSL-3.0", + "AFL-3.0" + ], + "autoload": { + "files": [ + "registration.php" ], - "autoload": { - "files": [ - "registration.php" - ], - "psr-4": { - "Magento\\EncryptionKey\\": "" - } + "psr-4": { + "Magento\\EncryptionKey\\": "" } -} + }, + "version": "1.0.5", + "replace": { + "magento/module-encryption-key": "100.4.5-p2" + } +} \ No newline at end of file diff --git a/app/code/Magento/Fedex/composer.json b/app/code/Magento/Fedex/composer.json index 2e8268d52659..555043f1b996 100644 --- a/app/code/Magento/Fedex/composer.json +++ b/app/code/Magento/Fedex/composer.json @@ -1,33 +1,37 @@ { - "name": "magento/module-fedex", - "description": "N/A", - "config": { - "sort-packages": true - }, - "require": { - "php": "~8.1.0||~8.2.0||~8.3.0", - "lib-libxml": "*", - "magento/framework": "*", - "magento/module-catalog": "*", - "magento/module-catalog-inventory": "*", - "magento/module-config": "*", - "magento/module-directory": "*", - "magento/module-quote": "*", - "magento/module-sales": "*", - "magento/module-shipping": "*", - "magento/module-store": "*" - }, - "type": "magento2-module", - "license": [ - "OSL-3.0", - "AFL-3.0" + "name": "mage-os/module-fedex", + "description": "N/A", + "config": { + "sort-packages": true + }, + "require": { + "php": "~8.1.0||~8.2.0||~8.3.0", + "lib-libxml": "*", + "mage-os/framework": "1.0.5", + "mage-os/module-catalog": "1.0.5", + "mage-os/module-catalog-inventory": "1.0.5", + "mage-os/module-config": "1.0.5", + "mage-os/module-directory": "1.0.5", + "mage-os/module-quote": "1.0.5", + "mage-os/module-sales": "1.0.5", + "mage-os/module-shipping": "1.0.5", + "mage-os/module-store": "1.0.5" + }, + "type": "magento2-module", + "license": [ + "OSL-3.0", + "AFL-3.0" + ], + "autoload": { + "files": [ + "registration.php" ], - "autoload": { - "files": [ - "registration.php" - ], - "psr-4": { - "Magento\\Fedex\\": "" - } + "psr-4": { + "Magento\\Fedex\\": "" } -} + }, + "version": "1.0.5", + "replace": { + "magento/module-fedex": "100.4.5-p2" + } +} \ No newline at end of file diff --git a/app/code/Magento/GiftMessage/composer.json b/app/code/Magento/GiftMessage/composer.json index 61083072b428..943b63aab2fd 100644 --- a/app/code/Magento/GiftMessage/composer.json +++ b/app/code/Magento/GiftMessage/composer.json @@ -1,36 +1,40 @@ { - "name": "magento/module-gift-message", - "description": "N/A", - "config": { - "sort-packages": true - }, - "require": { - "php": "~8.1.0||~8.2.0||~8.3.0", - "magento/framework": "*", - "magento/module-backend": "*", - "magento/module-catalog": "*", - "magento/module-checkout": "*", - "magento/module-customer": "*", - "magento/module-quote": "*", - "magento/module-sales": "*", - "magento/module-store": "*", - "magento/module-ui": "*" - }, - "suggest": { - "magento/module-eav": "*", - "magento/module-multishipping": "*" - }, - "type": "magento2-module", - "license": [ - "OSL-3.0", - "AFL-3.0" + "name": "mage-os/module-gift-message", + "description": "N/A", + "config": { + "sort-packages": true + }, + "require": { + "php": "~8.1.0||~8.2.0||~8.3.0", + "mage-os/framework": "1.0.5", + "mage-os/module-backend": "1.0.5", + "mage-os/module-catalog": "1.0.5", + "mage-os/module-checkout": "1.0.5", + "mage-os/module-customer": "1.0.5", + "mage-os/module-quote": "1.0.5", + "mage-os/module-sales": "1.0.5", + "mage-os/module-store": "1.0.5", + "mage-os/module-ui": "1.0.5" + }, + "suggest": { + "mage-os/module-eav": "1.0.5", + "mage-os/module-multishipping": "1.0.5" + }, + "type": "magento2-module", + "license": [ + "OSL-3.0", + "AFL-3.0" + ], + "autoload": { + "files": [ + "registration.php" ], - "autoload": { - "files": [ - "registration.php" - ], - "psr-4": { - "Magento\\GiftMessage\\": "" - } + "psr-4": { + "Magento\\GiftMessage\\": "" } -} + }, + "version": "1.0.5", + "replace": { + "magento/module-gift-message": "100.4.6" + } +} \ No newline at end of file diff --git a/app/code/Magento/GiftMessageGraphQl/composer.json b/app/code/Magento/GiftMessageGraphQl/composer.json index f90b742bacd7..1a1b01eb5db7 100644 --- a/app/code/Magento/GiftMessageGraphQl/composer.json +++ b/app/code/Magento/GiftMessageGraphQl/composer.json @@ -1,25 +1,29 @@ { - "name": "magento/module-gift-message-graph-ql", - "description": "N/A", - "type": "magento2-module", - "require": { - "php": "~8.1.0||~8.2.0||~8.3.0", - "magento/framework": "*", - "magento/module-gift-message": "*" - }, - "suggest": { - "magento/module-graph-ql": "*" - }, - "license": [ - "OSL-3.0", - "AFL-3.0" + "name": "mage-os/module-gift-message-graph-ql", + "description": "N/A", + "type": "magento2-module", + "require": { + "php": "~8.1.0||~8.2.0||~8.3.0", + "mage-os/framework": "1.0.5", + "mage-os/module-gift-message": "1.0.5" + }, + "suggest": { + "mage-os/module-graph-ql": "1.0.5" + }, + "license": [ + "OSL-3.0", + "AFL-3.0" + ], + "autoload": { + "files": [ + "registration.php" ], - "autoload": { - "files": [ - "registration.php" - ], - "psr-4": { - "Magento\\GiftMessageGraphQl\\": "" - } + "psr-4": { + "Magento\\GiftMessageGraphQl\\": "" } -} + }, + "version": "1.0.5", + "replace": { + "magento/module-gift-message-graph-ql": "100.4.5" + } +} \ No newline at end of file diff --git a/app/code/Magento/GoogleAdwords/composer.json b/app/code/Magento/GoogleAdwords/composer.json index e02b17818879..37520aa88add 100644 --- a/app/code/Magento/GoogleAdwords/composer.json +++ b/app/code/Magento/GoogleAdwords/composer.json @@ -1,26 +1,30 @@ { - "name": "magento/module-google-adwords", - "description": "N/A", - "config": { - "sort-packages": true - }, - "require": { - "php": "~8.1.0||~8.2.0||~8.3.0", - "magento/framework": "*", - "magento/module-sales": "*", - "magento/module-store": "*" - }, - "type": "magento2-module", - "license": [ - "OSL-3.0", - "AFL-3.0" + "name": "mage-os/module-google-adwords", + "description": "N/A", + "config": { + "sort-packages": true + }, + "require": { + "php": "~8.1.0||~8.2.0||~8.3.0", + "mage-os/framework": "1.0.5", + "mage-os/module-sales": "1.0.5", + "mage-os/module-store": "1.0.5" + }, + "type": "magento2-module", + "license": [ + "OSL-3.0", + "AFL-3.0" + ], + "autoload": { + "files": [ + "registration.php" ], - "autoload": { - "files": [ - "registration.php" - ], - "psr-4": { - "Magento\\GoogleAdwords\\": "" - } + "psr-4": { + "Magento\\GoogleAdwords\\": "" } -} + }, + "version": "1.0.5", + "replace": { + "magento/module-google-adwords": "100.4.4" + } +} \ No newline at end of file diff --git a/app/code/Magento/GoogleAnalytics/composer.json b/app/code/Magento/GoogleAnalytics/composer.json index dbf31d860b31..d5836162b92b 100644 --- a/app/code/Magento/GoogleAnalytics/composer.json +++ b/app/code/Magento/GoogleAnalytics/composer.json @@ -1,30 +1,34 @@ { - "name": "magento/module-google-analytics", - "description": "N/A", - "config": { - "sort-packages": true - }, - "require": { - "php": "~8.1.0||~8.2.0||~8.3.0", - "magento/framework": "*", - "magento/module-cookie": "*", - "magento/module-sales": "*", - "magento/module-store": "*" - }, - "suggest": { - "magento/module-config": "*" - }, - "type": "magento2-module", - "license": [ - "OSL-3.0", - "AFL-3.0" + "name": "mage-os/module-google-analytics", + "description": "N/A", + "config": { + "sort-packages": true + }, + "require": { + "php": "~8.1.0||~8.2.0||~8.3.0", + "mage-os/framework": "1.0.5", + "mage-os/module-cookie": "1.0.5", + "mage-os/module-sales": "1.0.5", + "mage-os/module-store": "1.0.5" + }, + "suggest": { + "mage-os/module-config": "1.0.5" + }, + "type": "magento2-module", + "license": [ + "OSL-3.0", + "AFL-3.0" + ], + "autoload": { + "files": [ + "registration.php" ], - "autoload": { - "files": [ - "registration.php" - ], - "psr-4": { - "Magento\\GoogleAnalytics\\": "" - } + "psr-4": { + "Magento\\GoogleAnalytics\\": "" } -} + }, + "version": "1.0.5", + "replace": { + "magento/module-google-analytics": "100.4.3" + } +} \ No newline at end of file diff --git a/app/code/Magento/GoogleGtag/composer.json b/app/code/Magento/GoogleGtag/composer.json index 32436840c76c..17e46b02c9a3 100644 --- a/app/code/Magento/GoogleGtag/composer.json +++ b/app/code/Magento/GoogleGtag/composer.json @@ -1,30 +1,34 @@ { - "name": "magento/module-google-gtag", - "description": "N/A", - "config": { - "sort-packages": true - }, - "require": { - "php": "~8.1.0||~8.2.0||~8.3.0", - "magento/framework": "*", - "magento/module-cookie": "*", - "magento/module-sales": "*", - "magento/module-store": "*" - }, - "suggest": { - "magento/module-config": "*" - }, - "type": "magento2-module", - "license": [ - "OSL-3.0", - "AFL-3.0" + "name": "mage-os/module-google-gtag", + "description": "N/A", + "config": { + "sort-packages": true + }, + "require": { + "php": "~8.1.0||~8.2.0||~8.3.0", + "mage-os/framework": "1.0.5", + "mage-os/module-cookie": "1.0.5", + "mage-os/module-sales": "1.0.5", + "mage-os/module-store": "1.0.5" + }, + "suggest": { + "mage-os/module-config": "1.0.5" + }, + "type": "magento2-module", + "license": [ + "OSL-3.0", + "AFL-3.0" + ], + "autoload": { + "files": [ + "registration.php" ], - "autoload": { - "files": [ - "registration.php" - ], - "psr-4": { - "Magento\\GoogleGtag\\": "" - } + "psr-4": { + "Magento\\GoogleGtag\\": "" } -} + }, + "version": "1.0.5", + "replace": { + "magento/module-google-gtag": "100.4.2" + } +} \ No newline at end of file diff --git a/app/code/Magento/GoogleOptimizer/composer.json b/app/code/Magento/GoogleOptimizer/composer.json index e9032c7dea4e..1fb6f072013b 100644 --- a/app/code/Magento/GoogleOptimizer/composer.json +++ b/app/code/Magento/GoogleOptimizer/composer.json @@ -1,31 +1,35 @@ { - "name": "magento/module-google-optimizer", - "description": "N/A", - "config": { - "sort-packages": true - }, - "require": { - "php": "~8.1.0||~8.2.0||~8.3.0", - "magento/framework": "*", - "magento/module-backend": "*", - "magento/module-catalog": "*", - "magento/module-cms": "*", - "magento/module-google-analytics": "*", - "magento/module-google-gtag": "*", - "magento/module-store": "*", - "magento/module-ui": "*" - }, - "type": "magento2-module", - "license": [ - "OSL-3.0", - "AFL-3.0" + "name": "mage-os/module-google-optimizer", + "description": "N/A", + "config": { + "sort-packages": true + }, + "require": { + "php": "~8.1.0||~8.2.0||~8.3.0", + "mage-os/framework": "1.0.5", + "mage-os/module-backend": "1.0.5", + "mage-os/module-catalog": "1.0.5", + "mage-os/module-cms": "1.0.5", + "mage-os/module-google-analytics": "1.0.5", + "mage-os/module-google-gtag": "1.0.5", + "mage-os/module-store": "1.0.5", + "mage-os/module-ui": "1.0.5" + }, + "type": "magento2-module", + "license": [ + "OSL-3.0", + "AFL-3.0" + ], + "autoload": { + "files": [ + "registration.php" ], - "autoload": { - "files": [ - "registration.php" - ], - "psr-4": { - "Magento\\GoogleOptimizer\\": "" - } + "psr-4": { + "Magento\\GoogleOptimizer\\": "" } -} + }, + "version": "1.0.5", + "replace": { + "magento/module-google-optimizer": "100.4.6" + } +} \ No newline at end of file diff --git a/app/code/Magento/GraphQl/composer.json b/app/code/Magento/GraphQl/composer.json index 0501b14664cf..daa44badf047 100644 --- a/app/code/Magento/GraphQl/composer.json +++ b/app/code/Magento/GraphQl/composer.json @@ -1,28 +1,32 @@ { - "name": "magento/module-graph-ql", - "description": "N/A", - "type": "magento2-module", - "require": { - "php": "~8.1.0||~8.2.0||~8.3.0", - "magento/module-eav": "*", - "magento/framework": "*", - "magento/module-webapi": "*", - "magento/module-authorization": "*", - "webonyx/graphql-php": "^15.0" - }, - "suggest": { - "magento/module-graph-ql-cache": "*" - }, - "license": [ - "OSL-3.0", - "AFL-3.0" + "name": "mage-os/module-graph-ql", + "description": "N/A", + "type": "magento2-module", + "require": { + "php": "~8.1.0||~8.2.0||~8.3.0", + "mage-os/module-eav": "1.0.5", + "mage-os/framework": "1.0.5", + "mage-os/module-webapi": "1.0.5", + "mage-os/module-authorization": "1.0.5", + "webonyx/graphql-php": "^15.0" + }, + "suggest": { + "mage-os/module-graph-ql-cache": "1.0.5" + }, + "license": [ + "OSL-3.0", + "AFL-3.0" + ], + "autoload": { + "files": [ + "registration.php" ], - "autoload": { - "files": [ - "registration.php" - ], - "psr-4": { - "Magento\\GraphQl\\": "" - } + "psr-4": { + "Magento\\GraphQl\\": "" } -} + }, + "version": "1.0.5", + "replace": { + "magento/module-graph-ql": "100.4.7" + } +} \ No newline at end of file diff --git a/app/code/Magento/GraphQlCache/composer.json b/app/code/Magento/GraphQlCache/composer.json index 891ebd6ae25d..087a0b846d1e 100644 --- a/app/code/Magento/GraphQlCache/composer.json +++ b/app/code/Magento/GraphQlCache/composer.json @@ -1,25 +1,29 @@ { - "name": "magento/module-graph-ql-cache", - "description": "N/A", - "type": "magento2-module", - "require": { - "php": "~8.1.0||~8.2.0||~8.3.0", - "magento/framework": "*", - "magento/module-page-cache": "*", - "magento/module-graph-ql": "*", - "magento/module-authorization": "*", - "magento/module-integration": "*" - }, - "license": [ - "OSL-3.0", - "AFL-3.0" + "name": "mage-os/module-graph-ql-cache", + "description": "N/A", + "type": "magento2-module", + "require": { + "php": "~8.1.0||~8.2.0||~8.3.0", + "mage-os/framework": "1.0.5", + "mage-os/module-page-cache": "1.0.5", + "mage-os/module-graph-ql": "1.0.5", + "mage-os/module-authorization": "1.0.5", + "mage-os/module-integration": "1.0.5" + }, + "license": [ + "OSL-3.0", + "AFL-3.0" + ], + "autoload": { + "files": [ + "registration.php" ], - "autoload": { - "files": [ - "registration.php" - ], - "psr-4": { - "Magento\\GraphQlCache\\": "" - } + "psr-4": { + "Magento\\GraphQlCache\\": "" } -} + }, + "version": "1.0.5", + "replace": { + "magento/module-graph-ql-cache": "100.4.4" + } +} \ No newline at end of file diff --git a/app/code/Magento/GraphQlNewRelic/composer.json b/app/code/Magento/GraphQlNewRelic/composer.json index f0a949a3c87b..19a6e1cec2c2 100644 --- a/app/code/Magento/GraphQlNewRelic/composer.json +++ b/app/code/Magento/GraphQlNewRelic/composer.json @@ -1,23 +1,27 @@ { - "name": "magento/module-graph-ql-new-relic", - "description": "N/A", - "type": "magento2-module", - "require": { - "php": "~8.1.0||~8.2.0||~8.3.0", - "magento/framework": "*", - "magento/module-new-relic-reporting": "*", - "magento/module-graph-ql": "*" - }, - "license": [ - "OSL-3.0", - "AFL-3.0" + "name": "mage-os/module-graph-ql-new-relic", + "description": "N/A", + "type": "magento2-module", + "require": { + "php": "~8.1.0||~8.2.0||~8.3.0", + "mage-os/framework": "1.0.5", + "mage-os/module-new-relic-reporting": "1.0.5", + "mage-os/module-graph-ql": "1.0.5" + }, + "license": [ + "OSL-3.0", + "AFL-3.0" + ], + "autoload": { + "files": [ + "registration.php" ], - "autoload": { - "files": [ - "registration.php" - ], - "psr-4": { - "Magento\\GraphQlNewRelic\\": "" - } + "psr-4": { + "Magento\\GraphQlNewRelic\\": "" } -} + }, + "version": "1.0.5", + "replace": { + "magento/module-graph-ql-new-relic": "100.4.0" + } +} \ No newline at end of file diff --git a/app/code/Magento/GraphQlResolverCache/composer.json b/app/code/Magento/GraphQlResolverCache/composer.json index 03c89ee90490..f26929dd4176 100644 --- a/app/code/Magento/GraphQlResolverCache/composer.json +++ b/app/code/Magento/GraphQlResolverCache/composer.json @@ -1,22 +1,26 @@ { - "name": "magento/module-graph-ql-resolver-cache", - "description": "N/A", - "type": "magento2-module", - "require": { - "php": "~8.1.0||~8.2.0||~8.3.0", - "magento/framework": "*", - "magento/module-graph-ql": "*" - }, - "license": [ - "OSL-3.0", - "AFL-3.0" + "name": "mage-os/module-graph-ql-resolver-cache", + "description": "N/A", + "type": "magento2-module", + "require": { + "php": "~8.1.0||~8.2.0||~8.3.0", + "mage-os/framework": "1.0.5", + "mage-os/module-graph-ql": "1.0.5" + }, + "license": [ + "OSL-3.0", + "AFL-3.0" + ], + "autoload": { + "files": [ + "registration.php" ], - "autoload": { - "files": [ - "registration.php" - ], - "psr-4": { - "Magento\\GraphQlResolverCache\\": "" - } + "psr-4": { + "Magento\\GraphQlResolverCache\\": "" } -} + }, + "version": "1.0.5", + "replace": { + "magento/module-graph-ql-resolver-cache": "100.4.0" + } +} \ No newline at end of file diff --git a/app/code/Magento/GroupedCatalogInventory/composer.json b/app/code/Magento/GroupedCatalogInventory/composer.json index be8b3e313f46..64f08a9a36ea 100644 --- a/app/code/Magento/GroupedCatalogInventory/composer.json +++ b/app/code/Magento/GroupedCatalogInventory/composer.json @@ -1,27 +1,31 @@ { - "name": "magento/module-grouped-catalog-inventory", - "description": "N/A", - "config": { - "sort-packages": true - }, - "require": { - "php": "~8.1.0||~8.2.0||~8.3.0", - "magento/framework": "*", - "magento/module-catalog": "*", - "magento/module-catalog-inventory": "*", - "magento/module-grouped-product": "*" - }, - "type": "magento2-module", - "license": [ - "OSL-3.0", - "AFL-3.0" + "name": "mage-os/module-grouped-catalog-inventory", + "description": "N/A", + "config": { + "sort-packages": true + }, + "require": { + "php": "~8.1.0||~8.2.0||~8.3.0", + "mage-os/framework": "1.0.5", + "mage-os/module-catalog": "1.0.5", + "mage-os/module-catalog-inventory": "1.0.5", + "mage-os/module-grouped-product": "1.0.5" + }, + "type": "magento2-module", + "license": [ + "OSL-3.0", + "AFL-3.0" + ], + "autoload": { + "files": [ + "registration.php" ], - "autoload": { - "files": [ - "registration.php" - ], - "psr-4": { - "Magento\\GroupedCatalogInventory\\": "" - } + "psr-4": { + "Magento\\GroupedCatalogInventory\\": "" } -} + }, + "version": "1.0.5", + "replace": { + "magento/module-grouped-catalog-inventory": "100.4.4" + } +} \ No newline at end of file diff --git a/app/code/Magento/GroupedImportExport/composer.json b/app/code/Magento/GroupedImportExport/composer.json index b5dfac3ddc2b..85fb5ffb94bb 100644 --- a/app/code/Magento/GroupedImportExport/composer.json +++ b/app/code/Magento/GroupedImportExport/composer.json @@ -1,29 +1,33 @@ { - "name": "magento/module-grouped-import-export", - "description": "N/A", - "config": { - "sort-packages": true - }, - "require": { - "php": "~8.1.0||~8.2.0||~8.3.0", - "magento/framework": "*", - "magento/module-catalog": "*", - "magento/module-catalog-import-export": "*", - "magento/module-eav": "*", - "magento/module-grouped-product": "*", - "magento/module-import-export": "*" - }, - "type": "magento2-module", - "license": [ - "OSL-3.0", - "AFL-3.0" + "name": "mage-os/module-grouped-import-export", + "description": "N/A", + "config": { + "sort-packages": true + }, + "require": { + "php": "~8.1.0||~8.2.0||~8.3.0", + "mage-os/framework": "1.0.5", + "mage-os/module-catalog": "1.0.5", + "mage-os/module-catalog-import-export": "1.0.5", + "mage-os/module-eav": "1.0.5", + "mage-os/module-grouped-product": "1.0.5", + "mage-os/module-import-export": "1.0.5" + }, + "type": "magento2-module", + "license": [ + "OSL-3.0", + "AFL-3.0" + ], + "autoload": { + "files": [ + "registration.php" ], - "autoload": { - "files": [ - "registration.php" - ], - "psr-4": { - "Magento\\GroupedImportExport\\": "" - } + "psr-4": { + "Magento\\GroupedImportExport\\": "" } -} + }, + "version": "1.0.5", + "replace": { + "magento/module-grouped-import-export": "100.4.5" + } +} \ No newline at end of file diff --git a/app/code/Magento/GroupedProduct/composer.json b/app/code/Magento/GroupedProduct/composer.json index 41a0742c5ee9..84deeceb7577 100644 --- a/app/code/Magento/GroupedProduct/composer.json +++ b/app/code/Magento/GroupedProduct/composer.json @@ -1,40 +1,44 @@ { - "name": "magento/module-grouped-product", - "description": "N/A", - "config": { - "sort-packages": true - }, - "require": { - "php": "~8.1.0||~8.2.0||~8.3.0", - "magento/framework": "*", - "magento/module-backend": "*", - "magento/module-catalog": "*", - "magento/module-catalog-inventory": "*", - "magento/module-checkout": "*", - "magento/module-customer": "*", - "magento/module-eav": "*", - "magento/module-media-storage": "*", - "magento/module-msrp": "*", - "magento/module-quote": "*", - "magento/module-sales": "*", - "magento/module-store": "*", - "magento/module-ui": "*", - "magento/module-wishlist": "*" - }, - "suggest": { - "magento/module-grouped-product-sample-data": "*" - }, - "type": "magento2-module", - "license": [ - "OSL-3.0", - "AFL-3.0" + "name": "mage-os/module-grouped-product", + "description": "N/A", + "config": { + "sort-packages": true + }, + "require": { + "php": "~8.1.0||~8.2.0||~8.3.0", + "mage-os/framework": "1.0.5", + "mage-os/module-backend": "1.0.5", + "mage-os/module-catalog": "1.0.5", + "mage-os/module-catalog-inventory": "1.0.5", + "mage-os/module-checkout": "1.0.5", + "mage-os/module-customer": "1.0.5", + "mage-os/module-eav": "1.0.5", + "mage-os/module-media-storage": "1.0.5", + "mage-os/module-msrp": "1.0.5", + "mage-os/module-quote": "1.0.5", + "mage-os/module-sales": "1.0.5", + "mage-os/module-store": "1.0.5", + "mage-os/module-ui": "1.0.5", + "mage-os/module-wishlist": "1.0.5" + }, + "suggest": { + "mage-os/module-grouped-product-sample-data": "Sample Data version: 1.0.5" + }, + "type": "magento2-module", + "license": [ + "OSL-3.0", + "AFL-3.0" + ], + "autoload": { + "files": [ + "registration.php" ], - "autoload": { - "files": [ - "registration.php" - ], - "psr-4": { - "Magento\\GroupedProduct\\": "" - } + "psr-4": { + "Magento\\GroupedProduct\\": "" } -} + }, + "version": "1.0.5", + "replace": { + "magento/module-grouped-product": "100.4.7" + } +} \ No newline at end of file diff --git a/app/code/Magento/GroupedProductGraphQl/composer.json b/app/code/Magento/GroupedProductGraphQl/composer.json index ea86fa48322c..814b14132c84 100644 --- a/app/code/Magento/GroupedProductGraphQl/composer.json +++ b/app/code/Magento/GroupedProductGraphQl/composer.json @@ -1,24 +1,28 @@ { - "name": "magento/module-grouped-product-graph-ql", - "description": "N/A", - "type": "magento2-module", - "require": { - "php": "~8.1.0||~8.2.0||~8.3.0", - "magento/module-grouped-product": "*", - "magento/module-catalog": "*", - "magento/module-catalog-graph-ql": "*", - "magento/framework": "*" - }, - "license": [ - "OSL-3.0", - "AFL-3.0" + "name": "mage-os/module-grouped-product-graph-ql", + "description": "N/A", + "type": "magento2-module", + "require": { + "php": "~8.1.0||~8.2.0||~8.3.0", + "mage-os/module-grouped-product": "1.0.5", + "mage-os/module-catalog": "1.0.5", + "mage-os/module-catalog-graph-ql": "1.0.5", + "mage-os/framework": "1.0.5" + }, + "license": [ + "OSL-3.0", + "AFL-3.0" + ], + "autoload": { + "files": [ + "registration.php" ], - "autoload": { - "files": [ - "registration.php" - ], - "psr-4": { - "Magento\\GroupedProductGraphQl\\": "" - } + "psr-4": { + "Magento\\GroupedProductGraphQl\\": "" } -} + }, + "version": "1.0.5", + "replace": { + "magento/module-grouped-product-graph-ql": "100.4.7" + } +} \ No newline at end of file diff --git a/app/code/Magento/ImportExport/composer.json b/app/code/Magento/ImportExport/composer.json index 30c5850ac21b..b26f3deda06c 100644 --- a/app/code/Magento/ImportExport/composer.json +++ b/app/code/Magento/ImportExport/composer.json @@ -1,31 +1,35 @@ { - "name": "magento/module-import-export", - "description": "N/A", - "config": { - "sort-packages": true - }, - "require": { - "php": "~8.1.0||~8.2.0||~8.3.0", - "ext-ctype": "*", - "magento/framework": "*", - "magento/module-backend": "*", - "magento/module-catalog": "*", - "magento/module-eav": "*", - "magento/module-media-storage": "*", - "magento/module-store": "*", - "magento/module-ui": "*" - }, - "type": "magento2-module", - "license": [ - "OSL-3.0", - "AFL-3.0" + "name": "mage-os/module-import-export", + "description": "N/A", + "config": { + "sort-packages": true + }, + "require": { + "php": "~8.1.0||~8.2.0||~8.3.0", + "ext-ctype": "*", + "mage-os/framework": "1.0.5", + "mage-os/module-backend": "1.0.5", + "mage-os/module-catalog": "1.0.5", + "mage-os/module-eav": "1.0.5", + "mage-os/module-media-storage": "1.0.5", + "mage-os/module-store": "1.0.5", + "mage-os/module-ui": "1.0.5" + }, + "type": "magento2-module", + "license": [ + "OSL-3.0", + "AFL-3.0" + ], + "autoload": { + "files": [ + "registration.php" ], - "autoload": { - "files": [ - "registration.php" - ], - "psr-4": { - "Magento\\ImportExport\\": "" - } + "psr-4": { + "Magento\\ImportExport\\": "" } -} + }, + "version": "1.0.5", + "replace": { + "magento/module-import-export": "101.0.7-p2" + } +} \ No newline at end of file diff --git a/app/code/Magento/Indexer/composer.json b/app/code/Magento/Indexer/composer.json index 4d10641f27cc..0e630f63c030 100644 --- a/app/code/Magento/Indexer/composer.json +++ b/app/code/Magento/Indexer/composer.json @@ -1,27 +1,31 @@ { - "name": "magento/module-indexer", - "description": "N/A", - "config": { - "sort-packages": true - }, - "require": { - "php": "~8.1.0||~8.2.0||~8.3.0", - "magento/framework": "*", - "magento/framework-amqp": "*", - "magento/module-backend": "*", - "magento/module-customer": "*" - }, - "type": "magento2-module", - "license": [ - "OSL-3.0", - "AFL-3.0" + "name": "mage-os/module-indexer", + "description": "N/A", + "config": { + "sort-packages": true + }, + "require": { + "php": "~8.1.0||~8.2.0||~8.3.0", + "mage-os/framework": "1.0.5", + "mage-os/framework-amqp": "1.0.5", + "mage-os/module-backend": "1.0.5", + "mage-os/module-customer": "1.0.5" + }, + "type": "magento2-module", + "license": [ + "OSL-3.0", + "AFL-3.0" + ], + "autoload": { + "files": [ + "registration.php" ], - "autoload": { - "files": [ - "registration.php" - ], - "psr-4": { - "Magento\\Indexer\\": "" - } + "psr-4": { + "Magento\\Indexer\\": "" } -} + }, + "version": "1.0.5", + "replace": { + "magento/module-indexer": "100.4.7" + } +} \ No newline at end of file diff --git a/app/code/Magento/InstantPurchase/composer.json b/app/code/Magento/InstantPurchase/composer.json index e05de7516993..ae8ba9d07063 100644 --- a/app/code/Magento/InstantPurchase/composer.json +++ b/app/code/Magento/InstantPurchase/composer.json @@ -1,28 +1,32 @@ { - "name": "magento/module-instant-purchase", - "description": "N/A", - "type": "magento2-module", - "license": [ - "OSL-3.0", - "AFL-3.0" + "name": "mage-os/module-instant-purchase", + "description": "N/A", + "type": "magento2-module", + "license": [ + "OSL-3.0", + "AFL-3.0" + ], + "require": { + "php": "~8.1.0||~8.2.0||~8.3.0", + "mage-os/module-store": "1.0.5", + "mage-os/module-catalog": "1.0.5", + "mage-os/module-customer": "1.0.5", + "mage-os/module-sales": "1.0.5", + "mage-os/module-shipping": "1.0.5", + "mage-os/module-quote": "1.0.5", + "mage-os/module-vault": "1.0.5", + "mage-os/framework": "1.0.5" + }, + "autoload": { + "files": [ + "registration.php" ], - "require": { - "php": "~8.1.0||~8.2.0||~8.3.0", - "magento/module-store": "*", - "magento/module-catalog": "*", - "magento/module-customer": "*", - "magento/module-sales": "*", - "magento/module-shipping": "*", - "magento/module-quote": "*", - "magento/module-vault": "*", - "magento/framework": "*" - }, - "autoload": { - "files": [ - "registration.php" - ], - "psr-4": { - "Magento\\InstantPurchase\\": "" - } + "psr-4": { + "Magento\\InstantPurchase\\": "" } -} + }, + "version": "1.0.5", + "replace": { + "magento/module-instant-purchase": "100.4.6-p3" + } +} \ No newline at end of file diff --git a/app/code/Magento/Integration/composer.json b/app/code/Magento/Integration/composer.json index 2076ecf8dd44..9c2d06434374 100644 --- a/app/code/Magento/Integration/composer.json +++ b/app/code/Magento/Integration/composer.json @@ -1,31 +1,35 @@ { - "name": "magento/module-integration", - "description": "N/A", - "config": { - "sort-packages": true - }, - "require": { - "php": "~8.1.0||~8.2.0||~8.3.0", - "magento/framework": "*", - "magento/module-authorization": "*", - "magento/module-backend": "*", - "magento/module-customer": "*", - "magento/module-security": "*", - "magento/module-store": "*", - "magento/module-user": "*", - "magento/module-ui": "*" - }, - "type": "magento2-module", - "license": [ - "OSL-3.0", - "AFL-3.0" + "name": "mage-os/module-integration", + "description": "N/A", + "config": { + "sort-packages": true + }, + "require": { + "php": "~8.1.0||~8.2.0||~8.3.0", + "mage-os/framework": "1.0.5", + "mage-os/module-authorization": "1.0.5", + "mage-os/module-backend": "1.0.5", + "mage-os/module-customer": "1.0.5", + "mage-os/module-security": "1.0.5", + "mage-os/module-store": "1.0.5", + "mage-os/module-user": "1.0.5", + "mage-os/module-ui": "1.0.5" + }, + "type": "magento2-module", + "license": [ + "OSL-3.0", + "AFL-3.0" + ], + "autoload": { + "files": [ + "registration.php" ], - "autoload": { - "files": [ - "registration.php" - ], - "psr-4": { - "Magento\\Integration\\": "" - } + "psr-4": { + "Magento\\Integration\\": "" } -} + }, + "version": "1.0.5", + "replace": { + "magento/module-integration": "100.4.7-p2" + } +} \ No newline at end of file diff --git a/app/code/Magento/IntegrationGraphQl/composer.json b/app/code/Magento/IntegrationGraphQl/composer.json index bb26e5f2af1f..0e70d5f46ea1 100644 --- a/app/code/Magento/IntegrationGraphQl/composer.json +++ b/app/code/Magento/IntegrationGraphQl/composer.json @@ -1,21 +1,25 @@ { - "name": "magento/module-integration-graph-ql", - "description": "N/A", - "type": "magento2-module", - "require": { - "php": "~8.1.0||~8.2.0||~8.3.0", - "magento/framework": "*" - }, - "license": [ - "OSL-3.0", - "AFL-3.0" + "name": "mage-os/module-integration-graph-ql", + "description": "N/A", + "type": "magento2-module", + "require": { + "php": "~8.1.0||~8.2.0||~8.3.0", + "mage-os/framework": "1.0.5" + }, + "license": [ + "OSL-3.0", + "AFL-3.0" + ], + "autoload": { + "files": [ + "registration.php" ], - "autoload": { - "files": [ - "registration.php" - ], - "psr-4": { - "Magento\\IntegrationGraphQl\\": "" - } + "psr-4": { + "Magento\\IntegrationGraphQl\\": "" } -} + }, + "version": "1.0.5", + "replace": { + "magento/module-integration-graph-ql": "100.4.0" + } +} \ No newline at end of file diff --git a/app/code/Magento/JwtFrameworkAdapter/composer.json b/app/code/Magento/JwtFrameworkAdapter/composer.json index 5ba9b07a1b40..8c26038cac4e 100644 --- a/app/code/Magento/JwtFrameworkAdapter/composer.json +++ b/app/code/Magento/JwtFrameworkAdapter/composer.json @@ -1,25 +1,29 @@ { - "name": "magento/module-jwt-framework-adapter", - "description": "JWT Manager implementation based on jwt-framework", - "config": { - "sort-packages": true - }, - "require": { - "php": "~8.1.0||~8.2.0||~8.3.0", - "magento/framework": "*", - "web-token/jwt-framework": "^3.1.2" - }, - "type": "magento2-module", - "license": [ - "OSL-3.0", - "AFL-3.0" + "name": "mage-os/module-jwt-framework-adapter", + "description": "JWT Manager implementation based on jwt-framework", + "config": { + "sort-packages": true + }, + "require": { + "php": "~8.1.0||~8.2.0||~8.3.0", + "mage-os/framework": "1.0.5", + "web-token/jwt-framework": "^3.1.2" + }, + "type": "magento2-module", + "license": [ + "OSL-3.0", + "AFL-3.0" + ], + "autoload": { + "files": [ + "registration.php" ], - "autoload": { - "files": [ - "registration.php" - ], - "psr-4": { - "Magento\\JwtFrameworkAdapter\\": "" - } + "psr-4": { + "Magento\\JwtFrameworkAdapter\\": "" } -} + }, + "version": "1.0.5", + "replace": { + "magento/module-jwt-framework-adapter": "100.4.3" + } +} \ No newline at end of file diff --git a/app/code/Magento/JwtUserToken/composer.json b/app/code/Magento/JwtUserToken/composer.json index 571b81443e2d..78d3c1826e07 100644 --- a/app/code/Magento/JwtUserToken/composer.json +++ b/app/code/Magento/JwtUserToken/composer.json @@ -1,26 +1,30 @@ { - "name": "magento/module-jwt-user-token", - "description": "Introduces JWT token support for web API authentication", - "config": { - "sort-packages": true - }, - "require": { - "php": "~8.1.0||~8.2.0||~8.3.0", - "magento/framework": "*", - "magento/module-integration": "*", - "magento/module-authorization": "*" - }, - "type": "magento2-module", - "license": [ - "OSL-3.0", - "AFL-3.0" + "name": "mage-os/module-jwt-user-token", + "description": "Introduces JWT token support for web API authentication", + "config": { + "sort-packages": true + }, + "require": { + "php": "~8.1.0||~8.2.0||~8.3.0", + "mage-os/framework": "1.0.5", + "mage-os/module-integration": "1.0.5", + "mage-os/module-authorization": "1.0.5" + }, + "type": "magento2-module", + "license": [ + "OSL-3.0", + "AFL-3.0" + ], + "autoload": { + "files": [ + "registration.php" ], - "autoload": { - "files": [ - "registration.php" - ], - "psr-4": { - "Magento\\JwtUserToken\\": "" - } + "psr-4": { + "Magento\\JwtUserToken\\": "" } -} + }, + "version": "1.0.5", + "replace": { + "magento/module-jwt-user-token": "100.4.2-p2" + } +} \ No newline at end of file diff --git a/app/code/Magento/LayeredNavigation/composer.json b/app/code/Magento/LayeredNavigation/composer.json index 31552eb8bec3..3e7b9b664d91 100644 --- a/app/code/Magento/LayeredNavigation/composer.json +++ b/app/code/Magento/LayeredNavigation/composer.json @@ -1,26 +1,30 @@ { - "name": "magento/module-layered-navigation", - "description": "N/A", - "config": { - "sort-packages": true - }, - "require": { - "php": "~8.1.0||~8.2.0||~8.3.0", - "magento/framework": "*", - "magento/module-catalog": "*", - "magento/module-config": "*" - }, - "type": "magento2-module", - "license": [ - "OSL-3.0", - "AFL-3.0" + "name": "mage-os/module-layered-navigation", + "description": "N/A", + "config": { + "sort-packages": true + }, + "require": { + "php": "~8.1.0||~8.2.0||~8.3.0", + "mage-os/framework": "1.0.5", + "mage-os/module-catalog": "1.0.5", + "mage-os/module-config": "1.0.5" + }, + "type": "magento2-module", + "license": [ + "OSL-3.0", + "AFL-3.0" + ], + "autoload": { + "files": [ + "registration.php" ], - "autoload": { - "files": [ - "registration.php" - ], - "psr-4": { - "Magento\\LayeredNavigation\\": "" - } + "psr-4": { + "Magento\\LayeredNavigation\\": "" } -} + }, + "version": "1.0.5", + "replace": { + "magento/module-layered-navigation": "100.4.7" + } +} \ No newline at end of file diff --git a/app/code/Magento/LoginAsCustomer/composer.json b/app/code/Magento/LoginAsCustomer/composer.json index 02be71aacdde..42e17a038478 100755 --- a/app/code/Magento/LoginAsCustomer/composer.json +++ b/app/code/Magento/LoginAsCustomer/composer.json @@ -1,27 +1,31 @@ { - "name": "magento/module-login-as-customer", - "description": "Allow for admin to enter a customer account", - "require": { - "php": "~8.1.0||~8.2.0||~8.3.0", - "magento/framework": "*", - "magento/module-backend": "*", - "magento/module-customer": "*", - "magento/module-login-as-customer-api": "*" - }, - "suggest": { - "magento/module-backend": "*" - }, - "type": "magento2-module", - "license": [ - "OSL-3.0", - "AFL-3.0" + "name": "mage-os/module-login-as-customer", + "description": "Allow for admin to enter a customer account", + "require": { + "php": "~8.1.0||~8.2.0||~8.3.0", + "mage-os/framework": "1.0.5", + "mage-os/module-backend": "1.0.5", + "mage-os/module-customer": "1.0.5", + "mage-os/module-login-as-customer-api": "1.0.5" + }, + "suggest": { + "mage-os/module-backend": "1.0.5" + }, + "type": "magento2-module", + "license": [ + "OSL-3.0", + "AFL-3.0" + ], + "autoload": { + "files": [ + "registration.php" ], - "autoload": { - "files": [ - "registration.php" - ], - "psr-4": { - "Magento\\LoginAsCustomer\\": "" - } + "psr-4": { + "Magento\\LoginAsCustomer\\": "" } -} + }, + "version": "1.0.5", + "replace": { + "magento/module-login-as-customer": "100.4.7" + } +} \ No newline at end of file diff --git a/app/code/Magento/LoginAsCustomerAdminUi/composer.json b/app/code/Magento/LoginAsCustomerAdminUi/composer.json index e1f552d1fbea..27d6e2e794ce 100644 --- a/app/code/Magento/LoginAsCustomerAdminUi/composer.json +++ b/app/code/Magento/LoginAsCustomerAdminUi/composer.json @@ -1,30 +1,34 @@ { - "name": "magento/module-login-as-customer-admin-ui", - "description": "", - "require": { - "php": "~8.1.0||~8.2.0||~8.3.0", - "magento/framework": "*", - "magento/module-login-as-customer-api": "*", - "magento/module-login-as-customer-frontend-ui": "*", - "magento/module-backend": "*", - "magento/module-customer": "*", - "magento/module-sales": "*", - "magento/module-store": "*" - }, - "suggest": { - "magento/module-login-as-customer": "*" - }, - "type": "magento2-module", - "license": [ - "OSL-3.0", - "AFL-3.0" + "name": "mage-os/module-login-as-customer-admin-ui", + "description": "", + "require": { + "php": "~8.1.0||~8.2.0||~8.3.0", + "mage-os/framework": "1.0.5", + "mage-os/module-login-as-customer-api": "1.0.5", + "mage-os/module-login-as-customer-frontend-ui": "1.0.5", + "mage-os/module-backend": "1.0.5", + "mage-os/module-customer": "1.0.5", + "mage-os/module-sales": "1.0.5", + "mage-os/module-store": "1.0.5" + }, + "suggest": { + "mage-os/module-login-as-customer": "1.0.5" + }, + "type": "magento2-module", + "license": [ + "OSL-3.0", + "AFL-3.0" + ], + "autoload": { + "files": [ + "registration.php" ], - "autoload": { - "files": [ - "registration.php" - ], - "psr-4": { - "Magento\\LoginAsCustomerAdminUi\\": "" - } + "psr-4": { + "Magento\\LoginAsCustomerAdminUi\\": "" } -} + }, + "version": "1.0.5", + "replace": { + "magento/module-login-as-customer-admin-ui": "100.4.7" + } +} \ No newline at end of file diff --git a/app/code/Magento/LoginAsCustomerApi/composer.json b/app/code/Magento/LoginAsCustomerApi/composer.json index 8b8d380f4c48..aa12b4a369e1 100644 --- a/app/code/Magento/LoginAsCustomerApi/composer.json +++ b/app/code/Magento/LoginAsCustomerApi/composer.json @@ -1,21 +1,25 @@ { - "name": "magento/module-login-as-customer-api", - "description": "Allow for admin to enter a customer account", - "require": { - "php": "~8.1.0||~8.2.0||~8.3.0", - "magento/framework": "*" - }, - "type": "magento2-module", - "license": [ - "OSL-3.0", - "AFL-3.0" + "name": "mage-os/module-login-as-customer-api", + "description": "Allow for admin to enter a customer account", + "require": { + "php": "~8.1.0||~8.2.0||~8.3.0", + "mage-os/framework": "1.0.5" + }, + "type": "magento2-module", + "license": [ + "OSL-3.0", + "AFL-3.0" + ], + "autoload": { + "files": [ + "registration.php" ], - "autoload": { - "files": [ - "registration.php" - ], - "psr-4": { - "Magento\\LoginAsCustomerApi\\": "" - } + "psr-4": { + "Magento\\LoginAsCustomerApi\\": "" } -} + }, + "version": "1.0.5", + "replace": { + "magento/module-login-as-customer-api": "100.4.6" + } +} \ No newline at end of file diff --git a/app/code/Magento/LoginAsCustomerAssistance/composer.json b/app/code/Magento/LoginAsCustomerAssistance/composer.json index 7b2c7a64518b..00f4f9a8bb22 100644 --- a/app/code/Magento/LoginAsCustomerAssistance/composer.json +++ b/app/code/Magento/LoginAsCustomerAssistance/composer.json @@ -1,30 +1,34 @@ { - "name": "magento/module-login-as-customer-assistance", - "description": "", - "require": { - "php": "~8.1.0||~8.2.0||~8.3.0", - "magento/framework": "*", - "magento/module-authorization": "*", - "magento/module-backend": "*", - "magento/module-customer": "*", - "magento/module-store": "*", - "magento/module-login-as-customer": "*", - "magento/module-login-as-customer-api": "*" - }, - "suggest": { - "magento/module-login-as-customer-admin-ui": "*" - }, - "type": "magento2-module", - "license": [ - "OSL-3.0", - "AFL-3.0" + "name": "mage-os/module-login-as-customer-assistance", + "description": "", + "require": { + "php": "~8.1.0||~8.2.0||~8.3.0", + "mage-os/framework": "1.0.5", + "mage-os/module-authorization": "1.0.5", + "mage-os/module-backend": "1.0.5", + "mage-os/module-customer": "1.0.5", + "mage-os/module-store": "1.0.5", + "mage-os/module-login-as-customer": "1.0.5", + "mage-os/module-login-as-customer-api": "1.0.5" + }, + "suggest": { + "mage-os/module-login-as-customer-admin-ui": "1.0.5" + }, + "type": "magento2-module", + "license": [ + "OSL-3.0", + "AFL-3.0" + ], + "autoload": { + "files": [ + "registration.php" ], - "autoload": { - "files": [ - "registration.php" - ], - "psr-4": { - "Magento\\LoginAsCustomerAssistance\\": "" - } + "psr-4": { + "Magento\\LoginAsCustomerAssistance\\": "" } -} + }, + "version": "1.0.5", + "replace": { + "magento/module-login-as-customer-assistance": "100.4.6" + } +} \ No newline at end of file diff --git a/app/code/Magento/LoginAsCustomerFrontendUi/composer.json b/app/code/Magento/LoginAsCustomerFrontendUi/composer.json index 04b331d09878..b84118234653 100644 --- a/app/code/Magento/LoginAsCustomerFrontendUi/composer.json +++ b/app/code/Magento/LoginAsCustomerFrontendUi/composer.json @@ -1,24 +1,28 @@ { - "name": "magento/module-login-as-customer-frontend-ui", - "description": "", - "require": { - "php": "~8.1.0||~8.2.0||~8.3.0", - "magento/framework": "*", - "magento/module-login-as-customer-api": "*", - "magento/module-customer": "*", - "magento/module-store": "*" - }, - "type": "magento2-module", - "license": [ - "OSL-3.0", - "AFL-3.0" + "name": "mage-os/module-login-as-customer-frontend-ui", + "description": "", + "require": { + "php": "~8.1.0||~8.2.0||~8.3.0", + "mage-os/framework": "1.0.5", + "mage-os/module-login-as-customer-api": "1.0.5", + "mage-os/module-customer": "1.0.5", + "mage-os/module-store": "1.0.5" + }, + "type": "magento2-module", + "license": [ + "OSL-3.0", + "AFL-3.0" + ], + "autoload": { + "files": [ + "registration.php" ], - "autoload": { - "files": [ - "registration.php" - ], - "psr-4": { - "Magento\\LoginAsCustomerFrontendUi\\": "" - } + "psr-4": { + "Magento\\LoginAsCustomerFrontendUi\\": "" } -} + }, + "version": "1.0.5", + "replace": { + "magento/module-login-as-customer-frontend-ui": "100.4.6" + } +} \ No newline at end of file diff --git a/app/code/Magento/LoginAsCustomerGraphQl/composer.json b/app/code/Magento/LoginAsCustomerGraphQl/composer.json index cc1b6eba1015..e3d08904cf86 100755 --- a/app/code/Magento/LoginAsCustomerGraphQl/composer.json +++ b/app/code/Magento/LoginAsCustomerGraphQl/composer.json @@ -1,29 +1,33 @@ { - "name": "magento/module-login-as-customer-graph-ql", - "description": "Flexible login as a customer so a merchant or merchant admin can log into an end customer's account to assist them with their account.", - "require": { - "php": "~8.1.0||~8.2.0||~8.3.0", - "magento/framework": "*", - "magento/module-login-as-customer-api": "*", - "magento/module-login-as-customer-assistance": "*", - "magento/module-integration": "*", - "magento/module-store": "*", - "magento/module-customer": "*" - }, - "suggest": { - "magento/module-login-as-customer": "*" - }, - "type": "magento2-module", - "license": [ - "OSL-3.0", - "AFL-3.0" + "name": "mage-os/module-login-as-customer-graph-ql", + "description": "Flexible login as a customer so a merchant or merchant admin can log into an end customer's account to assist them with their account.", + "require": { + "php": "~8.1.0||~8.2.0||~8.3.0", + "mage-os/framework": "1.0.5", + "mage-os/module-login-as-customer-api": "1.0.5", + "mage-os/module-login-as-customer-assistance": "1.0.5", + "mage-os/module-integration": "1.0.5", + "mage-os/module-store": "1.0.5", + "mage-os/module-customer": "1.0.5" + }, + "suggest": { + "mage-os/module-login-as-customer": "1.0.5" + }, + "type": "magento2-module", + "license": [ + "OSL-3.0", + "AFL-3.0" + ], + "autoload": { + "files": [ + "registration.php" ], - "autoload": { - "files": [ - "registration.php" - ], - "psr-4": { - "Magento\\LoginAsCustomerGraphQl\\": "" - } + "psr-4": { + "Magento\\LoginAsCustomerGraphQl\\": "" } -} + }, + "version": "1.0.5", + "replace": { + "magento/module-login-as-customer-graph-ql": "100.4.4" + } +} \ No newline at end of file diff --git a/app/code/Magento/LoginAsCustomerLog/composer.json b/app/code/Magento/LoginAsCustomerLog/composer.json index 3eb0ca3c8a3f..c1911340ebba 100644 --- a/app/code/Magento/LoginAsCustomerLog/composer.json +++ b/app/code/Magento/LoginAsCustomerLog/composer.json @@ -1,29 +1,33 @@ { - "name": "magento/module-login-as-customer-log", - "description": "", - "require": { - "php": "~8.1.0||~8.2.0||~8.3.0", - "magento/framework": "*", - "magento/module-backend": "*", - "magento/module-customer": "*", - "magento/module-login-as-customer-api": "*", - "magento/module-ui": "*", - "magento/module-user": "*" - }, - "suggest": { - "magento/module-login-as-customer": "*" - }, - "type": "magento2-module", - "license": [ - "OSL-3.0", - "AFL-3.0" + "name": "mage-os/module-login-as-customer-log", + "description": "", + "require": { + "php": "~8.1.0||~8.2.0||~8.3.0", + "mage-os/framework": "1.0.5", + "mage-os/module-backend": "1.0.5", + "mage-os/module-customer": "1.0.5", + "mage-os/module-login-as-customer-api": "1.0.5", + "mage-os/module-ui": "1.0.5", + "mage-os/module-user": "1.0.5" + }, + "suggest": { + "mage-os/module-login-as-customer": "1.0.5" + }, + "type": "magento2-module", + "license": [ + "OSL-3.0", + "AFL-3.0" + ], + "autoload": { + "files": [ + "registration.php" ], - "autoload": { - "files": [ - "registration.php" - ], - "psr-4": { - "Magento\\LoginAsCustomerLog\\": "" - } + "psr-4": { + "Magento\\LoginAsCustomerLog\\": "" } -} + }, + "version": "1.0.5", + "replace": { + "magento/module-login-as-customer-log": "100.4.5" + } +} \ No newline at end of file diff --git a/app/code/Magento/LoginAsCustomerPageCache/composer.json b/app/code/Magento/LoginAsCustomerPageCache/composer.json index 2c0f32ab8232..74aef76b5db2 100644 --- a/app/code/Magento/LoginAsCustomerPageCache/composer.json +++ b/app/code/Magento/LoginAsCustomerPageCache/composer.json @@ -1,26 +1,30 @@ { - "name": "magento/module-login-as-customer-page-cache", - "description": "", - "require": { - "php": "~8.1.0||~8.2.0||~8.3.0", - "magento/framework": "*", - "magento/module-store": "*", - "magento/module-login-as-customer-api": "*" - }, - "suggest": { - "magento/module-page-cache": "*" - }, - "type": "magento2-module", - "license": [ - "OSL-3.0", - "AFL-3.0" + "name": "mage-os/module-login-as-customer-page-cache", + "description": "", + "require": { + "php": "~8.1.0||~8.2.0||~8.3.0", + "mage-os/framework": "1.0.5", + "mage-os/module-store": "1.0.5", + "mage-os/module-login-as-customer-api": "1.0.5" + }, + "suggest": { + "mage-os/module-page-cache": "1.0.5" + }, + "type": "magento2-module", + "license": [ + "OSL-3.0", + "AFL-3.0" + ], + "autoload": { + "files": [ + "registration.php" ], - "autoload": { - "files": [ - "registration.php" - ], - "psr-4": { - "Magento\\LoginAsCustomerPageCache\\": "" - } + "psr-4": { + "Magento\\LoginAsCustomerPageCache\\": "" } -} + }, + "version": "1.0.5", + "replace": { + "magento/module-login-as-customer-page-cache": "100.4.6" + } +} \ No newline at end of file diff --git a/app/code/Magento/LoginAsCustomerQuote/composer.json b/app/code/Magento/LoginAsCustomerQuote/composer.json index 8d2e34ec5b04..1118d5bb2a1e 100644 --- a/app/code/Magento/LoginAsCustomerQuote/composer.json +++ b/app/code/Magento/LoginAsCustomerQuote/composer.json @@ -1,27 +1,31 @@ { - "name": "magento/module-login-as-customer-quote", - "description": "", - "require": { - "php": "~8.1.0||~8.2.0||~8.3.0", - "magento/framework": "*", - "magento/module-checkout": "*", - "magento/module-customer": "*", - "magento/module-quote": "*" - }, - "suggest": { - "magento/module-login-as-customer-api": "*" - }, - "type": "magento2-module", - "license": [ - "OSL-3.0", - "AFL-3.0" + "name": "mage-os/module-login-as-customer-quote", + "description": "", + "require": { + "php": "~8.1.0||~8.2.0||~8.3.0", + "mage-os/framework": "1.0.5", + "mage-os/module-checkout": "1.0.5", + "mage-os/module-customer": "1.0.5", + "mage-os/module-quote": "1.0.5" + }, + "suggest": { + "mage-os/module-login-as-customer-api": "1.0.5" + }, + "type": "magento2-module", + "license": [ + "OSL-3.0", + "AFL-3.0" + ], + "autoload": { + "files": [ + "registration.php" ], - "autoload": { - "files": [ - "registration.php" - ], - "psr-4": { - "Magento\\LoginAsCustomerQuote\\": "" - } + "psr-4": { + "Magento\\LoginAsCustomerQuote\\": "" } -} + }, + "version": "1.0.5", + "replace": { + "magento/module-login-as-customer-quote": "100.4.5" + } +} \ No newline at end of file diff --git a/app/code/Magento/LoginAsCustomerSales/composer.json b/app/code/Magento/LoginAsCustomerSales/composer.json index 552e2a532fdb..7128096d5393 100644 --- a/app/code/Magento/LoginAsCustomerSales/composer.json +++ b/app/code/Magento/LoginAsCustomerSales/composer.json @@ -1,27 +1,31 @@ { - "name": "magento/module-login-as-customer-sales", - "description": "", - "require": { - "php": "~8.1.0||~8.2.0||~8.3.0", - "magento/framework": "*", - "magento/module-backend": "*", - "magento/module-user": "*", - "magento/module-login-as-customer-api": "*" - }, - "suggest": { - "magento/module-sales": "*" - }, - "type": "magento2-module", - "license": [ - "OSL-3.0", - "AFL-3.0" + "name": "mage-os/module-login-as-customer-sales", + "description": "", + "require": { + "php": "~8.1.0||~8.2.0||~8.3.0", + "mage-os/framework": "1.0.5", + "mage-os/module-backend": "1.0.5", + "mage-os/module-user": "1.0.5", + "mage-os/module-login-as-customer-api": "1.0.5" + }, + "suggest": { + "mage-os/module-sales": "1.0.5" + }, + "type": "magento2-module", + "license": [ + "OSL-3.0", + "AFL-3.0" + ], + "autoload": { + "files": [ + "registration.php" ], - "autoload": { - "files": [ - "registration.php" - ], - "psr-4": { - "Magento\\LoginAsCustomerSales\\": "" - } + "psr-4": { + "Magento\\LoginAsCustomerSales\\": "" } -} + }, + "version": "1.0.5", + "replace": { + "magento/module-login-as-customer-sales": "100.4.6" + } +} \ No newline at end of file diff --git a/app/code/Magento/Marketplace/composer.json b/app/code/Magento/Marketplace/composer.json index dc726fdcd3c7..8251def18e24 100644 --- a/app/code/Magento/Marketplace/composer.json +++ b/app/code/Magento/Marketplace/composer.json @@ -1,25 +1,29 @@ { - "name": "magento/module-marketplace", - "description": "N/A", - "config": { - "sort-packages": true - }, - "require": { - "php": "~8.1.0||~8.2.0||~8.3.0", - "magento/framework": "*", - "magento/module-backend": "*" - }, - "type": "magento2-module", - "license": [ - "OSL-3.0", - "AFL-3.0" + "name": "mage-os/module-marketplace", + "description": "N/A", + "config": { + "sort-packages": true + }, + "require": { + "php": "~8.1.0||~8.2.0||~8.3.0", + "mage-os/framework": "1.0.5", + "mage-os/module-backend": "1.0.5" + }, + "type": "magento2-module", + "license": [ + "OSL-3.0", + "AFL-3.0" + ], + "autoload": { + "files": [ + "registration.php" ], - "autoload": { - "files": [ - "registration.php" - ], - "psr-4": { - "Magento\\Marketplace\\": "" - } + "psr-4": { + "Magento\\Marketplace\\": "" } -} + }, + "version": "1.0.5", + "replace": { + "magento/module-marketplace": "100.4.5" + } +} \ No newline at end of file diff --git a/app/code/Magento/MediaContent/composer.json b/app/code/Magento/MediaContent/composer.json index 086542ac663c..5e1d1db19595 100644 --- a/app/code/Magento/MediaContent/composer.json +++ b/app/code/Magento/MediaContent/composer.json @@ -1,23 +1,27 @@ { - "name": "magento/module-media-content", - "description": "Magento module provides the implementation for managing relations between content and media files used in that content", - "require": { - "php": "~8.1.0||~8.2.0||~8.3.0", - "magento/framework": "*", - "magento/module-media-content-api": "*", - "magento/module-media-gallery-api": "*" - }, - "type": "magento2-module", - "license": [ - "OSL-3.0", - "AFL-3.0" + "name": "mage-os/module-media-content", + "description": "Magento module provides the implementation for managing relations between content and media files used in that content", + "require": { + "php": "~8.1.0||~8.2.0||~8.3.0", + "mage-os/framework": "1.0.5", + "mage-os/module-media-content-api": "1.0.5", + "mage-os/module-media-gallery-api": "1.0.5" + }, + "type": "magento2-module", + "license": [ + "OSL-3.0", + "AFL-3.0" + ], + "autoload": { + "files": [ + "registration.php" ], - "autoload": { - "files": [ - "registration.php" - ], - "psr-4": { - "Magento\\MediaContent\\": "" - } + "psr-4": { + "Magento\\MediaContent\\": "" } -} + }, + "version": "1.0.5", + "replace": { + "magento/module-media-content": "100.4.5" + } +} \ No newline at end of file diff --git a/app/code/Magento/MediaContentApi/composer.json b/app/code/Magento/MediaContentApi/composer.json index 195b61294d38..99f320a39ddf 100644 --- a/app/code/Magento/MediaContentApi/composer.json +++ b/app/code/Magento/MediaContentApi/composer.json @@ -1,22 +1,26 @@ { - "name": "magento/module-media-content-api", - "description": "Magento module provides the API interfaces for managing relations between content and media files used in that content", - "require": { - "php": "~8.1.0||~8.2.0||~8.3.0", - "magento/module-media-gallery-api": "*", - "magento/framework": "*" - }, - "type": "magento2-module", - "license": [ - "OSL-3.0", - "AFL-3.0" + "name": "mage-os/module-media-content-api", + "description": "Magento module provides the API interfaces for managing relations between content and media files used in that content", + "require": { + "php": "~8.1.0||~8.2.0||~8.3.0", + "mage-os/module-media-gallery-api": "1.0.5", + "mage-os/framework": "1.0.5" + }, + "type": "magento2-module", + "license": [ + "OSL-3.0", + "AFL-3.0" + ], + "autoload": { + "files": [ + "registration.php" ], - "autoload": { - "files": [ - "registration.php" - ], - "psr-4": { - "Magento\\MediaContentApi\\": "" - } + "psr-4": { + "Magento\\MediaContentApi\\": "" } -} + }, + "version": "1.0.5", + "replace": { + "magento/module-media-content-api": "100.4.6" + } +} \ No newline at end of file diff --git a/app/code/Magento/MediaContentCatalog/composer.json b/app/code/Magento/MediaContentCatalog/composer.json index c306ca9b69d9..c25bbb019849 100644 --- a/app/code/Magento/MediaContentCatalog/composer.json +++ b/app/code/Magento/MediaContentCatalog/composer.json @@ -1,25 +1,29 @@ { - "name": "magento/module-media-content-catalog", - "description": "Magento module provides the implementation of MediaContent functionality for Magento_Catalog module", - "require": { - "php": "~8.1.0||~8.2.0||~8.3.0", - "magento/module-media-content-api": "*", - "magento/module-catalog": "*", - "magento/module-eav": "*", - "magento/module-store": "*", - "magento/framework": "*" - }, - "type": "magento2-module", - "license": [ - "OSL-3.0", - "AFL-3.0" + "name": "mage-os/module-media-content-catalog", + "description": "Magento module provides the implementation of MediaContent functionality for Magento_Catalog module", + "require": { + "php": "~8.1.0||~8.2.0||~8.3.0", + "mage-os/module-media-content-api": "1.0.5", + "mage-os/module-catalog": "1.0.5", + "mage-os/module-eav": "1.0.5", + "mage-os/module-store": "1.0.5", + "mage-os/framework": "1.0.5" + }, + "type": "magento2-module", + "license": [ + "OSL-3.0", + "AFL-3.0" + ], + "autoload": { + "files": [ + "registration.php" ], - "autoload": { - "files": [ - "registration.php" - ], - "psr-4": { - "Magento\\MediaContentCatalog\\": "" - } + "psr-4": { + "Magento\\MediaContentCatalog\\": "" } -} + }, + "version": "1.0.5", + "replace": { + "magento/module-media-content-catalog": "100.4.5" + } +} \ No newline at end of file diff --git a/app/code/Magento/MediaContentCms/composer.json b/app/code/Magento/MediaContentCms/composer.json index a718d7d1cda0..6f184483953b 100644 --- a/app/code/Magento/MediaContentCms/composer.json +++ b/app/code/Magento/MediaContentCms/composer.json @@ -1,23 +1,27 @@ { - "name": "magento/module-media-content-cms", - "description": "Magento module provides the implementation of MediaContent functionality for Magento_Cms module", - "require": { - "php": "~8.1.0||~8.2.0||~8.3.0", - "magento/module-media-content-api": "*", - "magento/module-cms": "*", - "magento/framework": "*" - }, - "type": "magento2-module", - "license": [ - "OSL-3.0", - "AFL-3.0" + "name": "mage-os/module-media-content-cms", + "description": "Magento module provides the implementation of MediaContent functionality for Magento_Cms module", + "require": { + "php": "~8.1.0||~8.2.0||~8.3.0", + "mage-os/module-media-content-api": "1.0.5", + "mage-os/module-cms": "1.0.5", + "mage-os/framework": "1.0.5" + }, + "type": "magento2-module", + "license": [ + "OSL-3.0", + "AFL-3.0" + ], + "autoload": { + "files": [ + "registration.php" ], - "autoload": { - "files": [ - "registration.php" - ], - "psr-4": { - "Magento\\MediaContentCms\\": "" - } + "psr-4": { + "Magento\\MediaContentCms\\": "" } -} + }, + "version": "1.0.5", + "replace": { + "magento/module-media-content-cms": "100.4.5" + } +} \ No newline at end of file diff --git a/app/code/Magento/MediaContentSynchronization/composer.json b/app/code/Magento/MediaContentSynchronization/composer.json index a3ea69dd8a6a..563444a7d538 100644 --- a/app/code/Magento/MediaContentSynchronization/composer.json +++ b/app/code/Magento/MediaContentSynchronization/composer.json @@ -1,28 +1,32 @@ { - "name": "magento/module-media-content-synchronization", - "description": "Magento module provides implementation of the media content data synchronization.", - "require": { - "php": "~8.1.0||~8.2.0||~8.3.0", - "magento/framework": "*", - "magento/framework-bulk": "*", - "magento/module-media-content-synchronization-api": "*", - "magento/module-media-content-api": "*", - "magento/module-asynchronous-operations": "*" - }, - "suggest": { - "magento/module-media-gallery-synchronization": "*" - }, - "type": "magento2-module", - "license": [ - "OSL-3.0", - "AFL-3.0" + "name": "mage-os/module-media-content-synchronization", + "description": "Magento module provides implementation of the media content data synchronization.", + "require": { + "php": "~8.1.0||~8.2.0||~8.3.0", + "mage-os/framework": "1.0.5", + "mage-os/framework-bulk": "1.0.5", + "mage-os/module-media-content-synchronization-api": "1.0.5", + "mage-os/module-media-content-api": "1.0.5", + "mage-os/module-asynchronous-operations": "1.0.5" + }, + "suggest": { + "mage-os/module-media-gallery-synchronization": "1.0.5" + }, + "type": "magento2-module", + "license": [ + "OSL-3.0", + "AFL-3.0" + ], + "autoload": { + "files": [ + "registration.php" ], - "autoload": { - "files": [ - "registration.php" - ], - "psr-4": { - "Magento\\MediaContentSynchronization\\": "" - } + "psr-4": { + "Magento\\MediaContentSynchronization\\": "" } -} + }, + "version": "1.0.5", + "replace": { + "magento/module-media-content-synchronization": "100.4.6" + } +} \ No newline at end of file diff --git a/app/code/Magento/MediaContentSynchronizationApi/composer.json b/app/code/Magento/MediaContentSynchronizationApi/composer.json index 36ec44038427..6d402262554e 100644 --- a/app/code/Magento/MediaContentSynchronizationApi/composer.json +++ b/app/code/Magento/MediaContentSynchronizationApi/composer.json @@ -1,22 +1,26 @@ { - "name": "magento/module-media-content-synchronization-api", - "description": "Magento module responsible for the media content synchronization implementation API", - "require": { - "php": "~8.1.0||~8.2.0||~8.3.0", - "magento/framework": "*", - "magento/module-media-content-api": "*" - }, - "type": "magento2-module", - "license": [ - "OSL-3.0", - "AFL-3.0" + "name": "mage-os/module-media-content-synchronization-api", + "description": "Magento module responsible for the media content synchronization implementation API", + "require": { + "php": "~8.1.0||~8.2.0||~8.3.0", + "mage-os/framework": "1.0.5", + "mage-os/module-media-content-api": "1.0.5" + }, + "type": "magento2-module", + "license": [ + "OSL-3.0", + "AFL-3.0" + ], + "autoload": { + "files": [ + "registration.php" ], - "autoload": { - "files": [ - "registration.php" - ], - "psr-4": { - "Magento\\MediaContentSynchronizationApi\\": "" - } + "psr-4": { + "Magento\\MediaContentSynchronizationApi\\": "" } -} + }, + "version": "1.0.5", + "replace": { + "magento/module-media-content-synchronization-api": "100.4.5" + } +} \ No newline at end of file diff --git a/app/code/Magento/MediaContentSynchronizationCatalog/composer.json b/app/code/Magento/MediaContentSynchronizationCatalog/composer.json index 7adcad990063..5650a991e652 100644 --- a/app/code/Magento/MediaContentSynchronizationCatalog/composer.json +++ b/app/code/Magento/MediaContentSynchronizationCatalog/composer.json @@ -1,24 +1,28 @@ { - "name": "magento/module-media-content-synchronization-catalog", - "description": "Magento module provides the implementation of MediaContentSynchronization functionality for Magento_Catalog module", - "require": { - "php": "~8.1.0||~8.2.0||~8.3.0", - "magento/framework": "*", - "magento/module-media-content-synchronization-api": "*", - "magento/module-media-gallery-synchronization-api": "*", - "magento/module-media-content-api": "*" - }, - "type": "magento2-module", - "license": [ - "OSL-3.0", - "AFL-3.0" + "name": "mage-os/module-media-content-synchronization-catalog", + "description": "Magento module provides the implementation of MediaContentSynchronization functionality for Magento_Catalog module", + "require": { + "php": "~8.1.0||~8.2.0||~8.3.0", + "mage-os/framework": "1.0.5", + "mage-os/module-media-content-synchronization-api": "1.0.5", + "mage-os/module-media-gallery-synchronization-api": "1.0.5", + "mage-os/module-media-content-api": "1.0.5" + }, + "type": "magento2-module", + "license": [ + "OSL-3.0", + "AFL-3.0" + ], + "autoload": { + "files": [ + "registration.php" ], - "autoload": { - "files": [ - "registration.php" - ], - "psr-4": { - "Magento\\MediaContentSynchronizationCatalog\\": "" - } + "psr-4": { + "Magento\\MediaContentSynchronizationCatalog\\": "" } -} + }, + "version": "1.0.5", + "replace": { + "magento/module-media-content-synchronization-catalog": "100.4.4" + } +} \ No newline at end of file diff --git a/app/code/Magento/MediaContentSynchronizationCms/composer.json b/app/code/Magento/MediaContentSynchronizationCms/composer.json index 1aa33a2c4b05..2364763e0f2a 100644 --- a/app/code/Magento/MediaContentSynchronizationCms/composer.json +++ b/app/code/Magento/MediaContentSynchronizationCms/composer.json @@ -1,24 +1,28 @@ { - "name": "magento/module-media-content-synchronization-cms", - "description": "Magento module provides the implementation of MediaContentSynchronization functionality for Magento_Cms module", - "require": { - "php": "~8.1.0||~8.2.0||~8.3.0", - "magento/framework": "*", - "magento/module-media-content-synchronization-api": "*", - "magento/module-media-gallery-synchronization-api": "*", - "magento/module-media-content-api": "*" - }, - "type": "magento2-module", - "license": [ - "OSL-3.0", - "AFL-3.0" + "name": "mage-os/module-media-content-synchronization-cms", + "description": "Magento module provides the implementation of MediaContentSynchronization functionality for Magento_Cms module", + "require": { + "php": "~8.1.0||~8.2.0||~8.3.0", + "mage-os/framework": "1.0.5", + "mage-os/module-media-content-synchronization-api": "1.0.5", + "mage-os/module-media-gallery-synchronization-api": "1.0.5", + "mage-os/module-media-content-api": "1.0.5" + }, + "type": "magento2-module", + "license": [ + "OSL-3.0", + "AFL-3.0" + ], + "autoload": { + "files": [ + "registration.php" ], - "autoload": { - "files": [ - "registration.php" - ], - "psr-4": { - "Magento\\MediaContentSynchronizationCms\\": "" - } + "psr-4": { + "Magento\\MediaContentSynchronizationCms\\": "" } -} + }, + "version": "1.0.5", + "replace": { + "magento/module-media-content-synchronization-cms": "100.4.4" + } +} \ No newline at end of file diff --git a/app/code/Magento/MediaGallery/composer.json b/app/code/Magento/MediaGallery/composer.json index 7f5ce9857c16..6487ff1e42f0 100644 --- a/app/code/Magento/MediaGallery/composer.json +++ b/app/code/Magento/MediaGallery/composer.json @@ -1,23 +1,27 @@ { - "name": "magento/module-media-gallery", - "description": "Magento module responsible for media handling", - "require": { - "php": "~8.1.0||~8.2.0||~8.3.0", - "magento/framework": "*", - "magento/module-media-gallery-api": "*", - "magento/module-cms": "*" - }, - "type": "magento2-module", - "license": [ - "OSL-3.0", - "AFL-3.0" + "name": "mage-os/module-media-gallery", + "description": "Magento module responsible for media handling", + "require": { + "php": "~8.1.0||~8.2.0||~8.3.0", + "mage-os/framework": "1.0.5", + "mage-os/module-media-gallery-api": "1.0.5", + "mage-os/module-cms": "1.0.5" + }, + "type": "magento2-module", + "license": [ + "OSL-3.0", + "AFL-3.0" + ], + "autoload": { + "files": [ + "registration.php" ], - "autoload": { - "files": [ - "registration.php" - ], - "psr-4": { - "Magento\\MediaGallery\\": "" - } + "psr-4": { + "Magento\\MediaGallery\\": "" } -} + }, + "version": "1.0.5", + "replace": { + "magento/module-media-gallery": "100.4.6" + } +} \ No newline at end of file diff --git a/app/code/Magento/MediaGalleryApi/composer.json b/app/code/Magento/MediaGalleryApi/composer.json index c4aa92b13d37..33b31b9b5fc2 100644 --- a/app/code/Magento/MediaGalleryApi/composer.json +++ b/app/code/Magento/MediaGalleryApi/composer.json @@ -1,21 +1,25 @@ { - "name": "magento/module-media-gallery-api", - "description": "Magento module responsible for media gallery asset attributes storage and management", - "require": { - "php": "~8.1.0||~8.2.0||~8.3.0", - "magento/framework": "*" - }, - "type": "magento2-module", - "license": [ - "OSL-3.0", - "AFL-3.0" + "name": "mage-os/module-media-gallery-api", + "description": "Magento module responsible for media gallery asset attributes storage and management", + "require": { + "php": "~8.1.0||~8.2.0||~8.3.0", + "mage-os/framework": "1.0.5" + }, + "type": "magento2-module", + "license": [ + "OSL-3.0", + "AFL-3.0" + ], + "autoload": { + "files": [ + "registration.php" ], - "autoload": { - "files": [ - "registration.php" - ], - "psr-4": { - "Magento\\MediaGalleryApi\\": "" - } + "psr-4": { + "Magento\\MediaGalleryApi\\": "" } -} + }, + "version": "1.0.5", + "replace": { + "magento/module-media-gallery-api": "101.0.6" + } +} \ No newline at end of file diff --git a/app/code/Magento/MediaGalleryCatalog/composer.json b/app/code/Magento/MediaGalleryCatalog/composer.json index 6f9dbfaf31d9..c43a588a0752 100644 --- a/app/code/Magento/MediaGalleryCatalog/composer.json +++ b/app/code/Magento/MediaGalleryCatalog/composer.json @@ -1,23 +1,27 @@ { - "name": "magento/module-media-gallery-catalog", - "description": "Magento module responsible for catalog gallery processor delete operation handling", - "require": { - "php": "~8.1.0||~8.2.0||~8.3.0", - "magento/framework": "*", - "magento/module-media-gallery-api": "*", - "magento/module-catalog": "*" - }, - "type": "magento2-module", - "license": [ - "OSL-3.0", - "AFL-3.0" + "name": "mage-os/module-media-gallery-catalog", + "description": "Magento module responsible for catalog gallery processor delete operation handling", + "require": { + "php": "~8.1.0||~8.2.0||~8.3.0", + "mage-os/framework": "1.0.5", + "mage-os/module-media-gallery-api": "1.0.5", + "mage-os/module-catalog": "1.0.5" + }, + "type": "magento2-module", + "license": [ + "OSL-3.0", + "AFL-3.0" + ], + "autoload": { + "files": [ + "registration.php" ], - "autoload": { - "files": [ - "registration.php" - ], - "psr-4": { - "Magento\\MediaGalleryCatalog\\": "" - } + "psr-4": { + "Magento\\MediaGalleryCatalog\\": "" } -} + }, + "version": "1.0.5", + "replace": { + "magento/module-media-gallery-catalog": "100.4.4" + } +} \ No newline at end of file diff --git a/app/code/Magento/MediaGalleryCatalogIntegration/composer.json b/app/code/Magento/MediaGalleryCatalogIntegration/composer.json index 95f9c54609e9..509e3d4f8288 100644 --- a/app/code/Magento/MediaGalleryCatalogIntegration/composer.json +++ b/app/code/Magento/MediaGalleryCatalogIntegration/composer.json @@ -1,28 +1,32 @@ { - "name": "magento/module-media-gallery-catalog-integration", - "description": "Magento module responsible for extending catalog image uploader functionality", - "require": { - "php": "~8.1.0||~8.2.0||~8.3.0", - "magento/framework": "*", - "magento/module-cms": "*", - "magento/module-media-gallery-api": "*", - "magento/module-media-gallery-synchronization-api": "*", - "magento/module-media-gallery-ui-api": "*" - }, - "suggest": { - "magento/module-catalog": "*" - }, - "type": "magento2-module", - "license": [ - "OSL-3.0", - "AFL-3.0" + "name": "mage-os/module-media-gallery-catalog-integration", + "description": "Magento module responsible for extending catalog image uploader functionality", + "require": { + "php": "~8.1.0||~8.2.0||~8.3.0", + "mage-os/framework": "1.0.5", + "mage-os/module-cms": "1.0.5", + "mage-os/module-media-gallery-api": "1.0.5", + "mage-os/module-media-gallery-synchronization-api": "1.0.5", + "mage-os/module-media-gallery-ui-api": "1.0.5" + }, + "suggest": { + "mage-os/module-catalog": "1.0.5" + }, + "type": "magento2-module", + "license": [ + "OSL-3.0", + "AFL-3.0" + ], + "autoload": { + "files": [ + "registration.php" ], - "autoload": { - "files": [ - "registration.php" - ], - "psr-4": { - "Magento\\MediaGalleryCatalogIntegration\\": "" - } + "psr-4": { + "Magento\\MediaGalleryCatalogIntegration\\": "" } -} + }, + "version": "1.0.5", + "replace": { + "magento/module-media-gallery-catalog-integration": "100.4.4" + } +} \ No newline at end of file diff --git a/app/code/Magento/MediaGalleryCatalogUi/composer.json b/app/code/Magento/MediaGalleryCatalogUi/composer.json index fd9b17f47ed3..2246729ec8a1 100644 --- a/app/code/Magento/MediaGalleryCatalogUi/composer.json +++ b/app/code/Magento/MediaGalleryCatalogUi/composer.json @@ -1,26 +1,30 @@ { - "name": "magento/module-media-gallery-catalog-ui", - "description": "Magento module that implement category grid for media gallery.", - "require": { - "php": "~8.1.0||~8.2.0||~8.3.0", - "magento/framework": "*", - "magento/module-cms": "*", - "magento/module-backend": "*", - "magento/module-catalog": "*", - "magento/module-store": "*", - "magento/module-ui": "*" - }, - "type": "magento2-module", - "license": [ - "OSL-3.0", - "AFL-3.0" + "name": "mage-os/module-media-gallery-catalog-ui", + "description": "Magento module that implement category grid for media gallery.", + "require": { + "php": "~8.1.0||~8.2.0||~8.3.0", + "mage-os/framework": "1.0.5", + "mage-os/module-cms": "1.0.5", + "mage-os/module-backend": "1.0.5", + "mage-os/module-catalog": "1.0.5", + "mage-os/module-store": "1.0.5", + "mage-os/module-ui": "1.0.5" + }, + "type": "magento2-module", + "license": [ + "OSL-3.0", + "AFL-3.0" + ], + "autoload": { + "files": [ + "registration.php" ], - "autoload": { - "files": [ - "registration.php" - ], - "psr-4": { - "Magento\\MediaGalleryCatalogUi\\": "" - } + "psr-4": { + "Magento\\MediaGalleryCatalogUi\\": "" } -} + }, + "version": "1.0.5", + "replace": { + "magento/module-media-gallery-catalog-ui": "100.4.4" + } +} \ No newline at end of file diff --git a/app/code/Magento/MediaGalleryCmsUi/composer.json b/app/code/Magento/MediaGalleryCmsUi/composer.json index aefe515590b6..3575e8c98f75 100644 --- a/app/code/Magento/MediaGalleryCmsUi/composer.json +++ b/app/code/Magento/MediaGalleryCmsUi/composer.json @@ -1,23 +1,27 @@ { - "name": "magento/module-media-gallery-cms-ui", - "description": "Cms related UI elements in the magento media gallery", - "require": { - "php": "~8.1.0||~8.2.0||~8.3.0", - "magento/framework": "*", - "magento/module-cms": "*", - "magento/module-backend": "*" - }, - "type": "magento2-module", - "license": [ - "OSL-3.0", - "AFL-3.0" + "name": "mage-os/module-media-gallery-cms-ui", + "description": "Cms related UI elements in the magento media gallery", + "require": { + "php": "~8.1.0||~8.2.0||~8.3.0", + "mage-os/framework": "1.0.5", + "mage-os/module-cms": "1.0.5", + "mage-os/module-backend": "1.0.5" + }, + "type": "magento2-module", + "license": [ + "OSL-3.0", + "AFL-3.0" + ], + "autoload": { + "files": [ + "registration.php" ], - "autoload": { - "files": [ - "registration.php" - ], - "psr-4": { - "Magento\\MediaGalleryCmsUi\\": "" - } + "psr-4": { + "Magento\\MediaGalleryCmsUi\\": "" } -} + }, + "version": "1.0.5", + "replace": { + "magento/module-media-gallery-cms-ui": "100.4.4" + } +} \ No newline at end of file diff --git a/app/code/Magento/MediaGalleryIntegration/composer.json b/app/code/Magento/MediaGalleryIntegration/composer.json index 01fb34508604..091f6c01406e 100644 --- a/app/code/Magento/MediaGalleryIntegration/composer.json +++ b/app/code/Magento/MediaGalleryIntegration/composer.json @@ -1,32 +1,36 @@ { - "name": "magento/module-media-gallery-integration", - "description": "Magento module responsible for integration of enhanced media gallery", - "require": { - "php": "~8.1.0||~8.2.0||~8.3.0", - "magento/framework": "*", - "magento/module-media-gallery-ui-api": "*", - "magento/module-media-gallery-api": "*", - "magento/module-media-gallery-synchronization-api": "*", - "magento/module-ui": "*" - }, - "require-dev": { - "magento/module-cms": "*" - }, - "suggest": { - "magento/module-catalog": "*", - "magento/module-cms": "*" - }, - "type": "magento2-module", - "license": [ - "OSL-3.0", - "AFL-3.0" + "name": "mage-os/module-media-gallery-integration", + "description": "Magento module responsible for integration of enhanced media gallery", + "require": { + "php": "~8.1.0||~8.2.0||~8.3.0", + "mage-os/framework": "1.0.5", + "mage-os/module-media-gallery-ui-api": "1.0.5", + "mage-os/module-media-gallery-api": "1.0.5", + "mage-os/module-media-gallery-synchronization-api": "1.0.5", + "mage-os/module-ui": "1.0.5" + }, + "require-dev": { + "mage-os/module-cms": "1.0.5" + }, + "suggest": { + "mage-os/module-catalog": "1.0.5", + "mage-os/module-cms": "1.0.5" + }, + "type": "magento2-module", + "license": [ + "OSL-3.0", + "AFL-3.0" + ], + "autoload": { + "files": [ + "registration.php" ], - "autoload": { - "files": [ - "registration.php" - ], - "psr-4": { - "Magento\\MediaGalleryIntegration\\": "" - } + "psr-4": { + "Magento\\MediaGalleryIntegration\\": "" } -} + }, + "version": "1.0.5", + "replace": { + "magento/module-media-gallery-integration": "100.4.6" + } +} \ No newline at end of file diff --git a/app/code/Magento/MediaGalleryMetadata/composer.json b/app/code/Magento/MediaGalleryMetadata/composer.json index c1fa2deb05b8..ff323b031b79 100644 --- a/app/code/Magento/MediaGalleryMetadata/composer.json +++ b/app/code/Magento/MediaGalleryMetadata/composer.json @@ -1,22 +1,26 @@ { - "name": "magento/module-media-gallery-metadata", - "description": "Magento module responsible for images metadata processing", - "require": { - "php": "~8.1.0||~8.2.0||~8.3.0", - "magento/framework": "*", - "magento/module-media-gallery-metadata-api": "*" - }, - "type": "magento2-module", - "license": [ - "OSL-3.0", - "AFL-3.0" + "name": "mage-os/module-media-gallery-metadata", + "description": "Magento module responsible for images metadata processing", + "require": { + "php": "~8.1.0||~8.2.0||~8.3.0", + "mage-os/framework": "1.0.5", + "mage-os/module-media-gallery-metadata-api": "1.0.5" + }, + "type": "magento2-module", + "license": [ + "OSL-3.0", + "AFL-3.0" + ], + "autoload": { + "files": [ + "registration.php" ], - "autoload": { - "files": [ - "registration.php" - ], - "psr-4": { - "Magento\\MediaGalleryMetadata\\": "" - } + "psr-4": { + "Magento\\MediaGalleryMetadata\\": "" } -} + }, + "version": "1.0.5", + "replace": { + "magento/module-media-gallery-metadata": "100.4.5" + } +} \ No newline at end of file diff --git a/app/code/Magento/MediaGalleryMetadataApi/composer.json b/app/code/Magento/MediaGalleryMetadataApi/composer.json index c54a28759a06..034c197cd82f 100644 --- a/app/code/Magento/MediaGalleryMetadataApi/composer.json +++ b/app/code/Magento/MediaGalleryMetadataApi/composer.json @@ -1,21 +1,25 @@ { - "name": "magento/module-media-gallery-metadata-api", - "description": "Magento module responsible for media gallery metadata implementation API", - "require": { - "php": "~8.1.0||~8.2.0||~8.3.0", - "magento/framework": "*" - }, - "type": "magento2-module", - "license": [ - "OSL-3.0", - "AFL-3.0" + "name": "mage-os/module-media-gallery-metadata-api", + "description": "Magento module responsible for media gallery metadata implementation API", + "require": { + "php": "~8.1.0||~8.2.0||~8.3.0", + "mage-os/framework": "1.0.5" + }, + "type": "magento2-module", + "license": [ + "OSL-3.0", + "AFL-3.0" + ], + "autoload": { + "files": [ + "registration.php" ], - "autoload": { - "files": [ - "registration.php" - ], - "psr-4": { - "Magento\\MediaGalleryMetadataApi\\": "" - } + "psr-4": { + "Magento\\MediaGalleryMetadataApi\\": "" } -} + }, + "version": "1.0.5", + "replace": { + "magento/module-media-gallery-metadata-api": "100.4.4" + } +} \ No newline at end of file diff --git a/app/code/Magento/MediaGalleryRenditions/composer.json b/app/code/Magento/MediaGalleryRenditions/composer.json index 10c05e9d9cbf..efbb65d90acd 100644 --- a/app/code/Magento/MediaGalleryRenditions/composer.json +++ b/app/code/Magento/MediaGalleryRenditions/composer.json @@ -1,28 +1,32 @@ { - "name": "magento/module-media-gallery-renditions", - "description": "Magento module that implements height and width fields for for media gallery items.", - "require": { - "php": "~8.1.0||~8.2.0||~8.3.0", - "magento/framework": "*", - "magento/module-media-gallery-renditions-api": "*", - "magento/module-media-gallery-api": "*", - "magento/framework-message-queue": "*", - "magento/module-cms": "*" - }, - "suggest": { - "magento/module-media-content-api": "*" - }, - "type": "magento2-module", - "license": [ - "OSL-3.0", - "AFL-3.0" + "name": "mage-os/module-media-gallery-renditions", + "description": "Magento module that implements height and width fields for for media gallery items.", + "require": { + "php": "~8.1.0||~8.2.0||~8.3.0", + "mage-os/framework": "1.0.5", + "mage-os/module-media-gallery-renditions-api": "1.0.5", + "mage-os/module-media-gallery-api": "1.0.5", + "mage-os/framework-message-queue": "1.0.5", + "mage-os/module-cms": "1.0.5" + }, + "suggest": { + "mage-os/module-media-content-api": "1.0.5" + }, + "type": "magento2-module", + "license": [ + "OSL-3.0", + "AFL-3.0" + ], + "autoload": { + "files": [ + "registration.php" ], - "autoload": { - "files": [ - "registration.php" - ], - "psr-4": { - "Magento\\MediaGalleryRenditions\\": "" - } + "psr-4": { + "Magento\\MediaGalleryRenditions\\": "" } -} + }, + "version": "1.0.5", + "replace": { + "magento/module-media-gallery-renditions": "100.4.5" + } +} \ No newline at end of file diff --git a/app/code/Magento/MediaGalleryRenditionsApi/composer.json b/app/code/Magento/MediaGalleryRenditionsApi/composer.json index b5f47cf8deeb..dab8ae6cd0ba 100644 --- a/app/code/Magento/MediaGalleryRenditionsApi/composer.json +++ b/app/code/Magento/MediaGalleryRenditionsApi/composer.json @@ -1,21 +1,25 @@ { - "name": "magento/module-media-gallery-renditions-api", - "description": "Magento module that is responsible for the API implementation of Media Gallery Renditions.", - "require": { - "php": "~8.1.0||~8.2.0||~8.3.0", - "magento/framework": "*" - }, - "type": "magento2-module", - "license": [ - "OSL-3.0", - "AFL-3.0" + "name": "mage-os/module-media-gallery-renditions-api", + "description": "Magento module that is responsible for the API implementation of Media Gallery Renditions.", + "require": { + "php": "~8.1.0||~8.2.0||~8.3.0", + "mage-os/framework": "1.0.5" + }, + "type": "magento2-module", + "license": [ + "OSL-3.0", + "AFL-3.0" + ], + "autoload": { + "files": [ + "registration.php" ], - "autoload": { - "files": [ - "registration.php" - ], - "psr-4": { - "Magento\\MediaGalleryRenditionsApi\\": "" - } + "psr-4": { + "Magento\\MediaGalleryRenditionsApi\\": "" } -} + }, + "version": "1.0.5", + "replace": { + "magento/module-media-gallery-renditions-api": "100.4.4" + } +} \ No newline at end of file diff --git a/app/code/Magento/MediaGallerySynchronization/composer.json b/app/code/Magento/MediaGallerySynchronization/composer.json index 1cfddaa5e808..84507f91ed59 100644 --- a/app/code/Magento/MediaGallerySynchronization/composer.json +++ b/app/code/Magento/MediaGallerySynchronization/composer.json @@ -1,24 +1,28 @@ { - "name": "magento/module-media-gallery-synchronization", - "description": "Magento module provides implementation of the media gallery data synchronization.", - "require": { - "php": "~8.1.0||~8.2.0||~8.3.0", - "magento/framework": "*", - "magento/module-media-gallery-api": "*", - "magento/module-media-gallery-synchronization-api": "*", - "magento/framework-message-queue": "*" - }, - "type": "magento2-module", - "license": [ - "OSL-3.0", - "AFL-3.0" + "name": "mage-os/module-media-gallery-synchronization", + "description": "Magento module provides implementation of the media gallery data synchronization.", + "require": { + "php": "~8.1.0||~8.2.0||~8.3.0", + "mage-os/framework": "1.0.5", + "mage-os/module-media-gallery-api": "1.0.5", + "mage-os/module-media-gallery-synchronization-api": "1.0.5", + "mage-os/framework-message-queue": "1.0.5" + }, + "type": "magento2-module", + "license": [ + "OSL-3.0", + "AFL-3.0" + ], + "autoload": { + "files": [ + "registration.php" ], - "autoload": { - "files": [ - "registration.php" - ], - "psr-4": { - "Magento\\MediaGallerySynchronization\\": "" - } + "psr-4": { + "Magento\\MediaGallerySynchronization\\": "" } -} + }, + "version": "1.0.5", + "replace": { + "magento/module-media-gallery-synchronization": "100.4.6" + } +} \ No newline at end of file diff --git a/app/code/Magento/MediaGallerySynchronizationApi/composer.json b/app/code/Magento/MediaGallerySynchronizationApi/composer.json index d9087ad23099..03a34af1c326 100644 --- a/app/code/Magento/MediaGallerySynchronizationApi/composer.json +++ b/app/code/Magento/MediaGallerySynchronizationApi/composer.json @@ -1,22 +1,26 @@ { - "name": "magento/module-media-gallery-synchronization-api", - "description": "Magento module responsible for the media gallery synchronization implementation API", - "require": { - "php": "~8.1.0||~8.2.0||~8.3.0", - "magento/framework": "*", - "magento/module-media-gallery-api": "*" - }, - "type": "magento2-module", - "license": [ - "OSL-3.0", - "AFL-3.0" + "name": "mage-os/module-media-gallery-synchronization-api", + "description": "Magento module responsible for the media gallery synchronization implementation API", + "require": { + "php": "~8.1.0||~8.2.0||~8.3.0", + "mage-os/framework": "1.0.5", + "mage-os/module-media-gallery-api": "1.0.5" + }, + "type": "magento2-module", + "license": [ + "OSL-3.0", + "AFL-3.0" + ], + "autoload": { + "files": [ + "registration.php" ], - "autoload": { - "files": [ - "registration.php" - ], - "psr-4": { - "Magento\\MediaGallerySynchronizationApi\\": "" - } + "psr-4": { + "Magento\\MediaGallerySynchronizationApi\\": "" } -} + }, + "version": "1.0.5", + "replace": { + "magento/module-media-gallery-synchronization-api": "100.4.5" + } +} \ No newline at end of file diff --git a/app/code/Magento/MediaGallerySynchronizationMetadata/composer.json b/app/code/Magento/MediaGallerySynchronizationMetadata/composer.json index d7f3cfd71131..d6b2936d7780 100644 --- a/app/code/Magento/MediaGallerySynchronizationMetadata/composer.json +++ b/app/code/Magento/MediaGallerySynchronizationMetadata/composer.json @@ -1,24 +1,28 @@ { - "name": "magento/module-media-gallery-synchronization-metadata", - "description": "Magento module responsible for images metadata synchronization", - "require": { - "php": "~8.1.0||~8.2.0||~8.3.0", - "magento/framework": "*", - "magento/module-media-gallery-api": "*", - "magento/module-media-gallery-metadata-api": "*", - "magento/module-media-gallery-synchronization-api": "*" - }, - "type": "magento2-module", - "license": [ - "OSL-3.0", - "AFL-3.0" + "name": "mage-os/module-media-gallery-synchronization-metadata", + "description": "Magento module responsible for images metadata synchronization", + "require": { + "php": "~8.1.0||~8.2.0||~8.3.0", + "mage-os/framework": "1.0.5", + "mage-os/module-media-gallery-api": "1.0.5", + "mage-os/module-media-gallery-metadata-api": "1.0.5", + "mage-os/module-media-gallery-synchronization-api": "1.0.5" + }, + "type": "magento2-module", + "license": [ + "OSL-3.0", + "AFL-3.0" + ], + "autoload": { + "files": [ + "registration.php" ], - "autoload": { - "files": [ - "registration.php" - ], - "psr-4": { - "Magento\\MediaGallerySynchronizationMetadata\\": "" - } + "psr-4": { + "Magento\\MediaGallerySynchronizationMetadata\\": "" } -} + }, + "version": "1.0.5", + "replace": { + "magento/module-media-gallery-synchronization-metadata": "100.4.3" + } +} \ No newline at end of file diff --git a/app/code/Magento/MediaGalleryUi/composer.json b/app/code/Magento/MediaGalleryUi/composer.json index e05a86221ecc..911f7cab9be1 100644 --- a/app/code/Magento/MediaGalleryUi/composer.json +++ b/app/code/Magento/MediaGalleryUi/composer.json @@ -1,32 +1,36 @@ { - "name": "magento/module-media-gallery-ui", - "description": "Magento module responsible for the media gallery UI implementation", - "require": { - "php": "~8.1.0||~8.2.0||~8.3.0", - "magento/framework": "*", - "magento/module-backend": "*", - "magento/module-ui": "*", - "magento/module-store": "*", - "magento/module-media-gallery-ui-api": "*", - "magento/module-media-gallery-api": "*", - "magento/module-media-gallery-metadata-api": "*", - "magento/module-media-gallery-synchronization-api": "*", - "magento/module-media-content-api": "*", - "magento/module-cms": "*", - "magento/module-directory": "*", - "magento/module-authorization": "*" - }, - "type": "magento2-module", - "license": [ - "OSL-3.0", - "AFL-3.0" + "name": "mage-os/module-media-gallery-ui", + "description": "Magento module responsible for the media gallery UI implementation", + "require": { + "php": "~8.1.0||~8.2.0||~8.3.0", + "mage-os/framework": "1.0.5", + "mage-os/module-backend": "1.0.5", + "mage-os/module-ui": "1.0.5", + "mage-os/module-store": "1.0.5", + "mage-os/module-media-gallery-ui-api": "1.0.5", + "mage-os/module-media-gallery-api": "1.0.5", + "mage-os/module-media-gallery-metadata-api": "1.0.5", + "mage-os/module-media-gallery-synchronization-api": "1.0.5", + "mage-os/module-media-content-api": "1.0.5", + "mage-os/module-cms": "1.0.5", + "mage-os/module-directory": "1.0.5", + "mage-os/module-authorization": "1.0.5" + }, + "type": "magento2-module", + "license": [ + "OSL-3.0", + "AFL-3.0" + ], + "autoload": { + "files": [ + "registration.php" ], - "autoload": { - "files": [ - "registration.php" - ], - "psr-4": { - "Magento\\MediaGalleryUi\\": "" - } + "psr-4": { + "Magento\\MediaGalleryUi\\": "" } -} + }, + "version": "1.0.5", + "replace": { + "magento/module-media-gallery-ui": "100.4.6" + } +} \ No newline at end of file diff --git a/app/code/Magento/MediaGalleryUiApi/composer.json b/app/code/Magento/MediaGalleryUiApi/composer.json index 480f8b32bf5b..1287824713f6 100644 --- a/app/code/Magento/MediaGalleryUiApi/composer.json +++ b/app/code/Magento/MediaGalleryUiApi/composer.json @@ -1,24 +1,28 @@ { - "name": "magento/module-media-gallery-ui-api", - "description": "Magento module responsible for the media gallery UI implementation API", - "require": { - "php": "~8.1.0||~8.2.0||~8.3.0", - "magento/framework": "*" - }, - "suggest": { - "magento/module-cms": "*" - }, - "type": "magento2-module", - "license": [ - "OSL-3.0", - "AFL-3.0" + "name": "mage-os/module-media-gallery-ui-api", + "description": "Magento module responsible for the media gallery UI implementation API", + "require": { + "php": "~8.1.0||~8.2.0||~8.3.0", + "mage-os/framework": "1.0.5" + }, + "suggest": { + "mage-os/module-cms": "1.0.5" + }, + "type": "magento2-module", + "license": [ + "OSL-3.0", + "AFL-3.0" + ], + "autoload": { + "files": [ + "registration.php" ], - "autoload": { - "files": [ - "registration.php" - ], - "psr-4": { - "Magento\\MediaGalleryUiApi\\": "" - } + "psr-4": { + "Magento\\MediaGalleryUiApi\\": "" } -} + }, + "version": "1.0.5", + "replace": { + "magento/module-media-gallery-ui-api": "100.4.5" + } +} \ No newline at end of file diff --git a/app/code/Magento/MediaStorage/composer.json b/app/code/Magento/MediaStorage/composer.json index 740ab31740b5..5029d8f1590d 100644 --- a/app/code/Magento/MediaStorage/composer.json +++ b/app/code/Magento/MediaStorage/composer.json @@ -1,32 +1,36 @@ { - "name": "magento/module-media-storage", - "description": "N/A", - "config": { - "sort-packages": true - }, - "require": { - "php": "~8.1.0||~8.2.0||~8.3.0", - "magento/framework": "*", - "magento/framework-bulk": "*", - "magento/module-backend": "*", - "magento/module-config": "*", - "magento/module-store": "*", - "magento/module-catalog": "*", - "magento/module-theme": "*", - "magento/module-asynchronous-operations": "*", - "magento/module-authorization": "*" - }, - "type": "magento2-module", - "license": [ - "OSL-3.0", - "AFL-3.0" + "name": "mage-os/module-media-storage", + "description": "N/A", + "config": { + "sort-packages": true + }, + "require": { + "php": "~8.1.0||~8.2.0||~8.3.0", + "mage-os/framework": "1.0.5", + "mage-os/framework-bulk": "1.0.5", + "mage-os/module-backend": "1.0.5", + "mage-os/module-config": "1.0.5", + "mage-os/module-store": "1.0.5", + "mage-os/module-catalog": "1.0.5", + "mage-os/module-theme": "1.0.5", + "mage-os/module-asynchronous-operations": "1.0.5", + "mage-os/module-authorization": "1.0.5" + }, + "type": "magento2-module", + "license": [ + "OSL-3.0", + "AFL-3.0" + ], + "autoload": { + "files": [ + "registration.php" ], - "autoload": { - "files": [ - "registration.php" - ], - "psr-4": { - "Magento\\MediaStorage\\": "" - } + "psr-4": { + "Magento\\MediaStorage\\": "" } -} + }, + "version": "1.0.5", + "replace": { + "magento/module-media-storage": "100.4.6" + } +} \ No newline at end of file diff --git a/app/code/Magento/MessageQueue/composer.json b/app/code/Magento/MessageQueue/composer.json index 61ff7635bf69..ac699442672d 100644 --- a/app/code/Magento/MessageQueue/composer.json +++ b/app/code/Magento/MessageQueue/composer.json @@ -1,26 +1,30 @@ { - "name": "magento/module-message-queue", - "description": "N/A", - "config": { - "sort-packages": true - }, - "require": { - "magento/framework": "*", - "magento/framework-message-queue": "*", - "magento/magento-composer-installer": "*", - "php": "~8.1.0||~8.2.0||~8.3.0" - }, - "type": "magento2-module", - "license": [ - "OSL-3.0", - "AFL-3.0" + "name": "mage-os/module-message-queue", + "description": "N/A", + "config": { + "sort-packages": true + }, + "require": { + "mage-os/framework": "1.0.5", + "mage-os/framework-message-queue": "1.0.5", + "mage-os/magento-composer-installer": "1.0.5", + "php": "~8.1.0||~8.2.0||~8.3.0" + }, + "type": "magento2-module", + "license": [ + "OSL-3.0", + "AFL-3.0" + ], + "autoload": { + "files": [ + "registration.php" ], - "autoload": { - "files": [ - "registration.php" - ], - "psr-4": { - "Magento\\MessageQueue\\": "" - } + "psr-4": { + "Magento\\MessageQueue\\": "" } -} + }, + "version": "1.0.5", + "replace": { + "magento/module-message-queue": "100.4.7" + } +} \ No newline at end of file diff --git a/app/code/Magento/Msrp/composer.json b/app/code/Magento/Msrp/composer.json index bb953190e6a6..e3b7f77b5a55 100644 --- a/app/code/Magento/Msrp/composer.json +++ b/app/code/Magento/Msrp/composer.json @@ -1,33 +1,37 @@ { - "name": "magento/module-msrp", - "description": "N/A", - "config": { - "sort-packages": true - }, - "require": { - "php": "~8.1.0||~8.2.0||~8.3.0", - "magento/framework": "*", - "magento/module-catalog": "*", - "magento/module-downloadable": "*", - "magento/module-eav": "*", - "magento/module-store": "*", - "magento/module-tax": "*" - }, - "suggest": { - "magento/module-bundle": "*", - "magento/module-msrp-sample-data": "*" - }, - "type": "magento2-module", - "license": [ - "OSL-3.0", - "AFL-3.0" + "name": "mage-os/module-msrp", + "description": "N/A", + "config": { + "sort-packages": true + }, + "require": { + "php": "~8.1.0||~8.2.0||~8.3.0", + "mage-os/framework": "1.0.5", + "mage-os/module-catalog": "1.0.5", + "mage-os/module-downloadable": "1.0.5", + "mage-os/module-eav": "1.0.5", + "mage-os/module-store": "1.0.5", + "mage-os/module-tax": "1.0.5" + }, + "suggest": { + "mage-os/module-bundle": "1.0.5", + "mage-os/module-msrp-sample-data": "Sample Data version: 1.0.5" + }, + "type": "magento2-module", + "license": [ + "OSL-3.0", + "AFL-3.0" + ], + "autoload": { + "files": [ + "registration.php" ], - "autoload": { - "files": [ - "registration.php" - ], - "psr-4": { - "Magento\\Msrp\\": "" - } + "psr-4": { + "Magento\\Msrp\\": "" } -} + }, + "version": "1.0.5", + "replace": { + "magento/module-msrp": "100.4.6" + } +} \ No newline at end of file diff --git a/app/code/Magento/MsrpConfigurableProduct/composer.json b/app/code/Magento/MsrpConfigurableProduct/composer.json index e7ac460ac490..52d57cbc93f2 100644 --- a/app/code/Magento/MsrpConfigurableProduct/composer.json +++ b/app/code/Magento/MsrpConfigurableProduct/composer.json @@ -1,27 +1,31 @@ { - "name": "magento/module-msrp-configurable-product", - "description": "N/A", - "config": { - "sort-packages": true - }, - "require": { - "php": "~8.1.0||~8.2.0||~8.3.0", - "magento/framework": "*", - "magento/module-catalog": "*", - "magento/module-msrp": "*", - "magento/module-configurable-product": "*" - }, - "type": "magento2-module", - "license": [ - "OSL-3.0", - "AFL-3.0" + "name": "mage-os/module-msrp-configurable-product", + "description": "N/A", + "config": { + "sort-packages": true + }, + "require": { + "php": "~8.1.0||~8.2.0||~8.3.0", + "mage-os/framework": "1.0.5", + "mage-os/module-catalog": "1.0.5", + "mage-os/module-msrp": "1.0.5", + "mage-os/module-configurable-product": "1.0.5" + }, + "type": "magento2-module", + "license": [ + "OSL-3.0", + "AFL-3.0" + ], + "autoload": { + "files": [ + "registration.php" ], - "autoload": { - "files": [ - "registration.php" - ], - "psr-4": { - "Magento\\MsrpConfigurableProduct\\": "" - } + "psr-4": { + "Magento\\MsrpConfigurableProduct\\": "" } -} + }, + "version": "1.0.5", + "replace": { + "magento/module-msrp-configurable-product": "100.4.4" + } +} \ No newline at end of file diff --git a/app/code/Magento/MsrpGroupedProduct/composer.json b/app/code/Magento/MsrpGroupedProduct/composer.json index 417863407df3..7abdad12ca09 100644 --- a/app/code/Magento/MsrpGroupedProduct/composer.json +++ b/app/code/Magento/MsrpGroupedProduct/composer.json @@ -1,27 +1,31 @@ { - "name": "magento/module-msrp-grouped-product", - "description": "N/A", - "config": { - "sort-packages": true - }, - "require": { - "php": "~8.1.0||~8.2.0||~8.3.0", - "magento/framework": "*", - "magento/module-catalog": "*", - "magento/module-msrp": "*", - "magento/module-grouped-product": "*" - }, - "type": "magento2-module", - "license": [ - "OSL-3.0", - "AFL-3.0" + "name": "mage-os/module-msrp-grouped-product", + "description": "N/A", + "config": { + "sort-packages": true + }, + "require": { + "php": "~8.1.0||~8.2.0||~8.3.0", + "mage-os/framework": "1.0.5", + "mage-os/module-catalog": "1.0.5", + "mage-os/module-msrp": "1.0.5", + "mage-os/module-grouped-product": "1.0.5" + }, + "type": "magento2-module", + "license": [ + "OSL-3.0", + "AFL-3.0" + ], + "autoload": { + "files": [ + "registration.php" ], - "autoload": { - "files": [ - "registration.php" - ], - "psr-4": { - "Magento\\MsrpGroupedProduct\\": "" - } + "psr-4": { + "Magento\\MsrpGroupedProduct\\": "" } -} + }, + "version": "1.0.5", + "replace": { + "magento/module-msrp-grouped-product": "100.4.4" + } +} \ No newline at end of file diff --git a/app/code/Magento/Multishipping/composer.json b/app/code/Magento/Multishipping/composer.json index ceb2c391ff27..68c800690c67 100644 --- a/app/code/Magento/Multishipping/composer.json +++ b/app/code/Magento/Multishipping/composer.json @@ -1,34 +1,38 @@ { - "name": "magento/module-multishipping", - "description": "N/A", - "config": { - "sort-packages": true - }, - "require": { - "php": "~8.1.0||~8.2.0||~8.3.0", - "magento/framework": "*", - "magento/module-checkout": "*", - "magento/module-customer": "*", - "magento/module-directory": "*", - "magento/module-payment": "*", - "magento/module-quote": "*", - "magento/module-sales": "*", - "magento/module-store": "*", - "magento/module-tax": "*", - "magento/module-theme": "*", - "magento/module-captcha": "*" - }, - "type": "magento2-module", - "license": [ - "OSL-3.0", - "AFL-3.0" + "name": "mage-os/module-multishipping", + "description": "N/A", + "config": { + "sort-packages": true + }, + "require": { + "php": "~8.1.0||~8.2.0||~8.3.0", + "mage-os/framework": "1.0.5", + "mage-os/module-checkout": "1.0.5", + "mage-os/module-customer": "1.0.5", + "mage-os/module-directory": "1.0.5", + "mage-os/module-payment": "1.0.5", + "mage-os/module-quote": "1.0.5", + "mage-os/module-sales": "1.0.5", + "mage-os/module-store": "1.0.5", + "mage-os/module-tax": "1.0.5", + "mage-os/module-theme": "1.0.5", + "mage-os/module-captcha": "1.0.5" + }, + "type": "magento2-module", + "license": [ + "OSL-3.0", + "AFL-3.0" + ], + "autoload": { + "files": [ + "registration.php" ], - "autoload": { - "files": [ - "registration.php" - ], - "psr-4": { - "Magento\\Multishipping\\": "" - } + "psr-4": { + "Magento\\Multishipping\\": "" } -} + }, + "version": "1.0.5", + "replace": { + "magento/module-multishipping": "100.4.7" + } +} \ No newline at end of file diff --git a/app/code/Magento/MysqlMq/composer.json b/app/code/Magento/MysqlMq/composer.json index 3c98304cbfcc..2bf91a207826 100644 --- a/app/code/Magento/MysqlMq/composer.json +++ b/app/code/Magento/MysqlMq/composer.json @@ -1,27 +1,31 @@ { - "name": "magento/module-mysql-mq", - "description": "N/A", - "config": { - "sort-packages": true - }, - "require": { - "magento/framework": "*", - "magento/framework-message-queue": "*", - "magento/magento-composer-installer": "*", - "magento/module-store": "*", - "php": "~8.1.0||~8.2.0||~8.3.0" - }, - "type": "magento2-module", - "license": [ - "OSL-3.0", - "AFL-3.0" + "name": "mage-os/module-mysql-mq", + "description": "N/A", + "config": { + "sort-packages": true + }, + "require": { + "mage-os/framework": "1.0.5", + "mage-os/framework-message-queue": "1.0.5", + "mage-os/magento-composer-installer": "1.0.5", + "mage-os/module-store": "1.0.5", + "php": "~8.1.0||~8.2.0||~8.3.0" + }, + "type": "magento2-module", + "license": [ + "OSL-3.0", + "AFL-3.0" + ], + "autoload": { + "files": [ + "registration.php" ], - "autoload": { - "files": [ - "registration.php" - ], - "psr-4": { - "Magento\\MysqlMq\\": "" - } + "psr-4": { + "Magento\\MysqlMq\\": "" } -} + }, + "version": "1.0.5", + "replace": { + "magento/module-mysql-mq": "100.4.5" + } +} \ No newline at end of file diff --git a/app/code/Magento/NewRelicReporting/composer.json b/app/code/Magento/NewRelicReporting/composer.json index e5e864af08c0..ae9a5154e240 100644 --- a/app/code/Magento/NewRelicReporting/composer.json +++ b/app/code/Magento/NewRelicReporting/composer.json @@ -1,31 +1,35 @@ { - "name": "magento/module-new-relic-reporting", - "description": "N/A", - "config": { - "sort-packages": true - }, - "require": { - "php": "~8.1.0||~8.2.0||~8.3.0", - "magento/framework": "*", - "magento/magento-composer-installer": "*", - "magento/module-backend": "*", - "magento/module-catalog": "*", - "magento/module-config": "*", - "magento/module-configurable-product": "*", - "magento/module-customer": "*", - "magento/module-store": "*" - }, - "type": "magento2-module", - "license": [ - "OSL-3.0", - "AFL-3.0" + "name": "mage-os/module-new-relic-reporting", + "description": "N/A", + "config": { + "sort-packages": true + }, + "require": { + "php": "~8.1.0||~8.2.0||~8.3.0", + "mage-os/framework": "1.0.5", + "mage-os/magento-composer-installer": "1.0.5", + "mage-os/module-backend": "1.0.5", + "mage-os/module-catalog": "1.0.5", + "mage-os/module-config": "1.0.5", + "mage-os/module-configurable-product": "1.0.5", + "mage-os/module-customer": "1.0.5", + "mage-os/module-store": "1.0.5" + }, + "type": "magento2-module", + "license": [ + "OSL-3.0", + "AFL-3.0" + ], + "autoload": { + "files": [ + "registration.php" ], - "autoload": { - "files": [ - "registration.php" - ], - "psr-4": { - "Magento\\NewRelicReporting\\": "" - } + "psr-4": { + "Magento\\NewRelicReporting\\": "" } -} + }, + "version": "1.0.5", + "replace": { + "magento/module-new-relic-reporting": "100.4.5" + } +} \ No newline at end of file diff --git a/app/code/Magento/Newsletter/composer.json b/app/code/Magento/Newsletter/composer.json index 61fb75fcb054..e663e2ca0675 100644 --- a/app/code/Magento/Newsletter/composer.json +++ b/app/code/Magento/Newsletter/composer.json @@ -1,33 +1,37 @@ { - "name": "magento/module-newsletter", - "description": "N/A", - "config": { - "sort-packages": true - }, - "require": { - "php": "~8.1.0||~8.2.0||~8.3.0", - "magento/framework": "*", - "magento/module-backend": "*", - "magento/module-cms": "*", - "magento/module-customer": "*", - "magento/module-eav": "*", - "magento/module-email": "*", - "magento/module-require-js": "*", - "magento/module-store": "*", - "magento/module-widget": "*", - "magento/module-ui": "*" - }, - "type": "magento2-module", - "license": [ - "OSL-3.0", - "AFL-3.0" + "name": "mage-os/module-newsletter", + "description": "N/A", + "config": { + "sort-packages": true + }, + "require": { + "php": "~8.1.0||~8.2.0||~8.3.0", + "mage-os/framework": "1.0.5", + "mage-os/module-backend": "1.0.5", + "mage-os/module-cms": "1.0.5", + "mage-os/module-customer": "1.0.5", + "mage-os/module-eav": "1.0.5", + "mage-os/module-email": "1.0.5", + "mage-os/module-require-js": "1.0.5", + "mage-os/module-store": "1.0.5", + "mage-os/module-widget": "1.0.5", + "mage-os/module-ui": "1.0.5" + }, + "type": "magento2-module", + "license": [ + "OSL-3.0", + "AFL-3.0" + ], + "autoload": { + "files": [ + "registration.php" ], - "autoload": { - "files": [ - "registration.php" - ], - "psr-4": { - "Magento\\Newsletter\\": "" - } + "psr-4": { + "Magento\\Newsletter\\": "" } -} + }, + "version": "1.0.5", + "replace": { + "magento/module-newsletter": "100.4.7-p2" + } +} \ No newline at end of file diff --git a/app/code/Magento/NewsletterGraphQl/composer.json b/app/code/Magento/NewsletterGraphQl/composer.json index aa8f8b9d1bff..c1420e0ae826 100644 --- a/app/code/Magento/NewsletterGraphQl/composer.json +++ b/app/code/Magento/NewsletterGraphQl/composer.json @@ -1,29 +1,33 @@ { - "name": "magento/module-newsletter-graph-ql", - "description": "Provides GraphQl functionality for the newsletter subscriptions.", - "config": { - "sort-packages": true - }, - "type": "magento2-module", - "require": { - "php": "~8.1.0||~8.2.0||~8.3.0", - "magento/framework": "*", - "magento/module-customer": "*", - "magento/module-newsletter": "*", - "magento/module-store": "*", - "magento/module-graph-ql": "*", - "magento/module-graph-ql-resolver-cache": "*" - }, - "license": [ - "OSL-3.0", - "AFL-3.0" + "name": "mage-os/module-newsletter-graph-ql", + "description": "Provides GraphQl functionality for the newsletter subscriptions.", + "config": { + "sort-packages": true + }, + "type": "magento2-module", + "require": { + "php": "~8.1.0||~8.2.0||~8.3.0", + "mage-os/framework": "1.0.5", + "mage-os/module-customer": "1.0.5", + "mage-os/module-newsletter": "1.0.5", + "mage-os/module-store": "1.0.5", + "mage-os/module-graph-ql": "1.0.5", + "mage-os/module-graph-ql-resolver-cache": "1.0.5" + }, + "license": [ + "OSL-3.0", + "AFL-3.0" + ], + "autoload": { + "files": [ + "registration.php" ], - "autoload": { - "files": [ - "registration.php" - ], - "psr-4": { - "Magento\\NewsletterGraphQl\\": "" - } + "psr-4": { + "Magento\\NewsletterGraphQl\\": "" } -} + }, + "version": "1.0.5", + "replace": { + "magento/module-newsletter-graph-ql": "100.4.4" + } +} \ No newline at end of file diff --git a/app/code/Magento/OfflinePayments/composer.json b/app/code/Magento/OfflinePayments/composer.json index 012082c4c224..eaa20e1ff20d 100644 --- a/app/code/Magento/OfflinePayments/composer.json +++ b/app/code/Magento/OfflinePayments/composer.json @@ -1,30 +1,34 @@ { - "name": "magento/module-offline-payments", - "description": "N/A", - "config": { - "sort-packages": true - }, - "require": { - "php": "~8.1.0||~8.2.0||~8.3.0", - "magento/framework": "*", - "magento/module-checkout": "*", - "magento/module-payment": "*", - "magento/module-quote": "*" - }, - "suggest": { - "magento/module-config": "*" - }, - "type": "magento2-module", - "license": [ - "OSL-3.0", - "AFL-3.0" + "name": "mage-os/module-offline-payments", + "description": "N/A", + "config": { + "sort-packages": true + }, + "require": { + "php": "~8.1.0||~8.2.0||~8.3.0", + "mage-os/framework": "1.0.5", + "mage-os/module-checkout": "1.0.5", + "mage-os/module-payment": "1.0.5", + "mage-os/module-quote": "1.0.5" + }, + "suggest": { + "mage-os/module-config": "1.0.5" + }, + "type": "magento2-module", + "license": [ + "OSL-3.0", + "AFL-3.0" + ], + "autoload": { + "files": [ + "registration.php" ], - "autoload": { - "files": [ - "registration.php" - ], - "psr-4": { - "Magento\\OfflinePayments\\": "" - } + "psr-4": { + "Magento\\OfflinePayments\\": "" } -} + }, + "version": "1.0.5", + "replace": { + "magento/module-offline-payments": "100.4.5" + } +} \ No newline at end of file diff --git a/app/code/Magento/OfflineShipping/composer.json b/app/code/Magento/OfflineShipping/composer.json index 2b6eb7e41f5b..fcccdcafc3c5 100644 --- a/app/code/Magento/OfflineShipping/composer.json +++ b/app/code/Magento/OfflineShipping/composer.json @@ -1,38 +1,42 @@ { - "name": "magento/module-offline-shipping", - "description": "N/A", - "config": { - "sort-packages": true - }, - "require": { - "php": "~8.1.0||~8.2.0||~8.3.0", - "magento/framework": "*", - "magento/module-backend": "*", - "magento/module-catalog": "*", - "magento/module-config": "*", - "magento/module-directory": "*", - "magento/module-quote": "*", - "magento/module-sales": "*", - "magento/module-sales-rule": "*", - "magento/module-shipping": "*", - "magento/module-store": "*", - "magento/module-async-config": "*" - }, - "suggest": { - "magento/module-checkout": "*", - "magento/module-offline-shipping-sample-data": "*" - }, - "type": "magento2-module", - "license": [ - "OSL-3.0", - "AFL-3.0" + "name": "mage-os/module-offline-shipping", + "description": "N/A", + "config": { + "sort-packages": true + }, + "require": { + "php": "~8.1.0||~8.2.0||~8.3.0", + "mage-os/framework": "1.0.5", + "mage-os/module-backend": "1.0.5", + "mage-os/module-catalog": "1.0.5", + "mage-os/module-config": "1.0.5", + "mage-os/module-directory": "1.0.5", + "mage-os/module-quote": "1.0.5", + "mage-os/module-sales": "1.0.5", + "mage-os/module-sales-rule": "1.0.5", + "mage-os/module-shipping": "1.0.5", + "mage-os/module-store": "1.0.5", + "mage-os/module-async-config": "1.0.5" + }, + "suggest": { + "mage-os/module-checkout": "1.0.5", + "mage-os/module-offline-shipping-sample-data": "Sample Data version: 1.0.5" + }, + "type": "magento2-module", + "license": [ + "OSL-3.0", + "AFL-3.0" + ], + "autoload": { + "files": [ + "registration.php" ], - "autoload": { - "files": [ - "registration.php" - ], - "psr-4": { - "Magento\\OfflineShipping\\": "" - } + "psr-4": { + "Magento\\OfflineShipping\\": "" } -} + }, + "version": "1.0.5", + "replace": { + "magento/module-offline-shipping": "100.4.6" + } +} \ No newline at end of file diff --git a/app/code/Magento/OpenSearch/composer.json b/app/code/Magento/OpenSearch/composer.json index 6979f1b4ce65..4ccf2fd821cd 100644 --- a/app/code/Magento/OpenSearch/composer.json +++ b/app/code/Magento/OpenSearch/composer.json @@ -1,27 +1,31 @@ { - "name": "magento/module-open-search", - "description": "N/A", - "require": { - "php": "~8.1.0||~8.2.0||~8.3.0", - "magento/framework": "*", - "magento/module-advanced-search": "*", - "magento/module-catalog-search": "*", - "magento/module-elasticsearch": "*", - "magento/module-search": "*", - "magento/module-config": "*", - "opensearch-project/opensearch-php": "^1.0 || ^2.0" - }, - "type": "magento2-module", - "license": [ - "OSL-3.0", - "AFL-3.0" + "name": "mage-os/module-open-search", + "description": "N/A", + "require": { + "php": "~8.1.0||~8.2.0||~8.3.0", + "mage-os/framework": "1.0.5", + "mage-os/module-advanced-search": "1.0.5", + "mage-os/module-catalog-search": "1.0.5", + "mage-os/module-elasticsearch": "1.0.5", + "mage-os/module-search": "1.0.5", + "mage-os/module-config": "1.0.5", + "opensearch-project/opensearch-php": "^1.0 || ^2.0" + }, + "type": "magento2-module", + "license": [ + "OSL-3.0", + "AFL-3.0" + ], + "autoload": { + "files": [ + "registration.php" ], - "autoload": { - "files": [ - "registration.php" - ], - "psr-4": { - "Magento\\OpenSearch\\": "" - } + "psr-4": { + "Magento\\OpenSearch\\": "" } -} + }, + "version": "1.0.5", + "replace": { + "magento/module-open-search": "100.4.1" + } +} \ No newline at end of file diff --git a/app/code/Magento/OrderCancellation/composer.json b/app/code/Magento/OrderCancellation/composer.json index 58e95d5a2288..7f9a51da612c 100644 --- a/app/code/Magento/OrderCancellation/composer.json +++ b/app/code/Magento/OrderCancellation/composer.json @@ -1,27 +1,31 @@ { - "name": "magento/module-order-cancellation", - "description": "N/A", - "config": { - "sort-packages": true - }, - "require": { - "php": "~8.1.0||~8.2.0||~8.3.0", - "magento/framework": "*", - "magento/module-config": "*", - "magento/module-store": "*", - "magento/module-sales": "*" - }, - "type": "magento2-module", - "license": [ - "OSL-3.0", - "AFL-3.0" + "name": "mage-os/module-order-cancellation", + "description": "N/A", + "config": { + "sort-packages": true + }, + "require": { + "php": "~8.1.0||~8.2.0||~8.3.0", + "mage-os/framework": "1.0.5", + "mage-os/module-config": "1.0.5", + "mage-os/module-store": "1.0.5", + "mage-os/module-sales": "1.0.5" + }, + "type": "magento2-module", + "license": [ + "OSL-3.0", + "AFL-3.0" + ], + "autoload": { + "files": [ + "registration.php" ], - "autoload": { - "files": [ - "registration.php" - ], - "psr-4": { - "Magento\\OrderCancellation\\": "" - } + "psr-4": { + "Magento\\OrderCancellation\\": "" } -} + }, + "version": "1.0.5", + "replace": { + "magento/module-order-cancellation": "100.4.0" + } +} \ No newline at end of file diff --git a/app/code/Magento/OrderCancellationGraphQl/composer.json b/app/code/Magento/OrderCancellationGraphQl/composer.json index d38fc3a2dc3e..2b122faaace6 100644 --- a/app/code/Magento/OrderCancellationGraphQl/composer.json +++ b/app/code/Magento/OrderCancellationGraphQl/composer.json @@ -1,27 +1,31 @@ { - "name": "magento/module-order-cancellation-graph-ql", - "description": "N/A", - "config": { - "sort-packages": true - }, - "require": { - "php": "~8.1.0||~8.2.0||~8.3.0", - "magento/framework": "*", - "magento/module-sales": "*", - "magento/module-sales-graph-ql": "*", - "magento/module-order-cancellation": "*" - }, - "type": "magento2-module", - "license": [ - "OSL-3.0", - "AFL-3.0" + "name": "mage-os/module-order-cancellation-graph-ql", + "description": "N/A", + "config": { + "sort-packages": true + }, + "require": { + "php": "~8.1.0||~8.2.0||~8.3.0", + "mage-os/framework": "1.0.5", + "mage-os/module-sales": "1.0.5", + "mage-os/module-sales-graph-ql": "1.0.5", + "mage-os/module-order-cancellation": "1.0.5" + }, + "type": "magento2-module", + "license": [ + "OSL-3.0", + "AFL-3.0" + ], + "autoload": { + "files": [ + "registration.php" ], - "autoload": { - "files": [ - "registration.php" - ], - "psr-4": { - "Magento\\OrderCancellationGraphQl\\": "" - } + "psr-4": { + "Magento\\OrderCancellationGraphQl\\": "" } -} + }, + "version": "1.0.5", + "replace": { + "magento/module-order-cancellation-graph-ql": "100.4.0" + } +} \ No newline at end of file diff --git a/app/code/Magento/OrderCancellationUi/composer.json b/app/code/Magento/OrderCancellationUi/composer.json index cb55ad9d9c11..d170f0142443 100644 --- a/app/code/Magento/OrderCancellationUi/composer.json +++ b/app/code/Magento/OrderCancellationUi/composer.json @@ -1,24 +1,28 @@ { - "name": "magento/module-order-cancellation-ui", - "description": "Magento module that implements order cancellation UI.", - "require": { - "php": "~8.1.0||~8.2.0||~8.3.0", - "magento/framework": "*", - "magento/module-customer": "*", - "magento/module-order-cancellation": "*", - "magento/module-sales": "*" - }, - "type": "magento2-module", - "license": [ - "OSL-3.0", - "AFL-3.0" + "name": "mage-os/module-order-cancellation-ui", + "description": "Magento module that implements order cancellation UI.", + "require": { + "php": "~8.1.0||~8.2.0||~8.3.0", + "mage-os/framework": "1.0.5", + "mage-os/module-customer": "1.0.5", + "mage-os/module-order-cancellation": "1.0.5", + "mage-os/module-sales": "1.0.5" + }, + "type": "magento2-module", + "license": [ + "OSL-3.0", + "AFL-3.0" + ], + "autoload": { + "files": [ + "registration.php" ], - "autoload": { - "files": [ - "registration.php" - ], - "psr-4": { - "Magento\\OrderCancellationUi\\": "" - } + "psr-4": { + "Magento\\OrderCancellationUi\\": "" } -} + }, + "version": "1.0.5", + "replace": { + "magento/module-order-cancellation-ui": "100.4.0" + } +} \ No newline at end of file diff --git a/app/code/Magento/PageCache/composer.json b/app/code/Magento/PageCache/composer.json index 98e904c24c7d..3c7467996849 100644 --- a/app/code/Magento/PageCache/composer.json +++ b/app/code/Magento/PageCache/composer.json @@ -1,28 +1,32 @@ { - "name": "magento/module-page-cache", - "description": "N/A", - "config": { - "sort-packages": true - }, - "require": { - "php": "~8.1.0||~8.2.0||~8.3.0", - "magento/framework": "*", - "magento/module-backend": "*", - "magento/module-config": "*", - "magento/module-store": "*", - "magento/module-catalog": "*" - }, - "type": "magento2-module", - "license": [ - "OSL-3.0", - "AFL-3.0" + "name": "mage-os/module-page-cache", + "description": "N/A", + "config": { + "sort-packages": true + }, + "require": { + "php": "~8.1.0||~8.2.0||~8.3.0", + "mage-os/framework": "1.0.5", + "mage-os/module-backend": "1.0.5", + "mage-os/module-config": "1.0.5", + "mage-os/module-store": "1.0.5", + "mage-os/module-catalog": "1.0.5" + }, + "type": "magento2-module", + "license": [ + "OSL-3.0", + "AFL-3.0" + ], + "autoload": { + "files": [ + "registration.php" ], - "autoload": { - "files": [ - "registration.php" - ], - "psr-4": { - "Magento\\PageCache\\": "" - } + "psr-4": { + "Magento\\PageCache\\": "" } -} + }, + "version": "1.0.5", + "replace": { + "magento/module-page-cache": "100.4.7" + } +} \ No newline at end of file diff --git a/app/code/Magento/Payment/composer.json b/app/code/Magento/Payment/composer.json index 4e716166ced0..ca274e1fffac 100644 --- a/app/code/Magento/Payment/composer.json +++ b/app/code/Magento/Payment/composer.json @@ -1,31 +1,35 @@ { - "name": "magento/module-payment", - "description": "N/A", - "config": { - "sort-packages": true - }, - "require": { - "php": "~8.1.0||~8.2.0||~8.3.0", - "magento/framework": "*", - "magento/module-checkout": "*", - "magento/module-config": "*", - "magento/module-directory": "*", - "magento/module-quote": "*", - "magento/module-sales": "*", - "magento/module-store": "*", - "magento/module-ui": "*" - }, - "type": "magento2-module", - "license": [ - "OSL-3.0", - "AFL-3.0" + "name": "mage-os/module-payment", + "description": "N/A", + "config": { + "sort-packages": true + }, + "require": { + "php": "~8.1.0||~8.2.0||~8.3.0", + "mage-os/framework": "1.0.5", + "mage-os/module-checkout": "1.0.5", + "mage-os/module-config": "1.0.5", + "mage-os/module-directory": "1.0.5", + "mage-os/module-quote": "1.0.5", + "mage-os/module-sales": "1.0.5", + "mage-os/module-store": "1.0.5", + "mage-os/module-ui": "1.0.5" + }, + "type": "magento2-module", + "license": [ + "OSL-3.0", + "AFL-3.0" + ], + "autoload": { + "files": [ + "registration.php" ], - "autoload": { - "files": [ - "registration.php" - ], - "psr-4": { - "Magento\\Payment\\": "" - } + "psr-4": { + "Magento\\Payment\\": "" } -} + }, + "version": "1.0.5", + "replace": { + "magento/module-payment": "100.4.7" + } +} \ No newline at end of file diff --git a/app/code/Magento/PaymentGraphQl/composer.json b/app/code/Magento/PaymentGraphQl/composer.json index c5fb73f61121..a39064cef120 100644 --- a/app/code/Magento/PaymentGraphQl/composer.json +++ b/app/code/Magento/PaymentGraphQl/composer.json @@ -1,26 +1,30 @@ { - "name": "magento/module-payment-graph-ql", - "description": "N/A", - "type": "magento2-module", - "require": { - "php": "~8.1.0||~8.2.0||~8.3.0", - "magento/framework": "*", - "magento/module-payment": "*", - "magento/module-graph-ql": "*" - }, - "suggest": { - "magento/module-store-graph-ql": "*" - }, - "license": [ - "OSL-3.0", - "AFL-3.0" + "name": "mage-os/module-payment-graph-ql", + "description": "N/A", + "type": "magento2-module", + "require": { + "php": "~8.1.0||~8.2.0||~8.3.0", + "mage-os/framework": "1.0.5", + "mage-os/module-payment": "1.0.5", + "mage-os/module-graph-ql": "1.0.5" + }, + "suggest": { + "mage-os/module-store-graph-ql": "1.0.5" + }, + "license": [ + "OSL-3.0", + "AFL-3.0" + ], + "autoload": { + "files": [ + "registration.php" ], - "autoload": { - "files": [ - "registration.php" - ], - "psr-4": { - "Magento\\PaymentGraphQl\\": "" - } + "psr-4": { + "Magento\\PaymentGraphQl\\": "" } -} + }, + "version": "1.0.5", + "replace": { + "magento/module-payment-graph-ql": "100.4.2" + } +} \ No newline at end of file diff --git a/app/code/Magento/Paypal/composer.json b/app/code/Magento/Paypal/composer.json index d419b62aff88..e1b0fb49b79f 100644 --- a/app/code/Magento/Paypal/composer.json +++ b/app/code/Magento/Paypal/composer.json @@ -1,46 +1,50 @@ { - "name": "magento/module-paypal", - "description": "N/A", - "config": { - "sort-packages": true - }, - "require": { - "php": "~8.1.0||~8.2.0||~8.3.0", - "lib-libxml": "*", - "magento/framework": "*", - "magento/module-authorization": "*", - "magento/module-backend": "*", - "magento/module-catalog": "*", - "magento/module-checkout": "*", - "magento/module-config": "*", - "magento/module-customer": "*", - "magento/module-directory": "*", - "magento/module-eav": "*", - "magento/module-instant-purchase": "*", - "magento/module-payment": "*", - "magento/module-quote": "*", - "magento/module-sales": "*", - "magento/module-store": "*", - "magento/module-tax": "*", - "magento/module-theme": "*", - "magento/module-ui": "*", - "magento/module-vault": "*", - "magento/module-csp": "*" - }, - "suggest": { - "magento/module-checkout-agreements": "*" - }, - "type": "magento2-module", - "license": [ - "OSL-3.0", - "AFL-3.0" + "name": "mage-os/module-paypal", + "description": "N/A", + "config": { + "sort-packages": true + }, + "require": { + "php": "~8.1.0||~8.2.0||~8.3.0", + "lib-libxml": "*", + "mage-os/framework": "1.0.5", + "mage-os/module-authorization": "1.0.5", + "mage-os/module-backend": "1.0.5", + "mage-os/module-catalog": "1.0.5", + "mage-os/module-checkout": "1.0.5", + "mage-os/module-config": "1.0.5", + "mage-os/module-customer": "1.0.5", + "mage-os/module-directory": "1.0.5", + "mage-os/module-eav": "1.0.5", + "mage-os/module-instant-purchase": "1.0.5", + "mage-os/module-payment": "1.0.5", + "mage-os/module-quote": "1.0.5", + "mage-os/module-sales": "1.0.5", + "mage-os/module-store": "1.0.5", + "mage-os/module-tax": "1.0.5", + "mage-os/module-theme": "1.0.5", + "mage-os/module-ui": "1.0.5", + "mage-os/module-vault": "1.0.5", + "mage-os/module-csp": "1.0.5" + }, + "suggest": { + "mage-os/module-checkout-agreements": "1.0.5" + }, + "type": "magento2-module", + "license": [ + "OSL-3.0", + "AFL-3.0" + ], + "autoload": { + "files": [ + "registration.php" ], - "autoload": { - "files": [ - "registration.php" - ], - "psr-4": { - "Magento\\Paypal\\": "" - } + "psr-4": { + "Magento\\Paypal\\": "" } -} + }, + "version": "1.0.5", + "replace": { + "magento/module-paypal": "101.0.7-p3" + } +} \ No newline at end of file diff --git a/app/code/Magento/PaypalCaptcha/composer.json b/app/code/Magento/PaypalCaptcha/composer.json index 4ed1baea00a2..519a42a772ab 100644 --- a/app/code/Magento/PaypalCaptcha/composer.json +++ b/app/code/Magento/PaypalCaptcha/composer.json @@ -1,30 +1,34 @@ { - "name": "magento/module-paypal-captcha", - "description": "Provides CAPTCHA validation for PayPal Payflow Pro", - "config": { - "sort-packages": true - }, - "require": { - "php": "~8.1.0||~8.2.0||~8.3.0", - "magento/framework": "*", - "magento/module-captcha": "*", - "magento/module-checkout": "*", - "magento/module-store": "*" - }, - "suggest": { - "magento/module-paypal": "*" - }, - "type": "magento2-module", - "license": [ - "OSL-3.0", - "AFL-3.0" + "name": "mage-os/module-paypal-captcha", + "description": "Provides CAPTCHA validation for PayPal Payflow Pro", + "config": { + "sort-packages": true + }, + "require": { + "php": "~8.1.0||~8.2.0||~8.3.0", + "mage-os/framework": "1.0.5", + "mage-os/module-captcha": "1.0.5", + "mage-os/module-checkout": "1.0.5", + "mage-os/module-store": "1.0.5" + }, + "suggest": { + "mage-os/module-paypal": "1.0.5" + }, + "type": "magento2-module", + "license": [ + "OSL-3.0", + "AFL-3.0" + ], + "autoload": { + "files": [ + "registration.php" ], - "autoload": { - "files": [ - "registration.php" - ], - "psr-4": { - "Magento\\PaypalCaptcha\\": "" - } + "psr-4": { + "Magento\\PaypalCaptcha\\": "" } -} + }, + "version": "1.0.5", + "replace": { + "magento/module-paypal-captcha": "100.4.4" + } +} \ No newline at end of file diff --git a/app/code/Magento/PaypalGraphQl/composer.json b/app/code/Magento/PaypalGraphQl/composer.json index d27ad0ada2c1..c461e4f227fe 100644 --- a/app/code/Magento/PaypalGraphQl/composer.json +++ b/app/code/Magento/PaypalGraphQl/composer.json @@ -1,36 +1,40 @@ { - "name": "magento/module-paypal-graph-ql", - "description": "GraphQl support for Paypal", - "config": { - "sort-packages": true - }, - "require": { - "php": "~8.1.0||~8.2.0||~8.3.0", - "magento/framework": "*", - "magento/module-quote": "*", - "magento/module-checkout": "*", - "magento/module-paypal": "*", - "magento/module-quote-graph-ql": "*", - "magento/module-sales": "*", - "magento/module-payment": "*", - "magento/module-store": "*", - "magento/module-vault": "*" - }, - "suggest": { - "magento/module-graph-ql": "*", - "magento/module-store-graph-ql": "*" - }, - "type": "magento2-module", - "license": [ - "OSL-3.0", - "AFL-3.0" + "name": "mage-os/module-paypal-graph-ql", + "description": "GraphQl support for Paypal", + "config": { + "sort-packages": true + }, + "require": { + "php": "~8.1.0||~8.2.0||~8.3.0", + "mage-os/framework": "1.0.5", + "mage-os/module-quote": "1.0.5", + "mage-os/module-checkout": "1.0.5", + "mage-os/module-paypal": "1.0.5", + "mage-os/module-quote-graph-ql": "1.0.5", + "mage-os/module-sales": "1.0.5", + "mage-os/module-payment": "1.0.5", + "mage-os/module-store": "1.0.5", + "mage-os/module-vault": "1.0.5" + }, + "suggest": { + "mage-os/module-graph-ql": "1.0.5", + "mage-os/module-store-graph-ql": "1.0.5" + }, + "type": "magento2-module", + "license": [ + "OSL-3.0", + "AFL-3.0" + ], + "autoload": { + "files": [ + "registration.php" ], - "autoload": { - "files": [ - "registration.php" - ], - "psr-4": { - "Magento\\PaypalGraphQl\\": "" - } + "psr-4": { + "Magento\\PaypalGraphQl\\": "" } -} + }, + "version": "1.0.5", + "replace": { + "magento/module-paypal-graph-ql": "100.4.5" + } +} \ No newline at end of file diff --git a/app/code/Magento/Persistent/composer.json b/app/code/Magento/Persistent/composer.json index 4f64d28ef13f..b33b2df7b209 100644 --- a/app/code/Magento/Persistent/composer.json +++ b/app/code/Magento/Persistent/composer.json @@ -1,33 +1,37 @@ { - "name": "magento/module-persistent", - "description": "N/A", - "config": { - "sort-packages": true - }, - "require": { - "php": "~8.1.0||~8.2.0||~8.3.0", - "magento/framework": "*", - "magento/module-checkout": "*", - "magento/module-cron": "*", - "magento/module-customer": "*", - "magento/module-page-cache": "*", - "magento/module-quote": "*", - "magento/module-store": "*" - }, - "suggest": { - "magento/module-login-as-customer-api": "*" - }, - "type": "magento2-module", - "license": [ - "OSL-3.0", - "AFL-3.0" + "name": "mage-os/module-persistent", + "description": "N/A", + "config": { + "sort-packages": true + }, + "require": { + "php": "~8.1.0||~8.2.0||~8.3.0", + "mage-os/framework": "1.0.5", + "mage-os/module-checkout": "1.0.5", + "mage-os/module-cron": "1.0.5", + "mage-os/module-customer": "1.0.5", + "mage-os/module-page-cache": "1.0.5", + "mage-os/module-quote": "1.0.5", + "mage-os/module-store": "1.0.5" + }, + "suggest": { + "mage-os/module-login-as-customer-api": "1.0.5" + }, + "type": "magento2-module", + "license": [ + "OSL-3.0", + "AFL-3.0" + ], + "autoload": { + "files": [ + "registration.php" ], - "autoload": { - "files": [ - "registration.php" - ], - "psr-4": { - "Magento\\Persistent\\": "" - } + "psr-4": { + "Magento\\Persistent\\": "" } -} + }, + "version": "1.0.5", + "replace": { + "magento/module-persistent": "100.4.7" + } +} \ No newline at end of file diff --git a/app/code/Magento/ProductAlert/composer.json b/app/code/Magento/ProductAlert/composer.json index ef86db218fc9..4975df7c4e14 100644 --- a/app/code/Magento/ProductAlert/composer.json +++ b/app/code/Magento/ProductAlert/composer.json @@ -1,35 +1,39 @@ { - "name": "magento/module-product-alert", - "description": "N/A", - "config": { - "sort-packages": true - }, - "require": { - "php": "~8.1.0||~8.2.0||~8.3.0", - "magento/framework": "*", - "magento/framework-bulk": "*", - "magento/module-asynchronous-operations": "*", - "magento/module-authorization": "*", - "magento/module-backend": "*", - "magento/module-catalog": "*", - "magento/module-customer": "*", - "magento/module-store": "*", - "magento/module-theme": "*" - }, - "suggest": { - "magento/module-config": "*" - }, - "type": "magento2-module", - "license": [ - "OSL-3.0", - "AFL-3.0" + "name": "mage-os/module-product-alert", + "description": "N/A", + "config": { + "sort-packages": true + }, + "require": { + "php": "~8.1.0||~8.2.0||~8.3.0", + "mage-os/framework": "1.0.5", + "mage-os/framework-bulk": "1.0.5", + "mage-os/module-asynchronous-operations": "1.0.5", + "mage-os/module-authorization": "1.0.5", + "mage-os/module-backend": "1.0.5", + "mage-os/module-catalog": "1.0.5", + "mage-os/module-customer": "1.0.5", + "mage-os/module-store": "1.0.5", + "mage-os/module-theme": "1.0.5" + }, + "suggest": { + "mage-os/module-config": "1.0.5" + }, + "type": "magento2-module", + "license": [ + "OSL-3.0", + "AFL-3.0" + ], + "autoload": { + "files": [ + "registration.php" ], - "autoload": { - "files": [ - "registration.php" - ], - "psr-4": { - "Magento\\ProductAlert\\": "" - } + "psr-4": { + "Magento\\ProductAlert\\": "" } -} + }, + "version": "1.0.5", + "replace": { + "magento/module-product-alert": "100.4.6" + } +} \ No newline at end of file diff --git a/app/code/Magento/ProductVideo/composer.json b/app/code/Magento/ProductVideo/composer.json index 9f8bc23409ba..a895179a3758 100644 --- a/app/code/Magento/ProductVideo/composer.json +++ b/app/code/Magento/ProductVideo/composer.json @@ -1,35 +1,39 @@ { - "name": "magento/module-product-video", - "description": "Add Video to Products", - "config": { - "sort-packages": true - }, - "require": { - "php": "~8.1.0||~8.2.0||~8.3.0", - "magento/framework": "*", - "magento/magento-composer-installer": "*", - "magento/module-backend": "*", - "magento/module-catalog": "*", - "magento/module-eav": "*", - "magento/module-media-storage": "*", - "magento/module-store": "*" - }, - "suggest": { - "magento/module-customer": "*", - "magento/module-config": "*", - "magento/module-theme": "*" - }, - "type": "magento2-module", - "license": [ - "OSL-3.0", - "AFL-3.0" + "name": "mage-os/module-product-video", + "description": "Add Video to Products", + "config": { + "sort-packages": true + }, + "require": { + "php": "~8.1.0||~8.2.0||~8.3.0", + "mage-os/framework": "1.0.5", + "mage-os/magento-composer-installer": "1.0.5", + "mage-os/module-backend": "1.0.5", + "mage-os/module-catalog": "1.0.5", + "mage-os/module-eav": "1.0.5", + "mage-os/module-media-storage": "1.0.5", + "mage-os/module-store": "1.0.5" + }, + "suggest": { + "mage-os/module-customer": "1.0.5", + "mage-os/module-config": "1.0.5", + "mage-os/module-theme": "1.0.5" + }, + "type": "magento2-module", + "license": [ + "OSL-3.0", + "AFL-3.0" + ], + "autoload": { + "files": [ + "registration.php" ], - "autoload": { - "files": [ - "registration.php" - ], - "psr-4": { - "Magento\\ProductVideo\\": "" - } + "psr-4": { + "Magento\\ProductVideo\\": "" } -} + }, + "version": "1.0.5", + "replace": { + "magento/module-product-video": "100.4.7" + } +} \ No newline at end of file diff --git a/app/code/Magento/Quote/composer.json b/app/code/Magento/Quote/composer.json index 5eda3810bd3f..74cf3069dd13 100644 --- a/app/code/Magento/Quote/composer.json +++ b/app/code/Magento/Quote/composer.json @@ -1,41 +1,45 @@ { - "name": "magento/module-quote", - "description": "N/A", - "config": { - "sort-packages": true - }, - "require": { - "php": "~8.1.0||~8.2.0||~8.3.0", - "magento/framework": "*", - "magento/module-authorization": "*", - "magento/module-backend": "*", - "magento/module-catalog": "*", - "magento/module-catalog-inventory": "*", - "magento/module-checkout": "*", - "magento/module-customer": "*", - "magento/module-directory": "*", - "magento/module-eav": "*", - "magento/module-payment": "*", - "magento/module-sales": "*", - "magento/module-sales-sequence": "*", - "magento/module-shipping": "*", - "magento/module-store": "*", - "magento/module-tax": "*" - }, - "suggest": { - "magento/module-webapi": "*" - }, - "type": "magento2-module", - "license": [ - "OSL-3.0", - "AFL-3.0" + "name": "mage-os/module-quote", + "description": "N/A", + "config": { + "sort-packages": true + }, + "require": { + "php": "~8.1.0||~8.2.0||~8.3.0", + "mage-os/framework": "1.0.5", + "mage-os/module-authorization": "1.0.5", + "mage-os/module-backend": "1.0.5", + "mage-os/module-catalog": "1.0.5", + "mage-os/module-catalog-inventory": "1.0.5", + "mage-os/module-checkout": "1.0.5", + "mage-os/module-customer": "1.0.5", + "mage-os/module-directory": "1.0.5", + "mage-os/module-eav": "1.0.5", + "mage-os/module-payment": "1.0.5", + "mage-os/module-sales": "1.0.5", + "mage-os/module-sales-sequence": "1.0.5", + "mage-os/module-shipping": "1.0.5", + "mage-os/module-store": "1.0.5", + "mage-os/module-tax": "1.0.5" + }, + "suggest": { + "mage-os/module-webapi": "1.0.5" + }, + "type": "magento2-module", + "license": [ + "OSL-3.0", + "AFL-3.0" + ], + "autoload": { + "files": [ + "registration.php" ], - "autoload": { - "files": [ - "registration.php" - ], - "psr-4": { - "Magento\\Quote\\": "" - } + "psr-4": { + "Magento\\Quote\\": "" } -} + }, + "version": "1.0.5", + "replace": { + "magento/module-quote": "101.2.7-p1" + } +} \ No newline at end of file diff --git a/app/code/Magento/QuoteAnalytics/composer.json b/app/code/Magento/QuoteAnalytics/composer.json index 41313f329760..24de4e8bbc26 100644 --- a/app/code/Magento/QuoteAnalytics/composer.json +++ b/app/code/Magento/QuoteAnalytics/composer.json @@ -1,23 +1,27 @@ { - "name": "magento/module-quote-analytics", - "description": "N/A", - "require": { - "php": "~8.1.0||~8.2.0||~8.3.0", - "magento/framework": "*", - "magento/module-quote": "*", - "magento/module-analytics": "*" - }, - "type": "magento2-module", - "license": [ - "OSL-3.0", - "AFL-3.0" + "name": "mage-os/module-quote-analytics", + "description": "N/A", + "require": { + "php": "~8.1.0||~8.2.0||~8.3.0", + "mage-os/framework": "1.0.5", + "mage-os/module-quote": "1.0.5", + "mage-os/module-analytics": "1.0.5" + }, + "type": "magento2-module", + "license": [ + "OSL-3.0", + "AFL-3.0" + ], + "autoload": { + "files": [ + "registration.php" ], - "autoload": { - "files": [ - "registration.php" - ], - "psr-4": { - "Magento\\QuoteAnalytics\\": "" - } + "psr-4": { + "Magento\\QuoteAnalytics\\": "" } -} + }, + "version": "1.0.5", + "replace": { + "magento/module-quote-analytics": "100.4.6" + } +} \ No newline at end of file diff --git a/app/code/Magento/QuoteBundleOptions/composer.json b/app/code/Magento/QuoteBundleOptions/composer.json index 579269796dde..034a24279a2b 100644 --- a/app/code/Magento/QuoteBundleOptions/composer.json +++ b/app/code/Magento/QuoteBundleOptions/composer.json @@ -1,22 +1,26 @@ { - "name": "magento/module-quote-bundle-options", - "description": "Magento module provides data provider for creating buy request for bundle products", - "require": { - "php": "~8.1.0||~8.2.0||~8.3.0", - "magento/framework": "*", - "magento/module-quote": "*" - }, - "type": "magento2-module", - "license": [ - "OSL-3.0", - "AFL-3.0" + "name": "mage-os/module-quote-bundle-options", + "description": "Magento module provides data provider for creating buy request for bundle products", + "require": { + "php": "~8.1.0||~8.2.0||~8.3.0", + "mage-os/framework": "1.0.5", + "mage-os/module-quote": "1.0.5" + }, + "type": "magento2-module", + "license": [ + "OSL-3.0", + "AFL-3.0" + ], + "autoload": { + "files": [ + "registration.php" ], - "autoload": { - "files": [ - "registration.php" - ], - "psr-4": { - "Magento\\QuoteBundleOptions\\": "" - } + "psr-4": { + "Magento\\QuoteBundleOptions\\": "" } -} + }, + "version": "1.0.5", + "replace": { + "magento/module-quote-bundle-options": "100.4.3" + } +} \ No newline at end of file diff --git a/app/code/Magento/QuoteConfigurableOptions/composer.json b/app/code/Magento/QuoteConfigurableOptions/composer.json index 68d02034481d..d3ace2bf14e4 100644 --- a/app/code/Magento/QuoteConfigurableOptions/composer.json +++ b/app/code/Magento/QuoteConfigurableOptions/composer.json @@ -1,22 +1,26 @@ { - "name": "magento/module-quote-configurable-options", - "description": "Magento module provides data provider for creating buy request for configurable products", - "require": { - "php": "~8.1.0||~8.2.0||~8.3.0", - "magento/framework": "*", - "magento/module-quote": "*" - }, - "type": "magento2-module", - "license": [ - "OSL-3.0", - "AFL-3.0" + "name": "mage-os/module-quote-configurable-options", + "description": "Magento module provides data provider for creating buy request for configurable products", + "require": { + "php": "~8.1.0||~8.2.0||~8.3.0", + "mage-os/framework": "1.0.5", + "mage-os/module-quote": "1.0.5" + }, + "type": "magento2-module", + "license": [ + "OSL-3.0", + "AFL-3.0" + ], + "autoload": { + "files": [ + "registration.php" ], - "autoload": { - "files": [ - "registration.php" - ], - "psr-4": { - "Magento\\QuoteConfigurableOptions\\": "" - } + "psr-4": { + "Magento\\QuoteConfigurableOptions\\": "" } -} + }, + "version": "1.0.5", + "replace": { + "magento/module-quote-configurable-options": "100.4.3" + } +} \ No newline at end of file diff --git a/app/code/Magento/QuoteDownloadableLinks/composer.json b/app/code/Magento/QuoteDownloadableLinks/composer.json index ea3f0b0c1a75..412826790769 100644 --- a/app/code/Magento/QuoteDownloadableLinks/composer.json +++ b/app/code/Magento/QuoteDownloadableLinks/composer.json @@ -1,22 +1,26 @@ { - "name": "magento/module-quote-downloadable-links", - "description": "Magento module provides data provider for creating buy request for links of downloadable products", - "require": { - "php": "~8.1.0||~8.2.0||~8.3.0", - "magento/framework": "*", - "magento/module-quote": "*" - }, - "type": "magento2-module", - "license": [ - "OSL-3.0", - "AFL-3.0" + "name": "mage-os/module-quote-downloadable-links", + "description": "Magento module provides data provider for creating buy request for links of downloadable products", + "require": { + "php": "~8.1.0||~8.2.0||~8.3.0", + "mage-os/framework": "1.0.5", + "mage-os/module-quote": "1.0.5" + }, + "type": "magento2-module", + "license": [ + "OSL-3.0", + "AFL-3.0" + ], + "autoload": { + "files": [ + "registration.php" ], - "autoload": { - "files": [ - "registration.php" - ], - "psr-4": { - "Magento\\QuoteDownloadableLinks\\": "" - } + "psr-4": { + "Magento\\QuoteDownloadableLinks\\": "" } -} + }, + "version": "1.0.5", + "replace": { + "magento/module-quote-downloadable-links": "100.4.3" + } +} \ No newline at end of file diff --git a/app/code/Magento/QuoteGraphQl/composer.json b/app/code/Magento/QuoteGraphQl/composer.json index 0ef40e0b4bc4..a773444334b1 100644 --- a/app/code/Magento/QuoteGraphQl/composer.json +++ b/app/code/Magento/QuoteGraphQl/composer.json @@ -1,39 +1,43 @@ { - "name": "magento/module-quote-graph-ql", - "description": "N/A", - "type": "magento2-module", - "require": { - "php": "~8.1.0||~8.2.0||~8.3.0", - "magento/framework": "*", - "magento/module-quote": "*", - "magento/module-checkout": "*", - "magento/module-catalog": "*", - "magento/module-store": "*", - "magento/module-customer": "*", - "magento/module-customer-graph-ql": "*", - "magento/module-sales": "*", - "magento/module-sales-graph-ql": "*", - "magento/module-directory": "*", - "magento/module-graph-ql": "*", - "magento/module-gift-message": "*", - "magento/module-catalog-inventory": "*", - "magento/module-eav-graph-ql": "*" - }, - "suggest": { - "magento/module-graph-ql-cache": "*", - "magento/module-catalog-inventory-graph-ql": "*", - "magento/module-payment-graph-ql": "*" - }, - "license": [ - "OSL-3.0", - "AFL-3.0" + "name": "mage-os/module-quote-graph-ql", + "description": "N/A", + "type": "magento2-module", + "require": { + "php": "~8.1.0||~8.2.0||~8.3.0", + "mage-os/framework": "1.0.5", + "mage-os/module-quote": "1.0.5", + "mage-os/module-checkout": "1.0.5", + "mage-os/module-catalog": "1.0.5", + "mage-os/module-store": "1.0.5", + "mage-os/module-customer": "1.0.5", + "mage-os/module-customer-graph-ql": "1.0.5", + "mage-os/module-sales": "1.0.5", + "mage-os/module-sales-graph-ql": "1.0.5", + "mage-os/module-directory": "1.0.5", + "mage-os/module-graph-ql": "1.0.5", + "mage-os/module-gift-message": "1.0.5", + "mage-os/module-catalog-inventory": "1.0.5", + "mage-os/module-eav-graph-ql": "1.0.5" + }, + "suggest": { + "mage-os/module-graph-ql-cache": "1.0.5", + "mage-os/module-catalog-inventory-graph-ql": "1.0.5", + "mage-os/module-payment-graph-ql": "1.0.5" + }, + "license": [ + "OSL-3.0", + "AFL-3.0" + ], + "autoload": { + "files": [ + "registration.php" ], - "autoload": { - "files": [ - "registration.php" - ], - "psr-4": { - "Magento\\QuoteGraphQl\\": "" - } + "psr-4": { + "Magento\\QuoteGraphQl\\": "" } -} + }, + "version": "1.0.5", + "replace": { + "magento/module-quote-graph-ql": "100.4.7" + } +} \ No newline at end of file diff --git a/app/code/Magento/RelatedProductGraphQl/composer.json b/app/code/Magento/RelatedProductGraphQl/composer.json index d78f532e785d..e7ef381350ce 100644 --- a/app/code/Magento/RelatedProductGraphQl/composer.json +++ b/app/code/Magento/RelatedProductGraphQl/composer.json @@ -1,26 +1,30 @@ { - "name": "magento/module-related-product-graph-ql", - "description": "N/A", - "type": "magento2-module", - "require": { - "php": "~8.1.0||~8.2.0||~8.3.0", - "magento/module-catalog": "*", - "magento/module-catalog-graph-ql": "*", - "magento/framework": "*" - }, - "suggest": { - "magento/module-graph-ql": "*" - }, - "license": [ - "OSL-3.0", - "AFL-3.0" + "name": "mage-os/module-related-product-graph-ql", + "description": "N/A", + "type": "magento2-module", + "require": { + "php": "~8.1.0||~8.2.0||~8.3.0", + "mage-os/module-catalog": "1.0.5", + "mage-os/module-catalog-graph-ql": "1.0.5", + "mage-os/framework": "1.0.5" + }, + "suggest": { + "mage-os/module-graph-ql": "1.0.5" + }, + "license": [ + "OSL-3.0", + "AFL-3.0" + ], + "autoload": { + "files": [ + "registration.php" ], - "autoload": { - "files": [ - "registration.php" - ], - "psr-4": { - "Magento\\RelatedProductGraphQl\\": "" - } + "psr-4": { + "Magento\\RelatedProductGraphQl\\": "" } -} + }, + "version": "1.0.5", + "replace": { + "magento/module-related-product-graph-ql": "100.4.4" + } +} \ No newline at end of file diff --git a/app/code/Magento/ReleaseNotification/composer.json b/app/code/Magento/ReleaseNotification/composer.json index 4f25e855218f..018196ea08a1 100644 --- a/app/code/Magento/ReleaseNotification/composer.json +++ b/app/code/Magento/ReleaseNotification/composer.json @@ -1,27 +1,31 @@ { - "name": "magento/module-release-notification", - "description": "N/A", - "require": { - "php": "~8.1.0||~8.2.0||~8.3.0", - "magento/module-user": "*", - "magento/module-backend": "*", - "magento/module-ui": "*", - "magento/framework": "*" - }, - "suggest": { - "magento/module-config": "*" - }, - "type": "magento2-module", - "license": [ - "OSL-3.0", - "AFL-3.0" + "name": "mage-os/module-release-notification", + "description": "N/A", + "require": { + "php": "~8.1.0||~8.2.0||~8.3.0", + "mage-os/module-user": "1.0.5", + "mage-os/module-backend": "1.0.5", + "mage-os/module-ui": "1.0.5", + "mage-os/framework": "1.0.5" + }, + "suggest": { + "mage-os/module-config": "1.0.5" + }, + "type": "magento2-module", + "license": [ + "OSL-3.0", + "AFL-3.0" + ], + "autoload": { + "files": [ + "registration.php" ], - "autoload": { - "files": [ - "registration.php" - ], - "psr-4": { - "Magento\\ReleaseNotification\\": "" - } + "psr-4": { + "Magento\\ReleaseNotification\\": "" } -} + }, + "version": "1.0.5", + "replace": { + "magento/module-release-notification": "100.4.5" + } +} \ No newline at end of file diff --git a/app/code/Magento/RemoteStorage/composer.json b/app/code/Magento/RemoteStorage/composer.json index 418cc1107554..8e83f824fb95 100644 --- a/app/code/Magento/RemoteStorage/composer.json +++ b/app/code/Magento/RemoteStorage/composer.json @@ -1,37 +1,41 @@ { - "name": "magento/module-remote-storage", - "description": "N/A", - "require": { - "php": "~8.1.0||~8.2.0||~8.3.0", - "magento/framework": "*", - "league/flysystem": "^2.4", - "league/flysystem-aws-s3-v3": "^2.4" - }, - "suggest": { - "magento/module-backend": "*", - "magento/module-sitemap": "*", - "magento/module-cms": "*", - "magento/module-downloadable": "*", - "magento/module-catalog": "*", - "magento/module-media-storage": "*", - "magento/module-media-gallery-metadata": "*", - "magento/module-media-gallery-synchronization": "*", - "magento/module-import-export": "*", - "magento/module-catalog-import-export": "*", - "magento/module-downloadable-import-export": "*", - "predis/predis": "*" - }, - "type": "magento2-module", - "license": [ - "OSL-3.0", - "AFL-3.0" + "name": "mage-os/module-remote-storage", + "description": "N/A", + "require": { + "php": "~8.1.0||~8.2.0||~8.3.0", + "mage-os/framework": "1.0.5", + "league/flysystem": "^2.4", + "league/flysystem-aws-s3-v3": "^2.4" + }, + "suggest": { + "mage-os/module-backend": "1.0.5", + "mage-os/module-sitemap": "1.0.5", + "mage-os/module-cms": "1.0.5", + "mage-os/module-downloadable": "1.0.5", + "mage-os/module-catalog": "1.0.5", + "mage-os/module-media-storage": "1.0.5", + "mage-os/module-media-gallery-metadata": "1.0.5", + "mage-os/module-media-gallery-synchronization": "1.0.5", + "mage-os/module-import-export": "1.0.5", + "mage-os/module-catalog-import-export": "1.0.5", + "mage-os/module-downloadable-import-export": "1.0.5", + "predis/predis": "*" + }, + "type": "magento2-module", + "license": [ + "OSL-3.0", + "AFL-3.0" + ], + "autoload": { + "files": [ + "registration.php" ], - "autoload": { - "files": [ - "registration.php" - ], - "psr-4": { - "Magento\\RemoteStorage\\": "" - } + "psr-4": { + "Magento\\RemoteStorage\\": "" } -} + }, + "version": "1.0.5", + "replace": { + "magento/module-remote-storage": "100.4.5" + } +} \ No newline at end of file diff --git a/app/code/Magento/Reports/composer.json b/app/code/Magento/Reports/composer.json index 1acae9328acf..031aa62d0f5f 100644 --- a/app/code/Magento/Reports/composer.json +++ b/app/code/Magento/Reports/composer.json @@ -1,41 +1,45 @@ { - "name": "magento/module-reports", - "description": "N/A", - "config": { - "sort-packages": true - }, - "require": { - "php": "~8.1.0||~8.2.0||~8.3.0", - "magento/framework": "*", - "magento/module-backend": "*", - "magento/module-catalog": "*", - "magento/module-catalog-inventory": "*", - "magento/module-cms": "*", - "magento/module-config": "*", - "magento/module-customer": "*", - "magento/module-downloadable": "*", - "magento/module-eav": "*", - "magento/module-quote": "*", - "magento/module-review": "*", - "magento/module-sales": "*", - "magento/module-sales-rule": "*", - "magento/module-store": "*", - "magento/module-tax": "*", - "magento/module-widget": "*", - "magento/module-wishlist": "*", - "magento/module-directory": "*" - }, - "type": "magento2-module", - "license": [ - "OSL-3.0", - "AFL-3.0" + "name": "mage-os/module-reports", + "description": "N/A", + "config": { + "sort-packages": true + }, + "require": { + "php": "~8.1.0||~8.2.0||~8.3.0", + "mage-os/framework": "1.0.5", + "mage-os/module-backend": "1.0.5", + "mage-os/module-catalog": "1.0.5", + "mage-os/module-catalog-inventory": "1.0.5", + "mage-os/module-cms": "1.0.5", + "mage-os/module-config": "1.0.5", + "mage-os/module-customer": "1.0.5", + "mage-os/module-downloadable": "1.0.5", + "mage-os/module-eav": "1.0.5", + "mage-os/module-quote": "1.0.5", + "mage-os/module-review": "1.0.5", + "mage-os/module-sales": "1.0.5", + "mage-os/module-sales-rule": "1.0.5", + "mage-os/module-store": "1.0.5", + "mage-os/module-tax": "1.0.5", + "mage-os/module-widget": "1.0.5", + "mage-os/module-wishlist": "1.0.5", + "mage-os/module-directory": "1.0.5" + }, + "type": "magento2-module", + "license": [ + "OSL-3.0", + "AFL-3.0" + ], + "autoload": { + "files": [ + "registration.php" ], - "autoload": { - "files": [ - "registration.php" - ], - "psr-4": { - "Magento\\Reports\\": "" - } + "psr-4": { + "Magento\\Reports\\": "" } -} + }, + "version": "1.0.5", + "replace": { + "magento/module-reports": "100.4.7-p3" + } +} \ No newline at end of file diff --git a/app/code/Magento/RequireJs/composer.json b/app/code/Magento/RequireJs/composer.json index 7e3a31bc2244..67a703701a71 100644 --- a/app/code/Magento/RequireJs/composer.json +++ b/app/code/Magento/RequireJs/composer.json @@ -1,24 +1,28 @@ { - "name": "magento/module-require-js", - "description": "N/A", - "config": { - "sort-packages": true - }, - "require": { - "php": "~8.1.0||~8.2.0||~8.3.0", - "magento/framework": "*" - }, - "type": "magento2-module", - "license": [ - "OSL-3.0", - "AFL-3.0" + "name": "mage-os/module-require-js", + "description": "N/A", + "config": { + "sort-packages": true + }, + "require": { + "php": "~8.1.0||~8.2.0||~8.3.0", + "mage-os/framework": "1.0.5" + }, + "type": "magento2-module", + "license": [ + "OSL-3.0", + "AFL-3.0" + ], + "autoload": { + "files": [ + "registration.php" ], - "autoload": { - "files": [ - "registration.php" - ], - "psr-4": { - "Magento\\RequireJs\\": "" - } + "psr-4": { + "Magento\\RequireJs\\": "" } -} + }, + "version": "1.0.5", + "replace": { + "magento/module-require-js": "100.4.3" + } +} \ No newline at end of file diff --git a/app/code/Magento/Review/composer.json b/app/code/Magento/Review/composer.json index 265bc3e2e1e5..00a7ddf2f99e 100644 --- a/app/code/Magento/Review/composer.json +++ b/app/code/Magento/Review/composer.json @@ -1,36 +1,40 @@ { - "name": "magento/module-review", - "description": "N/A", - "config": { - "sort-packages": true - }, - "require": { - "php": "~8.1.0||~8.2.0||~8.3.0", - "magento/framework": "*", - "magento/module-backend": "*", - "magento/module-catalog": "*", - "magento/module-customer": "*", - "magento/module-eav": "*", - "magento/module-newsletter": "*", - "magento/module-store": "*", - "magento/module-theme": "*", - "magento/module-ui": "*" - }, - "suggest": { - "magento/module-cookie": "*", - "magento/module-review-sample-data": "*" - }, - "type": "magento2-module", - "license": [ - "OSL-3.0", - "AFL-3.0" + "name": "mage-os/module-review", + "description": "N/A", + "config": { + "sort-packages": true + }, + "require": { + "php": "~8.1.0||~8.2.0||~8.3.0", + "mage-os/framework": "1.0.5", + "mage-os/module-backend": "1.0.5", + "mage-os/module-catalog": "1.0.5", + "mage-os/module-customer": "1.0.5", + "mage-os/module-eav": "1.0.5", + "mage-os/module-newsletter": "1.0.5", + "mage-os/module-store": "1.0.5", + "mage-os/module-theme": "1.0.5", + "mage-os/module-ui": "1.0.5" + }, + "suggest": { + "mage-os/module-cookie": "1.0.5", + "mage-os/module-review-sample-data": "Sample Data version: 1.0.5" + }, + "type": "magento2-module", + "license": [ + "OSL-3.0", + "AFL-3.0" + ], + "autoload": { + "files": [ + "registration.php" ], - "autoload": { - "files": [ - "registration.php" - ], - "psr-4": { - "Magento\\Review\\": "" - } + "psr-4": { + "Magento\\Review\\": "" } -} + }, + "version": "1.0.5", + "replace": { + "magento/module-review": "100.4.7" + } +} \ No newline at end of file diff --git a/app/code/Magento/ReviewAnalytics/composer.json b/app/code/Magento/ReviewAnalytics/composer.json index 9fadd15d3884..ef3e889e1722 100644 --- a/app/code/Magento/ReviewAnalytics/composer.json +++ b/app/code/Magento/ReviewAnalytics/composer.json @@ -1,23 +1,27 @@ { - "name": "magento/module-review-analytics", - "description": "N/A", - "require": { - "php": "~8.1.0||~8.2.0||~8.3.0", - "magento/framework": "*", - "magento/module-review": "*", - "magento/module-analytics": "*" - }, - "type": "magento2-module", - "license": [ - "OSL-3.0", - "AFL-3.0" + "name": "mage-os/module-review-analytics", + "description": "N/A", + "require": { + "php": "~8.1.0||~8.2.0||~8.3.0", + "mage-os/framework": "1.0.5", + "mage-os/module-review": "1.0.5", + "mage-os/module-analytics": "1.0.5" + }, + "type": "magento2-module", + "license": [ + "OSL-3.0", + "AFL-3.0" + ], + "autoload": { + "files": [ + "registration.php" ], - "autoload": { - "files": [ - "registration.php" - ], - "psr-4": { - "Magento\\ReviewAnalytics\\": "" - } + "psr-4": { + "Magento\\ReviewAnalytics\\": "" } -} + }, + "version": "1.0.5", + "replace": { + "magento/module-review-analytics": "100.4.4" + } +} \ No newline at end of file diff --git a/app/code/Magento/ReviewGraphQl/composer.json b/app/code/Magento/ReviewGraphQl/composer.json index 6425278bd8c6..35cc6ed37cb4 100644 --- a/app/code/Magento/ReviewGraphQl/composer.json +++ b/app/code/Magento/ReviewGraphQl/composer.json @@ -1,28 +1,32 @@ { - "name": "magento/module-review-graph-ql", - "description": "N/A", - "type": "magento2-module", - "require": { - "php": "~8.1.0||~8.2.0||~8.3.0", - "magento/module-catalog": "*", - "magento/module-review": "*", - "magento/module-store": "*", - "magento/framework": "*" - }, - "suggest": { - "magento/module-graph-ql": "*", - "magento/module-graph-ql-cache": "*" - }, - "license": [ - "OSL-3.0", - "AFL-3.0" + "name": "mage-os/module-review-graph-ql", + "description": "N/A", + "type": "magento2-module", + "require": { + "php": "~8.1.0||~8.2.0||~8.3.0", + "mage-os/module-catalog": "1.0.5", + "mage-os/module-review": "1.0.5", + "mage-os/module-store": "1.0.5", + "mage-os/framework": "1.0.5" + }, + "suggest": { + "mage-os/module-graph-ql": "1.0.5", + "mage-os/module-graph-ql-cache": "1.0.5" + }, + "license": [ + "OSL-3.0", + "AFL-3.0" + ], + "autoload": { + "files": [ + "registration.php" ], - "autoload": { - "files": [ - "registration.php" - ], - "psr-4": { - "Magento\\ReviewGraphQl\\": "" - } + "psr-4": { + "Magento\\ReviewGraphQl\\": "" } -} + }, + "version": "1.0.5", + "replace": { + "magento/module-review-graph-ql": "100.4.3" + } +} \ No newline at end of file diff --git a/app/code/Magento/Robots/composer.json b/app/code/Magento/Robots/composer.json index 12b47fd87b1b..e6855cfbf233 100644 --- a/app/code/Magento/Robots/composer.json +++ b/app/code/Magento/Robots/composer.json @@ -1,28 +1,32 @@ { - "name": "magento/module-robots", - "description": "N/A", - "config": { - "sort-packages": true - }, - "require": { - "php": "~8.1.0||~8.2.0||~8.3.0", - "magento/framework": "*", - "magento/module-store": "*" - }, - "suggest": { - "magento/module-theme": "*" - }, - "type": "magento2-module", - "license": [ - "OSL-3.0", - "AFL-3.0" + "name": "mage-os/module-robots", + "description": "N/A", + "config": { + "sort-packages": true + }, + "require": { + "php": "~8.1.0||~8.2.0||~8.3.0", + "mage-os/framework": "1.0.5", + "mage-os/module-store": "1.0.5" + }, + "suggest": { + "mage-os/module-theme": "1.0.5" + }, + "type": "magento2-module", + "license": [ + "OSL-3.0", + "AFL-3.0" + ], + "autoload": { + "files": [ + "registration.php" ], - "autoload": { - "files": [ - "registration.php" - ], - "psr-4": { - "Magento\\Robots\\": "" - } + "psr-4": { + "Magento\\Robots\\": "" } -} + }, + "version": "1.0.5", + "replace": { + "magento/module-robots": "101.1.3" + } +} \ No newline at end of file diff --git a/app/code/Magento/Rss/composer.json b/app/code/Magento/Rss/composer.json index 773a9040782a..a6b9693a89ff 100644 --- a/app/code/Magento/Rss/composer.json +++ b/app/code/Magento/Rss/composer.json @@ -1,27 +1,31 @@ { - "name": "magento/module-rss", - "description": "N/A", - "config": { - "sort-packages": true - }, - "require": { - "php": "~8.1.0||~8.2.0||~8.3.0", - "magento/framework": "*", - "magento/module-backend": "*", - "magento/module-customer": "*", - "magento/module-store": "*" - }, - "type": "magento2-module", - "license": [ - "OSL-3.0", - "AFL-3.0" + "name": "mage-os/module-rss", + "description": "N/A", + "config": { + "sort-packages": true + }, + "require": { + "php": "~8.1.0||~8.2.0||~8.3.0", + "mage-os/framework": "1.0.5", + "mage-os/module-backend": "1.0.5", + "mage-os/module-customer": "1.0.5", + "mage-os/module-store": "1.0.5" + }, + "type": "magento2-module", + "license": [ + "OSL-3.0", + "AFL-3.0" + ], + "autoload": { + "files": [ + "registration.php" ], - "autoload": { - "files": [ - "registration.php" - ], - "psr-4": { - "Magento\\Rss\\": "" - } + "psr-4": { + "Magento\\Rss\\": "" } -} + }, + "version": "1.0.5", + "replace": { + "magento/module-rss": "100.4.5" + } +} \ No newline at end of file diff --git a/app/code/Magento/Rule/composer.json b/app/code/Magento/Rule/composer.json index e1c529193e18..efd1ff94637e 100644 --- a/app/code/Magento/Rule/composer.json +++ b/app/code/Magento/Rule/composer.json @@ -1,29 +1,33 @@ { - "name": "magento/module-rule", - "description": "N/A", - "config": { - "sort-packages": true - }, - "require": { - "php": "~8.1.0||~8.2.0||~8.3.0", - "lib-libxml": "*", - "magento/framework": "*", - "magento/module-backend": "*", - "magento/module-catalog": "*", - "magento/module-eav": "*", - "magento/module-store": "*" - }, - "type": "magento2-module", - "license": [ - "OSL-3.0", - "AFL-3.0" + "name": "mage-os/module-rule", + "description": "N/A", + "config": { + "sort-packages": true + }, + "require": { + "php": "~8.1.0||~8.2.0||~8.3.0", + "lib-libxml": "*", + "mage-os/framework": "1.0.5", + "mage-os/module-backend": "1.0.5", + "mage-os/module-catalog": "1.0.5", + "mage-os/module-eav": "1.0.5", + "mage-os/module-store": "1.0.5" + }, + "type": "magento2-module", + "license": [ + "OSL-3.0", + "AFL-3.0" + ], + "autoload": { + "files": [ + "registration.php" ], - "autoload": { - "files": [ - "registration.php" - ], - "psr-4": { - "Magento\\Rule\\": "" - } + "psr-4": { + "Magento\\Rule\\": "" } -} + }, + "version": "1.0.5", + "replace": { + "magento/module-rule": "100.4.6" + } +} \ No newline at end of file diff --git a/app/code/Magento/Sales/composer.json b/app/code/Magento/Sales/composer.json index 9bbb67d739cc..b8fec86f6cf6 100644 --- a/app/code/Magento/Sales/composer.json +++ b/app/code/Magento/Sales/composer.json @@ -1,51 +1,55 @@ { - "name": "magento/module-sales", - "description": "N/A", - "config": { - "sort-packages": true - }, - "require": { - "php": "~8.1.0||~8.2.0||~8.3.0", - "magento/framework": "*", - "magento/module-authorization": "*", - "magento/module-backend": "*", - "magento/module-catalog": "*", - "magento/module-bundle": "*", - "magento/module-catalog-inventory": "*", - "magento/module-checkout": "*", - "magento/module-config": "*", - "magento/module-customer": "*", - "magento/module-directory": "*", - "magento/module-eav": "*", - "magento/module-gift-message": "*", - "magento/module-media-storage": "*", - "magento/module-payment": "*", - "magento/module-quote": "*", - "magento/module-reports": "*", - "magento/module-sales-rule": "*", - "magento/module-sales-sequence": "*", - "magento/module-shipping": "*", - "magento/module-store": "*", - "magento/module-tax": "*", - "magento/module-theme": "*", - "magento/module-ui": "*", - "magento/module-widget": "*", - "magento/module-wishlist": "*" - }, - "suggest": { - "magento/module-sales-sample-data": "*" - }, - "type": "magento2-module", - "license": [ - "OSL-3.0", - "AFL-3.0" + "name": "mage-os/module-sales", + "description": "N/A", + "config": { + "sort-packages": true + }, + "require": { + "php": "~8.1.0||~8.2.0||~8.3.0", + "mage-os/framework": "1.0.5", + "mage-os/module-authorization": "1.0.5", + "mage-os/module-backend": "1.0.5", + "mage-os/module-catalog": "1.0.5", + "mage-os/module-bundle": "1.0.5", + "mage-os/module-catalog-inventory": "1.0.5", + "mage-os/module-checkout": "1.0.5", + "mage-os/module-config": "1.0.5", + "mage-os/module-customer": "1.0.5", + "mage-os/module-directory": "1.0.5", + "mage-os/module-eav": "1.0.5", + "mage-os/module-gift-message": "1.0.5", + "mage-os/module-media-storage": "1.0.5", + "mage-os/module-payment": "1.0.5", + "mage-os/module-quote": "1.0.5", + "mage-os/module-reports": "1.0.5", + "mage-os/module-sales-rule": "1.0.5", + "mage-os/module-sales-sequence": "1.0.5", + "mage-os/module-shipping": "1.0.5", + "mage-os/module-store": "1.0.5", + "mage-os/module-tax": "1.0.5", + "mage-os/module-theme": "1.0.5", + "mage-os/module-ui": "1.0.5", + "mage-os/module-widget": "1.0.5", + "mage-os/module-wishlist": "1.0.5" + }, + "suggest": { + "mage-os/module-sales-sample-data": "Sample Data version: 1.0.5" + }, + "type": "magento2-module", + "license": [ + "OSL-3.0", + "AFL-3.0" + ], + "autoload": { + "files": [ + "registration.php" ], - "autoload": { - "files": [ - "registration.php" - ], - "psr-4": { - "Magento\\Sales\\": "" - } + "psr-4": { + "Magento\\Sales\\": "" } -} + }, + "version": "1.0.5", + "replace": { + "magento/module-sales": "103.0.7-p3" + } +} \ No newline at end of file diff --git a/app/code/Magento/SalesAnalytics/composer.json b/app/code/Magento/SalesAnalytics/composer.json index 44d8f753b2ea..1e9b3fdd8080 100644 --- a/app/code/Magento/SalesAnalytics/composer.json +++ b/app/code/Magento/SalesAnalytics/composer.json @@ -1,23 +1,27 @@ { - "name": "magento/module-sales-analytics", - "description": "N/A", - "require": { - "php": "~8.1.0||~8.2.0||~8.3.0", - "magento/framework": "*", - "magento/module-sales": "*", - "magento/module-analytics": "*" - }, - "type": "magento2-module", - "license": [ - "OSL-3.0", - "AFL-3.0" + "name": "mage-os/module-sales-analytics", + "description": "N/A", + "require": { + "php": "~8.1.0||~8.2.0||~8.3.0", + "mage-os/framework": "1.0.5", + "mage-os/module-sales": "1.0.5", + "mage-os/module-analytics": "1.0.5" + }, + "type": "magento2-module", + "license": [ + "OSL-3.0", + "AFL-3.0" + ], + "autoload": { + "files": [ + "registration.php" ], - "autoload": { - "files": [ - "registration.php" - ], - "psr-4": { - "Magento\\SalesAnalytics\\": "" - } + "psr-4": { + "Magento\\SalesAnalytics\\": "" } -} + }, + "version": "1.0.5", + "replace": { + "magento/module-sales-analytics": "100.4.4" + } +} \ No newline at end of file diff --git a/app/code/Magento/SalesGraphQl/composer.json b/app/code/Magento/SalesGraphQl/composer.json index 33c181db8121..f27568a4e090 100644 --- a/app/code/Magento/SalesGraphQl/composer.json +++ b/app/code/Magento/SalesGraphQl/composer.json @@ -1,29 +1,33 @@ { - "name": "magento/module-sales-graph-ql", - "description": "N/A", - "type": "magento2-module", - "require": { - "php": "~8.1.0||~8.2.0||~8.3.0", - "magento/framework": "*", - "magento/module-sales": "*", - "magento/module-store": "*", - "magento/module-catalog": "*", - "magento/module-tax": "*", - "magento/module-quote": "*", - "magento/module-graph-ql": "*", - "magento/module-shipping": "*", - "magento/module-catalog-graph-ql": "*" - }, - "license": [ - "OSL-3.0", - "AFL-3.0" + "name": "mage-os/module-sales-graph-ql", + "description": "N/A", + "type": "magento2-module", + "require": { + "php": "~8.1.0||~8.2.0||~8.3.0", + "mage-os/framework": "1.0.5", + "mage-os/module-sales": "1.0.5", + "mage-os/module-store": "1.0.5", + "mage-os/module-catalog": "1.0.5", + "mage-os/module-tax": "1.0.5", + "mage-os/module-quote": "1.0.5", + "mage-os/module-graph-ql": "1.0.5", + "mage-os/module-shipping": "1.0.5", + "mage-os/module-catalog-graph-ql": "1.0.5" + }, + "license": [ + "OSL-3.0", + "AFL-3.0" + ], + "autoload": { + "files": [ + "registration.php" ], - "autoload": { - "files": [ - "registration.php" - ], - "psr-4": { - "Magento\\SalesGraphQl\\": "" - } + "psr-4": { + "Magento\\SalesGraphQl\\": "" } -} + }, + "version": "1.0.5", + "replace": { + "magento/module-sales-graph-ql": "100.4.7" + } +} \ No newline at end of file diff --git a/app/code/Magento/SalesInventory/composer.json b/app/code/Magento/SalesInventory/composer.json index b6234032c9bf..774f71e334ab 100644 --- a/app/code/Magento/SalesInventory/composer.json +++ b/app/code/Magento/SalesInventory/composer.json @@ -1,28 +1,32 @@ { - "name": "magento/module-sales-inventory", - "description": "N/A", - "config": { - "sort-packages": true - }, - "require": { - "php": "~8.1.0||~8.2.0||~8.3.0", - "magento/framework": "*", - "magento/module-catalog": "*", - "magento/module-catalog-inventory": "*", - "magento/module-sales": "*", - "magento/module-store": "*" - }, - "type": "magento2-module", - "license": [ - "OSL-3.0", - "AFL-3.0" + "name": "mage-os/module-sales-inventory", + "description": "N/A", + "config": { + "sort-packages": true + }, + "require": { + "php": "~8.1.0||~8.2.0||~8.3.0", + "mage-os/framework": "1.0.5", + "mage-os/module-catalog": "1.0.5", + "mage-os/module-catalog-inventory": "1.0.5", + "mage-os/module-sales": "1.0.5", + "mage-os/module-store": "1.0.5" + }, + "type": "magento2-module", + "license": [ + "OSL-3.0", + "AFL-3.0" + ], + "autoload": { + "files": [ + "registration.php" ], - "autoload": { - "files": [ - "registration.php" - ], - "psr-4": { - "Magento\\SalesInventory\\": "" - } + "psr-4": { + "Magento\\SalesInventory\\": "" } -} + }, + "version": "1.0.5", + "replace": { + "magento/module-sales-inventory": "100.4.4" + } +} \ No newline at end of file diff --git a/app/code/Magento/SalesRule/composer.json b/app/code/Magento/SalesRule/composer.json index 7ea14ed6028e..80f5adb7af96 100644 --- a/app/code/Magento/SalesRule/composer.json +++ b/app/code/Magento/SalesRule/composer.json @@ -1,48 +1,52 @@ { - "name": "magento/module-sales-rule", - "description": "N/A", - "config": { - "sort-packages": true - }, - "require": { - "php": "~8.1.0||~8.2.0||~8.3.0", - "magento/framework": "*", - "magento/framework-bulk": "*", - "magento/module-backend": "*", - "magento/module-catalog": "*", - "magento/module-catalog-rule": "*", - "magento/module-config": "*", - "magento/module-customer": "*", - "magento/module-directory": "*", - "magento/module-eav": "*", - "magento/module-payment": "*", - "magento/module-quote": "*", - "magento/module-reports": "*", - "magento/module-rule": "*", - "magento/module-sales": "*", - "magento/module-shipping": "*", - "magento/module-store": "*", - "magento/module-ui": "*", - "magento/module-widget": "*", - "magento/module-captcha": "*", - "magento/module-checkout": "*", - "magento/module-authorization": "*", - "magento/module-asynchronous-operations": "*" - }, - "suggest": { - "magento/module-sales-rule-sample-data": "*" - }, - "type": "magento2-module", - "license": [ - "OSL-3.0", - "AFL-3.0" + "name": "mage-os/module-sales-rule", + "description": "N/A", + "config": { + "sort-packages": true + }, + "require": { + "php": "~8.1.0||~8.2.0||~8.3.0", + "mage-os/framework": "1.0.5", + "mage-os/framework-bulk": "1.0.5", + "mage-os/module-backend": "1.0.5", + "mage-os/module-catalog": "1.0.5", + "mage-os/module-catalog-rule": "1.0.5", + "mage-os/module-config": "1.0.5", + "mage-os/module-customer": "1.0.5", + "mage-os/module-directory": "1.0.5", + "mage-os/module-eav": "1.0.5", + "mage-os/module-payment": "1.0.5", + "mage-os/module-quote": "1.0.5", + "mage-os/module-reports": "1.0.5", + "mage-os/module-rule": "1.0.5", + "mage-os/module-sales": "1.0.5", + "mage-os/module-shipping": "1.0.5", + "mage-os/module-store": "1.0.5", + "mage-os/module-ui": "1.0.5", + "mage-os/module-widget": "1.0.5", + "mage-os/module-captcha": "1.0.5", + "mage-os/module-checkout": "1.0.5", + "mage-os/module-authorization": "1.0.5", + "mage-os/module-asynchronous-operations": "1.0.5" + }, + "suggest": { + "mage-os/module-sales-rule-sample-data": "Sample Data version: 1.0.5" + }, + "type": "magento2-module", + "license": [ + "OSL-3.0", + "AFL-3.0" + ], + "autoload": { + "files": [ + "registration.php" ], - "autoload": { - "files": [ - "registration.php" - ], - "psr-4": { - "Magento\\SalesRule\\": "" - } + "psr-4": { + "Magento\\SalesRule\\": "" } -} + }, + "version": "1.0.5", + "replace": { + "magento/module-sales-rule": "101.2.7-p3" + } +} \ No newline at end of file diff --git a/app/code/Magento/SalesRuleGraphQl/composer.json b/app/code/Magento/SalesRuleGraphQl/composer.json index f3c23634b1f1..d0ed5456ebb5 100644 --- a/app/code/Magento/SalesRuleGraphQl/composer.json +++ b/app/code/Magento/SalesRuleGraphQl/composer.json @@ -1,25 +1,29 @@ { - "name": "magento/module-sales-rule-graph-ql", - "description": "N/A", - "config": { - "sort-packages": true - }, - "require": { - "php": "~8.1.0||~8.2.0||~8.3.0", - "magento/framework": "*", - "magento/module-sales-rule": "*" - }, - "type": "magento2-module", - "license": [ - "OSL-3.0", - "AFL-3.0" + "name": "mage-os/module-sales-rule-graph-ql", + "description": "N/A", + "config": { + "sort-packages": true + }, + "require": { + "php": "~8.1.0||~8.2.0||~8.3.0", + "mage-os/framework": "1.0.5", + "mage-os/module-sales-rule": "1.0.5" + }, + "type": "magento2-module", + "license": [ + "OSL-3.0", + "AFL-3.0" + ], + "autoload": { + "files": [ + "registration.php" ], - "autoload": { - "files": [ - "registration.php" - ], - "psr-4": { - "Magento\\SalesRuleGraphQl\\": "" - } + "psr-4": { + "Magento\\SalesRuleGraphQl\\": "" } -} + }, + "version": "1.0.5", + "replace": { + "magento/module-sales-rule-graph-ql": "100.4.0" + } +} \ No newline at end of file diff --git a/app/code/Magento/SalesSequence/composer.json b/app/code/Magento/SalesSequence/composer.json index b04135ee99b3..dee0d192a262 100644 --- a/app/code/Magento/SalesSequence/composer.json +++ b/app/code/Magento/SalesSequence/composer.json @@ -1,24 +1,28 @@ { - "name": "magento/module-sales-sequence", - "description": "N/A", - "config": { - "sort-packages": true - }, - "require": { - "php": "~8.1.0||~8.2.0||~8.3.0", - "magento/framework": "*" - }, - "type": "magento2-module", - "license": [ - "OSL-3.0", - "AFL-3.0" + "name": "mage-os/module-sales-sequence", + "description": "N/A", + "config": { + "sort-packages": true + }, + "require": { + "php": "~8.1.0||~8.2.0||~8.3.0", + "mage-os/framework": "1.0.5" + }, + "type": "magento2-module", + "license": [ + "OSL-3.0", + "AFL-3.0" + ], + "autoload": { + "files": [ + "registration.php" ], - "autoload": { - "files": [ - "registration.php" - ], - "psr-4": { - "Magento\\SalesSequence\\": "" - } + "psr-4": { + "Magento\\SalesSequence\\": "" } -} + }, + "version": "1.0.5", + "replace": { + "magento/module-sales-sequence": "100.4.4" + } +} \ No newline at end of file diff --git a/app/code/Magento/SampleData/composer.json b/app/code/Magento/SampleData/composer.json index e1773f61818f..30e518eb7b93 100644 --- a/app/code/Magento/SampleData/composer.json +++ b/app/code/Magento/SampleData/composer.json @@ -1,28 +1,32 @@ { - "name": "magento/module-sample-data", - "description": "Sample Data fixtures", - "config": { - "sort-packages": true - }, - "require": { - "php": "~8.1.0||~8.2.0||~8.3.0", - "magento/framework": "*" - }, - "suggest": { - "magento/sample-data-media": "*" - }, - "type": "magento2-module", - "license": [ - "OSL-3.0", - "AFL-3.0" + "name": "mage-os/module-sample-data", + "description": "Sample Data fixtures", + "config": { + "sort-packages": true + }, + "require": { + "php": "~8.1.0||~8.2.0||~8.3.0", + "mage-os/framework": "1.0.5" + }, + "suggest": { + "mage-os/sample-data-media": "1.0.5" + }, + "type": "magento2-module", + "license": [ + "OSL-3.0", + "AFL-3.0" + ], + "autoload": { + "files": [ + "cli_commands.php", + "registration.php" ], - "autoload": { - "files": [ - "cli_commands.php", - "registration.php" - ], - "psr-4": { - "Magento\\SampleData\\": "" - } + "psr-4": { + "Magento\\SampleData\\": "" } -} + }, + "version": "1.0.5", + "replace": { + "magento/module-sample-data": "100.4.5" + } +} \ No newline at end of file diff --git a/app/code/Magento/Search/composer.json b/app/code/Magento/Search/composer.json index 8eb395733a9d..b8ae951a2bd4 100644 --- a/app/code/Magento/Search/composer.json +++ b/app/code/Magento/Search/composer.json @@ -1,29 +1,33 @@ { - "name": "magento/module-search", - "description": "N/A", - "config": { - "sort-packages": true - }, - "require": { - "php": "~8.1.0||~8.2.0||~8.3.0", - "magento/framework": "*", - "magento/module-backend": "*", - "magento/module-catalog-search": "*", - "magento/module-reports": "*", - "magento/module-store": "*", - "magento/module-ui": "*" - }, - "type": "magento2-module", - "license": [ - "OSL-3.0", - "AFL-3.0" + "name": "mage-os/module-search", + "description": "N/A", + "config": { + "sort-packages": true + }, + "require": { + "php": "~8.1.0||~8.2.0||~8.3.0", + "mage-os/framework": "1.0.5", + "mage-os/module-backend": "1.0.5", + "mage-os/module-catalog-search": "1.0.5", + "mage-os/module-reports": "1.0.5", + "mage-os/module-store": "1.0.5", + "mage-os/module-ui": "1.0.5" + }, + "type": "magento2-module", + "license": [ + "OSL-3.0", + "AFL-3.0" + ], + "autoload": { + "files": [ + "registration.php" ], - "autoload": { - "files": [ - "registration.php" - ], - "psr-4": { - "Magento\\Search\\": "" - } + "psr-4": { + "Magento\\Search\\": "" } -} + }, + "version": "1.0.5", + "replace": { + "magento/module-search": "101.1.7-p3" + } +} \ No newline at end of file diff --git a/app/code/Magento/Security/composer.json b/app/code/Magento/Security/composer.json index c8d026dd95bf..c61ef31f3a94 100644 --- a/app/code/Magento/Security/composer.json +++ b/app/code/Magento/Security/composer.json @@ -1,31 +1,35 @@ { - "name": "magento/module-security", - "description": "Security management module", - "config": { - "sort-packages": true - }, - "require": { - "php": "~8.1.0||~8.2.0||~8.3.0", - "magento/framework": "*", - "magento/module-config": "*", - "magento/module-backend": "*", - "magento/module-store": "*", - "magento/module-user": "*" - }, - "suggest": { - "magento/module-customer": "*" - }, - "type": "magento2-module", - "license": [ - "OSL-3.0", - "AFL-3.0" + "name": "mage-os/module-security", + "description": "Security management module", + "config": { + "sort-packages": true + }, + "require": { + "php": "~8.1.0||~8.2.0||~8.3.0", + "mage-os/framework": "1.0.5", + "mage-os/module-config": "1.0.5", + "mage-os/module-backend": "1.0.5", + "mage-os/module-store": "1.0.5", + "mage-os/module-user": "1.0.5" + }, + "suggest": { + "mage-os/module-customer": "1.0.5" + }, + "type": "magento2-module", + "license": [ + "OSL-3.0", + "AFL-3.0" + ], + "autoload": { + "files": [ + "registration.php" ], - "autoload": { - "files": [ - "registration.php" - ], - "psr-4": { - "Magento\\Security\\": "" - } + "psr-4": { + "Magento\\Security\\": "" } -} + }, + "version": "1.0.5", + "replace": { + "magento/module-security": "100.4.7" + } +} \ No newline at end of file diff --git a/app/code/Magento/SendFriend/composer.json b/app/code/Magento/SendFriend/composer.json index 5b3ac4adfd55..4214854f2c8d 100644 --- a/app/code/Magento/SendFriend/composer.json +++ b/app/code/Magento/SendFriend/composer.json @@ -1,30 +1,34 @@ { - "name": "magento/module-send-friend", - "description": "N/A", - "config": { - "sort-packages": true - }, - "require": { - "php": "~8.1.0||~8.2.0||~8.3.0", - "magento/framework": "*", - "magento/module-catalog": "*", - "magento/module-customer": "*", - "magento/module-store": "*", - "magento/module-captcha": "*", - "magento/module-authorization": "*", - "magento/module-theme": "*" - }, - "type": "magento2-module", - "license": [ - "OSL-3.0", - "AFL-3.0" + "name": "mage-os/module-send-friend", + "description": "N/A", + "config": { + "sort-packages": true + }, + "require": { + "php": "~8.1.0||~8.2.0||~8.3.0", + "mage-os/framework": "1.0.5", + "mage-os/module-catalog": "1.0.5", + "mage-os/module-customer": "1.0.5", + "mage-os/module-store": "1.0.5", + "mage-os/module-captcha": "1.0.5", + "mage-os/module-authorization": "1.0.5", + "mage-os/module-theme": "1.0.5" + }, + "type": "magento2-module", + "license": [ + "OSL-3.0", + "AFL-3.0" + ], + "autoload": { + "files": [ + "registration.php" ], - "autoload": { - "files": [ - "registration.php" - ], - "psr-4": { - "Magento\\SendFriend\\": "" - } + "psr-4": { + "Magento\\SendFriend\\": "" } -} + }, + "version": "1.0.5", + "replace": { + "magento/module-send-friend": "100.4.5" + } +} \ No newline at end of file diff --git a/app/code/Magento/SendFriendGraphQl/composer.json b/app/code/Magento/SendFriendGraphQl/composer.json index ba500f68e1f0..cf56d6ede96b 100644 --- a/app/code/Magento/SendFriendGraphQl/composer.json +++ b/app/code/Magento/SendFriendGraphQl/composer.json @@ -1,24 +1,28 @@ { - "name": "magento/module-send-friend-graph-ql", - "description": "N/A", - "type": "magento2-module", - "require": { - "php": "~8.1.0||~8.2.0||~8.3.0", - "magento/framework": "*", - "magento/module-catalog": "*", - "magento/module-send-friend": "*", - "magento/module-graph-ql": "*" - }, - "license": [ - "OSL-3.0", - "AFL-3.0" + "name": "mage-os/module-send-friend-graph-ql", + "description": "N/A", + "type": "magento2-module", + "require": { + "php": "~8.1.0||~8.2.0||~8.3.0", + "mage-os/framework": "1.0.5", + "mage-os/module-catalog": "1.0.5", + "mage-os/module-send-friend": "1.0.5", + "mage-os/module-graph-ql": "1.0.5" + }, + "license": [ + "OSL-3.0", + "AFL-3.0" + ], + "autoload": { + "files": [ + "registration.php" ], - "autoload": { - "files": [ - "registration.php" - ], - "psr-4": { - "Magento\\SendFriendGraphQl\\": "" - } + "psr-4": { + "Magento\\SendFriendGraphQl\\": "" } -} + }, + "version": "1.0.5", + "replace": { + "magento/module-send-friend-graph-ql": "100.4.3" + } +} \ No newline at end of file diff --git a/app/code/Magento/Shipping/composer.json b/app/code/Magento/Shipping/composer.json index e4fde01d33db..806ba7592d1f 100644 --- a/app/code/Magento/Shipping/composer.json +++ b/app/code/Magento/Shipping/composer.json @@ -1,43 +1,47 @@ { - "name": "magento/module-shipping", - "description": "N/A", - "config": { - "sort-packages": true - }, - "require": { - "php": "~8.1.0||~8.2.0||~8.3.0", - "ext-gd": "*", - "magento/framework": "*", - "magento/module-backend": "*", - "magento/module-catalog": "*", - "magento/module-catalog-inventory": "*", - "magento/module-contact": "*", - "magento/module-customer": "*", - "magento/module-directory": "*", - "magento/module-payment": "*", - "magento/module-quote": "*", - "magento/module-sales": "*", - "magento/module-store": "*", - "magento/module-tax": "*", - "magento/module-ui": "*", - "magento/module-user": "*" - }, - "suggest": { - "magento/module-fedex": "*", - "magento/module-ups": "*", - "magento/module-config": "*" - }, - "type": "magento2-module", - "license": [ - "OSL-3.0", - "AFL-3.0" + "name": "mage-os/module-shipping", + "description": "N/A", + "config": { + "sort-packages": true + }, + "require": { + "php": "~8.1.0||~8.2.0||~8.3.0", + "ext-gd": "*", + "mage-os/framework": "1.0.5", + "mage-os/module-backend": "1.0.5", + "mage-os/module-catalog": "1.0.5", + "mage-os/module-catalog-inventory": "1.0.5", + "mage-os/module-contact": "1.0.5", + "mage-os/module-customer": "1.0.5", + "mage-os/module-directory": "1.0.5", + "mage-os/module-payment": "1.0.5", + "mage-os/module-quote": "1.0.5", + "mage-os/module-sales": "1.0.5", + "mage-os/module-store": "1.0.5", + "mage-os/module-tax": "1.0.5", + "mage-os/module-ui": "1.0.5", + "mage-os/module-user": "1.0.5" + }, + "suggest": { + "mage-os/module-fedex": "1.0.5", + "mage-os/module-ups": "1.0.5", + "mage-os/module-config": "1.0.5" + }, + "type": "magento2-module", + "license": [ + "OSL-3.0", + "AFL-3.0" + ], + "autoload": { + "files": [ + "registration.php" ], - "autoload": { - "files": [ - "registration.php" - ], - "psr-4": { - "Magento\\Shipping\\": "" - } + "psr-4": { + "Magento\\Shipping\\": "" } -} + }, + "version": "1.0.5", + "replace": { + "magento/module-shipping": "100.4.7-p2" + } +} \ No newline at end of file diff --git a/app/code/Magento/Sitemap/composer.json b/app/code/Magento/Sitemap/composer.json index facd3e7b72e6..b4df75ae48d3 100644 --- a/app/code/Magento/Sitemap/composer.json +++ b/app/code/Magento/Sitemap/composer.json @@ -1,36 +1,40 @@ { - "name": "magento/module-sitemap", - "description": "N/A", - "config": { - "sort-packages": true - }, - "require": { - "php": "~8.1.0||~8.2.0||~8.3.0", - "magento/framework": "*", - "magento/module-backend": "*", - "magento/module-catalog": "*", - "magento/module-catalog-url-rewrite": "*", - "magento/module-cms": "*", - "magento/module-config": "*", - "magento/module-eav": "*", - "magento/module-media-storage": "*", - "magento/module-robots": "*", - "magento/module-store": "*" - }, - "suggest": { - "magento/module-config": "*" - }, - "type": "magento2-module", - "license": [ - "OSL-3.0", - "AFL-3.0" + "name": "mage-os/module-sitemap", + "description": "N/A", + "config": { + "sort-packages": true + }, + "require": { + "php": "~8.1.0||~8.2.0||~8.3.0", + "mage-os/framework": "1.0.5", + "mage-os/module-backend": "1.0.5", + "mage-os/module-catalog": "1.0.5", + "mage-os/module-catalog-url-rewrite": "1.0.5", + "mage-os/module-cms": "1.0.5", + "mage-os/module-config": "1.0.5", + "mage-os/module-eav": "1.0.5", + "mage-os/module-media-storage": "1.0.5", + "mage-os/module-robots": "1.0.5", + "mage-os/module-store": "1.0.5" + }, + "suggest": { + "mage-os/module-config": "1.0.5" + }, + "type": "magento2-module", + "license": [ + "OSL-3.0", + "AFL-3.0" + ], + "autoload": { + "files": [ + "registration.php" ], - "autoload": { - "files": [ - "registration.php" - ], - "psr-4": { - "Magento\\Sitemap\\": "" - } + "psr-4": { + "Magento\\Sitemap\\": "" } -} + }, + "version": "1.0.5", + "replace": { + "magento/module-sitemap": "100.4.6" + } +} \ No newline at end of file diff --git a/app/code/Magento/Store/composer.json b/app/code/Magento/Store/composer.json index d7c9231a16db..915d1e1e7455 100644 --- a/app/code/Magento/Store/composer.json +++ b/app/code/Magento/Store/composer.json @@ -1,35 +1,39 @@ { - "name": "magento/module-store", - "description": "N/A", - "config": { - "sort-packages": true - }, - "require": { - "php": "~8.1.0||~8.2.0||~8.3.0", - "magento/framework": "*", - "magento/module-catalog": "*", - "magento/module-config": "*", - "magento/module-directory": "*", - "magento/module-media-storage": "*", - "magento/module-ui": "*", - "magento/module-customer": "*", - "magento/module-authorization": "*", - "magento/module-backend": "*" - }, - "suggest": { - "magento/module-deploy": "*" - }, - "type": "magento2-module", - "license": [ - "OSL-3.0", - "AFL-3.0" + "name": "mage-os/module-store", + "description": "N/A", + "config": { + "sort-packages": true + }, + "require": { + "php": "~8.1.0||~8.2.0||~8.3.0", + "mage-os/framework": "1.0.5", + "mage-os/module-catalog": "1.0.5", + "mage-os/module-config": "1.0.5", + "mage-os/module-directory": "1.0.5", + "mage-os/module-media-storage": "1.0.5", + "mage-os/module-ui": "1.0.5", + "mage-os/module-customer": "1.0.5", + "mage-os/module-authorization": "1.0.5", + "mage-os/module-backend": "1.0.5" + }, + "suggest": { + "mage-os/module-deploy": "1.0.5" + }, + "type": "magento2-module", + "license": [ + "OSL-3.0", + "AFL-3.0" + ], + "autoload": { + "files": [ + "registration.php" ], - "autoload": { - "files": [ - "registration.php" - ], - "psr-4": { - "Magento\\Store\\": "" - } + "psr-4": { + "Magento\\Store\\": "" } -} + }, + "version": "1.0.5", + "replace": { + "magento/module-store": "101.1.7" + } +} \ No newline at end of file diff --git a/app/code/Magento/StoreGraphQl/composer.json b/app/code/Magento/StoreGraphQl/composer.json index 7b37acab0edc..a85fcb27291b 100644 --- a/app/code/Magento/StoreGraphQl/composer.json +++ b/app/code/Magento/StoreGraphQl/composer.json @@ -1,25 +1,29 @@ { - "name": "magento/module-store-graph-ql", - "description": "N/A", - "type": "magento2-module", - "require": { - "php": "~8.1.0||~8.2.0||~8.3.0", - "magento/framework": "*", - "magento/module-store": "*", - "magento/module-graph-ql": "*", - "magento/module-graph-ql-cache": "*", - "magento/module-graph-ql-resolver-cache": "*" - }, - "license": [ - "OSL-3.0", - "AFL-3.0" + "name": "mage-os/module-store-graph-ql", + "description": "N/A", + "type": "magento2-module", + "require": { + "php": "~8.1.0||~8.2.0||~8.3.0", + "mage-os/framework": "1.0.5", + "mage-os/module-store": "1.0.5", + "mage-os/module-graph-ql": "1.0.5", + "mage-os/module-graph-ql-cache": "1.0.5", + "mage-os/module-graph-ql-resolver-cache": "1.0.5" + }, + "license": [ + "OSL-3.0", + "AFL-3.0" + ], + "autoload": { + "files": [ + "registration.php" ], - "autoload": { - "files": [ - "registration.php" - ], - "psr-4": { - "Magento\\StoreGraphQl\\": "" - } + "psr-4": { + "Magento\\StoreGraphQl\\": "" } -} + }, + "version": "1.0.5", + "replace": { + "magento/module-store-graph-ql": "100.4.5" + } +} \ No newline at end of file diff --git a/app/code/Magento/Swagger/composer.json b/app/code/Magento/Swagger/composer.json index 51bd71f3fb7c..bda9605b2c07 100644 --- a/app/code/Magento/Swagger/composer.json +++ b/app/code/Magento/Swagger/composer.json @@ -1,24 +1,28 @@ { - "name": "magento/module-swagger", - "description": "N/A", - "config": { - "sort-packages": true - }, - "require": { - "php": "~8.1.0||~8.2.0||~8.3.0", - "magento/framework": "*" - }, - "type": "magento2-module", - "license": [ - "OSL-3.0", - "AFL-3.0" + "name": "mage-os/module-swagger", + "description": "N/A", + "config": { + "sort-packages": true + }, + "require": { + "php": "~8.1.0||~8.2.0||~8.3.0", + "mage-os/framework": "1.0.5" + }, + "type": "magento2-module", + "license": [ + "OSL-3.0", + "AFL-3.0" + ], + "autoload": { + "files": [ + "registration.php" ], - "autoload": { - "files": [ - "registration.php" - ], - "psr-4": { - "Magento\\Swagger\\": "" - } + "psr-4": { + "Magento\\Swagger\\": "" } -} + }, + "version": "1.0.5", + "replace": { + "magento/module-swagger": "100.4.6" + } +} \ No newline at end of file diff --git a/app/code/Magento/SwaggerWebapi/composer.json b/app/code/Magento/SwaggerWebapi/composer.json index 052f26d1309e..eebf78381b34 100644 --- a/app/code/Magento/SwaggerWebapi/composer.json +++ b/app/code/Magento/SwaggerWebapi/composer.json @@ -1,25 +1,29 @@ { - "name": "magento/module-swagger-webapi", - "description": "N/A", - "config": { - "sort-packages": true - }, - "require": { - "php": "~8.1.0||~8.2.0||~8.3.0", - "magento/framework": "*", - "magento/module-swagger": "*" - }, - "type": "magento2-module", - "license": [ - "OSL-3.0", - "AFL-3.0" + "name": "mage-os/module-swagger-webapi", + "description": "N/A", + "config": { + "sort-packages": true + }, + "require": { + "php": "~8.1.0||~8.2.0||~8.3.0", + "mage-os/framework": "1.0.5", + "mage-os/module-swagger": "1.0.5" + }, + "type": "magento2-module", + "license": [ + "OSL-3.0", + "AFL-3.0" + ], + "autoload": { + "files": [ + "registration.php" ], - "autoload": { - "files": [ - "registration.php" - ], - "psr-4": { - "Magento\\SwaggerWebapi\\": "" - } + "psr-4": { + "Magento\\SwaggerWebapi\\": "" } -} + }, + "version": "1.0.5", + "replace": { + "magento/module-swagger-webapi": "100.4.3" + } +} \ No newline at end of file diff --git a/app/code/Magento/SwaggerWebapiAsync/composer.json b/app/code/Magento/SwaggerWebapiAsync/composer.json index 7043336b5045..597afd90856d 100644 --- a/app/code/Magento/SwaggerWebapiAsync/composer.json +++ b/app/code/Magento/SwaggerWebapiAsync/composer.json @@ -1,28 +1,32 @@ { - "name": "magento/module-swagger-webapi-async", - "description": "N/A", - "config": { - "sort-packages": true - }, - "require": { - "php": "~8.1.0||~8.2.0||~8.3.0", - "magento/framework": "*", - "magento/module-swagger": "*" - }, - "suggest": { - "magento/module-config": "*" - }, - "type": "magento2-module", - "license": [ - "OSL-3.0", - "AFL-3.0" + "name": "mage-os/module-swagger-webapi-async", + "description": "N/A", + "config": { + "sort-packages": true + }, + "require": { + "php": "~8.1.0||~8.2.0||~8.3.0", + "mage-os/framework": "1.0.5", + "mage-os/module-swagger": "1.0.5" + }, + "suggest": { + "mage-os/module-config": "1.0.5" + }, + "type": "magento2-module", + "license": [ + "OSL-3.0", + "AFL-3.0" + ], + "autoload": { + "files": [ + "registration.php" ], - "autoload": { - "files": [ - "registration.php" - ], - "psr-4": { - "Magento\\SwaggerWebapiAsync\\": "" - } + "psr-4": { + "Magento\\SwaggerWebapiAsync\\": "" } -} + }, + "version": "1.0.5", + "replace": { + "magento/module-swagger-webapi-async": "100.4.3" + } +} \ No newline at end of file diff --git a/app/code/Magento/Swatches/composer.json b/app/code/Magento/Swatches/composer.json index 7b2effa06067..3981627a3e94 100644 --- a/app/code/Magento/Swatches/composer.json +++ b/app/code/Magento/Swatches/composer.json @@ -1,38 +1,42 @@ { - "name": "magento/module-swatches", - "description": "Add Swatches to Products", - "config": { - "sort-packages": true - }, - "require": { - "php": "~8.1.0||~8.2.0||~8.3.0", - "magento/framework": "*", - "magento/module-backend": "*", - "magento/module-catalog": "*", - "magento/module-config": "*", - "magento/module-configurable-product": "*", - "magento/module-customer": "*", - "magento/module-eav": "*", - "magento/module-page-cache": "*", - "magento/module-media-storage": "*", - "magento/module-store": "*", - "magento/module-theme": "*" - }, - "suggest": { - "magento/module-layered-navigation": "*", - "magento/module-swatches-sample-data": "*" - }, - "type": "magento2-module", - "license": [ - "OSL-3.0", - "AFL-3.0" + "name": "mage-os/module-swatches", + "description": "Add Swatches to Products", + "config": { + "sort-packages": true + }, + "require": { + "php": "~8.1.0||~8.2.0||~8.3.0", + "mage-os/framework": "1.0.5", + "mage-os/module-backend": "1.0.5", + "mage-os/module-catalog": "1.0.5", + "mage-os/module-config": "1.0.5", + "mage-os/module-configurable-product": "1.0.5", + "mage-os/module-customer": "1.0.5", + "mage-os/module-eav": "1.0.5", + "mage-os/module-page-cache": "1.0.5", + "mage-os/module-media-storage": "1.0.5", + "mage-os/module-store": "1.0.5", + "mage-os/module-theme": "1.0.5" + }, + "suggest": { + "mage-os/module-layered-navigation": "1.0.5", + "mage-os/module-swatches-sample-data": "Sample Data version: 1.0.5" + }, + "type": "magento2-module", + "license": [ + "OSL-3.0", + "AFL-3.0" + ], + "autoload": { + "files": [ + "registration.php" ], - "autoload": { - "files": [ - "registration.php" - ], - "psr-4": { - "Magento\\Swatches\\": "" - } + "psr-4": { + "Magento\\Swatches\\": "" } -} + }, + "version": "1.0.5", + "replace": { + "magento/module-swatches": "100.4.7" + } +} \ No newline at end of file diff --git a/app/code/Magento/SwatchesGraphQl/composer.json b/app/code/Magento/SwatchesGraphQl/composer.json index c2aedbfbd3f1..24de1d7dbfc6 100644 --- a/app/code/Magento/SwatchesGraphQl/composer.json +++ b/app/code/Magento/SwatchesGraphQl/composer.json @@ -1,27 +1,31 @@ { - "name": "magento/module-swatches-graph-ql", - "description": "N/A", - "type": "magento2-module", - "require": { - "php": "~8.1.0||~8.2.0||~8.3.0", - "magento/framework": "*", - "magento/module-swatches": "*", - "magento/module-catalog": "*", - "magento/module-catalog-graph-ql": "*" - }, - "suggest": { - "magento/module-configurable-product-graph-ql": "*" - }, - "license": [ - "OSL-3.0", - "AFL-3.0" + "name": "mage-os/module-swatches-graph-ql", + "description": "N/A", + "type": "magento2-module", + "require": { + "php": "~8.1.0||~8.2.0||~8.3.0", + "mage-os/framework": "1.0.5", + "mage-os/module-swatches": "1.0.5", + "mage-os/module-catalog": "1.0.5", + "mage-os/module-catalog-graph-ql": "1.0.5" + }, + "suggest": { + "mage-os/module-configurable-product-graph-ql": "1.0.5" + }, + "license": [ + "OSL-3.0", + "AFL-3.0" + ], + "autoload": { + "files": [ + "registration.php" ], - "autoload": { - "files": [ - "registration.php" - ], - "psr-4": { - "Magento\\SwatchesGraphQl\\": "" - } + "psr-4": { + "Magento\\SwatchesGraphQl\\": "" } -} + }, + "version": "1.0.5", + "replace": { + "magento/module-swatches-graph-ql": "100.4.5" + } +} \ No newline at end of file diff --git a/app/code/Magento/SwatchesLayeredNavigation/composer.json b/app/code/Magento/SwatchesLayeredNavigation/composer.json index 8dc962c7c258..e818761307a5 100644 --- a/app/code/Magento/SwatchesLayeredNavigation/composer.json +++ b/app/code/Magento/SwatchesLayeredNavigation/composer.json @@ -1,25 +1,29 @@ { - "name": "magento/module-swatches-layered-navigation", - "description": "N/A", - "config": { - "sort-packages": true - }, - "require": { - "php": "~8.1.0||~8.2.0||~8.3.0", - "magento/framework": "*", - "magento/magento-composer-installer": "*" - }, - "type": "magento2-module", - "license": [ - "OSL-3.0", - "AFL-3.0" + "name": "mage-os/module-swatches-layered-navigation", + "description": "N/A", + "config": { + "sort-packages": true + }, + "require": { + "php": "~8.1.0||~8.2.0||~8.3.0", + "mage-os/framework": "1.0.5", + "mage-os/magento-composer-installer": "1.0.5" + }, + "type": "magento2-module", + "license": [ + "OSL-3.0", + "AFL-3.0" + ], + "autoload": { + "files": [ + "registration.php" ], - "autoload": { - "files": [ - "registration.php" - ], - "psr-4": { - "Magento\\SwatchesLayeredNavigation\\": "" - } + "psr-4": { + "Magento\\SwatchesLayeredNavigation\\": "" } -} + }, + "version": "1.0.5", + "replace": { + "magento/module-swatches-layered-navigation": "100.4.3" + } +} \ No newline at end of file diff --git a/app/code/Magento/Tax/composer.json b/app/code/Magento/Tax/composer.json index 16052c5a76c7..25cbae23037e 100644 --- a/app/code/Magento/Tax/composer.json +++ b/app/code/Magento/Tax/composer.json @@ -1,41 +1,45 @@ { - "name": "magento/module-tax", - "description": "N/A", - "config": { - "sort-packages": true - }, - "require": { - "php": "~8.1.0||~8.2.0||~8.3.0", - "magento/framework": "*", - "magento/module-backend": "*", - "magento/module-catalog": "*", - "magento/module-checkout": "*", - "magento/module-config": "*", - "magento/module-customer": "*", - "magento/module-directory": "*", - "magento/module-eav": "*", - "magento/module-page-cache": "*", - "magento/module-quote": "*", - "magento/module-reports": "*", - "magento/module-sales": "*", - "magento/module-shipping": "*", - "magento/module-store": "*", - "magento/module-ui": "*" - }, - "suggest": { - "magento/module-tax-sample-data": "*" - }, - "type": "magento2-module", - "license": [ - "OSL-3.0", - "AFL-3.0" + "name": "mage-os/module-tax", + "description": "N/A", + "config": { + "sort-packages": true + }, + "require": { + "php": "~8.1.0||~8.2.0||~8.3.0", + "mage-os/framework": "1.0.5", + "mage-os/module-backend": "1.0.5", + "mage-os/module-catalog": "1.0.5", + "mage-os/module-checkout": "1.0.5", + "mage-os/module-config": "1.0.5", + "mage-os/module-customer": "1.0.5", + "mage-os/module-directory": "1.0.5", + "mage-os/module-eav": "1.0.5", + "mage-os/module-page-cache": "1.0.5", + "mage-os/module-quote": "1.0.5", + "mage-os/module-reports": "1.0.5", + "mage-os/module-sales": "1.0.5", + "mage-os/module-shipping": "1.0.5", + "mage-os/module-store": "1.0.5", + "mage-os/module-ui": "1.0.5" + }, + "suggest": { + "mage-os/module-tax-sample-data": "Sample Data version: 1.0.5" + }, + "type": "magento2-module", + "license": [ + "OSL-3.0", + "AFL-3.0" + ], + "autoload": { + "files": [ + "registration.php" ], - "autoload": { - "files": [ - "registration.php" - ], - "psr-4": { - "Magento\\Tax\\": "" - } + "psr-4": { + "Magento\\Tax\\": "" } -} + }, + "version": "1.0.5", + "replace": { + "magento/module-tax": "100.4.7" + } +} \ No newline at end of file diff --git a/app/code/Magento/TaxGraphQl/composer.json b/app/code/Magento/TaxGraphQl/composer.json index 4e9fdd9ab0e6..325cdf19a0f7 100644 --- a/app/code/Magento/TaxGraphQl/composer.json +++ b/app/code/Magento/TaxGraphQl/composer.json @@ -1,25 +1,29 @@ { - "name": "magento/module-tax-graph-ql", - "description": "N/A", - "type": "magento2-module", - "require": { - "php": "~8.1.0||~8.2.0||~8.3.0", - "magento/framework": "*" - }, - "suggest": { - "magento/module-tax": "*", - "magento/module-catalog-graph-ql": "*" - }, - "license": [ - "OSL-3.0", - "AFL-3.0" + "name": "mage-os/module-tax-graph-ql", + "description": "N/A", + "type": "magento2-module", + "require": { + "php": "~8.1.0||~8.2.0||~8.3.0", + "mage-os/framework": "1.0.5" + }, + "suggest": { + "mage-os/module-tax": "1.0.5", + "mage-os/module-catalog-graph-ql": "1.0.5" + }, + "license": [ + "OSL-3.0", + "AFL-3.0" + ], + "autoload": { + "files": [ + "registration.php" ], - "autoload": { - "files": [ - "registration.php" - ], - "psr-4": { - "Magento\\TaxGraphQl\\": "" - } + "psr-4": { + "Magento\\TaxGraphQl\\": "" } -} + }, + "version": "1.0.5", + "replace": { + "magento/module-tax-graph-ql": "100.4.3" + } +} \ No newline at end of file diff --git a/app/code/Magento/TaxImportExport/composer.json b/app/code/Magento/TaxImportExport/composer.json index 136a2c3c3783..162003bf3eea 100644 --- a/app/code/Magento/TaxImportExport/composer.json +++ b/app/code/Magento/TaxImportExport/composer.json @@ -1,29 +1,33 @@ { - "name": "magento/module-tax-import-export", - "description": "N/A", - "config": { - "sort-packages": true - }, - "require": { - "php": "~8.1.0||~8.2.0||~8.3.0", - "magento/framework": "*", - "magento/module-backend": "*", - "magento/module-directory": "*", - "magento/module-store": "*", - "magento/module-tax": "*", - "magento/module-ui": "*" - }, - "type": "magento2-module", - "license": [ - "OSL-3.0", - "AFL-3.0" + "name": "mage-os/module-tax-import-export", + "description": "N/A", + "config": { + "sort-packages": true + }, + "require": { + "php": "~8.1.0||~8.2.0||~8.3.0", + "mage-os/framework": "1.0.5", + "mage-os/module-backend": "1.0.5", + "mage-os/module-directory": "1.0.5", + "mage-os/module-store": "1.0.5", + "mage-os/module-tax": "1.0.5", + "mage-os/module-ui": "1.0.5" + }, + "type": "magento2-module", + "license": [ + "OSL-3.0", + "AFL-3.0" + ], + "autoload": { + "files": [ + "registration.php" ], - "autoload": { - "files": [ - "registration.php" - ], - "psr-4": { - "Magento\\TaxImportExport\\": "" - } + "psr-4": { + "Magento\\TaxImportExport\\": "" } -} + }, + "version": "1.0.5", + "replace": { + "magento/module-tax-import-export": "100.4.6-p2" + } +} \ No newline at end of file diff --git a/app/code/Magento/Theme/composer.json b/app/code/Magento/Theme/composer.json index 0b4ae8fe15a2..c0af9b7d3d6f 100644 --- a/app/code/Magento/Theme/composer.json +++ b/app/code/Magento/Theme/composer.json @@ -1,39 +1,43 @@ { - "name": "magento/module-theme", - "description": "N/A", - "config": { - "sort-packages": true - }, - "require": { - "php": "~8.1.0||~8.2.0||~8.3.0", - "magento/framework": "*", - "magento/module-backend": "*", - "magento/module-cms": "*", - "magento/module-config": "*", - "magento/module-customer": "*", - "magento/module-eav": "*", - "magento/module-media-storage": "*", - "magento/module-require-js": "*", - "magento/module-store": "*", - "magento/module-ui": "*", - "magento/module-widget": "*" - }, - "suggest": { - "magento/module-theme-sample-data": "*", - "magento/module-deploy": "*", - "magento/module-directory": "*" - }, - "type": "magento2-module", - "license": [ - "OSL-3.0", - "AFL-3.0" + "name": "mage-os/module-theme", + "description": "N/A", + "config": { + "sort-packages": true + }, + "require": { + "php": "~8.1.0||~8.2.0||~8.3.0", + "mage-os/framework": "1.0.5", + "mage-os/module-backend": "1.0.5", + "mage-os/module-cms": "1.0.5", + "mage-os/module-config": "1.0.5", + "mage-os/module-customer": "1.0.5", + "mage-os/module-eav": "1.0.5", + "mage-os/module-media-storage": "1.0.5", + "mage-os/module-require-js": "1.0.5", + "mage-os/module-store": "1.0.5", + "mage-os/module-ui": "1.0.5", + "mage-os/module-widget": "1.0.5" + }, + "suggest": { + "mage-os/module-theme-sample-data": "Sample Data version: 1.0.5", + "mage-os/module-deploy": "1.0.5", + "mage-os/module-directory": "1.0.5" + }, + "type": "magento2-module", + "license": [ + "OSL-3.0", + "AFL-3.0" + ], + "autoload": { + "files": [ + "registration.php" ], - "autoload": { - "files": [ - "registration.php" - ], - "psr-4": { - "Magento\\Theme\\": "" - } + "psr-4": { + "Magento\\Theme\\": "" } -} + }, + "version": "1.0.5", + "replace": { + "magento/module-theme": "101.1.7" + } +} \ No newline at end of file diff --git a/app/code/Magento/ThemeGraphQl/composer.json b/app/code/Magento/ThemeGraphQl/composer.json index dee9052047a9..ba802cb1f0ea 100644 --- a/app/code/Magento/ThemeGraphQl/composer.json +++ b/app/code/Magento/ThemeGraphQl/composer.json @@ -1,24 +1,28 @@ { - "name": "magento/module-theme-graph-ql", - "description": "N/A", - "type": "magento2-module", - "require": { - "php": "~8.1.0||~8.2.0||~8.3.0", - "magento/framework": "*" - }, - "suggest": { - "magento/module-store-graph-ql": "*" - }, - "license": [ - "OSL-3.0", - "AFL-3.0" + "name": "mage-os/module-theme-graph-ql", + "description": "N/A", + "type": "magento2-module", + "require": { + "php": "~8.1.0||~8.2.0||~8.3.0", + "mage-os/framework": "1.0.5" + }, + "suggest": { + "mage-os/module-store-graph-ql": "1.0.5" + }, + "license": [ + "OSL-3.0", + "AFL-3.0" + ], + "autoload": { + "files": [ + "registration.php" ], - "autoload": { - "files": [ - "registration.php" - ], - "psr-4": { - "Magento\\ThemeGraphQl\\": "" - } + "psr-4": { + "Magento\\ThemeGraphQl\\": "" } -} + }, + "version": "1.0.5", + "replace": { + "magento/module-theme-graph-ql": "100.4.4" + } +} \ No newline at end of file diff --git a/app/code/Magento/Translation/composer.json b/app/code/Magento/Translation/composer.json index 10d8f45c055d..b9403a646f5c 100644 --- a/app/code/Magento/Translation/composer.json +++ b/app/code/Magento/Translation/composer.json @@ -1,32 +1,36 @@ { - "name": "magento/module-translation", - "description": "N/A", - "config": { - "sort-packages": true - }, - "require": { - "php": "~8.1.0||~8.2.0||~8.3.0", - "magento/framework": "*", - "magento/module-backend": "*", - "magento/module-developer": "*", - "magento/module-store": "*", - "magento/module-theme": "*", - "magento/module-deploy": "*" - }, - "suggest": { - "magento/module-deploy": "*" - }, - "type": "magento2-module", - "license": [ - "OSL-3.0", - "AFL-3.0" + "name": "mage-os/module-translation", + "description": "N/A", + "config": { + "sort-packages": true + }, + "require": { + "php": "~8.1.0||~8.2.0||~8.3.0", + "mage-os/framework": "1.0.5", + "mage-os/module-backend": "1.0.5", + "mage-os/module-developer": "1.0.5", + "mage-os/module-store": "1.0.5", + "mage-os/module-theme": "1.0.5", + "mage-os/module-deploy": "1.0.5" + }, + "suggest": { + "mage-os/module-deploy": "1.0.5" + }, + "type": "magento2-module", + "license": [ + "OSL-3.0", + "AFL-3.0" + ], + "autoload": { + "files": [ + "registration.php" ], - "autoload": { - "files": [ - "registration.php" - ], - "psr-4": { - "Magento\\Translation\\": "" - } + "psr-4": { + "Magento\\Translation\\": "" } -} + }, + "version": "1.0.5", + "replace": { + "magento/module-translation": "100.4.7" + } +} \ No newline at end of file diff --git a/app/code/Magento/Ui/composer.json b/app/code/Magento/Ui/composer.json index 7c6f89827862..0d6045b3388d 100644 --- a/app/code/Magento/Ui/composer.json +++ b/app/code/Magento/Ui/composer.json @@ -1,32 +1,36 @@ { - "name": "magento/module-ui", - "description": "N/A", - "config": { - "sort-packages": true - }, - "require": { - "php": "~8.1.0||~8.2.0||~8.3.0", - "magento/framework": "*", - "magento/module-authorization": "*", - "magento/module-backend": "*", - "magento/module-eav": "*", - "magento/module-store": "*", - "magento/module-user": "*" - }, - "suggest": { - "magento/module-config": "*" - }, - "type": "magento2-module", - "license": [ - "OSL-3.0", - "AFL-3.0" + "name": "mage-os/module-ui", + "description": "N/A", + "config": { + "sort-packages": true + }, + "require": { + "php": "~8.1.0||~8.2.0||~8.3.0", + "mage-os/framework": "1.0.5", + "mage-os/module-authorization": "1.0.5", + "mage-os/module-backend": "1.0.5", + "mage-os/module-eav": "1.0.5", + "mage-os/module-store": "1.0.5", + "mage-os/module-user": "1.0.5" + }, + "suggest": { + "mage-os/module-config": "1.0.5" + }, + "type": "magento2-module", + "license": [ + "OSL-3.0", + "AFL-3.0" + ], + "autoload": { + "files": [ + "registration.php" ], - "autoload": { - "files": [ - "registration.php" - ], - "psr-4": { - "Magento\\Ui\\": "" - } + "psr-4": { + "Magento\\Ui\\": "" } -} + }, + "version": "1.0.5", + "replace": { + "magento/module-ui": "101.2.7-p3" + } +} \ No newline at end of file diff --git a/app/code/Magento/Ups/composer.json b/app/code/Magento/Ups/composer.json index 67f4ce31c4b2..71b907f121a2 100644 --- a/app/code/Magento/Ups/composer.json +++ b/app/code/Magento/Ups/composer.json @@ -1,34 +1,38 @@ { - "name": "magento/module-ups", - "description": "N/A", - "config": { - "sort-packages": true - }, - "require": { - "php": "~8.1.0||~8.2.0||~8.3.0", - "magento/framework": "*", - "magento/module-backend": "*", - "magento/module-catalog-inventory": "*", - "magento/module-directory": "*", - "magento/module-quote": "*", - "magento/module-sales": "*", - "magento/module-shipping": "*", - "magento/module-store": "*" - }, - "suggest": { - "magento/module-config": "*" - }, - "type": "magento2-module", - "license": [ - "OSL-3.0", - "AFL-3.0" + "name": "mage-os/module-ups", + "description": "N/A", + "config": { + "sort-packages": true + }, + "require": { + "php": "~8.1.0||~8.2.0||~8.3.0", + "mage-os/framework": "1.0.5", + "mage-os/module-backend": "1.0.5", + "mage-os/module-catalog-inventory": "1.0.5", + "mage-os/module-directory": "1.0.5", + "mage-os/module-quote": "1.0.5", + "mage-os/module-sales": "1.0.5", + "mage-os/module-shipping": "1.0.5", + "mage-os/module-store": "1.0.5" + }, + "suggest": { + "mage-os/module-config": "1.0.5" + }, + "type": "magento2-module", + "license": [ + "OSL-3.0", + "AFL-3.0" + ], + "autoload": { + "files": [ + "registration.php" ], - "autoload": { - "files": [ - "registration.php" - ], - "psr-4": { - "Magento\\Ups\\": "" - } + "psr-4": { + "Magento\\Ups\\": "" } -} + }, + "version": "1.0.5", + "replace": { + "magento/module-ups": "100.4.7-p1" + } +} \ No newline at end of file diff --git a/app/code/Magento/UrlRewrite/composer.json b/app/code/Magento/UrlRewrite/composer.json index 618c24153bc4..33d32378de52 100644 --- a/app/code/Magento/UrlRewrite/composer.json +++ b/app/code/Magento/UrlRewrite/composer.json @@ -1,31 +1,35 @@ { - "name": "magento/module-url-rewrite", - "description": "N/A", - "config": { - "sort-packages": true - }, - "require": { - "php": "~8.1.0||~8.2.0||~8.3.0", - "magento/framework": "*", - "magento/module-backend": "*", - "magento/module-catalog": "*", - "magento/module-catalog-url-rewrite": "*", - "magento/module-cms": "*", - "magento/module-cms-url-rewrite": "*", - "magento/module-store": "*", - "magento/module-ui": "*" - }, - "type": "magento2-module", - "license": [ - "OSL-3.0", - "AFL-3.0" + "name": "mage-os/module-url-rewrite", + "description": "N/A", + "config": { + "sort-packages": true + }, + "require": { + "php": "~8.1.0||~8.2.0||~8.3.0", + "mage-os/framework": "1.0.5", + "mage-os/module-backend": "1.0.5", + "mage-os/module-catalog": "1.0.5", + "mage-os/module-catalog-url-rewrite": "1.0.5", + "mage-os/module-cms": "1.0.5", + "mage-os/module-cms-url-rewrite": "1.0.5", + "mage-os/module-store": "1.0.5", + "mage-os/module-ui": "1.0.5" + }, + "type": "magento2-module", + "license": [ + "OSL-3.0", + "AFL-3.0" + ], + "autoload": { + "files": [ + "registration.php" ], - "autoload": { - "files": [ - "registration.php" - ], - "psr-4": { - "Magento\\UrlRewrite\\": "" - } + "psr-4": { + "Magento\\UrlRewrite\\": "" } -} + }, + "version": "1.0.5", + "replace": { + "magento/module-url-rewrite": "102.0.6" + } +} \ No newline at end of file diff --git a/app/code/Magento/UrlRewriteGraphQl/composer.json b/app/code/Magento/UrlRewriteGraphQl/composer.json index 431940c86768..31f081d578fe 100644 --- a/app/code/Magento/UrlRewriteGraphQl/composer.json +++ b/app/code/Magento/UrlRewriteGraphQl/composer.json @@ -1,25 +1,29 @@ { - "name": "magento/module-url-rewrite-graph-ql", - "description": "N/A", - "type": "magento2-module", - "require": { - "php": "~8.1.0||~8.2.0||~8.3.0", - "magento/framework": "*", - "magento/module-url-rewrite": "*" - }, - "suggest": { - "magento/module-graph-ql": "*" - }, - "license": [ - "OSL-3.0", - "AFL-3.0" + "name": "mage-os/module-url-rewrite-graph-ql", + "description": "N/A", + "type": "magento2-module", + "require": { + "php": "~8.1.0||~8.2.0||~8.3.0", + "mage-os/framework": "1.0.5", + "mage-os/module-url-rewrite": "1.0.5" + }, + "suggest": { + "mage-os/module-graph-ql": "1.0.5" + }, + "license": [ + "OSL-3.0", + "AFL-3.0" + ], + "autoload": { + "files": [ + "registration.php" ], - "autoload": { - "files": [ - "registration.php" - ], - "psr-4": { - "Magento\\UrlRewriteGraphQl\\": "" - } + "psr-4": { + "Magento\\UrlRewriteGraphQl\\": "" } -} + }, + "version": "1.0.5", + "replace": { + "magento/module-url-rewrite-graph-ql": "100.4.6" + } +} \ No newline at end of file diff --git a/app/code/Magento/User/composer.json b/app/code/Magento/User/composer.json index af00daf9360b..37319003785e 100644 --- a/app/code/Magento/User/composer.json +++ b/app/code/Magento/User/composer.json @@ -1,31 +1,35 @@ { - "name": "magento/module-user", - "description": "N/A", - "config": { - "sort-packages": true - }, - "require": { - "php": "~8.1.0||~8.2.0||~8.3.0", - "magento/framework": "*", - "magento/module-authorization": "*", - "magento/module-backend": "*", - "magento/module-email": "*", - "magento/module-integration": "*", - "magento/module-security": "*", - "magento/module-store": "*", - "magento/module-ui": "*" - }, - "type": "magento2-module", - "license": [ - "OSL-3.0", - "AFL-3.0" + "name": "mage-os/module-user", + "description": "N/A", + "config": { + "sort-packages": true + }, + "require": { + "php": "~8.1.0||~8.2.0||~8.3.0", + "mage-os/framework": "1.0.5", + "mage-os/module-authorization": "1.0.5", + "mage-os/module-backend": "1.0.5", + "mage-os/module-email": "1.0.5", + "mage-os/module-integration": "1.0.5", + "mage-os/module-security": "1.0.5", + "mage-os/module-store": "1.0.5", + "mage-os/module-ui": "1.0.5" + }, + "type": "magento2-module", + "license": [ + "OSL-3.0", + "AFL-3.0" + ], + "autoload": { + "files": [ + "registration.php" ], - "autoload": { - "files": [ - "registration.php" - ], - "psr-4": { - "Magento\\User\\": "" - } + "psr-4": { + "Magento\\User\\": "" } -} + }, + "version": "1.0.5", + "replace": { + "magento/module-user": "101.2.7" + } +} \ No newline at end of file diff --git a/app/code/Magento/Usps/composer.json b/app/code/Magento/Usps/composer.json index 9ad08f558c8c..e1cefda0d6d1 100644 --- a/app/code/Magento/Usps/composer.json +++ b/app/code/Magento/Usps/composer.json @@ -1,33 +1,37 @@ { - "name": "magento/module-usps", - "description": "N/A", - "config": { - "sort-packages": true - }, - "require": { - "php": "~8.1.0||~8.2.0||~8.3.0", - "lib-libxml": "*", - "magento/framework": "*", - "magento/module-catalog": "*", - "magento/module-catalog-inventory": "*", - "magento/module-config": "*", - "magento/module-directory": "*", - "magento/module-quote": "*", - "magento/module-sales": "*", - "magento/module-shipping": "*", - "magento/module-store": "*" - }, - "type": "magento2-module", - "license": [ - "OSL-3.0", - "AFL-3.0" + "name": "mage-os/module-usps", + "description": "N/A", + "config": { + "sort-packages": true + }, + "require": { + "php": "~8.1.0||~8.2.0||~8.3.0", + "lib-libxml": "*", + "mage-os/framework": "1.0.5", + "mage-os/module-catalog": "1.0.5", + "mage-os/module-catalog-inventory": "1.0.5", + "mage-os/module-config": "1.0.5", + "mage-os/module-directory": "1.0.5", + "mage-os/module-quote": "1.0.5", + "mage-os/module-sales": "1.0.5", + "mage-os/module-shipping": "1.0.5", + "mage-os/module-store": "1.0.5" + }, + "type": "magento2-module", + "license": [ + "OSL-3.0", + "AFL-3.0" + ], + "autoload": { + "files": [ + "registration.php" ], - "autoload": { - "files": [ - "registration.php" - ], - "psr-4": { - "Magento\\Usps\\": "" - } + "psr-4": { + "Magento\\Usps\\": "" } -} + }, + "version": "1.0.5", + "replace": { + "magento/module-usps": "100.4.6-p3" + } +} \ No newline at end of file diff --git a/app/code/Magento/Variable/composer.json b/app/code/Magento/Variable/composer.json index fdc95e0f5d31..3be8c90d8309 100644 --- a/app/code/Magento/Variable/composer.json +++ b/app/code/Magento/Variable/composer.json @@ -1,28 +1,32 @@ { - "name": "magento/module-variable", - "description": "N/A", - "config": { - "sort-packages": true - }, - "require": { - "php": "~8.1.0||~8.2.0||~8.3.0", - "magento/framework": "*", - "magento/module-backend": "*", - "magento/module-store": "*", - "magento/module-config": "*", - "magento/module-ui": "*" - }, - "type": "magento2-module", - "license": [ - "OSL-3.0", - "AFL-3.0" + "name": "mage-os/module-variable", + "description": "N/A", + "config": { + "sort-packages": true + }, + "require": { + "php": "~8.1.0||~8.2.0||~8.3.0", + "mage-os/framework": "1.0.5", + "mage-os/module-backend": "1.0.5", + "mage-os/module-store": "1.0.5", + "mage-os/module-config": "1.0.5", + "mage-os/module-ui": "1.0.5" + }, + "type": "magento2-module", + "license": [ + "OSL-3.0", + "AFL-3.0" + ], + "autoload": { + "files": [ + "registration.php" ], - "autoload": { - "files": [ - "registration.php" - ], - "psr-4": { - "Magento\\Variable\\": "" - } + "psr-4": { + "Magento\\Variable\\": "" } -} + }, + "version": "1.0.5", + "replace": { + "magento/module-variable": "100.4.5" + } +} \ No newline at end of file diff --git a/app/code/Magento/Vault/composer.json b/app/code/Magento/Vault/composer.json index 0baa74bd6b4b..164aa870126b 100644 --- a/app/code/Magento/Vault/composer.json +++ b/app/code/Magento/Vault/composer.json @@ -1,31 +1,35 @@ { - "name": "magento/module-vault", - "description": "", - "config": { - "sort-packages": true - }, - "require": { - "php": "~8.1.0||~8.2.0||~8.3.0", - "magento/framework": "*", - "magento/module-checkout": "*", - "magento/module-customer": "*", - "magento/module-payment": "*", - "magento/module-quote": "*", - "magento/module-sales": "*", - "magento/module-store": "*", - "magento/module-theme": "*" - }, - "type": "magento2-module", - "license": [ - "OSL-3.0", - "AFL-3.0" + "name": "mage-os/module-vault", + "description": "", + "config": { + "sort-packages": true + }, + "require": { + "php": "~8.1.0||~8.2.0||~8.3.0", + "mage-os/framework": "1.0.5", + "mage-os/module-checkout": "1.0.5", + "mage-os/module-customer": "1.0.5", + "mage-os/module-payment": "1.0.5", + "mage-os/module-quote": "1.0.5", + "mage-os/module-sales": "1.0.5", + "mage-os/module-store": "1.0.5", + "mage-os/module-theme": "1.0.5" + }, + "type": "magento2-module", + "license": [ + "OSL-3.0", + "AFL-3.0" + ], + "autoload": { + "files": [ + "registration.php" ], - "autoload": { - "files": [ - "registration.php" - ], - "psr-4": { - "Magento\\Vault\\": "" - } + "psr-4": { + "Magento\\Vault\\": "" } -} + }, + "version": "1.0.5", + "replace": { + "magento/module-vault": "101.2.7" + } +} \ No newline at end of file diff --git a/app/code/Magento/VaultGraphQl/composer.json b/app/code/Magento/VaultGraphQl/composer.json index 44e46240ad82..d67a97d69e98 100644 --- a/app/code/Magento/VaultGraphQl/composer.json +++ b/app/code/Magento/VaultGraphQl/composer.json @@ -1,23 +1,27 @@ { - "name": "magento/module-vault-graph-ql", - "description": "N/A", - "type": "magento2-module", - "require": { - "php": "~8.1.0||~8.2.0||~8.3.0", - "magento/framework": "*", - "magento/module-vault": "*", - "magento/module-graph-ql": "*" - }, - "license": [ - "OSL-3.0", - "AFL-3.0" + "name": "mage-os/module-vault-graph-ql", + "description": "N/A", + "type": "magento2-module", + "require": { + "php": "~8.1.0||~8.2.0||~8.3.0", + "mage-os/framework": "1.0.5", + "mage-os/module-vault": "1.0.5", + "mage-os/module-graph-ql": "1.0.5" + }, + "license": [ + "OSL-3.0", + "AFL-3.0" + ], + "autoload": { + "files": [ + "registration.php" ], - "autoload": { - "files": [ - "registration.php" - ], - "psr-4": { - "Magento\\VaultGraphQl\\": "" - } + "psr-4": { + "Magento\\VaultGraphQl\\": "" } -} + }, + "version": "1.0.5", + "replace": { + "magento/module-vault-graph-ql": "100.4.3" + } +} \ No newline at end of file diff --git a/app/code/Magento/Version/composer.json b/app/code/Magento/Version/composer.json index 993bb3179c2d..5be98cdf882c 100644 --- a/app/code/Magento/Version/composer.json +++ b/app/code/Magento/Version/composer.json @@ -1,24 +1,28 @@ { - "name": "magento/module-version", - "description": "N/A", - "config": { - "sort-packages": true - }, - "require": { - "php": "~8.1.0||~8.2.0||~8.3.0", - "magento/framework": "*" - }, - "type": "magento2-module", - "license": [ - "OSL-3.0", - "AFL-3.0" + "name": "mage-os/module-version", + "description": "N/A", + "config": { + "sort-packages": true + }, + "require": { + "php": "~8.1.0||~8.2.0||~8.3.0", + "mage-os/framework": "1.0.5" + }, + "type": "magento2-module", + "license": [ + "OSL-3.0", + "AFL-3.0" + ], + "autoload": { + "files": [ + "registration.php" ], - "autoload": { - "files": [ - "registration.php" - ], - "psr-4": { - "Magento\\Version\\": "" - } + "psr-4": { + "Magento\\Version\\": "" } -} + }, + "version": "1.0.5", + "replace": { + "magento/module-version": "100.4.4" + } +} \ No newline at end of file diff --git a/app/code/Magento/Webapi/composer.json b/app/code/Magento/Webapi/composer.json index 8f2ffdbd5f8c..30efcc6cc95a 100644 --- a/app/code/Magento/Webapi/composer.json +++ b/app/code/Magento/Webapi/composer.json @@ -1,32 +1,36 @@ { - "name": "magento/module-webapi", - "description": "N/A", - "config": { - "sort-packages": true - }, - "require": { - "php": "~8.1.0||~8.2.0||~8.3.0", - "magento/framework": "*", - "magento/module-authorization": "*", - "magento/module-backend": "*", - "magento/module-integration": "*", - "magento/module-store": "*" - }, - "suggest": { - "magento/module-user": "*", - "magento/module-customer": "*" - }, - "type": "magento2-module", - "license": [ - "OSL-3.0", - "AFL-3.0" + "name": "mage-os/module-webapi", + "description": "N/A", + "config": { + "sort-packages": true + }, + "require": { + "php": "~8.1.0||~8.2.0||~8.3.0", + "mage-os/framework": "1.0.5", + "mage-os/module-authorization": "1.0.5", + "mage-os/module-backend": "1.0.5", + "mage-os/module-integration": "1.0.5", + "mage-os/module-store": "1.0.5" + }, + "suggest": { + "mage-os/module-user": "1.0.5", + "mage-os/module-customer": "1.0.5" + }, + "type": "magento2-module", + "license": [ + "OSL-3.0", + "AFL-3.0" + ], + "autoload": { + "files": [ + "registration.php" ], - "autoload": { - "files": [ - "registration.php" - ], - "psr-4": { - "Magento\\Webapi\\": "" - } + "psr-4": { + "Magento\\Webapi\\": "" } -} + }, + "version": "1.0.5", + "replace": { + "magento/module-webapi": "100.4.6-p1" + } +} \ No newline at end of file diff --git a/app/code/Magento/WebapiAsync/composer.json b/app/code/Magento/WebapiAsync/composer.json index 0d05bd6f13f9..95dd7239cf2e 100644 --- a/app/code/Magento/WebapiAsync/composer.json +++ b/app/code/Magento/WebapiAsync/composer.json @@ -1,31 +1,35 @@ { - "name": "magento/module-webapi-async", - "description": "N/A", - "config": { - "sort-packages": true - }, - "require": { - "php": "~8.1.0||~8.2.0||~8.3.0", - "magento/framework": "*", - "magento/module-webapi": "*", - "magento/module-asynchronous-operations": "*", - "magento/module-store": "*" - }, - "suggest": { - "magento/module-user": "*", - "magento/module-customer": "*" - }, - "type": "magento2-module", - "license": [ - "OSL-3.0", - "AFL-3.0" + "name": "mage-os/module-webapi-async", + "description": "N/A", + "config": { + "sort-packages": true + }, + "require": { + "php": "~8.1.0||~8.2.0||~8.3.0", + "mage-os/framework": "1.0.5", + "mage-os/module-webapi": "1.0.5", + "mage-os/module-asynchronous-operations": "1.0.5", + "mage-os/module-store": "1.0.5" + }, + "suggest": { + "mage-os/module-user": "1.0.5", + "mage-os/module-customer": "1.0.5" + }, + "type": "magento2-module", + "license": [ + "OSL-3.0", + "AFL-3.0" + ], + "autoload": { + "files": [ + "registration.php" ], - "autoload": { - "files": [ - "registration.php" - ], - "psr-4": { - "Magento\\WebapiAsync\\": "" - } + "psr-4": { + "Magento\\WebapiAsync\\": "" } -} + }, + "version": "1.0.5", + "replace": { + "magento/module-webapi-async": "100.4.5" + } +} \ No newline at end of file diff --git a/app/code/Magento/WebapiSecurity/composer.json b/app/code/Magento/WebapiSecurity/composer.json index 3748e00701dc..950e4cc60cd3 100644 --- a/app/code/Magento/WebapiSecurity/composer.json +++ b/app/code/Magento/WebapiSecurity/composer.json @@ -1,25 +1,29 @@ { - "name": "magento/module-webapi-security", - "description": "WebapiSecurity module provides option to loosen security on some webapi resources.", - "config": { - "sort-packages": true - }, - "require": { - "php": "~8.1.0||~8.2.0||~8.3.0", - "magento/framework": "*", - "magento/module-webapi": "*" - }, - "type": "magento2-module", - "license": [ - "OSL-3.0", - "AFL-3.0" + "name": "mage-os/module-webapi-security", + "description": "WebapiSecurity module provides option to loosen security on some webapi resources.", + "config": { + "sort-packages": true + }, + "require": { + "php": "~8.1.0||~8.2.0||~8.3.0", + "mage-os/framework": "1.0.5", + "mage-os/module-webapi": "1.0.5" + }, + "type": "magento2-module", + "license": [ + "OSL-3.0", + "AFL-3.0" + ], + "autoload": { + "files": [ + "registration.php" ], - "autoload": { - "files": [ - "registration.php" - ], - "psr-4": { - "Magento\\WebapiSecurity\\": "" - } + "psr-4": { + "Magento\\WebapiSecurity\\": "" } -} + }, + "version": "1.0.5", + "replace": { + "magento/module-webapi-security": "100.4.4" + } +} \ No newline at end of file diff --git a/app/code/Magento/Weee/composer.json b/app/code/Magento/Weee/composer.json index 447cf8b4a411..5edebe998365 100644 --- a/app/code/Magento/Weee/composer.json +++ b/app/code/Magento/Weee/composer.json @@ -1,39 +1,43 @@ { - "name": "magento/module-weee", - "description": "N/A", - "config": { - "sort-packages": true - }, - "require": { - "php": "~8.1.0||~8.2.0||~8.3.0", - "magento/framework": "*", - "magento/module-backend": "*", - "magento/module-catalog": "*", - "magento/module-checkout": "*", - "magento/module-customer": "*", - "magento/module-directory": "*", - "magento/module-eav": "*", - "magento/module-page-cache": "*", - "magento/module-quote": "*", - "magento/module-sales": "*", - "magento/module-store": "*", - "magento/module-tax": "*", - "magento/module-ui": "*" - }, - "suggest": { - "magento/module-bundle": "*" - }, - "type": "magento2-module", - "license": [ - "OSL-3.0", - "AFL-3.0" + "name": "mage-os/module-weee", + "description": "N/A", + "config": { + "sort-packages": true + }, + "require": { + "php": "~8.1.0||~8.2.0||~8.3.0", + "mage-os/framework": "1.0.5", + "mage-os/module-backend": "1.0.5", + "mage-os/module-catalog": "1.0.5", + "mage-os/module-checkout": "1.0.5", + "mage-os/module-customer": "1.0.5", + "mage-os/module-directory": "1.0.5", + "mage-os/module-eav": "1.0.5", + "mage-os/module-page-cache": "1.0.5", + "mage-os/module-quote": "1.0.5", + "mage-os/module-sales": "1.0.5", + "mage-os/module-store": "1.0.5", + "mage-os/module-tax": "1.0.5", + "mage-os/module-ui": "1.0.5" + }, + "suggest": { + "mage-os/module-bundle": "1.0.5" + }, + "type": "magento2-module", + "license": [ + "OSL-3.0", + "AFL-3.0" + ], + "autoload": { + "files": [ + "registration.php" ], - "autoload": { - "files": [ - "registration.php" - ], - "psr-4": { - "Magento\\Weee\\": "" - } + "psr-4": { + "Magento\\Weee\\": "" } -} + }, + "version": "1.0.5", + "replace": { + "magento/module-weee": "100.4.7" + } +} \ No newline at end of file diff --git a/app/code/Magento/WeeeGraphQl/composer.json b/app/code/Magento/WeeeGraphQl/composer.json index 083f9cd365e6..63af0725d49b 100644 --- a/app/code/Magento/WeeeGraphQl/composer.json +++ b/app/code/Magento/WeeeGraphQl/composer.json @@ -1,27 +1,31 @@ { - "name": "magento/module-weee-graph-ql", - "description": "N/A", - "type": "magento2-module", - "require": { - "php": "~8.1.0||~8.2.0||~8.3.0", - "magento/framework": "*", - "magento/module-store": "*", - "magento/module-tax": "*", - "magento/module-weee": "*" - }, - "suggest": { - "magento/module-catalog-graph-ql": "*" - }, - "license": [ - "OSL-3.0", - "AFL-3.0" + "name": "mage-os/module-weee-graph-ql", + "description": "N/A", + "type": "magento2-module", + "require": { + "php": "~8.1.0||~8.2.0||~8.3.0", + "mage-os/framework": "1.0.5", + "mage-os/module-store": "1.0.5", + "mage-os/module-tax": "1.0.5", + "mage-os/module-weee": "1.0.5" + }, + "suggest": { + "mage-os/module-catalog-graph-ql": "1.0.5" + }, + "license": [ + "OSL-3.0", + "AFL-3.0" + ], + "autoload": { + "files": [ + "registration.php" ], - "autoload": { - "files": [ - "registration.php" - ], - "psr-4": { - "Magento\\WeeeGraphQl\\": "" - } + "psr-4": { + "Magento\\WeeeGraphQl\\": "" } -} + }, + "version": "1.0.5", + "replace": { + "magento/module-weee-graph-ql": "100.4.4" + } +} \ No newline at end of file diff --git a/app/code/Magento/Widget/composer.json b/app/code/Magento/Widget/composer.json index 46344fe29414..a370250aef34 100644 --- a/app/code/Magento/Widget/composer.json +++ b/app/code/Magento/Widget/composer.json @@ -1,35 +1,39 @@ { - "name": "magento/module-widget", - "description": "N/A", - "config": { - "sort-packages": true - }, - "require": { - "php": "~8.1.0||~8.2.0||~8.3.0", - "magento/framework": "*", - "magento/module-backend": "*", - "magento/module-catalog": "*", - "magento/module-cms": "*", - "magento/module-email": "*", - "magento/module-store": "*", - "magento/module-theme": "*", - "magento/module-variable": "*", - "magento/module-ui": "*" - }, - "suggest": { - "magento/module-widget-sample-data": "*" - }, - "type": "magento2-module", - "license": [ - "OSL-3.0", - "AFL-3.0" + "name": "mage-os/module-widget", + "description": "N/A", + "config": { + "sort-packages": true + }, + "require": { + "php": "~8.1.0||~8.2.0||~8.3.0", + "mage-os/framework": "1.0.5", + "mage-os/module-backend": "1.0.5", + "mage-os/module-catalog": "1.0.5", + "mage-os/module-cms": "1.0.5", + "mage-os/module-email": "1.0.5", + "mage-os/module-store": "1.0.5", + "mage-os/module-theme": "1.0.5", + "mage-os/module-variable": "1.0.5", + "mage-os/module-ui": "1.0.5" + }, + "suggest": { + "mage-os/module-widget-sample-data": "Sample Data version: 1.0.5" + }, + "type": "magento2-module", + "license": [ + "OSL-3.0", + "AFL-3.0" + ], + "autoload": { + "files": [ + "registration.php" ], - "autoload": { - "files": [ - "registration.php" - ], - "psr-4": { - "Magento\\Widget\\": "" - } + "psr-4": { + "Magento\\Widget\\": "" } -} + }, + "version": "1.0.5", + "replace": { + "magento/module-widget": "101.2.7" + } +} \ No newline at end of file diff --git a/app/code/Magento/Wishlist/composer.json b/app/code/Magento/Wishlist/composer.json index 212750235957..46a5aab3917a 100644 --- a/app/code/Magento/Wishlist/composer.json +++ b/app/code/Magento/Wishlist/composer.json @@ -1,43 +1,47 @@ { - "name": "magento/module-wishlist", - "description": "N/A", - "config": { - "sort-packages": true - }, - "require": { - "php": "~8.1.0||~8.2.0||~8.3.0", - "magento/framework": "*", - "magento/module-backend": "*", - "magento/module-catalog": "*", - "magento/module-catalog-inventory": "*", - "magento/module-checkout": "*", - "magento/module-customer": "*", - "magento/module-rss": "*", - "magento/module-sales": "*", - "magento/module-store": "*", - "magento/module-theme": "*", - "magento/module-ui": "*", - "magento/module-captcha": "*" - }, - "suggest": { - "magento/module-configurable-product": "*", - "magento/module-downloadable": "*", - "magento/module-bundle": "*", - "magento/module-cookie": "*", - "magento/module-grouped-product": "*", - "magento/module-wishlist-sample-data": "*" - }, - "type": "magento2-module", - "license": [ - "OSL-3.0", - "AFL-3.0" + "name": "mage-os/module-wishlist", + "description": "N/A", + "config": { + "sort-packages": true + }, + "require": { + "php": "~8.1.0||~8.2.0||~8.3.0", + "mage-os/framework": "1.0.5", + "mage-os/module-backend": "1.0.5", + "mage-os/module-catalog": "1.0.5", + "mage-os/module-catalog-inventory": "1.0.5", + "mage-os/module-checkout": "1.0.5", + "mage-os/module-customer": "1.0.5", + "mage-os/module-rss": "1.0.5", + "mage-os/module-sales": "1.0.5", + "mage-os/module-store": "1.0.5", + "mage-os/module-theme": "1.0.5", + "mage-os/module-ui": "1.0.5", + "mage-os/module-captcha": "1.0.5" + }, + "suggest": { + "mage-os/module-configurable-product": "1.0.5", + "mage-os/module-downloadable": "1.0.5", + "mage-os/module-bundle": "1.0.5", + "mage-os/module-cookie": "1.0.5", + "mage-os/module-grouped-product": "1.0.5", + "mage-os/module-wishlist-sample-data": "Sample Data version: 1.0.5" + }, + "type": "magento2-module", + "license": [ + "OSL-3.0", + "AFL-3.0" + ], + "autoload": { + "files": [ + "registration.php" ], - "autoload": { - "files": [ - "registration.php" - ], - "psr-4": { - "Magento\\Wishlist\\": "" - } + "psr-4": { + "Magento\\Wishlist\\": "" } -} + }, + "version": "1.0.5", + "replace": { + "magento/module-wishlist": "101.2.7-p3" + } +} \ No newline at end of file diff --git a/app/code/Magento/WishlistAnalytics/composer.json b/app/code/Magento/WishlistAnalytics/composer.json index 88aad9b29f90..e03f76243379 100644 --- a/app/code/Magento/WishlistAnalytics/composer.json +++ b/app/code/Magento/WishlistAnalytics/composer.json @@ -1,23 +1,27 @@ { - "name": "magento/module-wishlist-analytics", - "description": "N/A", - "require": { - "php": "~8.1.0||~8.2.0||~8.3.0", - "magento/framework": "*", - "magento/module-wishlist": "*", - "magento/module-analytics": "*" - }, - "type": "magento2-module", - "license": [ - "OSL-3.0", - "AFL-3.0" + "name": "mage-os/module-wishlist-analytics", + "description": "N/A", + "require": { + "php": "~8.1.0||~8.2.0||~8.3.0", + "mage-os/framework": "1.0.5", + "mage-os/module-wishlist": "1.0.5", + "mage-os/module-analytics": "1.0.5" + }, + "type": "magento2-module", + "license": [ + "OSL-3.0", + "AFL-3.0" + ], + "autoload": { + "files": [ + "registration.php" ], - "autoload": { - "files": [ - "registration.php" - ], - "psr-4": { - "Magento\\WishlistAnalytics\\": "" - } + "psr-4": { + "Magento\\WishlistAnalytics\\": "" } -} + }, + "version": "1.0.5", + "replace": { + "magento/module-wishlist-analytics": "100.4.5" + } +} \ No newline at end of file diff --git a/app/code/Magento/WishlistGraphQl/composer.json b/app/code/Magento/WishlistGraphQl/composer.json index f16489d03998..1e89c40f5d86 100755 --- a/app/code/Magento/WishlistGraphQl/composer.json +++ b/app/code/Magento/WishlistGraphQl/composer.json @@ -1,27 +1,31 @@ { - "name": "magento/module-wishlist-graph-ql", - "description": "N/A", - "type": "magento2-module", - "require": { - "php": "~8.1.0||~8.2.0||~8.3.0", - "magento/framework": "*", - "magento/module-wishlist": "*", - "magento/module-store": "*", - "magento/module-quote-graph-ql": "*", - "magento/module-quote": "*", - "magento/module-catalog": "*", - "magento/module-catalog-graph-ql": "*" - }, - "license": [ - "OSL-3.0", - "AFL-3.0" + "name": "mage-os/module-wishlist-graph-ql", + "description": "N/A", + "type": "magento2-module", + "require": { + "php": "~8.1.0||~8.2.0||~8.3.0", + "mage-os/framework": "1.0.5", + "mage-os/module-wishlist": "1.0.5", + "mage-os/module-store": "1.0.5", + "mage-os/module-quote-graph-ql": "1.0.5", + "mage-os/module-quote": "1.0.5", + "mage-os/module-catalog": "1.0.5", + "mage-os/module-catalog-graph-ql": "1.0.5" + }, + "license": [ + "OSL-3.0", + "AFL-3.0" + ], + "autoload": { + "files": [ + "registration.php" ], - "autoload": { - "files": [ - "registration.php" - ], - "psr-4": { - "Magento\\WishlistGraphQl\\": "" - } + "psr-4": { + "Magento\\WishlistGraphQl\\": "" } -} + }, + "version": "1.0.5", + "replace": { + "magento/module-wishlist-graph-ql": "100.4.7" + } +} \ No newline at end of file diff --git a/app/design/adminhtml/Magento/backend/composer.json b/app/design/adminhtml/Magento/backend/composer.json index 9450ac75411e..2fa13c8690f0 100644 --- a/app/design/adminhtml/Magento/backend/composer.json +++ b/app/design/adminhtml/Magento/backend/composer.json @@ -1,21 +1,25 @@ { - "name": "magento/theme-adminhtml-backend", - "description": "N/A", - "config": { - "sort-packages": true - }, - "require": { - "php": "~8.1.0||~8.2.0||~8.3.0", - "magento/framework": "*" - }, - "type": "magento2-theme", - "license": [ - "OSL-3.0", - "AFL-3.0" - ], - "autoload": { - "files": [ - "registration.php" - ] - } -} + "name": "mage-os/theme-adminhtml-backend", + "description": "N/A", + "config": { + "sort-packages": true + }, + "require": { + "php": "~8.1.0||~8.2.0||~8.3.0", + "mage-os/framework": "1.0.5" + }, + "type": "magento2-theme", + "license": [ + "OSL-3.0", + "AFL-3.0" + ], + "autoload": { + "files": [ + "registration.php" + ] + }, + "version": "1.0.5", + "replace": { + "magento/theme-adminhtml-backend": "100.4.7-p3" + } +} \ No newline at end of file diff --git a/app/design/frontend/Magento/blank/composer.json b/app/design/frontend/Magento/blank/composer.json index b05a7d4aceda..c22d1c567fb7 100644 --- a/app/design/frontend/Magento/blank/composer.json +++ b/app/design/frontend/Magento/blank/composer.json @@ -1,21 +1,25 @@ { - "name": "magento/theme-frontend-blank", - "description": "N/A", - "config": { - "sort-packages": true - }, - "require": { - "php": "~8.1.0||~8.2.0||~8.3.0", - "magento/framework": "*" - }, - "type": "magento2-theme", - "license": [ - "OSL-3.0", - "AFL-3.0" - ], - "autoload": { - "files": [ - "registration.php" - ] - } -} + "name": "mage-os/theme-frontend-blank", + "description": "N/A", + "config": { + "sort-packages": true + }, + "require": { + "php": "~8.1.0||~8.2.0||~8.3.0", + "mage-os/framework": "1.0.5" + }, + "type": "magento2-theme", + "license": [ + "OSL-3.0", + "AFL-3.0" + ], + "autoload": { + "files": [ + "registration.php" + ] + }, + "version": "1.0.5", + "replace": { + "magento/theme-frontend-blank": "100.4.7-p1" + } +} \ No newline at end of file diff --git a/app/design/frontend/Magento/luma/composer.json b/app/design/frontend/Magento/luma/composer.json index 5864ad6c7b57..08d97d8bd7b0 100644 --- a/app/design/frontend/Magento/luma/composer.json +++ b/app/design/frontend/Magento/luma/composer.json @@ -1,22 +1,26 @@ { - "name": "magento/theme-frontend-luma", - "description": "N/A", - "config": { - "sort-packages": true - }, - "require": { - "php": "~8.1.0||~8.2.0||~8.3.0", - "magento/framework": "*", - "magento/theme-frontend-blank": "*" - }, - "type": "magento2-theme", - "license": [ - "OSL-3.0", - "AFL-3.0" - ], - "autoload": { - "files": [ - "registration.php" - ] - } -} + "name": "mage-os/theme-frontend-luma", + "description": "N/A", + "config": { + "sort-packages": true + }, + "require": { + "php": "~8.1.0||~8.2.0||~8.3.0", + "mage-os/framework": "1.0.5", + "mage-os/theme-frontend-blank": "1.0.5" + }, + "type": "magento2-theme", + "license": [ + "OSL-3.0", + "AFL-3.0" + ], + "autoload": { + "files": [ + "registration.php" + ] + }, + "version": "1.0.5", + "replace": { + "magento/theme-frontend-luma": "100.4.7-p1" + } +} \ No newline at end of file diff --git a/app/i18n/Magento/de_DE/composer.json b/app/i18n/Magento/de_DE/composer.json index 5a488a3e32c2..db0c58373370 100644 --- a/app/i18n/Magento/de_DE/composer.json +++ b/app/i18n/Magento/de_DE/composer.json @@ -1,20 +1,24 @@ { - "name": "magento/language-de_de", - "description": "German (Germany) language", - "license": [ - "OSL-3.0", - "AFL-3.0" - ], - "config": { - "sort-packages": true - }, - "require": { - "magento/framework": "*" - }, - "type": "magento2-language", - "autoload": { - "files": [ - "registration.php" - ] - } -} + "name": "mage-os/language-de_de", + "description": "German (Germany) language", + "license": [ + "OSL-3.0", + "AFL-3.0" + ], + "config": { + "sort-packages": true + }, + "require": { + "mage-os/framework": "1.0.5" + }, + "type": "magento2-language", + "autoload": { + "files": [ + "registration.php" + ] + }, + "version": "1.0.5", + "replace": { + "magento/language-de_de": "100.4.0" + } +} \ No newline at end of file diff --git a/app/i18n/Magento/en_US/composer.json b/app/i18n/Magento/en_US/composer.json index 1108c70de28a..d11fb65d45cd 100644 --- a/app/i18n/Magento/en_US/composer.json +++ b/app/i18n/Magento/en_US/composer.json @@ -1,20 +1,24 @@ { - "name": "magento/language-en_us", - "description": "English (United States) language", - "license": [ - "OSL-3.0", - "AFL-3.0" - ], - "config": { - "sort-packages": true - }, - "require": { - "magento/framework": "*" - }, - "type": "magento2-language", - "autoload": { - "files": [ - "registration.php" - ] - } -} + "name": "mage-os/language-en_us", + "description": "English (United States) language", + "license": [ + "OSL-3.0", + "AFL-3.0" + ], + "config": { + "sort-packages": true + }, + "require": { + "mage-os/framework": "1.0.5" + }, + "type": "magento2-language", + "autoload": { + "files": [ + "registration.php" + ] + }, + "version": "1.0.5", + "replace": { + "magento/language-en_us": "100.4.0" + } +} \ No newline at end of file diff --git a/app/i18n/Magento/es_ES/composer.json b/app/i18n/Magento/es_ES/composer.json index 5bc3cb5730ad..6e612e564e0a 100644 --- a/app/i18n/Magento/es_ES/composer.json +++ b/app/i18n/Magento/es_ES/composer.json @@ -1,20 +1,24 @@ { - "name": "magento/language-es_es", - "description": "Spanish (Spain) language", - "license": [ - "OSL-3.0", - "AFL-3.0" - ], - "config": { - "sort-packages": true - }, - "require": { - "magento/framework": "*" - }, - "type": "magento2-language", - "autoload": { - "files": [ - "registration.php" - ] - } -} + "name": "mage-os/language-es_es", + "description": "Spanish (Spain) language", + "license": [ + "OSL-3.0", + "AFL-3.0" + ], + "config": { + "sort-packages": true + }, + "require": { + "mage-os/framework": "1.0.5" + }, + "type": "magento2-language", + "autoload": { + "files": [ + "registration.php" + ] + }, + "version": "1.0.5", + "replace": { + "magento/language-es_es": "100.4.0" + } +} \ No newline at end of file diff --git a/app/i18n/Magento/fr_FR/composer.json b/app/i18n/Magento/fr_FR/composer.json index 50c541308673..77d918150656 100644 --- a/app/i18n/Magento/fr_FR/composer.json +++ b/app/i18n/Magento/fr_FR/composer.json @@ -1,20 +1,24 @@ { - "name": "magento/language-fr_fr", - "description": "French (France) language", - "license": [ - "OSL-3.0", - "AFL-3.0" - ], - "config": { - "sort-packages": true - }, - "require": { - "magento/framework": "*" - }, - "type": "magento2-language", - "autoload": { - "files": [ - "registration.php" - ] - } -} + "name": "mage-os/language-fr_fr", + "description": "French (France) language", + "license": [ + "OSL-3.0", + "AFL-3.0" + ], + "config": { + "sort-packages": true + }, + "require": { + "mage-os/framework": "1.0.5" + }, + "type": "magento2-language", + "autoload": { + "files": [ + "registration.php" + ] + }, + "version": "1.0.5", + "replace": { + "magento/language-fr_fr": "100.4.0" + } +} \ No newline at end of file diff --git a/app/i18n/Magento/nl_NL/composer.json b/app/i18n/Magento/nl_NL/composer.json index a182e179d410..caef32c31846 100644 --- a/app/i18n/Magento/nl_NL/composer.json +++ b/app/i18n/Magento/nl_NL/composer.json @@ -1,20 +1,24 @@ { - "name": "magento/language-nl_nl", - "description": "Dutch (Netherlands) language", - "license": [ - "OSL-3.0", - "AFL-3.0" - ], - "config": { - "sort-packages": true - }, - "require": { - "magento/framework": "*" - }, - "type": "magento2-language", - "autoload": { - "files": [ - "registration.php" - ] - } -} + "name": "mage-os/language-nl_nl", + "description": "Dutch (Netherlands) language", + "license": [ + "OSL-3.0", + "AFL-3.0" + ], + "config": { + "sort-packages": true + }, + "require": { + "mage-os/framework": "1.0.5" + }, + "type": "magento2-language", + "autoload": { + "files": [ + "registration.php" + ] + }, + "version": "1.0.5", + "replace": { + "magento/language-nl_nl": "100.4.0" + } +} \ No newline at end of file diff --git a/app/i18n/Magento/pt_BR/composer.json b/app/i18n/Magento/pt_BR/composer.json index 46734cc09b36..787cc1d0652f 100644 --- a/app/i18n/Magento/pt_BR/composer.json +++ b/app/i18n/Magento/pt_BR/composer.json @@ -1,20 +1,24 @@ { - "name": "magento/language-pt_br", - "description": "Portuguese (Brazil) language", - "license": [ - "OSL-3.0", - "AFL-3.0" - ], - "config": { - "sort-packages": true - }, - "require": { - "magento/framework": "*" - }, - "type": "magento2-language", - "autoload": { - "files": [ - "registration.php" - ] - } -} + "name": "mage-os/language-pt_br", + "description": "Portuguese (Brazil) language", + "license": [ + "OSL-3.0", + "AFL-3.0" + ], + "config": { + "sort-packages": true + }, + "require": { + "mage-os/framework": "1.0.5" + }, + "type": "magento2-language", + "autoload": { + "files": [ + "registration.php" + ] + }, + "version": "1.0.5", + "replace": { + "magento/language-pt_br": "100.4.0" + } +} \ No newline at end of file diff --git a/app/i18n/Magento/zh_Hans_CN/composer.json b/app/i18n/Magento/zh_Hans_CN/composer.json index ce214ce649f5..e0a65220c989 100644 --- a/app/i18n/Magento/zh_Hans_CN/composer.json +++ b/app/i18n/Magento/zh_Hans_CN/composer.json @@ -1,20 +1,24 @@ { - "name": "magento/language-zh_hans_cn", - "description": "Chinese (China) language", - "license": [ - "OSL-3.0", - "AFL-3.0" - ], - "config": { - "sort-packages": true - }, - "require": { - "magento/framework": "*" - }, - "type": "magento2-language", - "autoload": { - "files": [ - "registration.php" - ] - } -} + "name": "mage-os/language-zh_hans_cn", + "description": "Chinese (China) language", + "license": [ + "OSL-3.0", + "AFL-3.0" + ], + "config": { + "sort-packages": true + }, + "require": { + "mage-os/framework": "1.0.5" + }, + "type": "magento2-language", + "autoload": { + "files": [ + "registration.php" + ] + }, + "version": "1.0.5", + "replace": { + "magento/language-zh_hans_cn": "100.4.0" + } +} \ No newline at end of file diff --git a/composer.json b/composer.json index 2247541c585d..2fe5161db303 100644 --- a/composer.json +++ b/composer.json @@ -1,405 +1,406 @@ { - "name": "mage-os/magento2ce", - "description": "Mage-OS (Open Source)", - "type": "project", - "license": [ - "OSL-3.0", - "AFL-3.0" - ], - "config": { - "allow-plugins": { - "dealerdirect/phpcodesniffer-composer-installer": true, - "laminas/laminas-dependency-plugin": true, - "magento/*": true, - "php-http/discovery": true - }, - "preferred-install": "dist", - "sort-packages": true - }, - "require": { - "php": "~8.1.0||~8.2.0||~8.3.0", - "ext-bcmath": "*", - "ext-ctype": "*", - "ext-curl": "*", - "ext-dom": "*", - "ext-gd": "*", - "ext-hash": "*", - "ext-iconv": "*", - "ext-intl": "*", - "ext-mbstring": "*", - "ext-openssl": "*", - "ext-pdo_mysql": "*", - "ext-simplexml": "*", - "ext-soap": "*", - "ext-sodium": "*", - "ext-xsl": "*", - "ext-zip": "*", - "lib-libxml": "*", - "colinmollenhour/cache-backend-file": "^1.4", - "colinmollenhour/cache-backend-redis": "^1.16", - "colinmollenhour/credis": "^1.15", - "colinmollenhour/php-redis-session-abstract": "~1.5.3", - "composer/composer": "^2.0, !=2.2.16", - "elasticsearch/elasticsearch": "~7.17.0 || ~8.5.0", - "ezyang/htmlpurifier": "^4.17", - "guzzlehttp/guzzle": "^7.5", - "laminas/laminas-captcha": "^2.17", - "laminas/laminas-code": "^4.13", - "laminas/laminas-db": "^2.19", - "laminas/laminas-di": "^3.13", - "laminas/laminas-escaper": "^2.13", - "laminas/laminas-eventmanager": "^3.11", - "laminas/laminas-feed": "^2.22", - "laminas/laminas-file": "^2.13", - "laminas/laminas-filter": "^2.33", - "laminas/laminas-http": "^2.15", - "laminas/laminas-i18n": "^2.17", - "laminas/laminas-mail": "^2.16", - "laminas/laminas-mime": "^2.9", - "laminas/laminas-modulemanager": "^2.11", - "laminas/laminas-mvc": "^3.6", - "laminas/laminas-oauth": "^2.6", - "laminas/laminas-permissions-acl": "^2.10", - "laminas/laminas-server": "^2.16", - "laminas/laminas-servicemanager": "^3.16", - "laminas/laminas-soap": "^2.10", - "laminas/laminas-stdlib": "^3.11", - "laminas/laminas-uri": "^2.9", - "laminas/laminas-validator": "^2.23", - "league/flysystem": "^2.4", - "league/flysystem-aws-s3-v3": "^2.4", - "magento/composer": "^1.10.0-beta1", - "magento/composer-dependency-version-audit-plugin": "^0.1", - "magento/magento-composer-installer": ">=0.4.0", - "magento/zend-cache": "^1.16", - "magento/zend-db": "^1.16", - "magento/zend-pdf": "^1.16", - "monolog/monolog": "^2.7", - "opensearch-project/opensearch-php": "^1.0 || ^2.0", - "pelago/emogrifier": "^7.0", - "php-amqplib/php-amqplib": "^3.2", - "phpseclib/mcrypt_compat": "^2.0", - "phpseclib/phpseclib": "^3.0", - "psr/log": "^2 || ^3", - "ramsey/uuid": "^4.2", - "symfony/console": "^6.4", - "symfony/intl": "^6.4", - "symfony/process": "^6.4", - "symfony/string": "^6.4", - "tedivm/jshrink": "^1.4", - "tubalmartin/cssmin": "^4.1", - "web-token/jwt-framework": "^3.1", - "webonyx/graphql-php": "^15.0", - "wikimedia/less.php": "^3.2" - }, - "require-dev": { - "allure-framework/allure-phpunit": "^2", - "dealerdirect/phpcodesniffer-composer-installer": "^0.7 || ^1.0", - "dg/bypass-finals": "^1.4", - "friendsofphp/php-cs-fixer": "^3.22", - "lusitanian/oauth": "^0.8", - "magento/magento-coding-standard": "*", - "magento/magento2-functional-testing-framework": "^4.7", - "pdepend/pdepend": "^2.10", - "phpmd/phpmd": "^2.12", - "phpstan/phpstan": "^1.9", - "phpunit/phpunit": "^9.5", - "sebastian/phpcpd": "^6.0", - "symfony/finder": "^6.4" - }, - "suggest": { - "ext-pcntl": "Need for run processes in parallel mode" + "name": "mage-os/magento2ce", + "description": "Mage-OS (Open Source)", + "type": "project", + "license": [ + "OSL-3.0", + "AFL-3.0" + ], + "config": { + "allow-plugins": { + "dealerdirect/phpcodesniffer-composer-installer": true, + "laminas/laminas-dependency-plugin": true, + "mage-os/*": true, + "php-http/discovery": true }, - "replace": { - "magento/module-marketplace": "*", - "magento/module-admin-analytics": "*", - "magento/module-admin-notification": "*", - "magento/module-advanced-pricing-import-export": "*", - "magento/module-advanced-search": "*", - "magento/module-amqp": "*", - "magento/module-analytics": "*", - "magento/module-application-performance-monitor": "*", - "magento/module-application-performance-monitor-new-relic": "*", - "magento/module-asynchronous-operations": "*", - "magento/module-authorization": "*", - "magento/module-backend": "*", - "magento/module-backup": "*", - "magento/module-bundle": "*", - "magento/module-bundle-graph-ql": "*", - "magento/module-bundle-import-export": "*", - "magento/module-cache-invalidate": "*", - "magento/module-captcha": "*", - "magento/module-cardinal-commerce": "*", - "magento/module-catalog": "*", - "magento/module-catalog-customer-graph-ql": "*", - "magento/module-catalog-analytics": "*", - "magento/module-catalog-import-export": "*", - "magento/module-catalog-inventory": "*", - "magento/module-catalog-inventory-graph-ql": "*", - "magento/module-catalog-rule": "*", - "magento/module-catalog-rule-graph-ql": "*", - "magento/module-catalog-rule-configurable": "*", - "magento/module-catalog-search": "*", - "magento/module-catalog-url-rewrite": "*", - "magento/module-catalog-widget": "*", - "magento/module-checkout": "*", - "magento/module-checkout-agreements": "*", - "magento/module-checkout-agreements-graph-ql": "*", - "magento/module-cms": "*", - "magento/module-cms-url-rewrite": "*", - "magento/module-compare-list-graph-ql": "*", - "magento/module-config": "*", - "magento/module-async-config": "*", - "magento/module-configurable-import-export": "*", - "magento/module-configurable-product": "*", - "magento/module-configurable-product-sales": "*", - "magento/module-contact": "*", - "magento/module-contact-graph-ql": "*", - "magento/module-cookie": "*", - "magento/module-cron": "*", - "magento/module-currency-symbol": "*", - "magento/module-customer": "*", - "magento/module-customer-analytics": "*", - "magento/module-customer-downloadable-graph-ql": "*", - "magento/module-customer-import-export": "*", - "magento/module-deploy": "*", - "magento/module-developer": "*", - "magento/module-dhl": "*", - "magento/module-directory": "*", - "magento/module-directory-graph-ql": "*", - "magento/module-downloadable": "*", - "magento/module-downloadable-graph-ql": "*", - "magento/module-downloadable-import-export": "*", - "magento/module-eav": "*", - "magento/module-open-search": "*", - "magento/module-elasticsearch": "*", - "magento/module-elasticsearch-7": "*", - "magento/module-email": "*", - "magento/module-encryption-key": "*", - "magento/module-fedex": "*", - "magento/module-gift-message": "*", - "magento/module-gift-message-graph-ql": "*", - "magento/module-google-adwords": "*", - "magento/module-google-analytics": "*", - "magento/module-google-optimizer": "*", - "magento/module-google-gtag": "*", - "magento/module-graph-ql": "*", - "magento/module-graph-ql-cache": "*", - "magento/module-graph-ql-new-relic": "*", - "magento/module-graph-ql-resolver-cache": "*", - "magento/module-catalog-graph-ql": "*", - "magento/module-catalog-cms-graph-ql": "*", - "magento/module-catalog-url-rewrite-graph-ql": "*", - "magento/module-configurable-product-graph-ql": "*", - "magento/module-customer-graph-ql": "*", - "magento/module-eav-graph-ql": "*", - "magento/module-swatches-graph-ql": "*", - "magento/module-tax-graph-ql": "*", - "magento/module-url-rewrite-graph-ql": "*", - "magento/module-cms-url-rewrite-graph-ql": "*", - "magento/module-weee-graph-ql": "*", - "magento/module-cms-graph-ql": "*", - "magento/module-grouped-import-export": "*", - "magento/module-grouped-product": "*", - "magento/module-grouped-catalog-inventory": "*", - "magento/module-grouped-product-graph-ql": "*", - "magento/module-import-export": "*", - "magento/module-indexer": "*", - "magento/module-instant-purchase": "*", - "magento/module-integration": "*", - "magento/module-integration-graph-ql": "*", - "magento/module-layered-navigation": "*", - "magento/module-login-as-customer": "*", - "magento/module-login-as-customer-admin-ui": "*", - "magento/module-login-as-customer-api": "*", - "magento/module-login-as-customer-assistance": "*", - "magento/module-login-as-customer-frontend-ui": "*", - "magento/module-login-as-customer-graph-ql": "*", - "magento/module-login-as-customer-log": "*", - "magento/module-login-as-customer-quote": "*", - "magento/module-login-as-customer-page-cache": "*", - "magento/module-login-as-customer-sales": "*", - "magento/module-media-content": "*", - "magento/module-media-content-api": "*", - "magento/module-media-content-catalog": "*", - "magento/module-media-content-cms": "*", - "magento/module-media-gallery": "*", - "magento/module-media-gallery-api": "*", - "magento/module-media-gallery-ui": "*", - "magento/module-media-gallery-ui-api": "*", - "magento/module-media-gallery-integration": "*", - "magento/module-media-gallery-synchronization": "*", - "magento/module-media-gallery-synchronization-api": "*", - "magento/module-media-content-synchronization": "*", - "magento/module-media-content-synchronization-api": "*", - "magento/module-media-content-synchronization-catalog": "*", - "magento/module-media-content-synchronization-cms": "*", - "magento/module-media-gallery-synchronization-metadata": "*", - "magento/module-media-gallery-metadata": "*", - "magento/module-media-gallery-metadata-api": "*", - "magento/module-media-gallery-catalog-ui": "*", - "magento/module-media-gallery-cms-ui": "*", - "magento/module-media-gallery-catalog-integration": "*", - "magento/module-media-gallery-catalog": "*", - "magento/module-media-gallery-renditions": "*", - "magento/module-media-gallery-renditions-api": "*", - "magento/module-media-storage": "*", - "magento/module-message-queue": "*", - "magento/module-msrp": "*", - "magento/module-msrp-configurable-product": "*", - "magento/module-msrp-grouped-product": "*", - "magento/module-multishipping": "*", - "magento/module-mysql-mq": "*", - "magento/module-new-relic-reporting": "*", - "magento/module-newsletter": "*", - "magento/module-newsletter-graph-ql": "*", - "magento/module-offline-payments": "*", - "magento/module-offline-shipping": "*", - "magento/module-order-cancellation": "*", - "magento/module-order-cancellation-graph-ql": "*", - "magento/module-order-cancellation-ui": "*", - "magento/module-page-cache": "*", - "magento/module-payment": "*", - "magento/module-payment-graph-ql": "*", - "magento/module-paypal": "*", - "magento/module-paypal-captcha": "*", - "magento/module-paypal-graph-ql": "*", - "magento/module-persistent": "*", - "magento/module-product-alert": "*", - "magento/module-product-video": "*", - "magento/module-quote": "*", - "magento/module-quote-analytics": "*", - "magento/module-quote-bundle-options": "*", - "magento/module-quote-configurable-options": "*", - "magento/module-quote-downloadable-links": "*", - "magento/module-quote-graph-ql": "*", - "magento/module-related-product-graph-ql": "*", - "magento/module-release-notification": "*", - "magento/module-reports": "*", - "magento/module-require-js": "*", - "magento/module-review": "*", - "magento/module-review-graph-ql": "*", - "magento/module-review-analytics": "*", - "magento/module-robots": "*", - "magento/module-rss": "*", - "magento/module-rule": "*", - "magento/module-sales": "*", - "magento/module-sales-analytics": "*", - "magento/module-sales-graph-ql": "*", - "magento/module-sales-inventory": "*", - "magento/module-sales-rule": "*", - "magento/module-sales-rule-graph-ql": "*", - "magento/module-sales-sequence": "*", - "magento/module-sample-data": "*", - "magento/module-search": "*", - "magento/module-security": "*", - "magento/module-send-friend": "*", - "magento/module-send-friend-graph-ql": "*", - "magento/module-shipping": "*", - "magento/module-sitemap": "*", - "magento/module-store": "*", - "magento/module-store-graph-ql": "*", - "magento/module-swagger": "*", - "magento/module-swagger-webapi": "*", - "magento/module-swagger-webapi-async": "*", - "magento/module-swatches": "*", - "magento/module-swatches-layered-navigation": "*", - "magento/module-tax": "*", - "magento/module-tax-import-export": "*", - "magento/module-theme": "*", - "magento/module-theme-graph-ql": "*", - "magento/module-translation": "*", - "magento/module-ui": "*", - "magento/module-ups": "*", - "magento/module-url-rewrite": "*", - "magento/module-user": "*", - "magento/module-usps": "*", - "magento/module-variable": "*", - "magento/module-vault": "*", - "magento/module-vault-graph-ql": "*", - "magento/module-version": "*", - "magento/module-webapi": "*", - "magento/module-webapi-async": "*", - "magento/module-webapi-security": "*", - "magento/module-weee": "*", - "magento/module-widget": "*", - "magento/module-wishlist": "*", - "magento/module-wishlist-graph-ql": "*", - "magento/module-wishlist-analytics": "*", - "magento/theme-adminhtml-backend": "*", - "magento/theme-frontend-blank": "*", - "magento/theme-frontend-luma": "*", - "magento/language-de_de": "*", - "magento/language-en_us": "*", - "magento/language-es_es": "*", - "magento/language-fr_fr": "*", - "magento/language-nl_nl": "*", - "magento/language-pt_br": "*", - "magento/language-zh_hans_cn": "*", - "magento/framework": "*", - "magento/framework-amqp": "*", - "magento/framework-bulk": "*", - "magento/framework-message-queue": "*", - "trentrichardson/jquery-timepicker-addon": "1.4.3", - "components/jquery": "1.11.0", - "components/jqueryui": "1.10.4", - "twbs/bootstrap": "3.1.0", - "tinymce/tinymce": "3.4.7", - "magento/module-csp": "*", - "magento/module-aws-s3": "*", - "magento/module-remote-storage": "*", - "magento/module-jwt-framework-adapter": "*", - "magento/module-jwt-user-token": "*" + "preferred-install": "dist", + "sort-packages": true + }, + "require": { + "php": "~8.1.0||~8.2.0||~8.3.0", + "ext-bcmath": "*", + "ext-ctype": "*", + "ext-curl": "*", + "ext-dom": "*", + "ext-gd": "*", + "ext-hash": "*", + "ext-iconv": "*", + "ext-intl": "*", + "ext-mbstring": "*", + "ext-openssl": "*", + "ext-pdo_mysql": "*", + "ext-simplexml": "*", + "ext-soap": "*", + "ext-sodium": "*", + "ext-xsl": "*", + "ext-zip": "*", + "lib-libxml": "*", + "colinmollenhour/cache-backend-file": "^1.4", + "colinmollenhour/cache-backend-redis": "^1.16", + "colinmollenhour/credis": "^1.15", + "colinmollenhour/php-redis-session-abstract": "~1.5.3", + "composer/composer": "^2.0, !=2.2.16", + "elasticsearch/elasticsearch": "~7.17.0 || ~8.5.0", + "ezyang/htmlpurifier": "^4.17", + "guzzlehttp/guzzle": "^7.5", + "laminas/laminas-captcha": "^2.17", + "laminas/laminas-code": "^4.13", + "laminas/laminas-db": "^2.19", + "laminas/laminas-di": "^3.13", + "laminas/laminas-escaper": "^2.13", + "laminas/laminas-eventmanager": "^3.11", + "laminas/laminas-feed": "^2.22", + "laminas/laminas-file": "^2.13", + "laminas/laminas-filter": "^2.33", + "laminas/laminas-http": "^2.15", + "laminas/laminas-i18n": "^2.17", + "laminas/laminas-mail": "^2.16", + "laminas/laminas-mime": "^2.9", + "laminas/laminas-modulemanager": "^2.11", + "laminas/laminas-mvc": "^3.6", + "laminas/laminas-oauth": "^2.6", + "laminas/laminas-permissions-acl": "^2.10", + "laminas/laminas-server": "^2.16", + "laminas/laminas-servicemanager": "^3.16", + "laminas/laminas-soap": "^2.10", + "laminas/laminas-stdlib": "^3.11", + "laminas/laminas-uri": "^2.9", + "laminas/laminas-validator": "^2.23", + "league/flysystem": "^2.4", + "league/flysystem-aws-s3-v3": "^2.4", + "mage-os/composer": "1.0.5", + "mage-os/composer-dependency-version-audit-plugin": "1.0.5", + "mage-os/magento-composer-installer": "1.0.5", + "mage-os/zend-cache": "1.0.5", + "mage-os/zend-db": "1.0.5", + "mage-os/zend-pdf": "1.0.5", + "monolog/monolog": "^2.7", + "opensearch-project/opensearch-php": "^1.0 || ^2.0", + "pelago/emogrifier": "^7.0", + "php-amqplib/php-amqplib": "^3.2", + "phpseclib/mcrypt_compat": "^2.0", + "phpseclib/phpseclib": "^3.0", + "psr/log": "^2 || ^3", + "ramsey/uuid": "^4.2", + "symfony/console": "^6.4", + "symfony/intl": "^6.4", + "symfony/process": "^6.4", + "symfony/string": "^6.4", + "tedivm/jshrink": "^1.4", + "tubalmartin/cssmin": "^4.1", + "web-token/jwt-framework": "^3.1", + "webonyx/graphql-php": "^15.0", + "wikimedia/less.php": "^3.2" + }, + "require-dev": { + "allure-framework/allure-phpunit": "^2", + "dealerdirect/phpcodesniffer-composer-installer": "^0.7 || ^1.0", + "dg/bypass-finals": "^1.4", + "friendsofphp/php-cs-fixer": "^3.22", + "lusitanian/oauth": "^0.8", + "mage-os/magento-coding-standard": "1.0.5", + "mage-os/magento2-functional-testing-framework": "1.0.5", + "pdepend/pdepend": "^2.10", + "phpmd/phpmd": "^2.12", + "phpstan/phpstan": "^1.9", + "phpunit/phpunit": "^9.5", + "sebastian/phpcpd": "^6.0", + "symfony/finder": "^6.4" + }, + "suggest": { + "ext-pcntl": "Need for run processes in parallel mode" + }, + "replace": { + "mage-os/module-marketplace": "*", + "mage-os/module-admin-analytics": "*", + "mage-os/module-admin-notification": "*", + "mage-os/module-advanced-pricing-import-export": "*", + "mage-os/module-advanced-search": "*", + "mage-os/module-amqp": "*", + "mage-os/module-analytics": "*", + "mage-os/module-application-performance-monitor": "*", + "mage-os/module-application-performance-monitor-new-relic": "*", + "mage-os/module-asynchronous-operations": "*", + "mage-os/module-authorization": "*", + "mage-os/module-backend": "*", + "mage-os/module-backup": "*", + "mage-os/module-bundle": "*", + "mage-os/module-bundle-graph-ql": "*", + "mage-os/module-bundle-import-export": "*", + "mage-os/module-cache-invalidate": "*", + "mage-os/module-captcha": "*", + "mage-os/module-cardinal-commerce": "*", + "mage-os/module-catalog": "*", + "mage-os/module-catalog-customer-graph-ql": "*", + "mage-os/module-catalog-analytics": "*", + "mage-os/module-catalog-import-export": "*", + "mage-os/module-catalog-inventory": "*", + "mage-os/module-catalog-inventory-graph-ql": "*", + "mage-os/module-catalog-rule": "*", + "mage-os/module-catalog-rule-graph-ql": "*", + "mage-os/module-catalog-rule-configurable": "*", + "mage-os/module-catalog-search": "*", + "mage-os/module-catalog-url-rewrite": "*", + "mage-os/module-catalog-widget": "*", + "mage-os/module-checkout": "*", + "mage-os/module-checkout-agreements": "*", + "mage-os/module-checkout-agreements-graph-ql": "*", + "mage-os/module-cms": "*", + "mage-os/module-cms-url-rewrite": "*", + "mage-os/module-compare-list-graph-ql": "*", + "mage-os/module-config": "*", + "mage-os/module-async-config": "*", + "mage-os/module-configurable-import-export": "*", + "mage-os/module-configurable-product": "*", + "mage-os/module-configurable-product-sales": "*", + "mage-os/module-contact": "*", + "mage-os/module-contact-graph-ql": "*", + "mage-os/module-cookie": "*", + "mage-os/module-cron": "*", + "mage-os/module-currency-symbol": "*", + "mage-os/module-customer": "*", + "mage-os/module-customer-analytics": "*", + "mage-os/module-customer-downloadable-graph-ql": "*", + "mage-os/module-customer-import-export": "*", + "mage-os/module-deploy": "*", + "mage-os/module-developer": "*", + "mage-os/module-dhl": "*", + "mage-os/module-directory": "*", + "mage-os/module-directory-graph-ql": "*", + "mage-os/module-downloadable": "*", + "mage-os/module-downloadable-graph-ql": "*", + "mage-os/module-downloadable-import-export": "*", + "mage-os/module-eav": "*", + "mage-os/module-open-search": "*", + "mage-os/module-elasticsearch": "*", + "mage-os/module-elasticsearch-7": "*", + "mage-os/module-email": "*", + "mage-os/module-encryption-key": "*", + "mage-os/module-fedex": "*", + "mage-os/module-gift-message": "*", + "mage-os/module-gift-message-graph-ql": "*", + "mage-os/module-google-adwords": "*", + "mage-os/module-google-analytics": "*", + "mage-os/module-google-optimizer": "*", + "mage-os/module-google-gtag": "*", + "mage-os/module-graph-ql": "*", + "mage-os/module-graph-ql-cache": "*", + "mage-os/module-graph-ql-new-relic": "*", + "mage-os/module-graph-ql-resolver-cache": "*", + "mage-os/module-catalog-graph-ql": "*", + "mage-os/module-catalog-cms-graph-ql": "*", + "mage-os/module-catalog-url-rewrite-graph-ql": "*", + "mage-os/module-configurable-product-graph-ql": "*", + "mage-os/module-customer-graph-ql": "*", + "mage-os/module-eav-graph-ql": "*", + "mage-os/module-swatches-graph-ql": "*", + "mage-os/module-tax-graph-ql": "*", + "mage-os/module-url-rewrite-graph-ql": "*", + "mage-os/module-cms-url-rewrite-graph-ql": "*", + "mage-os/module-weee-graph-ql": "*", + "mage-os/module-cms-graph-ql": "*", + "mage-os/module-grouped-import-export": "*", + "mage-os/module-grouped-product": "*", + "mage-os/module-grouped-catalog-inventory": "*", + "mage-os/module-grouped-product-graph-ql": "*", + "mage-os/module-import-export": "*", + "mage-os/module-indexer": "*", + "mage-os/module-instant-purchase": "*", + "mage-os/module-integration": "*", + "mage-os/module-integration-graph-ql": "*", + "mage-os/module-layered-navigation": "*", + "mage-os/module-login-as-customer": "*", + "mage-os/module-login-as-customer-admin-ui": "*", + "mage-os/module-login-as-customer-api": "*", + "mage-os/module-login-as-customer-assistance": "*", + "mage-os/module-login-as-customer-frontend-ui": "*", + "mage-os/module-login-as-customer-graph-ql": "*", + "mage-os/module-login-as-customer-log": "*", + "mage-os/module-login-as-customer-quote": "*", + "mage-os/module-login-as-customer-page-cache": "*", + "mage-os/module-login-as-customer-sales": "*", + "mage-os/module-media-content": "*", + "mage-os/module-media-content-api": "*", + "mage-os/module-media-content-catalog": "*", + "mage-os/module-media-content-cms": "*", + "mage-os/module-media-gallery": "*", + "mage-os/module-media-gallery-api": "*", + "mage-os/module-media-gallery-ui": "*", + "mage-os/module-media-gallery-ui-api": "*", + "mage-os/module-media-gallery-integration": "*", + "mage-os/module-media-gallery-synchronization": "*", + "mage-os/module-media-gallery-synchronization-api": "*", + "mage-os/module-media-content-synchronization": "*", + "mage-os/module-media-content-synchronization-api": "*", + "mage-os/module-media-content-synchronization-catalog": "*", + "mage-os/module-media-content-synchronization-cms": "*", + "mage-os/module-media-gallery-synchronization-metadata": "*", + "mage-os/module-media-gallery-metadata": "*", + "mage-os/module-media-gallery-metadata-api": "*", + "mage-os/module-media-gallery-catalog-ui": "*", + "mage-os/module-media-gallery-cms-ui": "*", + "mage-os/module-media-gallery-catalog-integration": "*", + "mage-os/module-media-gallery-catalog": "*", + "mage-os/module-media-gallery-renditions": "*", + "mage-os/module-media-gallery-renditions-api": "*", + "mage-os/module-media-storage": "*", + "mage-os/module-message-queue": "*", + "mage-os/module-msrp": "*", + "mage-os/module-msrp-configurable-product": "*", + "mage-os/module-msrp-grouped-product": "*", + "mage-os/module-multishipping": "*", + "mage-os/module-mysql-mq": "*", + "mage-os/module-new-relic-reporting": "*", + "mage-os/module-newsletter": "*", + "mage-os/module-newsletter-graph-ql": "*", + "mage-os/module-offline-payments": "*", + "mage-os/module-offline-shipping": "*", + "mage-os/module-order-cancellation": "*", + "mage-os/module-order-cancellation-graph-ql": "*", + "mage-os/module-order-cancellation-ui": "*", + "mage-os/module-page-cache": "*", + "mage-os/module-payment": "*", + "mage-os/module-payment-graph-ql": "*", + "mage-os/module-paypal": "*", + "mage-os/module-paypal-captcha": "*", + "mage-os/module-paypal-graph-ql": "*", + "mage-os/module-persistent": "*", + "mage-os/module-product-alert": "*", + "mage-os/module-product-video": "*", + "mage-os/module-quote": "*", + "mage-os/module-quote-analytics": "*", + "mage-os/module-quote-bundle-options": "*", + "mage-os/module-quote-configurable-options": "*", + "mage-os/module-quote-downloadable-links": "*", + "mage-os/module-quote-graph-ql": "*", + "mage-os/module-related-product-graph-ql": "*", + "mage-os/module-release-notification": "*", + "mage-os/module-reports": "*", + "mage-os/module-require-js": "*", + "mage-os/module-review": "*", + "mage-os/module-review-graph-ql": "*", + "mage-os/module-review-analytics": "*", + "mage-os/module-robots": "*", + "mage-os/module-rss": "*", + "mage-os/module-rule": "*", + "mage-os/module-sales": "*", + "mage-os/module-sales-analytics": "*", + "mage-os/module-sales-graph-ql": "*", + "mage-os/module-sales-inventory": "*", + "mage-os/module-sales-rule": "*", + "mage-os/module-sales-rule-graph-ql": "*", + "mage-os/module-sales-sequence": "*", + "mage-os/module-sample-data": "*", + "mage-os/module-search": "*", + "mage-os/module-security": "*", + "mage-os/module-send-friend": "*", + "mage-os/module-send-friend-graph-ql": "*", + "mage-os/module-shipping": "*", + "mage-os/module-sitemap": "*", + "mage-os/module-store": "*", + "mage-os/module-store-graph-ql": "*", + "mage-os/module-swagger": "*", + "mage-os/module-swagger-webapi": "*", + "mage-os/module-swagger-webapi-async": "*", + "mage-os/module-swatches": "*", + "mage-os/module-swatches-layered-navigation": "*", + "mage-os/module-tax": "*", + "mage-os/module-tax-import-export": "*", + "mage-os/module-theme": "*", + "mage-os/module-theme-graph-ql": "*", + "mage-os/module-translation": "*", + "mage-os/module-ui": "*", + "mage-os/module-ups": "*", + "mage-os/module-url-rewrite": "*", + "mage-os/module-user": "*", + "mage-os/module-usps": "*", + "mage-os/module-variable": "*", + "mage-os/module-vault": "*", + "mage-os/module-vault-graph-ql": "*", + "mage-os/module-version": "*", + "mage-os/module-webapi": "*", + "mage-os/module-webapi-async": "*", + "mage-os/module-webapi-security": "*", + "mage-os/module-weee": "*", + "mage-os/module-widget": "*", + "mage-os/module-wishlist": "*", + "mage-os/module-wishlist-graph-ql": "*", + "mage-os/module-wishlist-analytics": "*", + "mage-os/theme-adminhtml-backend": "*", + "mage-os/theme-frontend-blank": "*", + "mage-os/theme-frontend-luma": "*", + "mage-os/language-de_de": "*", + "mage-os/language-en_us": "*", + "mage-os/language-es_es": "*", + "mage-os/language-fr_fr": "*", + "mage-os/language-nl_nl": "*", + "mage-os/language-pt_br": "*", + "mage-os/language-zh_hans_cn": "*", + "mage-os/framework": "*", + "mage-os/framework-amqp": "*", + "mage-os/framework-bulk": "*", + "mage-os/framework-message-queue": "*", + "trentrichardson/jquery-timepicker-addon": "1.4.3", + "components/jquery": "1.11.0", + "components/jqueryui": "1.10.4", + "twbs/bootstrap": "3.1.0", + "tinymce/tinymce": "3.4.7", + "mage-os/module-csp": "*", + "mage-os/module-aws-s3": "*", + "mage-os/module-remote-storage": "*", + "mage-os/module-jwt-framework-adapter": "*", + "mage-os/module-jwt-user-token": "*" + }, + "conflict": { + "gene/bluefoot": "*" + }, + "extra": { + "component_paths": { + "trentrichardson/jquery-timepicker-addon": "lib/web/jquery/jquery-ui-timepicker-addon.js", + "components/jquery": [ + "lib/web/jquery.js", + "lib/web/jquery/jquery.min.js" + ], + "components/jqueryui": [ + "lib/web/jquery/jquery-ui.js" + ], + "twbs/bootstrap": [ + "lib/web/jquery/jquery.tabs.js" + ], + "tinymce/tinymce": "lib/web/tiny_mce_5" + } + }, + "autoload": { + "psr-4": { + "Magento\\Framework\\": "lib/internal/Magento/Framework/", + "Magento\\Setup\\": "setup/src/Magento/Setup/", + "Magento\\": "app/code/Magento/" }, - "conflict": { - "gene/bluefoot": "*" + "psr-0": { + "": [ + "app/code/", + "generated/code/" + ] }, - "extra": { - "component_paths": { - "trentrichardson/jquery-timepicker-addon": "lib/web/jquery/jquery-ui-timepicker-addon.js", - "components/jquery": [ - "lib/web/jquery.js", - "lib/web/jquery/jquery.min.js" - ], - "components/jqueryui": [ - "lib/web/jquery/jquery-ui.js" - ], - "twbs/bootstrap": [ - "lib/web/jquery/jquery.tabs.js" - ], - "tinymce/tinymce": "lib/web/tiny_mce_5" - } - }, - "autoload": { - "psr-4": { - "Magento\\Framework\\": "lib/internal/Magento/Framework/", - "Magento\\Setup\\": "setup/src/Magento/Setup/", - "Magento\\": "app/code/Magento/" - }, - "psr-0": { - "": [ - "app/code/", - "generated/code/" - ] - }, - "files": [ - "app/etc/NonComposerComponentRegistration.php" - ], - "exclude-from-classmap": [ - "**/dev/**", - "**/update/**", - "**/Test/**" - ] - }, - "autoload-dev": { - "psr-4": { - "Magento\\Sniffs\\": "dev/tests/static/framework/Magento/Sniffs/", - "Magento\\Tools\\": "dev/tools/Magento/Tools/", - "Magento\\Tools\\Sanity\\": "dev/build/publication/sanity/Magento/Tools/Sanity/", - "Magento\\TestFramework\\Inspection\\": "dev/tests/static/framework/Magento/TestFramework/Inspection/", - "Magento\\TestFramework\\Utility\\": "dev/tests/static/framework/Magento/TestFramework/Utility/", - "Magento\\PhpStan\\": "dev/tests/static/framework/Magento/PhpStan/" - } - }, - "prefer-stable": true -} + "files": [ + "app/etc/NonComposerComponentRegistration.php" + ], + "exclude-from-classmap": [ + "**/dev/**", + "**/update/**", + "**/Test/**" + ] + }, + "autoload-dev": { + "psr-4": { + "Magento\\Sniffs\\": "dev/tests/static/framework/Magento/Sniffs/", + "Magento\\Tools\\": "dev/tools/Magento/Tools/", + "Magento\\Tools\\Sanity\\": "dev/build/publication/sanity/Magento/Tools/Sanity/", + "Magento\\TestFramework\\Inspection\\": "dev/tests/static/framework/Magento/TestFramework/Inspection/", + "Magento\\TestFramework\\Utility\\": "dev/tests/static/framework/Magento/TestFramework/Utility/", + "Magento\\PhpStan\\": "dev/tests/static/framework/Magento/PhpStan/" + } + }, + "prefer-stable": true, + "version": "1.0.5" +} \ No newline at end of file diff --git a/lib/internal/Magento/Framework/Amqp/composer.json b/lib/internal/Magento/Framework/Amqp/composer.json index be6db7efecdf..96e054827149 100644 --- a/lib/internal/Magento/Framework/Amqp/composer.json +++ b/lib/internal/Magento/Framework/Amqp/composer.json @@ -1,25 +1,29 @@ { - "name": "magento/framework-amqp", - "description": "N/A", - "config": { - "sort-packages": true + "name": "mage-os/framework-amqp", + "description": "N/A", + "config": { + "sort-packages": true + }, + "type": "magento2-library", + "license": [ + "OSL-3.0", + "AFL-3.0" + ], + "require": { + "mage-os/framework": "1.0.5", + "php": "~8.1.0||~8.2.0||~8.3.0", + "php-amqplib/php-amqplib": "~3.2.0" + }, + "autoload": { + "psr-4": { + "Magento\\Framework\\Amqp\\": "" }, - "type": "magento2-library", - "license": [ - "OSL-3.0", - "AFL-3.0" - ], - "require": { - "magento/framework": "*", - "php": "~8.1.0||~8.2.0||~8.3.0", - "php-amqplib/php-amqplib": "~3.2.0" - }, - "autoload": { - "psr-4": { - "Magento\\Framework\\Amqp\\": "" - }, - "files": [ - "registration.php" - ] - } -} + "files": [ + "registration.php" + ] + }, + "version": "1.0.5", + "replace": { + "magento/framework-amqp": "100.4.5" + } +} \ No newline at end of file diff --git a/lib/internal/Magento/Framework/Bulk/composer.json b/lib/internal/Magento/Framework/Bulk/composer.json index 0d824e5464b9..e82101e7b2e5 100644 --- a/lib/internal/Magento/Framework/Bulk/composer.json +++ b/lib/internal/Magento/Framework/Bulk/composer.json @@ -1,24 +1,28 @@ { - "name": "magento/framework-bulk", - "description": "N/A", - "config": { - "sort-packages": true + "name": "mage-os/framework-bulk", + "description": "N/A", + "config": { + "sort-packages": true + }, + "type": "magento2-library", + "license": [ + "OSL-3.0", + "AFL-3.0" + ], + "require": { + "mage-os/framework": "1.0.5", + "php": "~8.1.0||~8.2.0||~8.3.0" + }, + "autoload": { + "psr-4": { + "Magento\\Framework\\Bulk\\": "" }, - "type": "magento2-library", - "license": [ - "OSL-3.0", - "AFL-3.0" - ], - "require": { - "magento/framework": "*", - "php": "~8.1.0||~8.2.0||~8.3.0" - }, - "autoload": { - "psr-4": { - "Magento\\Framework\\Bulk\\": "" - }, - "files": [ - "registration.php" - ] - } -} + "files": [ + "registration.php" + ] + }, + "version": "1.0.5", + "replace": { + "magento/framework-bulk": "101.0.3" + } +} \ No newline at end of file diff --git a/lib/internal/Magento/Framework/MessageQueue/composer.json b/lib/internal/Magento/Framework/MessageQueue/composer.json index cf4dca4d89af..936a5fd27b28 100644 --- a/lib/internal/Magento/Framework/MessageQueue/composer.json +++ b/lib/internal/Magento/Framework/MessageQueue/composer.json @@ -1,24 +1,28 @@ { - "name": "magento/framework-message-queue", - "description": "N/A", - "config": { - "sort-packages": true + "name": "mage-os/framework-message-queue", + "description": "N/A", + "config": { + "sort-packages": true + }, + "type": "magento2-library", + "license": [ + "OSL-3.0", + "AFL-3.0" + ], + "require": { + "mage-os/framework": "1.0.5", + "php": "~8.1.0||~8.2.0||~8.3.0" + }, + "autoload": { + "psr-4": { + "Magento\\Framework\\MessageQueue\\": "" }, - "type": "magento2-library", - "license": [ - "OSL-3.0", - "AFL-3.0" - ], - "require": { - "magento/framework": "*", - "php": "~8.1.0||~8.2.0||~8.3.0" - }, - "autoload": { - "psr-4": { - "Magento\\Framework\\MessageQueue\\": "" - }, - "files": [ - "registration.php" - ] - } -} + "files": [ + "registration.php" + ] + }, + "version": "1.0.5", + "replace": { + "magento/framework-message-queue": "100.4.7" + } +} \ No newline at end of file diff --git a/lib/internal/Magento/Framework/composer.json b/lib/internal/Magento/Framework/composer.json index 8d7b187874ef..b4241a8ad2ff 100644 --- a/lib/internal/Magento/Framework/composer.json +++ b/lib/internal/Magento/Framework/composer.json @@ -1,75 +1,79 @@ { - "name": "magento/framework", - "description": "N/A", - "type": "magento2-library", - "license": [ - "OSL-3.0", - "AFL-3.0" - ], - "config": { - "sort-packages": true + "name": "mage-os/framework", + "description": "N/A", + "type": "magento2-library", + "license": [ + "OSL-3.0", + "AFL-3.0" + ], + "config": { + "sort-packages": true + }, + "require": { + "php": "~8.1.0||~8.2.0||~8.3.0", + "ext-bcmath": "*", + "ext-curl": "*", + "ext-dom": "*", + "ext-gd": "*", + "ext-hash": "*", + "ext-iconv": "*", + "ext-intl": "*", + "ext-openssl": "*", + "ext-simplexml": "*", + "ext-sodium": "*", + "ext-xsl": "*", + "lib-libxml": "*", + "colinmollenhour/php-redis-session-abstract": "^1.5", + "composer/composer": "^2.0, !=2.2.16", + "ezyang/htmlpurifier": "^4.17", + "guzzlehttp/guzzle": "^7.5", + "laminas/laminas-code": "^4.13", + "laminas/laminas-escaper": "^2.13", + "laminas/laminas-file": "^2.13", + "laminas/laminas-filter": "^2.33", + "laminas/laminas-http": "^2.15", + "laminas/laminas-i18n": "^2.17", + "laminas/laminas-mail": "^2.16", + "laminas/laminas-mime": "^2.9", + "laminas/laminas-permissions-acl": "^2.10", + "laminas/laminas-stdlib": "^3.11", + "laminas/laminas-oauth": "^2.6", + "laminas/laminas-uri": "^2.9", + "laminas/laminas-validator": "^2.23", + "mage-os/composer-dependency-version-audit-plugin": "1.0.5", + "mage-os/zend-cache": "1.0.5", + "mage-os/zend-db": "1.0.5", + "mage-os/zend-pdf": "1.0.5", + "monolog/monolog": "^2.7", + "psr/log": "^2 || ^3", + "ramsey/uuid": "^4.2", + "symfony/console": "^6.4", + "symfony/intl": "^6.4", + "symfony/process": "^6.4", + "tedivm/jshrink": "^1.4", + "webonyx/graphql-php": "^15.0", + "wikimedia/less.php": "^3.2" + }, + "archive": { + "exclude": [ + "Amqp", + "Bulk", + "MessageQueue" + ] + }, + "suggest": { + "ext-imagick": "Use Image Magick >=3.0.0 as an optional alternative image processing library" + }, + "autoload": { + "psr-4": { + "Magento\\Framework\\": "" }, - "require": { - "php": "~8.1.0||~8.2.0||~8.3.0", - "ext-bcmath": "*", - "ext-curl": "*", - "ext-dom": "*", - "ext-gd": "*", - "ext-hash": "*", - "ext-iconv": "*", - "ext-intl": "*", - "ext-openssl": "*", - "ext-simplexml": "*", - "ext-sodium": "*", - "ext-xsl": "*", - "lib-libxml": "*", - "colinmollenhour/php-redis-session-abstract": "^1.5", - "composer/composer": "^2.0, !=2.2.16", - "ezyang/htmlpurifier": "^4.17", - "guzzlehttp/guzzle": "^7.5", - "laminas/laminas-code": "^4.13", - "laminas/laminas-escaper": "^2.13", - "laminas/laminas-file": "^2.13", - "laminas/laminas-filter": "^2.33", - "laminas/laminas-http": "^2.15", - "laminas/laminas-i18n": "^2.17", - "laminas/laminas-mail": "^2.16", - "laminas/laminas-mime": "^2.9", - "laminas/laminas-permissions-acl": "^2.10", - "laminas/laminas-stdlib": "^3.11", - "laminas/laminas-oauth": "^2.6", - "laminas/laminas-uri": "^2.9", - "laminas/laminas-validator": "^2.23", - "magento/composer-dependency-version-audit-plugin": "^0.1", - "magento/zend-cache": "^1.16", - "magento/zend-db": "^1.16", - "magento/zend-pdf": "^1.16", - "monolog/monolog": "^2.7", - "psr/log": "^2 || ^3", - "ramsey/uuid": "^4.2", - "symfony/console": "^6.4", - "symfony/intl": "^6.4", - "symfony/process": "^6.4", - "tedivm/jshrink": "^1.4", - "webonyx/graphql-php": "^15.0", - "wikimedia/less.php": "^3.2" - }, - "archive": { - "exclude": [ - "Amqp", - "Bulk", - "MessageQueue" - ] - }, - "suggest": { - "ext-imagick": "Use Image Magick >=3.0.0 as an optional alternative image processing library" - }, - "autoload": { - "psr-4": { - "Magento\\Framework\\": "" - }, - "files": [ - "registration.php" - ] - } -} + "files": [ + "registration.php" + ] + }, + "version": "1.0.5", + "replace": { + "magento/framework": "103.0.7-p3" + } +} \ No newline at end of file