-
Notifications
You must be signed in to change notification settings - Fork 2
/
composer.json
40 lines (40 loc) · 1.01 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
{
"name": "oat-sa/extension-tao-eventlog",
"description": "The event logging system",
"type": "tao-extension",
"authors": [
{
"name": "Open Assessment Technologies SA"
}
],
"keywords": [
"tao",
"computer-based-assessment"
],
"homepage": "http://www.taotesting.com",
"license": [
"GPL-2.0-only"
],
"extra": {
"tao-extension-name": "taoEventLog"
},
"minimum-stability": "dev",
"require": {
"oat-sa/oatbox-extension-installer": "~1.1||dev-master",
"oat-sa/generis": ">=15.32.0",
"oat-sa/tao-core": ">=54.0.0",
"oat-sa/extension-tao-funcacl" : ">=7.0.0",
"oat-sa/extension-tao-delivery-rdf" : ">=14.0.0",
"oat-sa/extension-tao-item" : ">=11.0.0",
"oat-sa/extension-tao-testqti" : ">=41.0.0",
"oat-sa/extension-tao-itemqti" : ">=27.0.0",
"oat-sa/extension-tao-test" : ">=15.11.0",
"oat-sa/extension-tao-testtaker" : ">=8.0.0",
"oat-sa/lib-tao-dtms" : "^1.0.1"
},
"autoload": {
"psr-4": {
"oat\\taoEventLog\\": ""
}
}
}