Перекладка и апгрейд проекта под расширение

This commit is contained in:
2024-12-08 16:38:04 +08:00
parent faec083397
commit 0df4578e09
54 changed files with 1255 additions and 1245 deletions

View File

@@ -0,0 +1,31 @@
{
"require": {
"php": "^8.4",
"ext-json": "*",
"ext-curl": "*",
"ext-fileinfo": "*",
"mikecao/flight": "^3.12",
"symfony/dotenv": "^7.1",
"twig/twig": "^3.14"
},
"autoload": {
"psr-4": {
"Core\\": "core/",
"Controllers\\": "controllers/",
"Exceptions\\": "exceptions/"
},
"files": [
"helpers.php"
]
},
"scripts": {
"clear-views": "rm -rf cache/views",
"post-install-cmd": [
"@clear-views"
]
},
"config": {
"optimize-autoloader": true,
"sort-packages": true
}
}