silverstripe-iframe/composer.json

23 lines
468 B
JSON
Raw Normal View History

2012-12-10 01:21:48 +01:00
{
"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": {
2012-12-10 01:21:48 +01:00
"silverstripe/framework": "3.*",
"silverstripe/cms": "3.*"
},
"extra": {
"branch-alias": {
"dev-master": "1.0.x-dev"
}
2012-12-10 01:21:48 +01:00
}
}