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
62 lines (62 loc) · 1.55 KB
/
composer.json
File metadata and controls
62 lines (62 loc) · 1.55 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
50
51
52
53
54
55
56
57
58
59
60
61
62
{
"name": "o2system/o2session",
"description": "O2Session is a PHP Session Management Library. It's Allows different storage engines to be used.",
"license": "MIT",
"type": "php-libraries",
"keywords": [
"utilities",
"php",
"framework",
"driver",
"libraries",
"session"
],
"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"
},
{
"name": "Teguh Rianto",
"email": "teguh22.rianto@gmail.com",
"role": "Github Pages Designer"
}
],
"support": {
"email": "developer@circle-creative.com",
"issues": "https://github.com/circlecreative/o2session/issues",
"forum": "https://www.facebook.com/groups/498147006994512"
},
"links": {
"info": "http://o2system.in/features/o2session",
"wiki": "http://github.com/circlecreative/o2session/wiki",
"user-guide": "http://o2system.in/features/o2session/user-guide",
"documentation": "http://o2system.in/features/o2session/documentation"
},
"require": {
"php": ">=5.4.0",
"o2system/o2glob": "*",
"o2system/o2db": "*"
},
"autoload": {
"psr-4": {
"O2System\\Session\\": "src"
},
"files": [
"src/Session.php"
]
}
}