forked from appserver-io/appserver
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
24 lines (24 loc) · 718 Bytes
/
composer.json
File metadata and controls
24 lines (24 loc) · 718 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
{
"name": "techdivision/appserver",
"description": "Thread based PHP daemon to implement stuff like message queues.",
"homepage": "https://github.com/techdivision/TechDivision_ApplicationServer",
"license": ["OSL-3.0"],
"repositories": [
{
"type": "vcs",
"url": "https://github.com/techdivision/TechDivision_ApplicationServer"
}
],
"require": {
"php" : ">=5.4.0",
"monolog/monolog": "*",
"herrera-io/annotations": "1.0.*",
"techdivision/socket": "dev-master",
"techdivision/stream": "dev-master"
},
"autoload": {
"psr-0": {
"TechDivision": ["src/", "tests/"]
}
}
}