-
-
Notifications
You must be signed in to change notification settings - Fork 135
/
composer.json
36 lines (36 loc) · 844 Bytes
/
composer.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
{
"name": "pablouser1/proxitok",
"description": "An alternative frontend for TikTok",
"version": "2.5.0.0",
"license": "AGPL-3.0-or-later",
"type": "project",
"authors": [
{
"name": "Pablo Ferreiro",
"homepage": "https://github.com/pablouser1"
}
],
"homepage": "https://github.com/pablouser1/ProxiTok",
"config": {
"optimize-autoloader": true,
"platform": {
"php": "8.1"
}
},
"require": {
"php": "^8.1",
"ext-mbstring": "*",
"latte/latte": "^3.0",
"bramus/router": "^1.6",
"pablouser1/tikscraper": "^2.6",
"josegonzalez/dotenv": "^4.0"
},
"suggest": {
"ext-redis": "For using redis as a caching engine"
},
"autoload": {
"psr-4": {
"App\\": "app/"
}
}
}