-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathcomposer.json
35 lines (35 loc) · 1011 Bytes
/
composer.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
{
"name": "magevision/module-admin-category-product-thumbnail",
"description": "Admin Category Product Thumbnail Extension for Magento 2",
"keywords": ["Magento 2", "Admin Category", "Product Thumbnail", "Products in Category", "Magento Backend"],
"require": {
"php": "~7.3.0||~7.4.0||~8.1.0||~8.2.0||~8.3.0",
"magento/framework": "103.0.*",
"magento/module-backend": "102.0.*",
"magento/module-catalog": "104.0.*"
},
"type": "magento2-module",
"version": "2.4.4",
"license": [
"OSL-3.0",
"AFL-3.0"
],
"autoload": {
"files": [
"registration.php"
],
"psr-4": {
"MageVision\\AdminCategoryProductThumbnail\\": ""
}
},
"authors": [
{
"name": "MageVision Team",
"homepage": "https://www.magevision.com/",
"email": "info@magevision.com"
}
],
"support": {
"email": "support@magevision.com"
}
}