-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
38 lines (36 loc) · 856 Bytes
/
Copy pathcomposer.json
File metadata and controls
38 lines (36 loc) · 856 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
{
"name": "t4web/site-config",
"description": "Admin module for ZF2. Provide key-value configuration",
"type": "library",
"license": "BSD-3-Clause",
"keywords": [
"zf2",
"site-config",
"site config"
],
"homepage": "https://github.com/t4web/SiteConfig",
"authors": [
{
"name": "Max Gulturyan",
"email": "gulturyan@gmail.com",
"homepage": "http://about.me/maxgu"
}
],
"require": {
"php": ">=5.5.0",
"zendframework/zend-console": "<2.6 >=2.4",
"zendframework/zend-db": "<2.6 >=2.4",
"zendframework/zend-modulemanager": "<2.6 >=2.4",
"zendframework/zend-mvc": "<2.6 >=2.4",
"t4web/default-service": "~1.0.0",
"t4web/domain": "~1.1.2"
},
"require-dev": {
"phpunit/phpunit": "~4.5"
},
"autoload": {
"psr-4": {
"T4web\\SiteConfig\\": "src/"
}
}
}