forked from noiselabs/smarty
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
43 lines (43 loc) · 1.21 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
{
"name": "noiselabs/smarty",
"type": "library",
"description": "Smarty PHP Template Engine (patched for SmartyBundle)",
"keywords": ["templating", "noiselabs"],
"homepage": "http://www.smarty.net",
"license": "LGPL-3.0",
"authors": [
{
"name": "Monte Ohrt",
"email": "[email protected]"
},
{
"name": "Uwe Tews",
"email": "[email protected]"
},
{
"name": "Rodney Rehm",
"email": "[email protected]"
},
{
"name": "Vítor Brandão",
"email": "[email protected]",
"homepage": "http://noiselabs.org"
}
],
"support": {
"irc": "irc://irc.freenode.org/smarty",
"issues": "http://code.google.com/p/smarty-php/issues/list",
"forum": "http://www.smarty.net/forums/",
"source": "https://github.com/noiselabs/smarty"
},
"require": {
"php": ">=5.2"
},
"autoload": {
"classmap": [
"distribution/libs/Smarty.class.php",
"distribution/libs/SmartyBC.class.php",
"distribution/libs/sysplugins/smarty_security.php"
]
}
}