-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.json
56 lines (56 loc) · 1.86 KB
/
index.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
46
47
48
49
50
51
52
53
54
55
56
{
"aliases": {
"apps": "redant/apps-bundle",
"apps-bundle": "redant/apps-bundle",
"appsbundle": "redant/apps-bundle",
"eol": "redant/exact-online-bundle",
"exact-online": "redant/exact-online-bundle",
"exact-online-bundle": "redant/exact-online-bundle",
"exactonline": "redant/exact-online-bundle",
"exactonlinebundle": "redant/exact-online-bundle",
"mt": "redant/multi-tenancy-bundle",
"multi-tenancy": "redant/multi-tenancy-bundle",
"multi-tenancy-bundle": "redant/multi-tenancy-bundle",
"multitenancy": "redant/multi-tenancy-bundle",
"multitenancybundle": "redant/multi-tenancy-bundle",
"redant-apps": "redant/apps-bundle",
"redant-security": "redant/security-bundle",
"redantapps": "redant/apps-bundle",
"redantsecurity": "redant/security-bundle",
"security": "redant/security-bundle",
"security-bundle": "symfony/security-bundle",
"securitybundle": "symfony/security-bundle"
},
"recipes": {
"redant/approval-bundle": [
"3.3",
"4.1"
],
"redant/apps-bundle": [
"2.0"
],
"redant/aws-bundle": [
"1.0"
],
"redant/exact-online-bundle": [
"3.0"
],
"redant/multi-tenancy-bundle": [
"1.0"
],
"redant/security-bundle": [
"2.0"
],
"symfony/security-bundle": [
"3.3"
]
},
"versions": [],
"branch": "source",
"is_contrib": true,
"_links": {
"repository": "github.com/redantnl/recipes",
"origin_template": "{package}:{version}@github.com/redantnl/recipes:source",
"recipe_template": "https://api.github.com/repos/redantnl/recipes/contents/{package_dotted}.{version}.json?ref=main"
}
}