-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
44 lines (41 loc) · 1.39 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
{
"name": "phalkaline/phkondo",
"description": "Condominium Management Software",
"type": "project",
"keywords": ["application", "php", "condominium", "condominium", "management"],
"homepage": "http://phkondo.net",
"license": "GPL-2.0",
"authors": [
{
"name": "pHAlkaline",
"homepage": "http://phalkaline.eu"
}
],
"support": {
"issues": "https://github.com/pHAlkaline/phkondo/issues",
"forum": "http://groups.google.com/group/phkondo",
"wiki": "https://github.com/pHAlkaline/phkondo/wiki",
"source": "https://github.com/pHAlkaline/phkondo.git"
},
"extra": {
"installer-paths": {
"app/Plugin/DebugKit": ["cakephp/debug_kit"],
"app/Plugin/ClearCache": ["ceeram/clear_cache"],
"app/Plugin/Cacher": ["jeremyharris/cacher"],
"app/Plugin/Migrations": ["cakedc/migrations"],
"app/Plugin/Feedback": ["phalkaline/cakephp-feedback-plugin"]
}
},
"require": {
"php": ">=5.4",
"ext-mcrypt": "*",
"cakephp/cakephp": "2.9.4",
"cakephp/debug_kit": "2.2.*",
"ceeram/clear_cache": "1.1.*",
"jeremyharris/cacher": "dev-master",
"cakedc/migrations": "^2.5",
"phalkaline/cakephp-feedback-plugin": "dev-master"
},
"minimum-stability" : "dev",
"prefer-stable": true
}