-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.default
More file actions
35 lines (35 loc) · 776 Bytes
/
Copy pathcomposer.default
File metadata and controls
35 lines (35 loc) · 776 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
25
26
27
28
29
30
31
32
33
34
35
{
"name": "aoe/multihotspot-application",
"description": "Telekom MultiHotspot: Application Layer",
"type": "metapackage",
"license": "LGPL-3.0+",
"config": {
"vendor-dir": "Packages/Libraries",
"bin-dir": "bin"
},
"version": "dev-master",
"authors": [
{
"name": "AOE GmbH",
"email": "team-concar-click@aoe.com",
"homepage": "http://www.aoe.com/"
}
],
"require": {
"typo3/flow": "2.2.*",
"aoe/multihotspot-logicshared": "dev-master",
"aoe/multihotspot-bssclient": "dev-master",
"aoe/multihotspot-ossclient": "dev-master"
},
"minimum-stability": "dev",
"repositories": [
{
"type": "artifact",
"url": "/var/www/default/htdocs/artifacts/MultiHotspot"
},
{
"type": "composer",
"url": "http://composer.aoehost.de/"
}
]
}