silverstripe-versionfeed/composer.json

27 lines
582 B
JSON
Raw Permalink Normal View History

2012-11-26 01:22:30 +01:00
{
2016-11-16 22:16:02 +01:00
"name": "silverstripe/versionfeed",
"description": "Adds RSS feeds of content changes to SilverStripe",
"type": "silverstripe-module",
"keywords": [
"silverstripe",
"rss",
"feed",
"cwp"
],
"license": "BSD-3-Clause",
"authors": [
{
"name": "Robert Curry",
"email": "robert@silverstripe.com"
}
],
"require": {
2019-07-23 15:51:51 +02:00
"silverstripe/framework": "^3.1",
"silverstripe/cms": "^3.1"
},
"require-dev": {
"phpunit/phpunit": "^5.7"
2016-11-16 22:16:02 +01:00
},
"extra": []
2019-07-23 15:51:51 +02:00
}