-
Notifications
You must be signed in to change notification settings - Fork 2
/
composer.json
47 lines (45 loc) · 1.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
{
"name": "wearejh/flexitime",
"description": "ZF2 Module to plugin to the Hub module - provides flexitime logging and administration features",
"license": "MIT",
"authors": [
{
"name": "Aydin Hassan",
"email": "aydin@hotmail.co.uk"
}
],
"require": {
"php": ">=5.6",
"zendframework/zendframework": "2.3.*",
"wearejh/hub-base" : "^1.0",
"wearejh/jh-user": "^1.0",
"wearejh/installer": "^1.0",
"acelaya/zf2-acmailer": "~4.5",
"rfreebern/giphy-php": "dev-master"
},
"require-dev": {
"phpunit/phpunit": "4.0.*",
"squizlabs/php_codesniffer": "1.5.*",
"satooshi/php-coveralls": "^1.0",
"zf-commons/zfc-admin": "0.2.0"
},
"repositories": [
{
"type": "vcs",
"url" : "https://github.com/WeareJH/HubBase.git"
},
{
"type": "vcs",
"url" : "https://github.com/WeareJH/JhUser.git"
},
{
"type": "vcs",
"url" : "https://github.com/WeareJH/Installer.git"
}
],
"autoload": {
"psr-0": {
"JhFlexiTime\\": "src/"
}
}
}