forked from Bancha/BanchaDeveloperRemoteApi
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
25 lines (25 loc) · 781 Bytes
/
composer.json
File metadata and controls
25 lines (25 loc) · 781 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
{
"name": "bancha/bancha-developer-remote-api",
"description": "This Add-On for Bancha helps Developer-Teams in the process of creating Bancha Applications.",
"type": "cakephp-plugin",
"keywords": ["bancha", "developer", "remote", "api", "documentation", "docs", "cakephp", "extjs", "ext js", "sencha extjs", "sencha ext js", "sencha", "sencha touch", "sencha architect" ],
"homepage": "http://bancha.io",
"license": "GPL-3.0",
"authors": [
{
"name": "codeQ e.U.",
"homepage": "http://www.codeq.at/"
}
],
"support": {
"email": "support@banchaproject.org",
"source": "https://github.com/Bancha/BanchaDeveloperRemoteApi"
},
"require": {
"php": ">=5.2.8",
"composer/installers": "*"
},
"extra": {
"installer-name": "BanchaDeveloperRemoteApi"
}
}