diff --git a/composer.json b/composer.json new file mode 100644 index 0000000..6639219 --- /dev/null +++ b/composer.json @@ -0,0 +1,24 @@ +{ + "name": "silverstripe/contentreview", + "type": "silverstripe-module", + "description": "Flags pages for periodical author review (incl. reporting)", + "homepage": "http://silverstripe.org", + "license": "BSD-3-Clause", + "keywords": ["silverstripe", "cms", "workflow"], + "authors": [ + { + "name": "SilverStripe", + "homepage": "http://silverstripe.com" + }, + { + "name": "The SilverStripe Community", + "homepage": "http://silverstripe.org" + } + ], + "require": { + "php": ">=5.3.2", + "composer/installers": "*", + "silverstripe/framework": "3.0.*", + "silverstripe/cms": "3.0.*" + } +}