moodle-mod-customcert/composer.json
2021-11-09 13:42:47 +00:00

12 lines
244 B
JSON

{
"name": "mdjnelson/moodle-mod_customcert",
"type": "moodle-mod",
"require": {
"composer/installers": "~1.0",
"mikehaertl/phpwkhtmltopdf": "^2.5"
},
"extra": {
"installer-name": "customcert"
}
}