|
4 | 4 | "type": "library", |
5 | 5 | "keywords": ["php", "long-running", "process", "manager", "posix"], |
6 | 6 | "license": "BSD-3-Clause", |
7 | | - "minimum-stability": "dev", |
8 | 7 | "bin": ["bin/lrpm", "bin/lrpmctl"], |
9 | | - "repositories": [ |
10 | | - { |
11 | | - "type": "vcs", |
12 | | - "url": "https://github.com/vrza/array-with-secondary-keys" |
13 | | - }, |
14 | | - { |
15 | | - "type": "vcs", |
16 | | - "url": "https://github.com/vrza/cardinal-collections" |
17 | | - }, |
18 | | - { |
19 | | - "type": "vcs", |
20 | | - "url": "https://github.com/vrza/php-symplib" |
21 | | - }, |
22 | | - { |
23 | | - "type": "vcs", |
24 | | - "url": "https://github.com/vrza/text-table-formatter" |
25 | | - }, |
26 | | - { |
27 | | - "type": "vcs", |
28 | | - "url": "https://github.com/vrza/terminal-palette" |
29 | | - }, |
30 | | - { |
31 | | - "type": "vcs", |
32 | | - "url": "https://github.com/vrza/simplogger" |
33 | | - } |
34 | | - ], |
35 | 8 | "require": { |
36 | 9 | "php": ">=7.1", |
37 | 10 | "ext-json": "*", |
38 | 11 | "ext-pcntl": "*", |
39 | 12 | "ext-posix": "*", |
40 | 13 | "ext-sockets": "*", |
41 | | - "cardinal-collections/array-with-secondary-keys": "dev-main", |
42 | | - "cardinal-collections/cardinal-collections": "dev-main", |
43 | | - "simple-ipc/php-symplib": "dev-main", |
44 | | - "vrza/terminal-palette": "dev-main", |
45 | | - "vrza/text-table-formatter": "dev-main", |
46 | | - "vrza/simplogger": "dev-main" |
| 14 | + "cardinal-collections/array-with-secondary-keys": "^1.0.0", |
| 15 | + "cardinal-collections/cardinal-collections": "^1.0.0", |
| 16 | + "simple-ipc/php-symplib": "^1.0.0", |
| 17 | + "vrza/terminal-palette": "^1.0.0", |
| 18 | + "vrza/text-table-formatter": "^1.0.0", |
| 19 | + "vrza/simplogger": "^1.0.0" |
47 | 20 | }, |
48 | 21 | "autoload": { |
49 | 22 | "psr-4": { |
|
0 commit comments