-
-
Notifications
You must be signed in to change notification settings - Fork 16
/
Copy pathcomposer.json
48 lines (48 loc) · 1.12 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
38
39
40
41
42
43
44
45
46
47
48
{
"name": "ghoster/changecustomerpassword",
"description": "Change customer password from admin side like old fashion way Magento 1",
"require": {
"php": "~7.3.0||~7.4.0||~8.1.0||~8.2.0||~8.3.0"
},
"minimum-stability": "stable",
"archive": {
"exclude": [
"/.gitignore",
"/grumphp.yml",
"/pdepend.xml",
"/phpstan.neon",
"/phpunit.xml",
"/phpcs.xml",
"/phpmd.xml",
"/package.json",
"/.eslintrc.json",
"/.eslintignore",
"/tests",
"/.demo",
"/.github"
]
},
"authors": [
{
"name": "Tuyen Nguyen",
"homepage": "https://www.thinghost.info/",
"role": "Magento Developer"
}
],
"suggest": {
},
"type": "magento2-module",
"version": "1.0.8",
"license": [
"OSL-3.0",
"AFL-3.0"
],
"autoload": {
"files": [
"registration.php"
],
"psr-4": {
"GhoSter\\ChangeCustomerPassword\\": ""
}
}
}