forked from xibodevelopment/backupwordpress
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
26 lines (26 loc) · 782 Bytes
/
composer.json
File metadata and controls
26 lines (26 loc) · 782 Bytes
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
{
"name" : "xibodevelopment/backupwordpress",
"description": "Simple automated backups of your WordPress powered website.",
"keywords" : [
"wordpress",
"backup"
],
"type" : "wordpress-plugin",
"homepage" : "https://github.com/xibodevelopment/backupwordpress",
"license" : "GPL-2.0",
"authors" : [
{
"name" : "XIBO Ltd",
"email" : "support@xibomarketing.com",
"homepage": "https://github.com/xibodevelopment"
}
],
"support" : {
"issues": "https://github.com/xibodevelopment/backupwordpress/issues"
},
"require": {
"symfony/finder": "~2.8",
"symfony/process": "~2.8",
"ifsnop/mysqldump-php":"~2.1"
}
}