forked from cross-solution/YAWIK
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
71 lines (71 loc) · 2 KB
/
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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
{
"name": "cross-solution/yawik",
"type": "project",
"description": "Web based applicant tracking system for managing jobs and applications",
"authors": [
{
"name": "Mathias Gelhausen",
"email": "[email protected]"
},
{
"name": "Carsten Bleek",
"email": "[email protected]"
},
{
"name": "Mathias Weitz",
"email": "[email protected]"
}
],
"support": {
"email": "[email protected]",
"docs": "http://yawik.readthedocs.org/en/latest/",
"forum": "https://groups.google.com/forum/#!forum/yawik",
"issues": "https://github.com/cross-solution/YAWIK/issues"
},
"license": "MIT",
"keywords": [
"human resource", "human relation", "applicant", "ATS",
"zf2", "jobboard"
],
"repositories": [
{
"type": "composer",
"url": "https://packages.zendframework.com"
}
],
"homepage": "http://yawik.org/",
"minimum-stability": "alpha",
"require": {
"php": ">=5.5",
"ext-mongo": "*",
"ext-intl": "*",
"zendframework/zendframework": "^2.5",
"zendframework/zendservice-recaptcha": "2.*",
"doctrine/doctrine-mongo-odm-module": "*",
"hybridauth/hybridauth": "*",
"mpdf/mpdf": "5.7.*",
"twbs/bootstrap": "*",
"components/jquery": "*",
"fortawesome/font-awesome": "*",
"twitter/typeahead.js": "0.10.*",
"blueimp/jquery-file-upload": "*",
"ivaynberg/select2": "*",
"tinymce/tinymce": "*",
"mikemix/zf2htmlpurifier": "*",
"cross-solution/bootstrap3-dialog": "dev-master",
"components/flag-icon-css": "^0.7.1",
"jmikola/geojson": "~1.0",
"mikey179/vfsStream": "^1.6",
"satooshi/php-coveralls": "~1.0",
"eternicode/bootstrap-datepicker": "^1.6",
"ircmaxell/random-lib": "^1.1"
},
"require-dev": {
"phpunit/phpunit": "4.7.*"
},
"scripts": {
"post-install-cmd": [
"./install.sh"
]
}
}