feat: Поддержка psr4. Кеширование шаблона

This commit is contained in:
origami11@yandex.ru 2025-05-21 15:50:17 +03:00
parent 825641813b
commit 0c30dc230d
9 changed files with 71 additions and 61 deletions

View file

@ -2,15 +2,10 @@
"name": "ctiso/klein",
"description": "simple template engine",
"license": "MIT",
"authors": [
{
"name": "Phedor Podlesnov",
"email": "phedor@edu.yar.ru"
}
],
"authors": [],
"autoload": {
"psr-0": {
"Klein": ""
"psr-4": {
"ctiso\\": "src/"
}
},
"require": {}