This commit is contained in:
2025-02-01 20:52:33 +05:30
parent b4001596d3
commit a5a54ccbdc
29277 changed files with 3016189 additions and 193 deletions

12
htdocs/core/composer.json Normal file
View File

@@ -0,0 +1,12 @@
{
"require": {
"google/apiclient": "^2.18",
"vlucas/phpdotenv": "^5.6",
"phpmailer/phpmailer": "^6.9",
"phpoption/phpoption": "^1.9",
"graham-campbell/result-type": "^1.1",
"symfony/polyfill-php80": "*",
"symfony/polyfill": "^1.31",
"abraham/twitteroauth": "^7.0"
}
}