proxitok/composer.json

28 lines
683 B
JSON
Raw Normal View History

2022-01-01 19:14:57 +00:00
{
2022-01-14 17:18:28 +00:00
"name": "pablouser1/proxitok",
"description": "An alternative frontend for TikTok",
2022-04-10 10:10:48 +00:00
"version": "2.2.1.0",
"license": "AGPL-3.0-or-later",
2022-02-05 23:58:30 +00:00
"type": "project",
"homepage": "https://github.com/pablouser1/ProxiTok",
"authors": [
{
"name": "Pablo Ferreiro",
"homepage": "https://github.com/pablouser1"
}
],
2022-01-01 19:14:57 +00:00
"require": {
2022-01-17 20:11:40 +00:00
"ext-redis": "^5.3.2",
2022-02-06 00:03:53 +00:00
"ext-mbstring": "*",
2022-01-03 12:43:22 +00:00
"latte/latte": "^2.10",
2022-01-28 14:54:09 +00:00
"vlucas/phpdotenv": "^5.4",
"bramus/router": "^1.6",
"pablouser1/tikscraper": "^1.3"
2022-01-03 23:18:13 +00:00
},
"autoload": {
"psr-4": {
2022-01-30 23:02:52 +00:00
"App\\": "app/"
}
2022-01-01 19:14:57 +00:00
}
}