silverstripe-versionfeed/composer.json
Sam Minnée 24b2d06424 FIX: Don't assume SS4 compatibility
Major versions won't automatically work, and so I've amended the composer requirements
not to allow SS4.

This will also ensure that addons.silverstripe.org correctly reports which modules
work with SS4.
2017-07-12 13:36:11 +12:00

26 lines
471 B
JSON

{
"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":
{
"silverstripe/framework": "^3.1",
"silverstripe/cms": "^3.1"
},
"extra":
{
"branch-alias":
{
"dev-master": "1.3.x-dev"
}
}
}