From 64b3b4341f45d616dfc9ac5e196476532a5bf5f5 Mon Sep 17 00:00:00 2001 From: micmania1 Date: Sun, 11 Aug 2013 01:54:01 +0100 Subject: [PATCH] Fixed cms version --- README.md | 2 ++ composer.json | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 61b0714..5996c8c 100755 --- a/README.md +++ b/README.md @@ -58,3 +58,5 @@ Config::inst()->update("BlogPost", "show_in_sitetree", true); Doing this will remove the GridField & result in a normal behaving SiteTree. +## Theme +You can download a blog sub-theme of the Silverstripe's default 'Simple' theme: https://github.com/micmania1/simple_blog \ No newline at end of file diff --git a/composer.json b/composer.json index 7abce12..6487742 100755 --- a/composer.json +++ b/composer.json @@ -4,7 +4,7 @@ "keywords": ["silverstripe", "blog", "news"], "type": "silverstripe-module", "require": { - "silverstripe/cms": ">=3.1.*" + "silverstripe/cms": ">=3.1.x-dev" }, "license": "BSD-2-Clause", "authors": [