-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
37 lines (37 loc) · 908 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
36
37
{
"name": "vincentle89/magento2-change-password",
"description": "The module allows a developer updating password via a command.",
"keywords": [
"password",
"change password",
"change user password",
"magento 2 ",
"update password",
"magento 2 update password"
],
"require": {
"php": "~7.1.3||~7.2.0||~7.3.0||7.4.*"
},
"type": "magento2-module",
"version": "1.0.1",
"license": [
"OSL-3.0",
"AFL-3.0"
],
"authors": [
{
"name": "Vincent Le",
"email": "vinh.lengoc17489@gmail.com",
"homepage": "https://github.com/vincentle89",
"role": "Magento 2 Developer"
}
],
"autoload": {
"files": [
"registration.php"
],
"psr-4": {
"Vincentle89\\ChangePassword\\": ""
}
}
}