silverstripe-versionfeed/composer.json

22 lines
494 B
JSON
Raw Normal View History

2012-11-26 13:22:30 +13:00
{
"name": "silverstripe/versionfeed",
"description": "Adds RSS feeds of content changes to SilverStripe",
"type": "silverstripe-module",
"keywords": ["silverstripe", "rss", "feed"],
"license": "BSD-3-Clause",
"authors": [
{
"name": "Robert Curry",
"email": "robert@silverstripe.com"
}
],
"require":
{
"silverstripe/framework": "3.*",
"silverstripe/cms": "3.*"
},
"suggest": {
"silverstripe/policyfilter": "Provide caching and rate limiting of versioned content"
2012-11-26 13:22:30 +13:00
}
}