-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathcomposer.json
More file actions
35 lines (35 loc) · 797 Bytes
/
Copy pathcomposer.json
File metadata and controls
35 lines (35 loc) · 797 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
27
28
29
30
31
32
33
34
35
{
"name": "l2jbrasil/l2jphp",
"type": "library",
"description": "A PHP Framework for standard L2J application development.: \"One library to rule them all\"",
"keywords": [
"L2jBrasil",
"L2JBR",
"l2j"
],
"license": "MIT",
"private": true,
"authors": [
{
"name": "Leonan Carvalho (Grundor)",
"email": "webmaster@l2jbrasil.com",
"homepage": "https://www.l2jbrasil.com/index.php?/profile/3-grundor/"
},
{
"name": "Contributors",
"homepage": "https://github.com/L2jBrasil/L2JPHP/graphs/contributors"
}
],
"support": {
"issues": "https://github.com/L2jBrasil/L2JPHP/issues"
},
"require": {
"php": "^7.1",
"ext-pdo_mysql": "*"
},
"autoload": {
"psr-0": {
"L2jBrasil\\L2JPHP": "src/"
}
}
}