mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-08-29 17:28:55 +00:00
14 lines
419 B
JSON
14 lines
419 B
JSON
{
|
|
"name": "barracudanetworks/forkdaemon-php",
|
|
"type": "library",
|
|
"description": "A library to make setup and management of forking daemons in PHP easy.",
|
|
"keywords": ["forking", "daemons", "php"],
|
|
"homepage": "https://github.com/barracudanetworks/forkdaemon-php",
|
|
"license": "MIT",
|
|
"require": {
|
|
"php": ">=5.3.0"
|
|
},
|
|
"autoload": {
|
|
"files": [ "fork_daemon.php" ]
|
|
}
|
|
} |