8000 initial attempt at adding composer support · notion/forkdaemon-php@5e23536 · GitHub
[go: up one dir, main page]

8000 Skip to content

Commit 5e23536

Browse files
committed
initial attempt at adding composer support
1 parent 72afdb7 commit 5e23536

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

composer.json

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
{
2+
"name": "barracudanetworks/forkdaemon-php",
3+
"type": "library",
4+
"description": "A library to make setup and management of forking daemons in PHP easy.",
5+
"keywords": ["forking", "daemons", "php"],
6+
"homepage": "https://github.com/barracudanetworks/forkdaemon-php",
7+
"license": "MIT",
8+
"require": {
9+
"php": ">=5.3.0"
10+
},
11+
"autoload": {
12+
"files": [ "fork_daemon.php" ]
13+
}
14+
}

0 commit comments

Comments
 (0)
0