mirror of
https://github.com/wintercms/winter.git
synced 2024-06-28 05:33:29 +02:00
35 lines
791 B
JSON
35 lines
791 B
JSON
{
|
|
"name": "october/system",
|
|
"type": "october-module",
|
|
"description": "System module for October CMS",
|
|
"homepage": "http://octobercms.com",
|
|
"keywords": ["october cms", "october", "system"],
|
|
"license": "MIT",
|
|
"authors": [
|
|
{
|
|
"name": "Alexey Bobkov",
|
|
"email": "aleksey.bobkov@gmail.com"
|
|
},
|
|
{
|
|
"name": "Samuel Georges",
|
|
"email": "daftspunky@gmail.com"
|
|
}
|
|
],
|
|
"require": {
|
|
"php": ">=5.4.0",
|
|
"composer/installers": "~1.0",
|
|
"october/rain": "~1.0"
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"System\\": ""
|
|
}
|
|
},
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "1.0-dev"
|
|
}
|
|
},
|
|
"minimum-stability": "dev"
|
|
}
|