-
Notifications
You must be signed in to change notification settings - Fork 13
/
composer.json
47 lines (47 loc) · 933 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
37
38
39
40
41
42
43
44
45
46
47
{
"name": "bitmovin/bitmovin-php",
"description": "PHP-Client which enables you to seamlessly integrate the Bitmovin API into your existing projects",
"version": "v1.5.25",
"homepage": "https://bitmovin.com/docs",
"license": "Unlicense",
"keywords": [
"bitmovin",
"api",
"encoding",
"mpeg-dash",
"hls",
"dash",
"MPD",
"M3U8",
"mp4",
"DRM",
"fmp4",
"playready",
"widevine",
"fairplay",
"clearkey",
"cenc",
"vr",
"360"
],
"support": {
"email": "support@bitmovin.com",
"docs": "https://bitmovin.com/docs"
},
"require": {
"php": ">=5.6.0",
"guzzlehttp/guzzle": "^6.0",
"jms/serializer": "^1.3",
"icecave/parity": "1.0.0"
},
"require-dev": {
"phpunit/phpunit": "^4.8",
"ramsey/uuid": "3.5.1"
},
"autoload": {
"psr-4": {
"Bitmovin\\": "src/Bitmovin",
"Bitmovin\\test\\": "test/"
}
}
}