-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
31 lines (31 loc) · 890 Bytes
/
composer.json
File metadata and controls
31 lines (31 loc) · 890 Bytes
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
{
"name": "gyro/tribe",
"description": "PHP based backend stack by Gyro",
"license": "GPL-3.0-or-later",
"require": {
"php": "^8.0",
"vlucas/phpdotenv": "^5.2",
"alsvanzelf/jsonapi": "^2.4",
"phpmailer/phpmailer": "^6.7",
"firebase/php-jwt": "^6.0",
"ifsnop/mysqldump-php": "^2.9",
"verot/class.upload.php": "^2.1.3",
"aminyazdanpanah/php-ffmpeg-video-streaming": "^1.2",
"guzzlehttp/guzzle": "^7.7",
"pusher/pusher-php-server": "^7.2",
"agence104/livekit-server-sdk": "1.1",
"php-http/curl-client": "^2.3",
"typesense/typesense-php": "^5.1",
"symfony/http-client": "^7.3"
},
"autoload": {
"psr-4": {
"App\\": "app/"
}
},
"config": {
"allow-plugins": {
"php-http/discovery": true
}
}
}