silverstripe-versionfeed/composer.json

26 lines
471 B
JSON
Raw Normal View History

2012-11-26 01:22:30 +01:00
{
"name": "silverstripe/versionfeed",
"description": "Adds RSS feeds of content changes to SilverStripe",
"type": "silverstripe-module",
2015-09-07 02:45:38 +02:00
"keywords": ["silverstripe", "rss", "feed", "cwp"],
2012-11-26 01:22:30 +01:00
"license": "BSD-3-Clause",
"authors": [
{
"name": "Robert Curry",
"email": "robert@silverstripe.com"
}
],
"require":
{
"silverstripe/framework": "^3.1",
"silverstripe/cms": "^3.1"
2015-11-19 03:13:41 +01:00
},
"extra":
{
"branch-alias":
{
2017-05-12 04:32:03 +02:00
"dev-master": "1.3.x-dev"
2015-11-19 03:13:41 +01:00
}
2012-11-26 01:22:30 +01:00
}
}