davosmith / moodle-checklist

Checklist plugin for Moodle - allows a teacher to create a checklist for their students to tick-off
GNU General Public License v3.0
24 stars 68 forks source link

adding composer.json #32

Closed danielneis closed 9 years ago

danielneis commented 9 years ago

Hello,

this adds composer.json to your module so people can install it using composer (getcomposer.org). If you have any questions, please take a look at: https://moodle.org/mod/forum/discuss.php?d=275466 https://tracker.moodle.org/browse/MDL-48114 https://moodle.org/mod/forum/discuss.php?d=312215

Kind regards, Daniels

davosmith commented 9 years ago

Hi,

At the moment, I can see one or two people shouting loudly that we should use composer for plugin management in Moodle and no clear consensus that this will actually be helpful for anyone other than these one or two people who are making all the noise.

Once I see that there is a clear decision that Moodle is going to adopt composer as a way of managing plugins (and that all elements of the composer.json files have been agreed and standardised), then I will look at adding it to my own plugin.

Thanks,

Davo

danielneis commented 9 years ago

Hello,

since i've written to you, 10 modules have merged the composer.json file. It would be nice to add yours to the list =)

https://github.com/gjb2048/moodle-theme_essential/pull/513 https://github.com/gjb2048/moodle-format_grid/pull/17 https://github.com/FMCorz/moodle-block_xp/pull/19 https://github.com/justinhunt/moodle-repository_poodll/pull/1 https://github.com/danpoltawski/moodle-repository_github/pull/2 https://github.com/bmbrands/theme_bootstrap/pull/367 https://github.com/jcrodriguez-dis/moodle-mod_vpl/pull/6 https://github.com/bostelm/moodle-mod_scheduler/pull/21 https://github.com/danmarsden/moodle-mod_attendance/pull/67 https://github.com/danmarsden/moodle-block_attendance/pull/9

Kind regards, Daniel