mirror of
https://github.com/wintercms/winter.git
synced 2024-06-28 05:33:29 +02:00
35 lines
785 B
JSON
35 lines
785 B
JSON
{
|
|
"name": "october/cms",
|
|
"type": "october-module",
|
|
"description": "CMS module for October CMS",
|
|
"homepage": "http://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"
|
|
}
|
|
],
|
|
"require": {
|
|
"php": ">=5.3.0",
|
|
"october/rain": "dev-master",
|
|
"composer/installers": "~1.0"
|
|
},
|
|
"autoload": {
|
|
"psr-0": {
|
|
"Cms": ""
|
|
}
|
|
},
|
|
"minimum-stability": "dev",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "1.0.x-dev"
|
|
}
|
|
}
|
|
}
|