library/smarty/composer.json
changeset 46 f11c31f7fa3e
parent 45 a56e7f9a0463
child 47 03388ec805b4
equal deleted inserted replaced
45:a56e7f9a0463 46:f11c31f7fa3e
     1 {
       
     2   "name": "smarty/smarty",
       
     3   "type": "library",
       
     4   "description": "Smarty - the compiling PHP template engine",
       
     5   "keywords": [
       
     6     "templating"
       
     7   ],
       
     8   "homepage": "http://www.smarty.net",
       
     9   "license": "LGPL-3.0",
       
    10   "authors": [
       
    11     {
       
    12       "name": "Monte Ohrt",
       
    13       "email": "monte@ohrt.com"
       
    14     },
       
    15     {
       
    16       "name": "Uwe Tews",
       
    17       "email": "uwe.tews@googlemail.com"
       
    18     },
       
    19     {
       
    20       "name": "Rodney Rehm",
       
    21       "email": "rodney.rehm@medialize.de"
       
    22     }
       
    23   ],
       
    24   "support": {
       
    25     "irc": "irc://irc.freenode.org/smarty",
       
    26     "issues": "https://github.com/smarty-php/smarty/issues",
       
    27     "forum": "http://www.smarty.net/forums/"
       
    28   },
       
    29   "require": {
       
    30     "php": ">=5.2"
       
    31   },
       
    32   "autoload": {
       
    33     "classmap": [
       
    34       "libs/Smarty.class.php",
       
    35       "libs/SmartyBC.class.php",
       
    36       "libs/sysplugins/"
       
    37     ]
       
    38   },
       
    39   "extra": {
       
    40     "branch-alias": {
       
    41       "dev-master": "3.1.x-dev"
       
    42     }
       
    43   }
       
    44 }