From 278f5da18fa190fbae9b9cd7c5a5e2ab75c9f1a7 Mon Sep 17 00:00:00 2001 From: Ingo Schommer Date: Mon, 7 Jan 2013 04:48:09 -0800 Subject: [PATCH] Create composer.json --- composer.json | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 composer.json 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.*" + } +}