-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
38 lines (37 loc) · 938 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": "yawik/application-pack",
"description": "Yawik Required Modules Package",
"license": "MIT",
"type": "library",
"authors": [
{
"name": "Mathias Gelhausen",
"email": "[email protected]"
},
{
"name": "Carsten Bleek",
"email": "[email protected]"
},
{
"name": "Anthonius Munthi",
"homepage": "https://itstoni.com"
}
],
"config": {
"platform": {
"ext-mongo": "1.6.16"
}
},
"require": {
"yawik/core": ">=0.35",
"yawik/auth": ">=0.33",
"yawik/cv": ">=0.33",
"yawik/applications": ">=0.33",
"yawik/jobs": ">=0.33",
"yawik/settings": ">=0.33",
"yawik/pdf": ">=0.33",
"yawik/geo": "^1.0",
"yawik/organizations": ">=0.33",
"yawik/install": ">=0.33"
}
}