Skip to content

Commit

Permalink
Magento Release 2.4.5-p10
Browse files Browse the repository at this point in the history
  • Loading branch information
magento packaging service committed Oct 3, 2024
1 parent d1ff71f commit a43cac1
Show file tree
Hide file tree
Showing 20 changed files with 194 additions and 154 deletions.
20 changes: 11 additions & 9 deletions app/code/Magento/BundleSampleData/composer.json
Original file line number Diff line number Diff line change
@@ -1,20 +1,21 @@
{
"name": "magento/module-bundle-sample-data",
"description": "N/A",
"require": {
"php": "~7.4.0||~8.1.0",
"magento/framework": "*",
"magento/module-bundle": "*",
"magento/module-catalog-sample-data": "*",
"magento/module-store": "*",
"magento/module-catalog": "*",
"magento/module-eav": "*"
},
"type": "magento2-module",
"license": [
"OSL-3.0",
"AFL-3.0"
],
"version": "100.4.1",
"require": {
"php": "~7.4.0||~8.1.0",
"magento/framework": "103.0.*",
"magento/module-bundle": "101.0.*",
"magento/module-catalog-sample-data": "100.4.*",
"magento/module-store": "101.1.*",
"magento/module-catalog": "104.0.*",
"magento/module-eav": "102.1.*"
},
"autoload": {
"files": [
"registration.php"
Expand All @@ -24,3 +25,4 @@
}
}
}

18 changes: 10 additions & 8 deletions app/code/Magento/CatalogRuleSampleData/composer.json
Original file line number Diff line number Diff line change
@@ -1,19 +1,20 @@
{
"name": "magento/module-catalog-rule-sample-data",
"description": "N/A",
"require": {
"php": "~7.4.0||~8.1.0",
"magento/framework": "*",
"magento/module-catalog-rule": "*",
"magento/module-store": "*",
"magento/module-customer": "*",
"magento/module-catalog": "*"
},
"type": "magento2-module",
"license": [
"OSL-3.0",
"AFL-3.0"
],
"version": "100.4.1",
"require": {
"php": "~7.4.0||~8.1.0",
"magento/framework": "103.0.*",
"magento/module-catalog-rule": "101.2.*",
"magento/module-store": "101.1.*",
"magento/module-customer": "103.0.*",
"magento/module-catalog": "104.0.*"
},
"autoload": {
"files": [
"registration.php"
Expand All @@ -23,3 +24,4 @@
}
}
}

16 changes: 9 additions & 7 deletions app/code/Magento/CatalogSampleData/composer.json
Original file line number Diff line number Diff line change
@@ -1,18 +1,19 @@
{
"name": "magento/module-catalog-sample-data",
"description": "N/A",
"require": {
"php": "~7.4.0||~8.1.0",
"magento/framework": "*",
"magento/module-store": "*",
"magento/module-eav": "*",
"magento/module-catalog": "*"
},
"type": "magento2-module",
"license": [
"OSL-3.0",
"AFL-3.0"
],
"version": "100.4.1",
"require": {
"php": "~7.4.0||~8.1.0",
"magento/framework": "103.0.*",
"magento/module-store": "101.1.*",
"magento/module-eav": "102.1.*",
"magento/module-catalog": "104.0.*"
},
"autoload": {
"files": [
"registration.php"
Expand All @@ -22,3 +23,4 @@
}
}
}

