Переработка под iptvc

This commit is contained in:
2025-05-12 00:07:43 +08:00
parent f43843bb07
commit 252af50239
29 changed files with 1662 additions and 1268 deletions

View File

@@ -12,17 +12,18 @@
"license": "MIT",
"require": {
"php": "^8.3",
"ext-json": "*",
"ext-curl": "*",
"ext-redis": "*",
"ext-fileinfo": "*",
"ext-json": "*",
"ext-mbstring": "*",
"nesbot/carbon": "^3.8",
"ext-redis": "*",
"focusim/php-qrcode": "^4.3",
"guzzlehttp/guzzle": "^7.9",
"nesbot/carbon": "^3.8",
"nyholm/psr7": "^1.8",
"vlucas/phpdotenv": "^5.6",
"slim/slim": "^4.14",
"slim/twig-view": "^3.4"
"slim/twig-view": "^3.4",
"vlucas/phpdotenv": "^5.6"
},
"autoload": {
"psr-4": {
@@ -41,7 +42,10 @@
"config": {
"optimize-autoloader": true,
"preferred-install": "dist",
"sort-packages": true
"sort-packages": true,
"allow-plugins": {
"yiisoft/yii2-composer": false
}
},
"minimum-stability": "dev",
"prefer-stable": true