-
Notifications
You must be signed in to change notification settings - Fork 12
/
composer.json
25 lines (25 loc) · 903 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
{
"name": "michael-milette/moodle-local_mailtest",
"type": "moodle-local",
"description": "eMailTest is a Moodle local plugin that can help diagnose SMTP email connectivity issues.",
"license": "GPL-3.0+",
"authors": [
{
"name": "Michael Milette - TNG Consulting Inc.",
"homepage": "https://www.tngconsulting.ca",
"role": "Developer"
}
],
"require": {
"composer/installers": "~1.0"
},
"extra": {
"installer-name": "mailtest"
},
"support": {
"issues": "https://github.com/michael-milette/moodle-local_mailtest/issues",
"source": "https://github.com/michael-milette/moodle-local_mailtest/",
"wiki": "https://github.com/michael-milette/moodle-local_mailtest/wiki",
"docs": "https://github.com/michael-milette/moodle-local_mailtest/blob/master/README.md"
}
}