forked from WWBN/AVideo
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
34 lines (34 loc) · 991 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
{
"name": "wwbn/avideo",
"description": "Audio Video Platform",
"type": "project",
"config": {
"vendor-dir": "objects",
"platform": {
"php": "5.6.0"
}
},
"require": {
"php": ">=5.6.0",
"ext-curl": "*",
"ext-json": "*",
"chrisjean/php-ico": "^1.0",
"ezyang/htmlpurifier": "^4.13",
"google/apiclient": "^2.1.2",
"google/apiclient-services": "^0.156",
"google/auth": "^1.14.3",
"guzzlehttp/guzzle": "^6.5",
"guzzlehttp/psr7": "^1.7",
"hybridauth/hybridauth": "^3.3",
"james-heinrich/getid3": "^1.9",
"monolog/monolog": "^1.17",
"phpmailer/phpmailer": "^6.2",
"psr/cache": "^1.0",
"psr/http-message": "^1.0",
"cboden/ratchet": "^0.4.3",
"ratchet/pawl": "^0.3.5",
"singpolyma/openpgp-php": "^0.4.0",
"aws/aws-sdk-php": "^3.180",
"gliterd/backblaze-b2": "^1.1"
}
}