proxitok/composer.json
2022-01-08 16:03:57 +01:00

34 lines
899 B
JSON

{
"name": "pablouser1/tiktok-viewer",
"description": "An alternative frontend for TikTok",
"version": "1.1.0",
"license": "AGPL-3.0-or-later",
"require": {
"ext-curl": "*",
"ssovit/tiktok-api": "^2.0",
"steampixel/simple-php-router": "^0.7.0",
"latte/latte": "^2.10",
"vlucas/phpdotenv": "^5.4",
"cweagans/composer-patches": "^1.7"
},
"autoload": {
"psr-4": {
"Helpers\\": "helpers/"
}
},
"config": {
"allow-plugins": {
"cweagans/composer-patches": true
}
},
"extra": {
"patches": {
"ssovit/tiktok-api": [
"patches/0001-Fixed-getUser.patch",
"patches/0002-Added-support-for-username-as-well-as-user-id.patch",
"patches/0003-Fixed-getVideoByUrl.patch"
]
}
}
}