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
52 lines (52 loc) · 1.45 KB
/
composer.json
File metadata and controls
52 lines (52 loc) · 1.45 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
{
"name": "o2system/o2parser",
"description": "Driver based PHP Source Code Parser Library, allows you to render string of codes using plenty of template rendering engine drivers.",
"license": "MIT",
"type": "php-libraries",
"keywords": ["utilities","php","framework","driver","libraries"],
"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/o2parser.html",
"wiki": "http://o2system.in/standalone/o2parser/wiki.html",
"github-wiki": "http://github.com/circlecreative/o2parser/wiki"
},
"require": {
"php": ">=5.4.0",
"o2system/o2glob": "*",
"smarty/smarty": "*",
"sunra/php-simple-html-dom-parser": "*",
"cebe/markdown": "*",
"jbbcode/jbbcode": "*"
},
"autoload": {
"psr-4": {
"O2System\\Parser\\": "src"
},
"files": [
"src/Parser.php"
]
}
}