forked from oat-sa/extension-tao-task-queue
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
executable file
·42 lines (42 loc) · 1.05 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
{
"name": "openthinklabs/extension-tao-task-queue",
"description": "TAO specific Task Queue with custom GUI",
"authors": [
{
"name": "Open Assessment Technologies S.A.",
"homepage": "http://www.taotesting.com"
},
{
"name": "Gyula Szucs",
"role": "Developer"
}
],
"homepage" : "http://www.taotesting.com",
"license" : "GPL-2.0-only",
"keywords": [
"tao",
"computer-based-assessment",
"oat",
"task",
"queue"
],
"type": "tao-extension",
"extra": {
"tao-extension-name": "taoTaskQueue"
},
"minimum-stability": "dev",
"require": {
"php" : ">=5.5",
"oat-sa/oatbox-extension-installer": "~1.1||dev-master",
"react/child-process": "^0.5.2",
"evenement/evenement": "^2.0",
"ext-pdo": "*",
"oat-sa/generis" : ">=14.4.0",
"oat-sa/tao-core" : ">=48.13.0"
},
"autoload": {
"psr-4": {
"oat\\taoTaskQueue\\": ""
}
}
}