-
Notifications
You must be signed in to change notification settings - Fork 6
/
composer.json
41 lines (41 loc) · 1.29 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
{
"name": "phalkaline/phkapa",
"description": "Nonconformity Management Software for Quality Assurance.",
"type": "project",
"keywords": ["application", "php", "corrective action", "preventive action", "nonconformity", "quality assurance"],
"homepage": "https://phalkaline.net",
"license": "MIT",
"authors": [
{
"name": "pHAlkaline",
"homepage": "https://phalkaline.net"
}
],
"support": {
"issues": "https://github.com/pHAlkaline/phkapa/issues",
"forum": "http://groups.google.com/group/phkapa",
"wiki": "http://wiki.phkapa.net/",
"source": "https://github.com/pHAlkaline/phkapa.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"]
}
},
"require": {
"php": ">=5.6,<8.0.0",
"ext-openssl": "*",
"cakephp/cakephp": "2.10.*",
"cakephp/debug_kit": "2.2.*",
"ceeram/clear_cache": "1.*",
"cakedc/migrations": "2.*"
},
"config": {
"allow-plugins": {
"composer/installers": true
}
}
}