From 9262d1def2c4fc30d24271b695964d30a23325cc Mon Sep 17 00:00:00 2001 From: Colin Richardson Date: Mon, 9 Sep 2013 10:33:01 +0100 Subject: [PATCH] Add composer.json for packagist --- composer.json | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 composer.json diff --git a/composer.json b/composer.json new file mode 100644 index 0000000..0d66417 --- /dev/null +++ b/composer.json @@ -0,0 +1,25 @@ +{ + "name": "feejin/silverstripe-securitytemplates", + "description": "Custom security templates to mirror CMS", + "type": "silverstripe-module", + "homepage": "https://github.com/feejin/Silverstripe-SecurityTemplates", + "keywords": ["silverstripe", "security", "templates", "theme"], + "license": "BSD-3-Clause", + "authors": [ + { + "name": "Colin Richardson", + "email": "colinrichardson@bigfork.co.uk" + }, + { + "name": "Loz Calver", + "email": "lozcalver@bigfork.co.uk" + } + ], + "support": { + "issues": "https://github.com/feejin/Silverstripe-SecurityTemplates/issues" + }, + "require": { + "silverstripe/cms": ">=3.0", + "silverstripe/framework": ">=3.0" + } +} \ No newline at end of file