File tree 3 files changed +6
-5
lines changed
ProductVariantDataExporter
3 files changed +6
-5
lines changed Original file line number Diff line number Diff line change 7
7
8
8
namespace Magento \ProductVariantDataExporter \Test \Integration ;
9
9
10
- use Magento \ConfigurableProductDataExporter \Model \Provider \ Product \ProductVariants \ConfigurableId ;
10
+ use Magento \ProductVariantDataExporter \Model \Provider \ProductVariants \ConfigurableId ;
11
11
use RuntimeException ;
12
12
use Throwable ;
13
13
Original file line number Diff line number Diff line change 17
17
"require" : {
18
18
"php" : " ~7.1.3||~7.2.0||~7.3.0||~7.4.0" ,
19
19
"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"
24
24
}
25
25
}
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " magento/commerce-data-export" ,
3
3
"description" : " Commerce data export tool" ,
4
+ "_comment" : " Minimum Magento version is 2.3.2" ,
4
5
"license" : [
5
6
" OSL-3.0" ,
6
7
" AFL-3.0"
You can’t perform that action at this time.
0 commit comments