22 changes: 12 additions & 10 deletions app/code/Magento/CmsSampleData/composer.json
Original file line number Diff line number Diff line change
@@ -1,21 +1,22 @@
{
"name": "magento/module-cms-sample-data",
"description": "N/A",
"require": {
"php": "~7.4.0||~8.1.0",
"magento/framework": "*",
"magento/module-cms": "*",
"magento/module-theme-sample-data": "*",
"magento/module-catalog-sample-data": "*",
"magento/module-catalog": "*",
"magento/module-store": "*",
"magento/module-eav": "*"
},
"type": "magento2-module",
"license": [
"OSL-3.0",
"AFL-3.0"
],
"version": "100.4.1",
"require": {
"php": "~7.4.0||~8.1.0",
"magento/framework": "103.0.*",
"magento/module-cms": "104.0.*",
"magento/module-theme-sample-data": "100.4.*",
"magento/module-catalog-sample-data": "100.4.*",
"magento/module-catalog": "104.0.*",
"magento/module-store": "101.1.*",
"magento/module-eav": "102.1.*"
},
"autoload": {
"files": [
"registration.php"
Expand All @@ -25,3 +26,4 @@
}
}
}

24 changes: 13 additions & 11 deletions app/code/Magento/ConfigurableSampleData/composer.json
Original file line number Diff line number Diff line change
@@ -1,22 +1,23 @@
{
"name": "magento/module-configurable-sample-data",
"description": "N/A",
"require": {
"php": "~7.4.0||~8.1.0",
"magento/framework": "*",
"magento/module-configurable-product": "*",
"magento/module-product-links-sample-data": "*",
"magento/module-indexer": "*",
"magento/module-catalog-sample-data": "*",
"magento/module-import-export": "*",
"magento/module-eav": "*",
"magento/module-catalog": "*"
},
"type": "magento2-module",
"license": [
"OSL-3.0",
"AFL-3.0"
],
"version": "100.4.1",
"require": {
"php": "~7.4.0||~8.1.0",
"magento/framework": "103.0.*",
"magento/module-configurable-product": "100.4.*",
"magento/module-product-links-sample-data": "100.4.*",
"magento/module-indexer": "100.4.*",
"magento/module-catalog-sample-data": "100.4.*",
"magento/module-import-export": "101.0.*",
"magento/module-eav": "102.1.*",
"magento/module-catalog": "104.0.*"
},
"autoload": {
"files": [
"registration.php"
Expand All @@ -26,3 +27,4 @@
}
}
}

16 changes: 9 additions & 7 deletions app/code/Magento/CustomerSampleData/composer.json
Original file line number Diff line number Diff line change
@@ -1,18 +1,19 @@
{
"name": "magento/module-customer-sample-data",
"description": "N/A",
"require": {
"php": "~7.4.0||~8.1.0",
"magento/framework": "*",
"magento/module-customer": "*",
"magento/module-directory": "*",
"magento/module-store": "*"
},
"type": "magento2-module",
"license": [
"OSL-3.0",
"AFL-3.0"
],
"version": "100.4.1",
"require": {
"php": "~7.4.0||~8.1.0",
"magento/framework": "103.0.*",
"magento/module-customer": "103.0.*",
"magento/module-directory": "100.4.*",
"magento/module-store": "101.1.*"
},
"autoload": {
"files": [
"registration.php"
Expand All @@ -22,3 +23,4 @@
}
}
}

20 changes: 11 additions & 9 deletions app/code/Magento/DownloadableSampleData/composer.json
Original file line number Diff line number Diff line change
@@ -1,20 +1,21 @@
{
"name": "magento/module-downloadable-sample-data",
"description": "N/A",
"require": {
"php": "~7.4.0||~8.1.0",
"magento/framework": "*",
"magento/module-catalog-sample-data": "*",
"magento/module-downloadable": "*",
"magento/module-store": "*",
"magento/module-eav": "*",
"magento/module-catalog": "*"
},
"type": "magento2-module",
"license": [
"OSL-3.0",
"AFL-3.0"
],
"version": "100.4.1",
"require": {
"php": "~7.4.0||~8.1.0",
"magento/framework": "103.0.*",
"magento/module-catalog-sample-data": "100.4.*",
"magento/module-downloadable": "100.4.*",
"magento/module-store": "101.1.*",
"magento/module-eav": "102.1.*",
"magento/module-catalog": "104.0.*"
},
"autoload": {
"files": [
"registration.php"
Expand All @@ -24,3 +25,4 @@
}
}
}

