-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathcomposer.json
More file actions
27 lines (27 loc) · 837 Bytes
/
Copy pathcomposer.json
File metadata and controls
27 lines (27 loc) · 837 Bytes
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
{
"name": "php-lrpm/php-lrpm",
"description": "PHP Long Running Process Manager",
"type": "library",
"keywords": ["php", "long-running", "process", "manager", "posix"],
"license": "BSD-3-Clause",
"bin": ["bin/lrpm", "bin/lrpmctl"],
"require": {
"php": ">=7.1",
"ext-json": "*",
"ext-pcntl": "*",
"ext-posix": "*",
"ext-sockets": "*",
"cardinal-collections/array-with-secondary-keys": "^1.0.0",
"cardinal-collections/cardinal-collections": "^1.0.0",
"simple-ipc/php-symplib": "^1.0.0",
"vrza/terminal-palette": "^1.0.0",
"vrza/text-table-formatter": "^1.0.0",
"vrza/simplogger": "^1.0.0"
},
"autoload": {
"psr-4": {
"PHPLRPM\\": "src/",
"PHPLRPM\\Test\\": "test/"
}
}
}