Skip to content

Commit 279a140

Browse files
committed
Revert "Remove non-functional composer support"
This reverts commit 46bc867.
1 parent 46bc867 commit 279a140

1 file changed

Lines changed: 17 additions & 0 deletions

File tree

composer.json

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
{
2+
"name": "mutms/moodle-certificateelement_mucertify",
3+
"type": "moodle-certificateelement",
4+
"description": "Certification fields plugin for Certificate plugin for Moodle LMS",
5+
"homepage": "https://github.com/mutms/moodle-certificateelement_mucertify",
6+
"license": "GPL-3.0-or-later",
7+
"require": {
8+
"moodle/composer-installer": "*",
9+
"moodle/moodle": "5.1.*||5.2.*",
10+
"moodleworkplace/moodle-tool_certificate": "*",
11+
"mutms/moodle-tool_mucertify": "*"
12+
},
13+
"support": {
14+
"issues": "https://github.com/mutms/moodle-certificateelement_mucertify/issues",
15+
"source": "https://github.com/mutms/moodle-certificateelement_mucertify"
16+
}
17+
}

0 commit comments

Comments
 (0)