mirror of
https://github.com/silverstripe/silverstripe-blog
synced 2024-10-22 09:05:58 +00:00
Merge pull request #50 from vikas-srivastava/composer
NEW Add composer.json
This commit is contained in:
commit
de0d9e0483
22
composer.json
Normal file
22
composer.json
Normal file
@ -0,0 +1,22 @@
|
|||||||
|
{
|
||||||
|
"name": "silverstripe/blog",
|
||||||
|
"description": "The blog module allows you to post blogs on your SilverStripe.
|
||||||
|
It includes the ability to post blogs using a site front-end form. Blogs are
|
||||||
|
summarised on the blog holder page type, with more detail viewable when a specific blog is clicked.
|
||||||
|
",
|
||||||
|
"type": "silverstripe-module",
|
||||||
|
"keywords": ["silverstripe", "blog"],
|
||||||
|
"authors": [
|
||||||
|
{
|
||||||
|
"name": "Saophalkun Ponlu",
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Carlos Barberis",
|
||||||
|
}
|
||||||
|
],
|
||||||
|
|
||||||
|
"require":
|
||||||
|
{
|
||||||
|
"silverstripe/framework": "3.*"
|
||||||
|
}
|
||||||
|
}
|
Loading…
x
Reference in New Issue
Block a user