diff --git a/composer.json b/composer.json index 2efa6c9..7afc4a1 100644 --- a/composer.json +++ b/composer.json @@ -23,5 +23,6 @@ "silverstripe/widgets": "Additional 'sidebar features', e.g. a list of recent posts and a tagcloud", "silverstripe/comments": "Enable user comments on any page type, including blog posts", "simplepie/simplepie": "Parse RSS feeds, required for the RSS widget" - } + }, + "minimum-stability": "dev" }