-
Notifications
You must be signed in to change notification settings - Fork 3
/
composer.json
executable file
·44 lines (44 loc) · 1.18 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
{
"name": "oat-sa/extension-tao-mediamanager",
"description": "extension to manage media in TAO",
"support": {
"forum": "http://forum.taotesting.com",
"issues": "http://forge.taotesting.com"
},
"type": "tao-extension",
"authors": [
{
"name": "Open Assessment Technologies"
}
],
"keywords": [
"tao",
"computer-based-assessment"
],
"homepage": "http://www.taotesting.com",
"license": [
"GPL-2.0-only"
],
"extra": {
"tao-extension-name": "taoMediaManager"
},
"minimum-stability": "dev",
"require": {
"oat-sa/oatbox-extension-installer": "~1.1||dev-master",
"oat-sa/lib-generis-search": "^2.1.2",
"oat-sa/generis": ">=16.0.0",
"oat-sa/tao-core": ">=54.26.0",
"oat-sa/extension-tao-item": ">=12.4.0",
"oat-sa/extension-tao-itemqti": ">=30.22.0",
"oat-sa/extension-tao-test": ">=16.3.0",
"oat-sa/extension-tao-testqti-previewer": ">=3.11.0"
},
"autoload": {
"psr-4": {
"oat\\taoMediaManager\\": ""
}
},
"require-dev": {
"mikey179/vfsstream": "~1"
}
}