From 67144fbb405d170296df223c6611f6cc52cf8c49 Mon Sep 17 00:00:00 2001 From: Robert Curry Date: Mon, 10 Dec 2012 13:21:48 +1300 Subject: [PATCH] Add composer.json --- composer.json | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 composer.json diff --git a/composer.json b/composer.json new file mode 100644 index 0000000..a326054 --- /dev/null +++ b/composer.json @@ -0,0 +1,18 @@ +{ + "name": "silverstripe/iframe", + "description": "Add an iFrame pagetype to SilverStripe, to show content from another website", + "type": "silverstripe-module", + "keywords": ["silverstripe"], + "license": "BSD-3-Clause", + "authors": [ + { + "name": "Mateusz Uzdowski", + "email": "mateusz@silverstripe.com" + } + ], + "require": + { + "silverstripe/framework": "3.*", + "silverstripe/cms": "3.*" + } +} \ No newline at end of file