-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathcomposer.json
45 lines (45 loc) · 1.21 KB
/
composer.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
{
"name": "appserver-io-psr/application-server",
"description": "PSR, for the appserver.io application server",
"homepage": "https://github.com/appserver-io-psr/cli",
"license": "OSL-3.0",
"keywords": [
"php",
"interface",
"application",
"server"
],
"authors": [
{
"name": "Tim Wagner",
"email": "tw@appserver.io",
"homepage": "http://www.appserver.io",
"role": "Developer"
}
],
"require": {
"php": ">=5.4.0",
"react/dns": "0.4.4",
"react/socket": "0.4.*",
"react/socket-client": "0.5.0",
"appserver-io/storage": "2.0.*",
"appserver-io/configuration": "3.0.*",
"appserver-io-psr/naming": "1.1.*"
},
"require-dev": {
"appserver-io/build": "~1.0"
},
"autoload": {
"psr-0": {
"AppserverIo\\Psr\\ApplicationServer": [
"src/",
"tests/"
]
}
},
"support": {
"email": "tw@appserver.io",
"issues": "https://github.com/appserver-io-psr/application-server/issues",
"source": "https://github.com/appserver-io-psr/application-server"
}
}