scratch – Blame information for rev
?pathlinks?
Rev | Author | Line No. | Line |
---|---|---|---|
115 | office | 1 | { |
2 | "name": "php-ffmpeg/php-ffmpeg", |
||
3 | "type": "library", |
||
4 | "description": "FFMpeg PHP, an Object Oriented library to communicate with AVconv / ffmpeg", |
||
5 | "keywords": ["video processing", "video", "audio processing", "audio", "avconv", "ffmpeg", "avprobe", "ffprobe"], |
||
6 | "license": "MIT", |
||
7 | "authors": [ |
||
8 | { |
||
9 | "name": "Romain Neutron", |
||
10 | "email": "imprec@gmail.com", |
||
11 | "homepage": "http://www.lickmychip.com/" |
||
12 | }, |
||
13 | { |
||
14 | "name": "Phraseanet Team", |
||
15 | "email": "info@alchemy.fr", |
||
16 | "homepage": "http://www.phraseanet.com/" |
||
17 | }, |
||
18 | { |
||
19 | "name": "Patrik Karisch", |
||
20 | "email": "patrik@karisch.guru", |
||
21 | "homepage": "http://www.karisch.guru" |
||
22 | }, |
||
23 | { |
||
24 | "name": "Romain Biard", |
||
25 | "email": "romain.biard@gmail.com", |
||
26 | "homepage": "https://www.strime.io/" |
||
27 | } |
||
28 | ], |
||
29 | "require": { |
||
30 | "php": "^5.3.9 || ^7.0", |
||
31 | "alchemy/binary-driver": "^1.5", |
||
32 | "doctrine/cache": "^1.0", |
||
33 | "evenement/evenement": "^2.0 || ^1.0", |
||
34 | "neutron/temporary-filesystem": "^2.1.1" |
||
35 | }, |
||
36 | "suggest": { |
||
37 | "php-ffmpeg/extras": "A compilation of common audio & video drivers for PHP-FFMpeg" |
||
38 | }, |
||
39 | "require-dev": { |
||
40 | "sami/sami": "~1.0", |
||
41 | "silex/silex": "~1.0", |
||
42 | "phpunit/phpunit": "^4.8" |
||
43 | }, |
||
44 | "autoload": { |
||
45 | "psr-0": { |
||
46 | "FFMpeg": "src" |
||
47 | } |
||
48 | }, |
||
49 | "autoload-dev": { |
||
50 | "psr-4": { |
||
51 | "Tests\\FFMpeg\\": "tests" |
||
52 | } |
||
53 | }, |
||
54 | "extra": { |
||
55 | "branch-alias": { |
||
56 | "dev-master": "0.7-dev" |
||
57 | } |
||
58 | } |
||
59 | } |