mirror of
https://github.com/silverstripe/silverstripe-versionfeed
synced 2024-10-22 09:05:31 +00:00
22 lines
494 B
JSON
22 lines
494 B
JSON
{
|
|
"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"
|
|
}
|
|
}
|