-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
36 lines (36 loc) · 1.1 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
{
"name": "eriocnemis/module-sales-autocancel-rule-admin-ui",
"description": "The module provides UI for Admin Panel of order auto cancel manage as well as bulk operations.",
"type": "magento2-module",
"version": "2.4.2",
"authors": [
{
"name": "Eriocnemis Team",
"email": "dev.eriocnemis@gmail.com"
}
],
"license": [
"OSL-3.0"
],
"require": {
"php": "~7.3.0||~7.4.0",
"magento/framework": "102.0.*||103.0.*",
"magento/module-ui": "101.2.*",
"magento/module-store": "101.1.*",
"magento/module-config": "101.2.*",
"magento/module-customer": "103.0.*",
"magento/module-backend": "102.0.*",
"magento/module-payment": "100.4.*",
"eriocnemis/core-exception": "2.4.*",
"eriocnemis/module-sales-autocancel-rule-api": "2.4.2",
"eriocnemis/module-sales-autocancel-rule": "2.4.2"
},
"autoload": {
"files": [
"src/registration.php"
],
"psr-4": {
"Eriocnemis\\SalesAutoCancelRuleAdminUi\\": "src"
}
}
}