forked from robwilkerson/CakePHP-Audit-Log-Plugin
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
39 lines (39 loc) · 1.05 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
{
"name": "paxapos/cakephp-audit-log-plugin",
"type": "cakephp-plugin",
"description": "Audit Plugin for CakePHP",
"keywords": [
"cakephp",
"auditlog",
"log",
"audit trail",
"audit"
],
"homepage": "https://github.com/robwilkerson/CakePHP-Audit-Log-Plugin",
"license": "MIT",
"authors": [
{
"name": "Rob Wilkerson",
"homepage": "http://robwilkerson.org/"
},
{
"name": "Other contributors",
"homepage": "https://github.com/robwilkerson/CakePHP-Audit-Log-Plugin/graphs/contributors",
"role": "Contributors"
}
],
"support": {
"source": "https://github.com/robwilkerson/CakePHP-Audit-Log-Plugin",
"issues": "https://github.com/robwilkerson/CakePHP-Audit-Log-Plugin/issues"
},
"require": {
"php": ">=5.3.0"
},
"require-dev": {
"phpunit/phpunit": "^3.7.0",
"cakephp/cakephp-codesniffer": "^1.0.0"
},
"extra": {
"installer-name": "AuditLog"
}
}