summaryrefslogtreecommitdiff
path: root/vendor/easybook/geshi/composer.json
blob: 33494664cb5c8d23eb2c04d34587694999aa8606 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
{
    "name": "easybook/geshi",
    "type": "library",
    "description": "GeSHi - Generic Syntax Highlighter. This is an unmodified port of GeSHi project code found on SourceForge.",
    "homepage": "http://qbnz.com/highlighter",
    "keywords": ["highlighter", "highlight", "syntax"],
    "license": "GPL-2.0",
    "authors": [
        {
            "name": "Benny Baumann",
            "email": "BenBE@geshi.org"
        },
        {
            "name": "Nigel McNie",
            "email": "nigel@geshi.org"
        }
    ],
    "require": {
        "php": ">4.3.0"
    }, 
    "autoload": {
        "classmap": ["./"]
    }
}