1
0
Fork 0
smarty/composer.json

16 Zeilen
Kein EOL
359 B
JSON

{
"name": "conlite/plugin_smarty",
"description": "Enhance Backend and Frontend of ConLite with Smarty Template Engine",
"minimum-stability": "stable",
"license": "GPL-3.0-or-later",
"authors": [
{
"name": "Ortwin Pinke",
"email": "o.pinke@conlite.de"
}
],
"require": {
"php": ">=8.0",
"smarty/smarty": "v5.5.*"
}
}