silverstripe-versionfeed/composer.json

19 lines
399 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"
2012-11-26 01:22:30 +01:00
}
}