-
Notifications
You must be signed in to change notification settings - Fork 9
/
composer.json
executable file
·68 lines (68 loc) · 1.55 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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
{
"name": "hrm/hrm",
"description": "The Huygens Remote Manager is an easy to use interface to the Huygens Software by Scientific Volume Imaging B.V. that allows for multi-user, large-scale deconvolution and analysis",
"license": "CECILL-1.0",
"keywords": [
"deconvolution",
"batch",
"multi-user"
],
"authors": [
{
"name": "Aaron Ponti",
"email": "[email protected]"
},
{
"name": "Daniel Sevilla",
"email": "[email protected]"
},
{
"name": "Niko Ehrenfeuchter",
"email": "[email protected]"
},
{
"name": "Torsten Stoeter",
"email": "[email protected]"
},
{
"name": "Felix Meyenhofer",
"email": "[email protected]"
},
{
"name": "Olivier Burri",
"email": "[email protected]"
},
{
"name": "Egor Zindy",
"email": "[email protected]"
},
{
"name": "Kevin Namink",
"email": "[email protected]"
}
],
"minimum-stability": "stable",
"repositories": [
{
"type": "vcs",
"url": "https://github.com/aarpon/php-traditional-server_old.git"
}
],
"require": {
"php": ">=8.1.0",
"adodb/adodb-php": "v5.22.6",
"adldap2/adldap2": "v10.5.0",
"aarpon/php-traditional-server_old": "1.0.4",
"monolog/monolog": "3.3.1"
},
"require-dev": {
"phpunit/phpunit": "^10",
"squizlabs/php_codesniffer": "3.7.2",
"phpcompatibility/php-compatibility": "9.3.5"
},
"autoload": {
"psr-4": {
"hrm\\": "inc/"
}
}
}