-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
33 lines (33 loc) · 837 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
{
"name": "workwiththomas/module-manage-customer-password",
"description": "Magento 2 send welcome and reset password emails to all customers program",
"require": {
},
"type": "magento2-module",
"version": "1.0.0",
"keywords": [
"thomas nguyen",
"workwiththomas",
"magento 2 customer reset password email extension"
],
"license": [
"OSL-3.0",
"AFL-3.0"
],
"authors": [
{
"name": "Thomas Nguyen",
"email": "[email protected]",
"role": "Magento 2 Customer Password",
"homepage": "https://workwiththomas.com"
}
],
"autoload": {
"files": [
"registration.php"
],
"psr-4": {
"Thomas\\CustomerPassword\\": ""
}
}
}