2022-01-01 14:14:57 -05:00
|
|
|
{
|
2022-01-14 12:18:28 -05:00
|
|
|
"name": "pablouser1/proxitok",
|
2022-01-02 11:39:22 -05:00
|
|
|
"description": "An alternative frontend for TikTok",
|
2022-03-11 17:24:13 -05:00
|
|
|
"version": "2.0.0.3",
|
2022-01-02 11:39:22 -05:00
|
|
|
"license": "AGPL-3.0-or-later",
|
2022-02-05 18:58:30 -05:00
|
|
|
"type": "project",
|
|
|
|
"homepage": "https://github.com/pablouser1/ProxiTok",
|
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "Pablo Ferreiro",
|
|
|
|
"homepage": "https://github.com/pablouser1"
|
|
|
|
}
|
|
|
|
],
|
2022-02-16 09:20:35 -05:00
|
|
|
"repositories": [
|
|
|
|
{
|
|
|
|
"type": "vcs",
|
|
|
|
"url": "https://github.com/pablouser1/TikTok-API-PHP"
|
|
|
|
}
|
|
|
|
],
|
2022-01-01 14:14:57 -05:00
|
|
|
"require": {
|
2022-01-17 15:11:40 -05:00
|
|
|
"ext-redis": "^5.3.2",
|
2022-02-05 19:03:53 -05:00
|
|
|
"ext-mbstring": "*",
|
2022-01-03 07:43:22 -05:00
|
|
|
"latte/latte": "^2.10",
|
2022-01-28 09:54:09 -05:00
|
|
|
"vlucas/phpdotenv": "^5.4",
|
|
|
|
"bramus/router": "^1.6",
|
2022-03-11 17:03:51 -05:00
|
|
|
"mibe/feedwriter": "^1.1",
|
2022-03-12 13:28:37 -05:00
|
|
|
"pablouser1/tikscraper": "^1.2"
|
2022-01-03 18:18:13 -05:00
|
|
|
},
|
2022-01-05 18:11:00 -05:00
|
|
|
"autoload": {
|
|
|
|
"psr-4": {
|
2022-01-30 18:02:52 -05:00
|
|
|
"App\\": "app/"
|
2022-01-05 18:11:00 -05:00
|
|
|
}
|
2022-01-01 14:14:57 -05:00
|
|
|
}
|
|
|
|
}
|