forked from GC-Mark/Laravel-Zencoder
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
35 lines (35 loc) · 1.06 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
{
"name": "TedAvery/Laravel-Zencoder",
"description": "A laravel wrapper around the zencoder API.",
"keywords": ["a4m", "api", "zencoder", "laravel", "transcoding", "video", "audio", "thumbnails"],
"homepage": "https://gitlab.advantage4me.co/opensource/zencoder/",
"license": "MIT",
"support": {
"email": "[email protected]",
"issues": "https://gitlab.advantage4me.co/opensource/zencoder/issues",
"source": "https://gitlab.advantage4me.co/opensource/zencoder"
},
"authors": [
{
"name": "Matthew Hailwood",
"email": "[email protected]",
"role": "Developer"
}
],
"require": {
"php": ">=5.4",
"zencoder/zencoder-php": "2.2.*",
"illuminate/support": "4.2.x",
"rmccue/requests": ">=1.0",
"nesbot/carbon": "1.*"
},
"require-dev": {
"mockery/mockery": "dev-master@dev"
},
"autoload": {
"psr-4": {
"A4M\\Zencoder\\": "src",
"A4M\\Zencoder\\Tests\\": "tests"
}
}
}