moodle-mod-customcert/composer.json

12 lines
244 B
JSON
Raw Permalink Normal View History

2017-04-26 14:21:06 +00:00
{
2019-12-16 14:00:04 +00:00
"name": "mdjnelson/moodle-mod_customcert",
2017-04-26 14:21:06 +00:00
"type": "moodle-mod",
"require": {
2021-11-09 13:42:47 +00:00
"composer/installers": "~1.0",
"mikehaertl/phpwkhtmltopdf": "^2.5"
2017-04-26 14:21:06 +00:00
},
"extra": {
"installer-name": "customcert"
}
}