Skip to content

Commit 9a562c9

Browse files
authoredFeb 14, 2024
MDEE-690: add compatibility with PHP 8.3 (#394)
1 parent 27b00d2 commit 9a562c9

File tree

16 files changed

+16
-16
lines changed

16 files changed

+16
-16
lines changed
 

‎BundleProductDataExporter/composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
}
1616
},
1717
"require": {
18-
"php": "~8.1.0||~8.2.0",
18+
"php": "~8.1.0||~8.2.0||~8.3.0",
1919
"magento/framework": ">=103.0.4",
2020
"magento/module-eav": ">=102.1.4",
2121
"magento/module-store": ">=101.1.4",

‎CatalogDataExporter/composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
}
1616
},
1717
"require": {
18-
"php": "~8.1.0||~8.2.0",
18+
"php": "~8.1.0||~8.2.0||~8.3.0",
1919
"magento/framework": ">=103.0.4",
2020
"magento/module-catalog": ">=104.0.4",
2121
"magento/module-eav": ">=102.1.4",

‎CatalogInventoryDataExporter/composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"magento/module-inventory-sales": ">=1.3.0"
2222
},
2323
"require": {
24-
"php": "~8.1.0||~8.2.0",
24+
"php": "~8.1.0||~8.2.0||~8.3.0",
2525
"magento/framework": ">=103.0.4",
2626
"magento/module-catalog-inventory": ">=100.4.4",
2727
"magento/module-indexer": ">=100.4.4",

‎CatalogUrlRewriteDataExporter/composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
}
1616
},
1717
"require": {
18-
"php": "~8.1.0||~8.2.0",
18+
"php": "~8.1.0||~8.2.0||~8.3.0",
1919
"magento/framework": ">=103.0.4",
2020
"magento/module-url-rewrite": ">=102.0.3",
2121
"magento/module-store": ">=101.1.4",

‎ConfigurableProductDataExporter/composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
}
1616
},
1717
"require": {
18-
"php": "~8.1.0||~8.2.0",
18+
"php": "~8.1.0||~8.2.0||~8.3.0",
1919
"magento/framework": ">=103.0.4",
2020
"magento/module-configurable-product": ">=100.4.4",
2121
"magento/module-swatches": ">=100.4.4",

‎ConfigurationDataExporter/composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
}
1616
},
1717
"require": {
18-
"php": "~8.1.0||~8.2.0",
18+
"php": "~8.1.0||~8.2.0||~8.3.0",
1919
"magento/framework": ">=103.0.4",
2020
"magento/framework-message-queue": ">=100.4.4",
2121
"magento/module-config": ">=101.2.4",

‎DataExporter/composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
}
1616
},
1717
"require": {
18-
"php": "~8.1.0||~8.2.0",
18+
"php": "~8.1.0||~8.2.0||~8.3.0",
1919
"magento/framework": ">=103.0.4",
2020
"magento/module-analytics": ">=100.4.4",
2121
"magento/module-query-xml": "self.version",

‎InventoryDataExporter/composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
}
1616
},
1717
"require": {
18-
"php": "~8.1.0||~8.2.0",
18+
"php": "~8.1.0||~8.2.0||~8.3.0",
1919
"magento/framework": ">=103.0.4",
2020
"magento/module-catalog-inventory": ">=100.4.4",
2121
"magento/module-catalog": ">=104.0.4",

‎ParentProductDataExporter/composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
}
1616
},
1717
"require": {
18-
"php": "~8.1.0||~8.2.0",
18+
"php": "~8.1.0||~8.2.0||~8.3.0",
1919
"magento/framework": ">=103.0.4",
2020
"magento/module-catalog": ">=104.0.4",
2121
"magento/module-store": ">=101.1.4",

‎ProductPriceDataExporter/composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
}
1616
},
1717
"require": {
18-
"php": "~8.1.0||~8.2.0",
18+
"php": "~8.1.0||~8.2.0||~8.3.0",
1919
"magento/framework": ">=103.0.4",
2020
"magento/module-eav": ">=102.1.4",
2121
"magento/module-store": ">=101.1.4",

‎ProductReviewDataExporter/composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
}
1616
},
1717
"require": {
18-
"php": "~8.1.0||~8.2.0",
18+
"php": "~8.1.0||~8.2.0||~8.3.0",
1919
"magento/framework": ">=103.0.4",
2020
"magento/module-review": ">=100.4.4",
2121
"magento/module-store": ">=101.1.4",

‎ProductVariantDataExporter/composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
}
1616
},
1717
"require": {
18-
"php": "~8.1.0||~8.2.0",
18+
"php": "~8.1.0||~8.2.0||~8.3.0",
1919
"magento/framework": ">=103.0.4",
2020
"magento/module-data-exporter": "self.version",
2121
"magento/module-catalog": ">=104.0.4",

‎QueryXml/composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
}
1616
},
1717
"require": {
18-
"php": "~8.1.0||~8.2.0",
18+
"php": "~8.1.0||~8.2.0||~8.3.0",
1919
"magento/framework": ">=103.0.4",
2020
"magento/module-analytics": ">=100.4.4"
2121
}

‎SalesOrdersDataExporter/composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
}
1919
},
2020
"require": {
21-
"php": "~8.1.0||~8.2.0",
21+
"php": "~8.1.0||~8.2.0||~8.3.0",
2222
"magento/framework": ">=103.0.4",
2323
"magento/module-catalog": ">=104.0.4",
2424
"magento/module-configurable-product": ">=100.4.4",

‎ScopesDataExporter/composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
}
1616
},
1717
"require": {
18-
"php": "~8.1.0||~8.2.0",
18+
"php": "~8.1.0||~8.2.0||~8.3.0",
1919
"magento/framework": ">=103.0.4",
2020
"magento/module-data-exporter": "self.version"
2121
}

‎_metapackage/composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
],
99
"type": "metapackage",
1010
"require": {
11-
"php": "~8.1.0||~8.2.0",
11+
"php": "~8.1.0||~8.2.0||~8.3.0",
1212
"magento/module-bundle-product-data-exporter": "self.version",
1313
"magento/module-catalog-data-exporter": "self.version",
1414
"magento/module-catalog-inventory-data-exporter": "self.version",

0 commit comments

Comments
 (0)