From 4f8605eb2c388d2b7b5936c6cde4affb6f6ce0e4 Mon Sep 17 00:00:00 2001 From: Ricardo Maurici Date: Fri, 26 Jun 2015 14:35:09 -0300 Subject: [PATCH] adding composer.json --- composer.json | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 composer.json diff --git a/composer.json b/composer.json new file mode 100644 index 0000000..b4efb57 --- /dev/null +++ b/composer.json @@ -0,0 +1,17 @@ +{ + "name": "ndunand/moodle-mod_choicegroup", + "description": "Allows students to enrol themselves in a group within a course.", + "type": "moodle-mod", + "authors": [ + { + "name": "Nicolas Dunand", + "email": "nico@kolya.ch" + } + ], + "require": { + "composer/installers": "~1.0" + }, + "extra": { + "installer-name": "choicegroup" + } +} \ No newline at end of file