forked from bedezign/yii2-audit
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
38 lines (38 loc) · 1.11 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
{
"name": "bedezign/yii2-audit",
"description": "Yii2 Audit records and displays web/cli requests, database changes, php/js errors and associated data.",
"keywords": ["yii2", "audit", "trail", "logging"],
"type": "yii2-extension",
"license": "BSD 3-Clause",
"authors": [
{
"name": "Steve Guns",
"homepage": "http://bedezign.com/",
"email": "[email protected]"
},
{
"name": "Brett O'Donnell",
"homepage": "https://mrphp.com.au/",
"email": "[email protected]"
},
{
"name": "Marc Hollander",
"homepage": "http://maruc.nl/",
"email": "[email protected]"
}
],
"require": {
"php": ">=5.4.0",
"ext-bcmath": "*",
"yiisoft/yii2": "2.*",
"yiisoft/yii2-debug": "2.*",
"2amigos/yii2-chartjs-widget": "2.0.1 || 3.*",
"phpspec/php-diff": "1.*"
},
"autoload": {
"psr-4": {"bedezign\\yii2\\audit\\": "src"}
},
"extra": {
"bootstrap": "bedezign\\yii2\\audit\\Bootstrap"
}
}