There was an error while loading. Please reload this page.
1 parent 46bc867 commit 279a140Copy full SHA for 279a140
1 file changed
composer.json
@@ -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