Files
smarty/composer.json

50 lines
1.1 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"
],
"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"
},
{
"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",
"forum": "https://github.com/smarty-php/smarty/discussions"
2014-10-31 00:42:46 +01:00
},
"require": {
"php": "^7.1 || ^8.0"
2014-10-31 00:42:46 +01:00
},
"autoload": {
2018-11-26 20:58:42 +03:00
"classmap": [
"libs/"
]
2014-10-31 00:42:46 +01:00
},
"extra": {
"branch-alias": {
"dev-master": "4.0.x-dev"
2014-10-31 00:42:46 +01:00
}
},
"require-dev": {
"phpunit/phpunit": "^8.5 || ^7.5",
"smarty/smarty-lexer": "^3.1"
2014-10-31 00:42:46 +01:00
}
}