-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
31 lines (31 loc) · 1014 Bytes
/
composer.json
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
27
28
29
30
31
{
"name": "ethna/ethna-db",
"description": "db module for ethna.",
"type": "library",
"keywords": [ "framework", "ethna" ],
"license": "BSD-3-Clause",
"homepage": "https://github.com/ethna/ethna",
"authors": [
{ "name": "Masaki Fujimoto", "email": "[email protected]", "role" : "Administrator"},
{ "name": "chobie", "email": "[email protected]", "role" : "Developer"},
{ "name": "withgod", "email": "[email protected]", "role" : "Developer"},
{ "name": "sotarok", "homepage": "https://github.com/sotarok", "role" : "Developer"},
{ "name": "ethna contributors", "homepage": "https://github.com/ethna/ethna/blob/master/AUTHORS" }
],
"support" : {
"issues": "https://github.com/ethna/ethna/issues"
},
"require": {
"php": ">=5.3.0"
},
"autoload": {
"psr-0": {
"Ethna": "class"
}
},
"extra": {
"branch-alias": {
"dev-master": "2.7.x-dev"
}
}
}