Skip to content

Commit

Permalink
Moved dependencies to packagist.org
Browse files Browse the repository at this point in the history
  • Loading branch information
vrza committed Mar 26, 2024
1 parent 46735e5 commit f7a7443
Showing 1 changed file with 6 additions and 33 deletions.
39 changes: 6 additions & 33 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,46 +4,19 @@
"type": "library",
"keywords": ["php", "long-running", "process", "manager", "posix"],
"license": "BSD-3-Clause",
"minimum-stability": "dev",
"bin": ["bin/lrpm", "bin/lrpmctl"],
"repositories": [
{
"type": "vcs",
"url": "https://github.com/vrza/array-with-secondary-keys"
},
{
"type": "vcs",
"url": "https://github.com/vrza/cardinal-collections"
},
{
"type": "vcs",
"url": "https://github.com/vrza/php-symplib"
},
{
"type": "vcs",
"url": "https://github.com/vrza/text-table-formatter"
},
{
"type": "vcs",
"url": "https://github.com/vrza/terminal-palette"
},
{
"type": "vcs",
"url": "https://github.com/vrza/simplogger"
}
],
"require": {
"php": ">=7.1",
"ext-json": "*",
"ext-pcntl": "*",
"ext-posix": "*",
"ext-sockets": "*",
"cardinal-collections/array-with-secondary-keys": "dev-main",
"cardinal-collections/cardinal-collections": "dev-main",
"simple-ipc/php-symplib": "dev-main",
"vrza/terminal-palette": "dev-main",
"vrza/text-table-formatter": "dev-main",
"vrza/simplogger": "dev-main"
"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": {
Expand Down

0 comments on commit f7a7443

Please sign in to comment.