From 8502199f8b7b40da028838f23307419de405f136 Mon Sep 17 00:00:00 2001 From: Shea Dawson Date: Mon, 9 Sep 2013 11:17:03 +1000 Subject: [PATCH] added composer.json --- composer.json | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 composer.json diff --git a/composer.json b/composer.json new file mode 100644 index 0000000..5e0e56d --- /dev/null +++ b/composer.json @@ -0,0 +1,32 @@ +{ + "name": "sheadawson/silverstripe-multisites", + "description": "Allows for multiple websites to be managed through a single site tree.", + "type": "silverstripe-module", + "keywords": ["silverstripe", "multisites", "subsites"], + "homepage": "http://github.com/sheadawson/silverstripe-multisites", + "authors": [ + { + "name": "Andrew Short", + "email": "andrew@silverstripe.com.au" + }, + { + "name": "Shea Dawson", + "email": "shea@silverstripe.com.au" + }, + { + "name": "Marcus Nyeholt", + "email": "marcus@silverstripe.com.au" + } + ], + + "require": + { + "composer/installers": "*", + "silverstripe/framework": "3.1.*", + "silverstripe/cms": "3.1.*", + "silverstripe/multivaluefield": "dev-master" + }, + "extra": { + "installer-name": "multisites" + } +} \ No newline at end of file