-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
executable file
·52 lines (52 loc) · 1.27 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
{
"name": "oat-sa/extension-tao-advanced-search",
"type": "tao-extension",
"description": "tao extension to advanced search",
"authors": [
{
"name": "Open Assessment Technologies SA"
}
],
"support": {
"forum": "http://forum.taotesting.com",
"issues": "http://forge.taotesting.com"
},
"repositories": [
],
"keywords": [
"tao",
"computer-based-assessment"
],
"homepage": "http://www.taotesting.com",
"license": "GPL-2.0-only",
"extra": {
"tao-extension-name": "taoAdvancedSearch"
},
"minimum-stability": "dev",
"require": {
"oat-sa/oatbox-extension-installer": "~1.1||dev-master",
"ext-json": "*",
"oat-sa/generis": ">=15.22",
"oat-sa/tao-core": ">=54.24.0",
"oat-sa/extension-tao-testqti": ">=48.11.0",
"oat-sa/extension-tao-delivery": ">=14.10.1",
"oat-sa/extension-tao-outcome": ">=13.0.0",
"oat-sa/extension-tao-test": ">=16.4.0",
"oat-sa/extension-tao-mediamanager": ">=12.32.1",
"elasticsearch/elasticsearch": "^8.0"
},
"require-dev": {
"php-http/mock-client": "^1.6",
"dg/bypass-finals": "^1.7"
},
"autoload": {
"psr-4": {
"oat\\taoAdvancedSearch\\": ""
}
},
"autoload-dev": {
"psr-4": {
"oat\\taoAdvancedSearch\\tests\\": "test"
}
}
}