updated license filename

This commit is contained in:
micmania1 2013-08-10 23:59:48 +01:00
parent 83c104992e
commit 8cd800f7d8
2 changed files with 4 additions and 1 deletions

View File

@ -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
}