Merge pull request #2 from silverstripe-droptables/composer-support

Add composer.json
This commit is contained in:
Mateusz U 2012-12-09 16:22:33 -08:00
commit 2d49bc7f88
1 changed files with 18 additions and 0 deletions

18
composer.json Normal file
View File

@ -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.*"
}
}