Skip to content
This repository was archived by the owner on Jan 5, 2022. It is now read-only.

Commit c2e11d4

Browse files
author
Shane Harter
committed
Update composer config from master
1 parent 3cf938f commit c2e11d4

File tree

1 file changed

+12
-9
lines changed

1 file changed

+12
-9
lines changed

composer.json

+12-9
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,14 @@
11
{
2-
"name": "shaneharter/php-daemon",
3-
"description": "Create solid, long-running PHP daemon processes",
4-
"keywords": ["php","daemon"],
5-
"type": "library",
6-
"license": "MIT",
7-
"require":
8-
{
9-
"php": ">=5.3.0"
10-
}
2+
"name": "shaneharter/php-daemon",
3+
"description": "Create solid, long-running PHP daemon processes",
4+
"keywords": ["php", "daemon"],
5+
"type": "library",
6+
"license": "MIT",
7+
"require": {
8+
"php": ">=5.3.0",
9+
"ext-pcntl": "*"
10+
},
11+
"autoload": {
12+
"psr-0": {"Core": ""}
1113
}
14+
}

0 commit comments

Comments
 (0)