Skip to content

Commit 8a0944c

Browse files
Merge pull request #29 from magento-cia/2.4.4-develop-2.4-develop-sync-122021
Sync of 2.4.4-develop with 2.4-develop
2 parents 2a2965a + 4768b43 commit 8a0944c

File tree

25 files changed

+21
-46
lines changed

25 files changed

+21
-46
lines changed

app/code/Magento/BundleSampleData/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "magento/module-bundle-sample-data",
33
"description": "N/A",
44
"require": {
5-
"php": "~7.4.0||~8.0.0",
5+
"php": "~7.4.0||~8.0.0||~8.1.0",
66
"magento/framework": "*",
77
"magento/module-bundle": "*",
88
"magento/module-catalog-sample-data": "*",

app/code/Magento/CatalogRuleSampleData/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "magento/module-catalog-rule-sample-data",
33
"description": "N/A",
44
"require": {
5-
"php": "~7.4.0||~8.0.0",
5+
"php": "~7.4.0||~8.0.0||~8.1.0",
66
"magento/framework": "*",
77
"magento/module-catalog-rule": "*",
88
"magento/module-store": "*",

app/code/Magento/CatalogSampleData/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "magento/module-catalog-sample-data",
33
"description": "N/A",
44
"require": {
5-
"php": "~7.4.0||~8.0.0",
5+
"php": "~7.4.0||~8.0.0||~8.1.0",
66
"magento/framework": "*",
77
"magento/module-store": "*",
88
"magento/module-eav": "*",

app/code/Magento/CmsSampleData/Setup/Installer.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,6 @@ public function install()
6060
$this->block->install(
6161
[
6262
'Magento_CmsSampleData::fixtures/blocks/categories_static_blocks.csv',
63-
'Magento_CmsSampleData::fixtures/blocks/categories_static_blocks_giftcard.csv',
6463
'Magento_CmsSampleData::fixtures/blocks/pages_static_blocks.csv',
6564
]
6665
);

app/code/Magento/CmsSampleData/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "magento/module-cms-sample-data",
33
"description": "N/A",
44
"require": {
5-
"php": "~7.4.0||~8.0.0",
5+
"php": "~7.4.0||~8.0.0||~8.1.0",
66
"magento/framework": "*",
77
"magento/module-cms": "*",
88
"magento/module-theme-sample-data": "*",

app/code/Magento/CmsSampleData/etc/module.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@
1414
<module name="Magento_BundleSampleData"/>
1515
<module name="Magento_ConfigurableSampleData"/>
1616
<module name="Magento_GroupedProductSampleData"/>
17-
<module name="Magento_GiftCardSampleData"/>
1817
<module name="Magento_ThemeSampleData"/>
1918
</sequence>
2019
</module>

app/code/Magento/CmsSampleData/fixtures/blocks/categories_static_blocks_giftcard.csv

Lines changed: 0 additions & 21 deletions
This file was deleted.

app/code/Magento/ConfigurableSampleData/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "magento/module-configurable-sample-data",
33
"description": "N/A",
44
"require": {
5-
"php": "~7.4.0||~8.0.0",
5+
"php": "~7.4.0||~8.0.0||~8.1.0",
66
"magento/framework": "*",
77
"magento/module-configurable-product": "*",
88
"magento/module-product-links-sample-data": "*",

app/code/Magento/CustomerSampleData/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "magento/module-customer-sample-data",
33
"description": "N/A",
44
"require": {
5-
"php": "~7.4.0||~8.0.0",
5+
"php": "~7.4.0||~8.0.0||~8.1.0",
66
"magento/framework": "*",
77
"magento/module-customer": "*",
88
"magento/module-directory": "*",

app/code/Magento/DownloadableSampleData/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "magento/module-downloadable-sample-data",
33
"description": "N/A",
44
"require": {
5-
"php": "~7.4.0||~8.0.0",
5+
"php": "~7.4.0||~8.0.0||~8.1.0",
66
"magento/framework": "*",
77
"magento/module-catalog-sample-data": "*",
88
"magento/module-downloadable": "*",

0 commit comments

Comments
 (0)