-
Notifications
You must be signed in to change notification settings - Fork 14
/
Copy pathcomposer.json
26 lines (26 loc) · 1.07 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
{
"name": "michael-milette/moodle-local_contact",
"type": "moodle-local",
"description": "Contact Form for Moodle is a Moodle local plugin plugin enables you to create webmail forms which will be sent to the site's support email address or primary administrator if the support email address is not defined.",
"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": "contact"
},
"support": {
"issues": "https://github.com/michael-milette/moodle-local_contact/issues",
"forum": "https://moodle.org/mod/forum/discuss.php?d=352851",
"source": "https://github.com/michael-milette/moodle-local_contact/",
"wiki": "https://github.com/michael-milette/moodle-local_contact/wiki",
"docs": "https://github.com/michael-milette/moodle-local_contact/blob/master/README.md"
}
}