-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathcomposer.json
57 lines (57 loc) · 1.28 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
54
55
56
57
{
"name": "o2system/framework",
"description": "O2System Framework",
"license": "MIT",
"type": "package",
"keywords": [
"utilities",
"php",
"framework",
"driver",
"libraries"
],
"authors": [
{
"name": "Steeven Andrian Salim",
"email": "steevenz@steevenz.com",
"homepage": "http://www.steevenz.com",
"role": "Founder and Lead Project"
},
{
"name": "Teguh Rianto",
"email": "teguh.rianto22@gmail.com",
"homepage": "http://teguhrianto22.pusku.com",
"role": "Template Designer"
}
],
"support": {
"email": "o2system@yahoo.com",
"issues": "https://github.com/o2system/framework/issues",
"forum": "https://www.facebook.com/groups/498147006994512"
},
"require": {
"php": "^7.2.0",
"o2system/kernel": "*",
"o2system/filesystem": "*",
"o2system/cache": "*",
"o2system/database": "*",
"o2system/html": "*",
"o2system/parser": "*",
"o2system/image": "*",
"o2system/security": "*",
"o2system/email": "*",
"matthiasmullie/minify": "^1.3",
"ext-intl": "*",
"ext-calendar": "*",
"ext-ctype": "*",
"ext-mbstring": "*"
},
"autoload": {
"psr-4": {
"O2System\\Framework\\": "src"
},
"files": [
"src/Framework.php"
]
}
}