2014-05-07 17:52:13 +10:00
|
|
|
{
|
|
|
|
"name": "october/cms",
|
2014-05-08 21:27:39 +10:00
|
|
|
"type": "october-module",
|
2014-05-07 17:52:13 +10:00
|
|
|
"description": "CMS module for October CMS",
|
2018-04-16 02:33:08 -06:00
|
|
|
"homepage": "https://octobercms.com",
|
2014-05-07 17:52:13 +10:00
|
|
|
"keywords": ["october cms", "october", "cms"],
|
|
|
|
"license": "MIT",
|
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "Alexey Bobkov",
|
|
|
|
"email": "aleksey.bobkov@gmail.com"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Samuel Georges",
|
|
|
|
"email": "daftspunky@gmail.com"
|
2018-04-16 02:33:08 -06:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Luke Towers",
|
|
|
|
"email": "octobercms@luketowers.ca",
|
|
|
|
"homepage": "https://luketowers.ca",
|
|
|
|
"role": "Maintainer"
|
2014-05-07 17:52:13 +10:00
|
|
|
}
|
|
|
|
],
|
|
|
|
"require": {
|
2017-05-13 09:04:22 +10:00
|
|
|
"php": ">=7.0",
|
2014-07-28 23:55:46 +01:00
|
|
|
"composer/installers": "~1.0",
|
2017-09-04 12:40:55 -06:00
|
|
|
"october/rain": "~1.0"
|
2014-05-07 17:52:13 +10:00
|
|
|
},
|
|
|
|
"autoload": {
|
2014-09-19 17:22:44 +10:00
|
|
|
"psr-4": {
|
|
|
|
"Cms\\": ""
|
2014-05-07 17:52:13 +10:00
|
|
|
}
|
|
|
|
},
|
2014-05-09 11:45:37 +10:00
|
|
|
"extra": {
|
|
|
|
"branch-alias": {
|
2014-07-28 23:55:46 +01:00
|
|
|
"dev-master": "1.0-dev"
|
2014-05-09 11:45:37 +10:00
|
|
|
}
|
2014-07-28 23:55:46 +01:00
|
|
|
},
|
|
|
|
"minimum-stability": "dev"
|
2014-05-07 17:52:13 +10:00
|
|
|
}
|