forked from xrowgmbh/xrowvideo
-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
20 lines (20 loc) · 599 Bytes
/
composer.json
File metadata and controls
20 lines (20 loc) · 599 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
"name": "xrow/xrowvideo-ls",
"description": "A video datatype for eZ Publish with transcoding into multiple formats and bitrates and a HTML5 player with flash fallback.",
"type": "ezpublish-legacy-extension",
"license": "GPL-2.0",
"authors": [
{
"name": "xrow GmbH",
"homepage": "http://www.xrow.com"
}
],
"minimum-stability": "dev",
"require": {
"ezsystems/ezpublish-legacy-installer": "*",
"php-ffmpeg/php-ffmpeg": "~0.6"
},
"extra": {
"ezpublish-legacy-extension-name": "xrowvideo"
}
}