-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
41 lines (39 loc) · 859 Bytes
/
composer.json
File metadata and controls
41 lines (39 loc) · 859 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
36
37
38
39
40
41
{
"name": "hrevert/ht-day-module",
"description": "Zend Framework 2 integration for day-of-week library",
"type": "library",
"keywords": [
"zf2",
"module",
"zendframework",
"hrevert",
"day",
"day-of-week",
"datetime"
],
"license": "MIT",
"homepage": "https://github.com/hrevert/day-of-week-module",
"authors": [
{
"name": "Hrevert Technologies",
"email": "info@hrevert.com"
}
],
"require": {
"php": ">=5.4",
"hrevert/day-of-week": "0.0.*",
"zendframework/zend-validator": "~2.2"
},
"require-dev": {
},
"suggest": {
},
"autoload": {
"psr-4": {
"HtDayModule\\": "src/"
},
"classmap": [
"./Module.php"
]
}
}