diff --git a/composer.json b/composer.json new file mode 100644 index 0000000..09c31b7 --- /dev/null +++ b/composer.json @@ -0,0 +1,21 @@ +{ + "name": "silverstripe-labs/contentreview", + "description": "This module lets you provide a date, and an owner to review + content at a future date. When you install this module, a 'Review' tab will + show up in the CMS where you can set the content owner and review date.", + "type": "silverstripe-module", + "keywords": ["silverstripe-labs", "contentreview"], + "authors": [ + { + "name": "Tom Rix", + "email": "tom@silverstripe.com" + } + ], + "minimum-stability": "dev", + "require": + { + "php": ">=5.2", + "silverstripe/framework": "2.4.*", + "silverstripe-labs/legacydatetimefields": "dev-master" + } +} \ No newline at end of file