-
Notifications
You must be signed in to change notification settings - Fork 8
/
composer.json
34 lines (34 loc) · 847 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
{
"name": "elastomatic/magento2-sortcatalogwidget",
"description": "Module that adds the option to sort by attribute in a catalogwidget",
"license": "MIT",
"type": "magento2-module",
"version": "1.0.0",
"authors": [
{
"email": "[email protected]",
"name": "Rian Orie",
"homepage": "https://elastomatic.com",
"role": "Leader"
}
],
"minimum-stability": "dev",
"require": {
"magento/module-catalog-widget": "^100.2.0"
},
"keywords": [
"magento 2",
"magento 2 widget",
"magento 2 catalog widget",
"catalog widget",
"sort widget"
],
"autoload": {
"psr-4": {
"Elastomatic\\SortCatalogWidget\\": ""
},
"files": [
"registration.php"
]
}
}