-
Notifications
You must be signed in to change notification settings - Fork 21
/
Copy pathcomposer.json
38 lines (38 loc) · 1018 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
36
37
38
{
"name": "faonni/module-smart-category",
"description": "SmartCategory module is a base of Smart Categories functionality.",
"type": "magento2-module",
"version": "2.4.2",
"authors": [
{
"name": "Karliuka Vitalii",
"email": "[email protected]"
}
],
"license": [
"OSL-3.0"
],
"require": {
"magento/module-backend": "102.0.*",
"magento/module-catalog": "104.0.*",
"magento/module-config": "101.2.*",
"magento/module-eav": "102.1.*",
"magento/module-rule": "100.4.*",
"magento/module-store": "101.1.*",
"magento/module-ui": "101.2.*"
},
"conflict": {
"magento/magento2-ee-base": "*"
},
"suggest": {
"faonni/module-smart-category-configurable": "Smart Category Configurable"
},
"autoload": {
"files": [
"registration.php"
],
"psr-4": {
"Faonni\\SmartCategory\\": ""
}
}
}