forked from bergie/MidgardAppServerBundle
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathcomposer.json
33 lines (33 loc) · 981 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
{
"name": "midgard/app-server-bundle",
"type": "library",
"description": "Application server in PHP for Symfony",
"keywords": ["aip", "appserver", "Symfony"],
"homepage": "https://github.com/bergie/MidgardAppServerBundle",
"authors": [
{
"name": "Henri Bergiu",
"homepage": "http://bergie.iki.fi/",
"role": "Developer"
},
{
"name": "David Stone",
"homepage": "http://nnucomputerwhiz.com",
"role": "Developer"
}
],
"support": {
"issues": "https://github.com/bergie/MidgardAppServerBundle/issues",
"wiki": "https://github.com/bergie/MidgardAppServerBundle/wiki",
"source": "https://github.com/bergie/MidgardAppServerBundle"
},
"require": {
"aip/aip": "*"
},
"autoload": {
"psr-0": {
"Midgard\\AppServerBundle": ""
}
},
"target-dir": "Midgard/AppServerBundle"
}