-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
31 lines (31 loc) · 818 Bytes
/
composer.json
File metadata and controls
31 lines (31 loc) · 818 Bytes
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
{
"name": "limedocs/limedocs-php-highlighter",
"type": "library",
"description": "A PHP Highlighter",
"minimum-stability": "stable",
"homepage": "http://limedocs.io",
"keywords": ["highlight", "source-highlight", "highlight_source", "highlight_string"],
"license": "MIT",
"authors": [
{
"name": "Matthias ETIENNE",
"email": "matthias@etienne.in"
}
],
"repositories": [
{
"type": "vcs",
"url": "https://github.com/limedocs/limedocs-tokenizer"
}
],
"require": {
"rodneyrehm/plist": "~2.0",
"symfony/event-dispatcher": "~2.6",
"symfony/dependency-injection": "~2.6"
},
"autoload": {
"psr-4": {
"Lime\\Highlighter\\": "lib"
}
}
}