-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
36 lines (36 loc) · 954 Bytes
/
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
{
"name": "nowise/batchelor",
"version": "2.3.8",
"description": "Batch job queue manager (web interface and services)",
"type": "project",
"keywords": ["batchelor", "queue", "task", "schedule"],
"license": "GPL-2.0-only",
"homepage": "https://nowise.se/oss/batchelor",
"authors": [
{
"name": "Anders Lövgren",
"email": "anders.lovgren@bmc.uu.se"
},
{
"name": "Anders Lövgren",
"email": "andlov@nowise.se"
}
],
"require": {
"nowise/uup-site": "^1.0",
"nowise/uup-soap": "^1.2",
"nowise/uup-auth": "^2.3",
"nowise/uup-web-component": "^2.0",
"symfony/console": "^4.1",
"krakjoe/pthreads-polyfill": "^1.1"
},
"autoload": {
"psr-0": {
"Batchelor\\": "source",
"Application\\": "source"
}
},
"bin": [
"batchelor.sh"
]
}