Files

54 lines
1.3 KiB
JSON
Raw Permalink Normal View History

2014-10-31 00:42:46 +01:00
{
"name": "smarty/smarty",
"type": "library",
"description": "Smarty - the compiling PHP template engine",
2018-06-12 09:58:15 +02:00
"keywords": [
"templating"
],
2021-12-03 12:04:13 +01:00
"homepage": "https://smarty-php.github.io/smarty/",
2014-10-31 00:42:46 +01:00
"license": "LGPL-3.0",
"authors": [
{
"name": "Monte Ohrt",
"email": "monte@ohrt.com"
},
{
"name": "Uwe Tews",
"email": "uwe.tews@googlemail.com"
2014-10-31 01:28:26 +01:00
},
{
"name": "Rodney Rehm",
"email": "rodney.rehm@medialize.de"
2021-10-13 12:15:17 +02:00
},
{
"name": "Simon Wisselink",
"homepage": "https://www.iwink.nl/"
2014-10-31 00:42:46 +01:00
}
],
"support": {
"issues": "https://github.com/smarty-php/smarty/issues",
2021-12-03 12:04:13 +01:00
"forum": "https://github.com/smarty-php/smarty/discussions"
2014-10-31 00:42:46 +01:00
},
"require": {
2023-08-08 00:04:14 +02:00
"php": "^7.2 || ^8.0",
"symfony/polyfill-mbstring": "^1.27"
2014-10-31 00:42:46 +01:00
},
"autoload": {
2023-08-08 00:04:14 +02:00
"psr-4" : {
"Smarty\\" : "src/"
},
"files": [
"src/functions.php"
2018-11-26 20:58:42 +03:00
]
2014-10-31 00:42:46 +01:00
},
"extra": {
"branch-alias": {
2023-08-08 00:04:14 +02:00
"dev-master": "5.0.x-dev"
2014-10-31 00:42:46 +01:00
}
},
"require-dev": {
2021-10-13 12:15:17 +02:00
"phpunit/phpunit": "^8.5 || ^7.5",
2023-08-08 00:04:14 +02:00
"smarty/smarty-lexer": "^4.0.2"
2014-10-31 00:42:46 +01:00
}
}