adding composer.json
Showing
composer.json
0 → 100644
{ | ||
"name": "danielneis/moodle-block_featuredcourses", | ||
"description": "A block to show featured courses on frontpage", | ||
"license": "GPLv3", | ||
"authors": [ | ||
{ | ||
"name": "Daniel Neis Araujo", | ||
"email": "danielneis@gmail.com" | ||
} | ||
], | ||
"type": "moodle-block", | ||
"require": { | ||
"composer/installers": "~1.0" | ||
}, | ||
"extra": { | ||
"installer-name": "featuredcourses" | ||
} | ||
} |
Please register or sign in to comment