-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathcomposer.json
37 lines (37 loc) · 1014 Bytes
/
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
{
"name": "appserver-io-psr/application",
"description": "PSR, for a threaded application implementation",
"homepage": "https://github.com/appserver-io-psr/application",
"license": "OSL-3.0",
"authors": [
{
"name": "Tim Wagner",
"email": "[email protected]",
"homepage": "https://github.com/wagnert",
"role": "Developer"
}
],
"require": {
"php": ">=5.4.0",
"appserver-io-psr/context": "~1.0"
},
"require-dev": {
"appserver-io/build": "~1.0"
},
"autoload": {
"psr-0": {
"AppserverIo\\Psr\\Application": [
"src/",
"tests/"
]
}
},
"support": {
"email": "[email protected]",
"issues": "https://github.com/appserver-io-psr/application/issues",
"source": "https://github.com/appserver-io-psr/application"
},
"keywords": [
"persistence container protocol doctrine"
]
}