Skip to content

Commit d88f7da

Browse files
committed
MDEE-37: Eliminate wrong dependency
1 parent af542ba commit d88f7da

File tree

3 files changed

+6
-5
lines changed

3 files changed

+6
-5
lines changed

ProductVariantDataExporter/Test/Integration/ConfigurableProductVariantsTest.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
namespace Magento\ProductVariantDataExporter\Test\Integration;
99

10-
use Magento\ConfigurableProductDataExporter\Model\Provider\Product\ProductVariants\ConfigurableId;
10+
use Magento\ProductVariantDataExporter\Model\Provider\ProductVariants\ConfigurableId;
1111
use RuntimeException;
1212
use Throwable;
1313

ProductVariantDataExporter/composer.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@
1717
"require": {
1818
"php": "~7.1.3||~7.2.0||~7.3.0||~7.4.0",
1919
"magento/framework": ">=102.0.2",
20-
"magento/module-data-exporter": "self.version"
21-
},
22-
"suggest": {
23-
"magento/module-catalog": ">=103.0.2"
20+
"magento/module-data-exporter": "self.version",
21+
"magento/module-catalog": ">=103.0.2",
22+
"magento/module-configurable-product": ">=100.3.2",
23+
"magento/module-eav": ">=102.0.2"
2424
}
2525
}

_metapackage/composer.json

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"name": "magento/commerce-data-export",
33
"description": "Commerce data export tool",
4+
"_comment": "Minimum Magento version is 2.3.2",
45
"license": [
56
"OSL-3.0",
67
"AFL-3.0"

0 commit comments

Comments
 (0)