-
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathcomposer.json
More file actions
36 lines (36 loc) · 1021 Bytes
/
composer.json
File metadata and controls
36 lines (36 loc) · 1021 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
32
33
34
35
36
{
"require": {
"smarty/smarty": "^5.5",
"gettext/gettext": "^5.7",
"ezyang/htmlpurifier": "^4.18",
"mobiledetect/mobiledetectlib": "^4.8",
"hybridauth/hybridauth": "^3.12",
"google/recaptcha": "^1.3",
"phpmailer/phpmailer": "^6.10",
"sonata-project/google-authenticator": "^2.3",
"twilio/sdk": "^8.7",
"taylanunutmaz/agora-token-builder": "^1.1",
"claviska/simpleimage": "^4.2",
"stripe/stripe-php": "^17.5",
"aws/aws-sdk-php": "^3.356",
"nicolab/php-ftp-client": "^2.0",
"google/cloud-storage": "^1.48",
"2checkout/2checkout-php": "^0.4.0",
"embed/embed": "^4.4",
"p3k/emoji-detector": "^1.2",
"authorizenet/authorizenet": "^2.0",
"verotel/flexpay-php-client": "^5.1",
"symfony/yaml": "^7.3",
"fakerphp/faker": "^1.24",
"agence104/livekit-server-sdk": "^1.3",
"workerman/phpsocket.io": "^2.2",
"shift4/shift4-php": "^4.0",
"cashfree/cashfree-pg": "4.3.10",
"openai-php/client": "^0.19.1"
},
"config": {
"allow-plugins": {
"php-http/discovery": true
}
}
}