From 955066a7fe3a66a5fc12ce93ef89aeb053653484 Mon Sep 17 00:00:00 2001 From: micmania1 Date: Thu, 10 Oct 2013 00:27:57 +0100 Subject: [PATCH] updated composer --- composer.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 2cbf59a..30322a8 100755 --- a/composer.json +++ b/composer.json @@ -1,5 +1,5 @@ { - "name": "micmania1/silverstripe-blogger", + "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", @@ -17,6 +17,5 @@ "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", "prefer-stable": true }