summaryrefslogtreecommitdiffstats
path: root/composer.json
blob: 5007517bc6a07a2caf1ce0a2b0e8cdbaa1715332 (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
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
{
    "name": "smarty/smarty",
    "type": "library",
    "description": "Smarty - the compiling PHP template engine",
    "keywords": [
        "templating"
    ],
    "homepage": "http://www.smarty.net",
    "license": "LGPL-3.0",
    "authors": [
        {
            "name": "Monte Ohrt",
            "email": "monte@ohrt.com"
        },
        {
            "name": "Uwe Tews",
            "email": "uwe.tews@googlemail.com"
        },
        {
            "name": "Rodney Rehm",
            "email": "rodney.rehm@medialize.de"
        }
    ],
    "support": {
        "irc": "irc://irc.freenode.org/smarty",
        "issues": "https://github.com/smarty-php/smarty/issues",
        "forum": "http://www.smarty.net/forums/"
    },
    "require": {
        "php": ">=5.2"
    },
    "autoload": {
        "files": [
            "libs/bootstrap.php"
        ]
    },
    "extra": {
        "branch-alias": {
            "dev-master": "3.1.x-dev"
        }
    }
}