-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
35 lines (35 loc) · 860 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": "vs7/magento2-module-promomassactions",
"type": "magento2-module",
"version":"0.1.0",
"license": "OSL-3.0",
"description": "VS7 Promo Mass Actions for Magento2 for Sales Promo Quote admin grid.",
"keywords": [
"magento",
"magento2",
"vs7",
"promo",
"sales",
"rule",
"massactions"
],
"authors": [
{
"name": "VS7, Vladislav Gevlich",
"email": "vs7develop@gmail.com",
"homepage": "https://vs7.io"
}
],
"homepage": "https://github.com/vs7/magento2-module-promomassactions",
"autoload": {
"files": [
"registration.php"
],
"psr-4": {
"VS7\\PromoMassactions\\": ""
}
},
"require": {
"magento/magento-composer-installer": "*"
}
}