-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathcomposer.json
More file actions
37 lines (37 loc) · 1.3 KB
/
composer.json
File metadata and controls
37 lines (37 loc) · 1.3 KB
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": "etechflow/module-admin-reindex",
"description": "Run Magento indexers from the admin browser instead of CLI. Adds a 'Reindex' mass action + 'Reindex All' button to System \u2192 Tools \u2192 Index Management. No SSH required. Hyv\u00e4 / Magento Open Source / Adobe Commerce compatible.",
"type": "magento2-module",
"version": "1.2.0",
"license": "proprietary",
"authors": [
{
"name": "eTechFlow Pvt. Ltd.",
"email": "info@etechflow.com",
"homepage": "https://etechflow.com"
}
],
"support": {
"email": "info@etechflow.com",
"source": "https://etechflow.com"
},
"require": {
"php": "~8.1.0||~8.2.0||~8.3.0||~8.4.0",
"magento/framework": "^103.0||^104.0",
"magento/module-indexer": "^100.4||^101.0",
"magento/module-backend": "^102.0||^103.0",
"magento/module-config": "^101.2||^102.0",
"magento/module-store": "^101.1||^102.0"
},
"suggest": {
"etechflow/module-next-day-eligibility": "Part of the eTechFlow module bundle \u2014 one bundle key activates every eTechFlow module."
},
"autoload": {
"psr-4": {
"ETechFlow\\AdminReindex\\": ""
},
"files": [
"registration.php"
]
}
}