winter/modules/cms/composer.json

41 lines
965 B
JSON
Raw Normal View History

{
"name": "october/cms",
2014-05-08 21:27:39 +10:00
"type": "october-module",
"description": "CMS module for October CMS",
2018-04-16 02:33:08 -06:00
"homepage": "https://octobercms.com",
"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"
}
],
"require": {
"php": ">=7.0",
2014-07-28 23:55:46 +01:00
"composer/installers": "~1.0",
"october/rain": "~1.0"
},
"autoload": {
"psr-4": {
"Cms\\": ""
}
},
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"
}