-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
53 lines (53 loc) · 1.48 KB
/
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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
{
"name" : "o2system/o2gears",
"description" : "PHP Developer Tools Library",
"license" : "MIT",
"type" : "php-libraries",
"keywords" : [ "utilities", "php", "framework", "driver", "libraries" ],
"authors" : [
{
"name" : "",
"email" : "[email protected]",
"homepage" : "http://www.circle-creative.com",
"role" : "Founder"
},
{
"name" : "Steeven Andrian Salim",
"email" : "[email protected]",
"homepage" : "http://www.steevenz.com",
"role" : "Founder and Lead Project"
},
{
"name" : "Teguh Rianto",
"email" : "[email protected]",
"homepage" : "http://teguhrianto22.pusku.com",
"role" : "Template Designer"
},
{
"name" : "Aradea",
"email" : "[email protected]",
"role" : "Wiki Writer"
}
],
"support" : {
"email" : "[email protected]",
"issues" : "https://github.com/circlecreative/o2system/issues",
"forum" : "https://www.facebook.com/groups/498147006994512"
},
"links" : {
"info" : "http://www.circle-creative.com/products/o2gears.html",
"wiki" : "http://o2system.center/standalone/o2gears/user-guide/getting-started.html",
"github-wiki" : "http://github.com/circlecreative/o2gears/wiki"
},
"require" : {
"php" : ">=5.4.0"
},
"autoload" : {
"psr-4" : {
"O2System\\Gears\\" : "src"
},
"files" : [
"src/Gears.php"
]
}
}