-
Notifications
You must be signed in to change notification settings - Fork 1
/
composer-unstable.json
54 lines (45 loc) · 1.27 KB
/
composer-unstable.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
{
"name": "cluster-queue/core",
"description": "Setup a configuration to setup a server cluster. Eg. with DRBD, heartbeat for DB/ WWW Servers; You may look for the dummy package to use this in the background",
"type": "library",
"keywords": ["core", "cluster-queue", "cluster-setup", "cluster-management", "server-config", "setup", "ssh", "scp", "bash", "zsh", "shell", "cli", "php"],
"homepage": "https://github.com/cluster-queue/core",
"authors": [
{
"name": "Florian Blasel",
"email": "[email protected]"
}
],
"repositories": [{
"type":"package",
"package": {
"name": "mumsys/library",
"version":"master",
"source": {
"url": "https://github.com/mumsys/library.git",
"type": "git",
"reference":"6c3b05b"
}
}
}],
"bin": [
"php-cluster-queue"
],
"autoload": {
"classmap": [
"src/"
]
},
"require": {
"php": "7.3.* | 7.4.* | 8.0.*",
"mumsys/library": "master"
},
"require-dev": {
},
"config": {
"sort-packages": true
},
"license": "GPL-3.0",
"minimum-stability": "dev",
"prefer-stable": true
}