-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
43 lines (43 loc) · 945 Bytes
/
composer.json
File metadata and controls
43 lines (43 loc) · 945 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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
{
"name": "c2p/whatarmy_watchtower",
"license": "GPL-3.0",
"type": "project",
"authors": [
{
"name": "Code2Prog",
"email": "office@code2prog.com"
}
],
"autoload": {
"psr-4": {
"WhatArmy\\Watchtower\\": "src"
}
},
"config": {
"preferred-install": "dist"
},
"repositories": [
{
"type": "vcs",
"url": "https://github.com/code2prog/mysqldump-php"
}
],
"require": {
"claudiosanches/wp-autoloader": "^1.0",
"php": ">=5.6|^7",
"dg/mysql-dump": "1.5.0",
"shuber/curl": "dev-master",
"alchemy/zippy": "^0.4",
"ext-zip": "*",
"ext-mysqli": "*",
"ext-json": "*",
"woocommerce/action-scheduler": "^3.1.6",
"yahnis-elsts/plugin-update-checker": "^4.6",
"ext-fileinfo": "*",
"symfony/finder": "3.x",
"ifsnop/mysqldump-php": "dev-master",
"ext-zlib": "*",
"ext-iconv": "*",
"symfony/polyfill-iconv": "^1.15"
}
}