From 45d50a8689a90218688be19573317a92b4dc5ce2 Mon Sep 17 00:00:00 2001 From: Andrew Nicols Date: Thu, 11 Dec 2025 12:07:48 +0800 Subject: [PATCH] Package... Composed! --- composer.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 composer.json diff --git a/composer.json b/composer.json new file mode 100644 index 0000000..4b60dc4 --- /dev/null +++ b/composer.json @@ -0,0 +1,11 @@ +{ + "name": "fmcorz/moodle-availability_stash", + "type": "moodle-availability", + "require": { + "composer/installers": "~2.0" + }, + "suggests": { + "fmcorz/moodle-block_stash": "The block component for the Stash collection of plugins", + "fmcorz/moodle-filter_stash": "An Moodle filter for the Stash collection of plugins" + } +}