winter/modules/backend/composer.json

35 lines
793 B
JSON
Raw Normal View History

{
"name": "october/backend",
2014-05-08 21:26:44 +10:00
"type": "october-module",
"description": "Backend module for October CMS",
"homepage": "http://octobercms.com",
"keywords": ["october cms", "october", "backend"],
"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"
},
"autoload": {
"psr-0": {
"Backend": ""
}
},
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"
}