forked from NetCommons3/NetCommons
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
57 lines (57 loc) · 2.23 KB
/
composer.json
File metadata and controls
57 lines (57 loc) · 2.23 KB
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
51
52
53
54
55
56
57
{
"name": "netcommons/net-commons",
"description": "NetCommons Plugin",
"type": "cakephp-plugin",
"keywords": ["cakephp", "netcommons"],
"homepage": "http://www.netcommons.org/",
"license": "NetCommons License",
"authors": [
{
"name": "NetCommons Community",
"homepage": "https://github.com/NetCommons3/NetCommons/graphs/contributors"
}
],
"extra": {
"installer-paths": {
"app/Plugin/{$name}": ["type:cakephp-plugin"]
}
},
"require": {
"cakedc/migrations": "~2.2",
"cakephp/cakephp": "~2.6",
"cakephp/debug_kit": "~2.2",
"chronon/mobile_detect": "*",
"phpunit/phpunit": "~3.7.38"
},
"require-dev": {
"mustangostang/spyc": "dev-master",
"netcommons/auth": "dev-master",
"netcommons/auth-general": "dev-master",
"netcommons/boxes": "dev-master",
"netcommons/blocks": "dev-master",
"netcommons/containers": "dev-master",
"netcommons/control-panel": "dev-master",
"netcommons/data-types": "dev-master",
"netcommons/files": "dev-master",
"netcommons/frames": "dev-master",
"netcommons/install": "dev-master",
"netcommons/m17n": "dev-master",
"netcommons/pages": "dev-master",
"netcommons/plugin-manager": "dev-master",
"netcommons/private-space": "dev-master",
"netcommons/public-space": "dev-master",
"netcommons/roles": "dev-master",
"netcommons/rooms": "dev-master",
"netcommons/room-space": "dev-master",
"netcommons/users": "dev-master",
"netcommons/user-attributes": "dev-master",
"netcommons/user-manager": "dev-master",
"netcommons/user-roles": "dev-master",
"netcommons/workflow": "dev-master",
"satooshi/php-coveralls": "dev-master"
},
"config": {
"vendor-dir": "vendors",
"process-timeout": 3000
}
}