silverstripe-iframe/composer.json

24 lines
561 B
JSON

{
"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.*"
},
"require-dev": {
"phpunit/phpunit": "^5.7"
},
"extra": []
}