-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathcomposer.json
37 lines (37 loc) · 1.04 KB
/
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
{
"name": "redmonks/module-magento2-hyva-sales-grids",
"description": "Implementation of sales grids using hyva-themes/module-magento2-admin",
"require": {
"hyva-themes/module-magento2-admin": ">=1.1.2"
},
"type": "magento2-module",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "RedMonks",
"email": "[email protected]",
"homepage": "https://redchamps.com/",
"role": "maintainer"
},
{
"name": "Ravinder",
"email": "[email protected]",
"homepage": "https://twitter.com/_iamRav",
"role": "maintainer"
}
],
"support": {
"source": "https://github.com/redmonks/magento2-module-hyva-admin-sales-grids/",
"issues": "https://github.com/redmonks/magento2-module-hyva-admin-sales-grids/issues/"
},
"autoload": {
"files": [
"registration.php"
],
"psr-4": {
"RedMonks\\HyvaSalesGrids\\": ""
}
}
}