20 changes: 11 additions & 9 deletions app/code/Magento/GroupedProductSampleData/composer.json
Original file line number Diff line number Diff line change
@@ -1,20 +1,21 @@
{
"name": "magento/module-grouped-product-sample-data",
"description": "N/A",
"require": {
"php": "~7.4.0||~8.1.0",
"magento/framework": "*",
"magento/module-catalog-sample-data": "*",
"magento/module-grouped-product": "*",
"magento/module-store": "*",
"magento/module-catalog": "*",
"magento/module-eav": "*"
},
"type": "magento2-module",
"license": [
"OSL-3.0",
"AFL-3.0"
],
"version": "100.4.1",
"require": {
"php": "~7.4.0||~8.1.0",
"magento/framework": "103.0.*",
"magento/module-catalog-sample-data": "100.4.*",
"magento/module-grouped-product": "100.4.*",
"magento/module-store": "101.1.*",
"magento/module-catalog": "104.0.*",
"magento/module-eav": "102.1.*"
},
"autoload": {
"files": [
"registration.php"
Expand All @@ -24,3 +25,4 @@
}
}
}

16 changes: 9 additions & 7 deletions app/code/Magento/MsrpSampleData/composer.json
Original file line number Diff line number Diff line change
@@ -1,18 +1,19 @@
{
"name": "magento/module-msrp-sample-data",
"description": "N/A",
"require": {
"php": "~7.4.0||~8.1.0",
"magento/framework": "*",
"magento/module-msrp": "*",
"magento/module-customer": "*",
"magento/module-catalog": "*"
},
"type": "magento2-module",
"license": [
"OSL-3.0",
"AFL-3.0"
],
"version": "100.4.1",
"require": {
"php": "~7.4.0||~8.1.0",
"magento/framework": "103.0.*",
"magento/module-msrp": "100.4.*",
"magento/module-customer": "103.0.*",
"magento/module-catalog": "104.0.*"
},
"autoload": {
"files": [
"registration.php"
Expand All @@ -22,3 +23,4 @@
}
}
}

18 changes: 10 additions & 8 deletions app/code/Magento/OfflineShippingSampleData/composer.json
Original file line number Diff line number Diff line change
@@ -1,19 +1,20 @@
{
"name": "magento/module-offline-shipping-sample-data",
"description": "N/A",
"require": {
"php": "~7.4.0||~8.1.0",
"magento/framework": "*",
"magento/module-offline-shipping": "*",
"magento/module-directory": "*",
"magento/module-config": "*",
"magento/module-store": "*"
},
"type": "magento2-module",
"license": [
"OSL-3.0",
"AFL-3.0"
],
"version": "100.4.1",
"require": {
"php": "~7.4.0||~8.1.0",
"magento/framework": "103.0.*",
"magento/module-offline-shipping": "100.4.*",
"magento/module-directory": "100.4.*",
"magento/module-config": "101.2.*",
"magento/module-store": "101.1.*"
},
"autoload": {
"files": [
"registration.php"
Expand All @@ -23,3 +24,4 @@
}
}
}

12 changes: 7 additions & 5 deletions app/code/Magento/ProductLinksSampleData/composer.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,17 @@
{
"name": "magento/module-product-links-sample-data",
"description": "N/A",
"require": {
"php": "~7.4.0||~8.1.0",
"magento/framework": "*",
"magento/module-catalog": "*"
},
"type": "magento2-module",
"license": [
"OSL-3.0",
"AFL-3.0"
],
"version": "100.4.1",
"require": {
"php": "~7.4.0||~8.1.0",
"magento/framework": "103.0.*",
"magento/module-catalog": "104.0.*"
},
"autoload": {
"files": [
"registration.php"
Expand All @@ -20,3 +21,4 @@
}
}
}

Loading

0 comments on commit a43cac1

Please sign in to comment.