2014-05-07 17:52:13 +10:00
|
|
|
{
|
|
|
|
"name": "october/system",
|
2014-05-08 21:28:03 +10:00
|
|
|
"type": "october-module",
|
2014-05-07 17:52:13 +10:00
|
|
|
"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": {
|
2014-07-28 23:55:46 +01:00
|
|
|
"php": ">=5.4.0",
|
|
|
|
"composer/installers": "~1.0",
|
|
|
|
"october/rain": "~1.0"
|
2014-05-07 17:52:13 +10:00
|
|
|
},
|
|
|
|
"autoload": {
|
2014-09-19 17:22:44 +10:00
|
|
|
"psr-4": {
|
|
|
|
"System\\": ""
|
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
|
|
|
}
|