Skip to content

Commit f7a7443

Browse files
committed
Moved dependencies to packagist.org
1 parent 46735e5 commit f7a7443

1 file changed

Lines changed: 6 additions & 33 deletions

File tree

composer.json

Lines changed: 6 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -4,46 +4,19 @@
44
"type": "library",
55
"keywords": ["php", "long-running", "process", "manager", "posix"],
66
"license": "BSD-3-Clause",
7-
"minimum-stability": "dev",
87
"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-
],
358
"require": {
369
"php": ">=7.1",
3710
"ext-json": "*",
3811
"ext-pcntl": "*",
3912
"ext-posix": "*",
4013
"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"
4720
},
4821
"autoload": {
4922
"psr-4": {

0 commit comments

Comments
 (0)