forked from michael-milette/moodle-filter_filtercodes
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
21 lines (21 loc) · 684 Bytes
/
Copy pathcomposer.json
File metadata and controls
21 lines (21 loc) · 684 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
"name": "michael-milette/moodle-filter_filtercodes",
"type": "moodle-filter",
"description": "This Moodle plugin enables content creators to easily customize and personalize site and course content using plain text tags.",
"license": "GPL-3.0+",
"require": {
"composer/installers": "~1.0"
},
"extra": {
"installer-name": "filtercodes"
},
"support": {
"issues": "https://github.com/michael-milette/moodle-filter_filtercodes/issues",
"source": "https://github.com/michael-milette/moodle-filter_filtercodes/"
},
"config": {
"allow-plugins": {
"composer/installers": true
}
}
}