#103 Added composer.json
This commit is contained in:
parent
7d2664991f
commit
106fd9671e
1 changed files with 10 additions and 0 deletions
10
composer.json
Normal file
10
composer.json
Normal file
|
@ -0,0 +1,10 @@
|
||||||
|
{
|
||||||
|
"name": "markn86/moodle-mod_customcert",
|
||||||
|
"type": "moodle-mod",
|
||||||
|
"require": {
|
||||||
|
"composer/installers": "~1.0"
|
||||||
|
},
|
||||||
|
"extra": {
|
||||||
|
"installer-name": "customcert"
|
||||||
|
}
|
||||||
|
}
|
Loading…
Reference in a new issue