Add project files

This commit is contained in:
infosave2007
2025-11-07 13:34:06 +03:00
parent 3402b19f2c
commit a33af60f2d
41 changed files with 8128 additions and 0 deletions
+27
View File
@@ -0,0 +1,27 @@
{
"name": "amnezia/web-panel",
"description": "Amnezia VPN Web Management Panel",
"type": "project",
"license": "MIT",
"authors": [
{
"name": "Amnezia VPN Community"
}
],
"require": {
"php": ">=8.0",
"twig/twig": "^3.8",
"endroid/qr-code": "^4.8 || ^5.0",
"firebase/php-jwt": "^6.11",
"ext-pdo": "*",
"ext-json": "*",
"ext-curl": "*",
"ext-gd": "*",
"ext-sodium": "*"
},
"autoload": {
"psr-4": {
"": "inc/"
}
}
}