diff --git a/LICENSE.txt b/LICENSE similarity index 100% rename from LICENSE.txt rename to LICENSE diff --git a/composer.json b/composer.json index c0ead7e..25427e7 100755 --- a/composer.json +++ b/composer.json @@ -1,8 +1,10 @@ { "name": "micmania1/silverstripe-blog", "description": "A fresh take on blogging in Silverstripe set out to tackle the issue of a cluttered Site Tree.", + "keywords": "[silverstripe, blog, news]", "type": "silverstripe-module", "require": { + "composer/installers": "*", "silverstripe/framework": "3.1.*", "silverstripe/cms": "3.1.*" }, @@ -17,5 +19,6 @@ "silverstripe/widgets": "Some widgets come with the blog which are compatible with the widgets module.", "silverstripe/comments": "This module adds comments to your blog." }, - "minimum-stability": "dev" + "minimum-stability": "dev", + "prefer-stable": true }