forked from emgag/video-thumbnail-sprite
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
36 lines (36 loc) · 815 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
{
"name": "emgag/video-thumbnail-sprite",
"description": "PHP library for generating video thumbnail sprites",
"keywords": [
"jwplayer",
"sprite",
"ffmpeg",
"ffmpegthumbnailer"
],
"homepage": "https://github.com/emgag/video-thumbnail-sprite",
"type": "library",
"require": {
"php": "7.*",
"intervention/image": "^2.0",
"symfony/process": "^2.5|^3.0|^4.0",
"captioning/captioning": "^2.0",
"php-ffmpeg/php-ffmpeg": "~0.6",
"emgag/flysystem-tempdir": "^0.1.0"
},
"require-dev": {
"phpunit/phpunit": "^6.2",
"guzzlehttp/guzzle": "^5.0|^6.0"
},
"license": "MIT",
"authors": [
{
"name": "Matthias Blaser",
"email": "git@mooch.ch"
}
],
"autoload": {
"psr-4": {
"Emgag\\Video\\ThumbnailSprite\\": "src/"
}
}
}