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