Add composer files for demo plugin and theme, not sure where these are ignored?
This commit is contained in:
parent
ffc1a8490a
commit
f86e1f6054
|
|
@ -0,0 +1,33 @@
|
|||
{
|
||||
"name": "october/demo-plugin",
|
||||
"type": "october-plugin",
|
||||
"description": "Demo OctoberCMS plugin",
|
||||
"keywords": ["october", "cms", "demo", "plugin"],
|
||||
"license": "MIT",
|
||||
|
||||
"authors": [
|
||||
{
|
||||
"name": "Alexey Bobkov",
|
||||
"email": "aleksey.bobkov@gmail.com",
|
||||
"role": "Co-founder"
|
||||
},
|
||||
{
|
||||
"name": "Samuel Georges",
|
||||
"email": "daftspunky@gmail.com",
|
||||
"role": "Co-founder"
|
||||
}
|
||||
],
|
||||
"require": {
|
||||
"php": ">=5.4",
|
||||
},
|
||||
"autoload": {
|
||||
"psr-4": {
|
||||
"October\\Demo\\": ""
|
||||
}
|
||||
},
|
||||
"extra": {
|
||||
"branch-alias": {
|
||||
"dev-master": "1.0-dev"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -0,0 +1,27 @@
|
|||
{
|
||||
"name": "october/demo-theme",
|
||||
"type": "october-theme",
|
||||
"description": "Demo OctoberCMS theme",
|
||||
"keywords": ["october", "cms", "demo", "theme"],
|
||||
"license": "MIT",
|
||||
"authors": [
|
||||
{
|
||||
"name": "Alexey Bobkov",
|
||||
"email": "aleksey.bobkov@gmail.com",
|
||||
"role": "Co-founder"
|
||||
},
|
||||
{
|
||||
"name": "Samuel Georges",
|
||||
"email": "daftspunky@gmail.com",
|
||||
"role": "Co-founder"
|
||||
}
|
||||
],
|
||||
"require": {
|
||||
"php": ">=5.4",
|
||||
},
|
||||
"extra": {
|
||||
"branch-alias": {
|
||||
"dev-master": "1.0-dev"
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Reference in New Issue