23 lines
555 B
JSON
23 lines
555 B
JSON
|
|
{
|
||
|
|
"name": "october/demo-plugin",
|
||
|
|
"type": "october-plugin",
|
||
|
|
"description": "Demo OctoberCMS plugin",
|
||
|
|
"keywords": ["october", "cms", "demo", "plugin"],
|
||
|
|
"authors": [
|
||
|
|
{
|
||
|
|
"name": "Alexey Bobkov",
|
||
|
|
"email": "aleksey.bobkov@gmail.com",
|
||
|
|
"role": "Co-founder"
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"name": "Samuel Georges",
|
||
|
|
"email": "daftspunky@gmail.com",
|
||
|
|
"role": "Co-founder"
|
||
|
|
}
|
||
|
|
],
|
||
|
|
"require": {
|
||
|
|
"php": ">=7.2.9",
|
||
|
|
"composer/installers": "~1.0"
|
||
|
|
}
|
||
|
|
}
|