forked from cBackup/core
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
72 lines (72 loc) · 2.14 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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
{
"name": "cbackup/core",
"description": "Network equipment configuration backup software",
"keywords": [
"cbackup",
"backup",
"network switch configuration",
"router configuration",
"configuration",
"config"
],
"homepage": "http://cbackup.me",
"type": "project",
"license": "AGPL-3.0-only",
"support": {
"issues": "https://github.com/cBackup/main/issues?state=open",
"docs": "http://cbackup.readthedocs.io/en/latest/",
"forum": "http://cbackup.me",
"source": "https://github.com/cBackup/core"
},
"minimum-stability": "stable",
"require": {
"php": ">=7.0",
"ext-intl": "*",
"ext-ctype": "*",
"ext-mbstring": "*",
"ext-mcrypt": "*",
"ext-openssl": "*",
"ext-mysqli": "*",
"ext-pdo": "*",
"ext-pdo_mysql": "*",
"ext-Reflection": "*",
"ext-snmp": "*",
"ext-SPL": "*",
"ext-ssh2": "*",
"ext-zip": "*",
"2amigos/yii2-tinymce-widget" : "1.1.2",
"bower-asset/blockUI":"2.70.0",
"bower-asset/datatables": "1.10.16",
"bower-asset/datatables-i18n": "1.0.4",
"bower-asset/jquery":"2.2.4",
"bower-asset/jquery.tagsinput": "1.3.2",
"bower-asset/jquery-bootstrap-scrolling-tabs": "2.3.1",
"cbackup/yii2-console-runner-extension": "0.2.0",
"cbackup/yii2-group-grid-view": "~0.2",
"cpliakas/git-wrapper": "1.7.0",
"dautkom/php.ipv4": "~1.0",
"dautkom/php.netsnmp": "~1.0",
"faryshta/yii2-jquery-tagsinput": "1.0.0",
"ifsnop/mysqldump-php":"2.3.1",
"kartik-v/yii2-widget-depdrop": "1.0.4",
"launcherx/yii2-widget-cronui": "~1.0",
"mtdowling/cron-expression": "1.2.1",
"phpspec/php-diff": "1.1.0",
"phpseclib/phpseclib": "2.0.9",
"toriphes/yii2-console-runner": "1.1.0",
"yii2mod/yii2-sweet-alert": "1.3",
"yiisoft/yii2": "2.0.14.1",
"yiisoft/yii2-bootstrap": "2.0.8",
"yiisoft/yii2-swiftmailer": "2.0.7",
"yiisoft/yii2-jui": "2.0.7"
},
"require-dev": {
"codeception/codeception": "*",
"codeception/verify": "*",
"codeception/specify": "*",
"flow/jsonpath": "*",
"yiisoft/yii2-debug": "~2.0.0",
"yiisoft/yii2-gii": "~2.0.0",
"yiisoft/yii2-faker": "~2.0.0"
}
}