-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
50 lines (46 loc) · 1.24 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
{
"name": "huskycms/hcb-static-page",
"type": "huskycms-backend-plugin",
"description": "Static pages managing plugin for backend area of the HuskyCMS",
"authors": [
{
"name": "Mylotskyi Oleksii",
"email": "spalaxinco@gmail.com"
}
],
"keywords": [
"huskycms", "plugin", "module"
],
"license": "MIT",
"homepage": "http://huskycms.com/hcb-static-page",
"repositories": [
{
"type": "composer",
"url": "http://packages.milsdev.com"
}
],
"require-dev": {
"phpunit/PHPUnit": "3.7.*"
},
"require": {
"php": ">=5.3",
"huskycms/hc-backend": "dev-master",
"huskycms/hc-core": "dev-master",
"zendframework/zendframework": "2.3.0",
"spalax/zf2-libs": "dev-master",
"spalax/zf2-file-uploader": "dev-master",
"doctrine/doctrine-module": "0.*",
"doctrine/doctrine-orm-module": "0.*",
"doctrine/migrations": "v1.0-ALPHA1",
"rwoverdijk/assetmanager": "1.3.5"
},
"autoload": {
"psr-0": {
"HcbStaticPage": "src/"
},
"classmap": [
"./Module.php"
]
},
"minimum-stability": "dev"
}