jb-data.de/vendor/smarty/smarty-lexer/composer.json
2025-08-11 22:23:30 +02:00

36 lines
866 B
JSON

{
"name": "smarty/smarty-lexer",
"type": "library",
"description": "Smarty Lexer/Parser generator",
"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": "http://code.google.com/p/smarty-php/issues/list",
"forum": "http://www.smarty.net/forums/"
},
"require": {
"php": ">=5.2"
},
"extra": {
"branch-alias": {
"dev-master": "3.1.x-dev"
}
}
}