-
Notifications
You must be signed in to change notification settings - Fork 14
/
Copy pathcomposer.json
57 lines (57 loc) · 1.7 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
{
"name": "media-alchemyst/media-alchemyst",
"type": "library",
"description": "An Object Oriented wrapper for easy multimedia conversion, based on Imagine, FFMpeg, SwfTools, Unoconv and other libs",
"keywords": ["video processing", "video", "audio processing", "audio", "image", "image processing"],
"license": "MIT",
"authors": [
{
"name": "Romain Neutron",
"email": "imprec@gmail.com",
"homepage": "http://www.lickmychip.com/"
},
{
"name": "Phraseanet Team",
"email": "info@alchemy.fr",
"homepage": "http://www.phraseanet.com/"
}
],
"repositories": [
{
"type": "vcs",
"url": "https://github.com/alchemy-fr/imagine"
}
],
"require": {
"php": ">=5.3.3",
"alchemy/ghostscript": "~0.4.0",
"alchemy/mediavorus": "^0.4.4",
"imagine/imagine": "^0.11.0",
"monolog/monolog": "~1.0",
"neutron/temporary-filesystem": "^2.1.1",
"php-ffmpeg/php-ffmpeg": "^v0.15",
"php-mp4box/php-mp4box": "~0.3.0",
"php-unoconv/php-unoconv": "~0.3.1",
"pimple/pimple": "~1.0",
"swftools/swftools": "~0.3.0",
"symfony/console": "^2.1|^3.0",
"symfony/filesystem": "^2.1|^3.0",
"symfony/process": "^2.1.1|^3.0"
},
"require-dev": {
"alchemy/phpexiftool": "^0.4.0|^0.5.0",
"neutron/silex-imagine-provider": "~0.1",
"phpunit/phpunit": "^4.1|^5.0",
"silex/silex": "~1.0"
},
"autoload": {
"psr-0": {
"MediaAlchemyst": "src"
}
},
"extra": {
"branch-alias": {
"dev-master": "0.5.x-dev"
}
}
}