forked from Bancha/BanchaBasic
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathcomposer.json
More file actions
26 lines (26 loc) · 802 Bytes
/
composer.json
File metadata and controls
26 lines (26 loc) · 802 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
{
"name": "bancha/bancha-basic",
"description": "Bancha Basic provides everything you need to build your first Ext JS or Sencha Touch application, while using CakePHP on the server.",
"type": "cakephp-plugin",
"keywords": ["bancha", "bancha-basic", "basic", "cakephp", "extjs", "ext js", "sencha extjs", "sencha ext js", "sencha", "sencha touch", "sencha architect" ],
"homepage": "http://bancha.io/",
"license": "LGPL-3.0",
"authors": [
{
"name": "codeQ e.U.",
"homepage": "http://www.codeq.at/"
}
],
"support": {
"wiki": "http://bancha.io/documentation-basic.html",
"email": "support@banchaproject.org",
"source": "https://github.com/Bancha/BanchaBasic"
},
"require": {
"php": ">=5.2.8",
"composer/installers": "*"
},
"extra": {
"installer-name": "Bancha"
}
}