mirror of
https://github.com/silverstripe/silverstripe-iframe
synced 2024-10-22 11:05:51 +02:00
a3e8e4cf32
Alias dev-master as 1.0
23 lines
468 B
JSON
23 lines
468 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.*"
|
|
},
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "1.0.x-dev"
|
|
}
|
|
}
|
|
}
|