Skip to content

Commit a04d2f9

Browse files
authoredJan 27, 2021
Merge pull request #7 from Vendic/master
Support for Magento 2.4
2 parents 02aae92 + af48ce0 commit a04d2f9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed
 

‎composer.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
"description": "Add descriptions to your product attributes.",
44
"require": {
55
"php": "^7.1.0",
6-
"magento/module-store": "100.2.*|101.0.*",
7-
"magento/module-eav": "101.0.*|102.0.*",
8-
"magento/module-catalog": "102.0.*|103.0.*"
6+
"magento/module-store": "100.2.*|101.0.*|101.1.*",
7+
"magento/module-eav": "101.0.*|102.0.*|102.1.*",
8+
"magento/module-catalog": "102.0.*|103.0.*|104.0.*"
99
},
1010
"type": "magento2-module",
1111
"license": [

0 commit comments

Comments
 (0)
Please sign in to comment.