Skip to content

Commit

Permalink
Release 1.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
mage-os-ci committed Nov 5, 2024
1 parent c7fc5db commit 81259b2
Show file tree
Hide file tree
Showing 235 changed files with 7,445 additions and 6,508 deletions.
58 changes: 31 additions & 27 deletions app/code/Magento/AdminAnalytics/composer.json
Original file line number Diff line number Diff line change
@@ -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"
}
}
58 changes: 31 additions & 27 deletions app/code/Magento/AdminNotification/composer.json
Original file line number Diff line number Diff line change
@@ -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"
}
}
62 changes: 33 additions & 29 deletions app/code/Magento/AdvancedPricingImportExport/composer.json
Original file line number Diff line number Diff line change
@@ -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"
}
}
60 changes: 32 additions & 28 deletions app/code/Magento/AdvancedSearch/composer.json
Original file line number Diff line number Diff line change
@@ -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"
}
}
50 changes: 27 additions & 23 deletions app/code/Magento/Amqp/composer.json
Original file line number Diff line number Diff line change
@@ -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"
}
}
48 changes: 26 additions & 22 deletions app/code/Magento/Analytics/composer.json
Original file line number Diff line number Diff line change
@@ -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"
}
}
10 changes: 7 additions & 3 deletions app/code/Magento/ApplicationPerformanceMonitor/composer.json
Original file line number Diff line number Diff line change
@@ -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",
Expand All @@ -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"
}
}
}
Loading

0 comments on commit 81259b2

Please sign in to comment.