Restyled Miscellaneous Billing Options HCFA with help file (#1713)
[openemr.git] / vendor / smarty / smarty / composer.json
blob106bb281c46d3bb704f2a08496e2437ba99b7822
2     "name": "smarty/smarty",
3     "type": "library",
4     "description": "Smarty - the compiling PHP template engine",
5     "keywords": ["templating"],
6     "homepage": "http://www.smarty.net",
7     "license": "LGPL-3.0",
8     "authors": [
9         {
10             "name": "Monte Ohrt",
11             "email": "monte@ohrt.com"
12         },
13         {
14             "name": "Uwe Tews",
15             "email": "uwe.tews@googlemail.com"
16         }
17     ],
18     "support": {
19         "irc": "irc://irc.freenode.org/smarty",
20         "issues": "http://code.google.com/p/smarty-php/issues/list",
21         "forum": "http://www.smarty.net/forums/"
22     },
23     "require": {
24         "php": ">=5.2"
25     },
26     "autoload": {
27         "classmap": [
28             "libs/Smarty.class.php",
29             "libs/Smarty_Compiler.class.php",
30             "libs/Config_File.class.php"
31         ]
32     },
33     "extra": {
34         "branch-alias": {
35             "dev-master": "2.6.x-dev"
36         }
37     }