This repository was archived by the owner on Oct 11, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
49 lines (49 loc) · 1.35 KB
/
composer.json
File metadata and controls
49 lines (49 loc) · 1.35 KB
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
{
"name" : "o2system/o2db",
"description" : "PHP Data Objects (PDO) Wrapper",
"license" : "MIT",
"type" : "php-libraries",
"keywords" : [ "pdo", "utilities", "php", "framework", "driver", "libraries", "database" ],
"authors" : [
{
"name" : "",
"email" : "developer@circle-creative.com",
"homepage" : "http://www.circle-creative.com",
"role" : "Founder"
},
{
"name" : "Steeven Andrian Salim",
"email" : "steevenz@steevenz.com",
"homepage" : "http://www.steevenz.com",
"role" : "Founder and Lead Project"
},
{
"name" : "Aradea",
"email" : "aradea.hind@gmail.com",
"role" : "Wiki Writer"
}
],
"support" : {
"email" : "developer@circle-creative.com",
"issues" : "https://github.com/circlecreative/o2system/issues",
"forum" : "https://www.facebook.com/groups/498147006994512"
},
"links" : {
"info" : "http://www.circle-creative.com/products/o2pdo.html",
"wiki" : "http://o2system.in/features/o2pdo",
"github-wiki" : "http://github.com/circlecreative/o2pdo/wiki"
},
"minimum-stability" : "dev",
"require" : {
"php" : ">=5.4.0",
"o2system/o2glob" : "*"
},
"autoload" : {
"psr-4" : {
"O2System\\DB\\" : "src"
},
"files" : [
"src/DB.php"
]
}
}