forked from WWBN/AVideo
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
58 lines (58 loc) · 1.85 KB
/
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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
{
"name": "wwbn/avideo",
"description": "Audio Video Platform",
"type": "project",
"config": {
"platform-check": false,
"vendor-dir": "vendor",
"platform": {
"php": "8"
}
},
"require": {
"php": "^7.3|^8",
"ext-curl": "*",
"ext-json": "*",
"chrisjean/php-ico": "^1.0",
"ezyang/htmlpurifier": "^4.13",
"google/apiclient": "^2.11",
"google/apiclient-services": "*",
"google/auth": "^1.14.3",
"guzzlehttp/guzzle": "^7.4",
"guzzlehttp/psr7": "^2.7",
"hybridauth/hybridauth": "^3.3",
"james-heinrich/getid3": "^1.9",
"monolog/monolog": "^2.6",
"phpmailer/phpmailer": "^6.2",
"psr/cache": "^3.0",
"psr/http-message": "^2.0",
"cboden/ratchet": "^0.4.3",
"ratchet/pawl": "^0.4.1",
"singpolyma/openpgp-php": "^0.7.0",
"aws/aws-sdk-php": "^3.180",
"gliterd/backblaze-b2": "^1.1",
"paypal/rest-api-sdk-php": "*",
"paypal/paypal-payouts-sdk": "^1.0",
"paypal/paypal-checkout-sdk": "^1.0",
"emojione/assets": "^4.5",
"mervick/emojionearea": "^3.4",
"emojione/emojione": "^4.5",
"abraham/twitteroauth": "^7.0",
"symfony/http-client": "^5.3",
"nyholm/psr7": "^1.4",
"norkunas/onesignal-php-api": "^2.7",
"stripe/stripe-php": "^16.1",
"symfony/translation": "^5.3",
"amphp/amp": "^2.6",
"scssphp/scssphp": "^1.11",
"vimeo/vimeo-api": "^3.0",
"phpseclib/phpseclib": "^3.0",
"bunnycdn/storage": "^3.0",
"chillerlan/php-qrcode": "^5.0",
"erusev/parsedown": "^1.7",
"spomky-labs/otphp": "^10.0",
"christian-riesen/base32": "^1.6",
"react/socket": "^1.16",
"react/event-loop": "^1.5"
}
}