forked from experius/Magento-2-Module-Experius-Email-Catcher
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
43 lines (43 loc) · 963 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
38
39
40
41
42
43
{
"name": "experius/module-emailcatcher",
"description": "",
"license": [
"OSL-3.0"
],
"authors": [
{
"name": "Derrick Heesbeen",
"email": "[email protected]"
},
{
"name": "Boris van Katwijk",
"email": "[email protected]"
},
{
"name": "Lewis Vonken",
"email": "[email protected]"
},
{
"name": "Daphne Witmer",
"email": "[email protected]"
},
{
"name": "Ruben Panis",
"email": "[email protected]"
},
{
"name": "Matthijs Breedt",
"email": "[email protected]"
}
],
"minimum-stability": "dev",
"require": {},
"autoload": {
"files": [
"registration.php"
],
"psr-4": {
"Experius\\EmailCatcher\\": ""
}
}
}