-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
36 lines (36 loc) · 1014 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
{
"name": "hrevert/ht-mobile-template-module",
"description": "A Zend Framework 2 module to based on Mobile-Detect library to easily use different templates for mobiles, tablets etc.",
"type": "library",
"license": "MIT",
"keywords": [
"zf2"
],
"homepage": "https://github.com/hrevert/HtTemplateResolverModule",
"authors": [
{
"name": "Hrevert Technologies",
"email": "[email protected]"
},
{
"name": "ojhaujjwal",
"email": "[email protected]"
}
],
"require": {
"php": ">=5.4",
"zendframework/zend-view": "~2.1",
"zendframework/zend-modulemanager": "~2.1",
"zendframework/zend-servicemanager": "~2.1",
"zendframework/zend-mvc": "~2.1",
"neilime/zf2-mobile-detect": "1.0"
},
"autoload": {
"psr-0": {
"HtMobileTemplateModule": "src/"
},
"classmap": [
"./Module.php"
]
}
}