-
Notifications
You must be signed in to change notification settings - Fork 112
/
composer-ci.json
61 lines (61 loc) · 1.36 KB
/
composer-ci.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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
{
"name": "bedezign/yii2-audit",
"description": "Continuous integration version for Yii2 Audit that includes all dependencies",
"keywords": [
"yii2",
"audit",
"trail",
"logging"
],
"type": "yii2-extension",
"license": "MIT",
"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]"
}
],
"repositories": [
{
"type": "composer",
"url": "https://asset-packagist.org"
}
],
"require": {
"php": ">=5.4.0",
"ext-bcmath": "*",
"ext-soap": "*",
"yiisoft/yii2": "^2.0.13",
"yiisoft/yii2-debug": "2.*",
"yiisoft/yii2-swiftmailer": "2.*",
"2amigos/yii2-chartjs-widget": "^2.0.1",
"phpspec/php-diff": "1.*"
},
"require-dev": {
"codeception/codeception": "^2.3",
"codeception/specify": "*",
"codeception/verify": "*",
"codeception/c3": "*",
"scrutinizer/ocular": "~1.1",
"heroku/heroku-buildpack-php": "*"
},
"autoload": {
"psr-4": {
"bedezign\\yii2\\audit\\": "src"
}
},
"extra": {
"bootstrap": "bedezign\\yii2\\audit\\Bootstrap"
}
}