mirror of
https://github.com/silverstripe/silverstripe-iframe
synced 2024-10-22 09:05:51 +00:00
Merge pull request #2 from silverstripe-droptables/composer-support
Add composer.json
This commit is contained in:
commit
2d49bc7f88
18
composer.json
Normal file
18
composer.json
Normal 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.*"
|
||||||
|
}
|
||||||
|
}
|
Loading…
x
Reference in New Issue
Block a user