-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
73 lines (73 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
73
{
"name": "geminorum/gnetwork",
"description": "WordPress Network Helper",
"license": "GPL-3+",
"type": "wordpress-plugin",
"keywords": [
"wordpress",
"multisite"
],
"homepage": "https://geminorum.ir/wordpress/gnetwork",
"authors": [{
"name": "Nasser Rafie",
"email": "[email protected]",
"homepage": "https://geminorum.ir",
"role": "Developer"
}],
"support": {
"issues": "https://github.com/geminorum/gnetwork/issues",
"wiki": "https://github.com/geminorum/gnetwork/wiki",
"source": "https://github.com/geminorum/gnetwork"
},
"require": {
"php": ">=7.4",
"composer/installers": "^1.0 || ^2.0",
"erusev/parsedown-extra": "^0.8.1",
"parsecsv/php-parsecsv": "^1.3.2",
"jbroadway/urlify": "^1.2.4",
"analog/analog": "^1.0.20",
"hbattat/verifyemail": "^1.0.8",
"10up/async-transients": "^1.0",
"econea/nusoap": "^0.9.17",
"mattketmo/email-checker": "^2.3"
},
"require-dev": {
"phpcompatibility/phpcompatibility-wp": ">=2.1.4",
"roave/security-advisories": "dev-master",
"wp-coding-standards/wpcs": ">=3.1",
"dealerdirect/phpcodesniffer-composer-installer": "^1.0",
"symfony/stopwatch": "^5.4.39",
"kint-php/kint": "^5.1.1",
"mustache/mustache": "^2.14.2",
"phelium/mysql-backup": "dev-master",
"picqer/php-barcode-generator": "^2.4.0",
"tinify/tinify": "^1.6.1",
"behat/transliterator": "^1.5",
"davidepastore/ipinfo": "^0.7.0",
"ziggeo/simple-box-integration": "^0.0.6",
"nicolab/php-ftp-client": "^2.0.2",
"tecnickcom/tc-lib-barcode": "^1.18.4",
"kub-at/php-simple-html-dom-parser": "^1.9.1",
"donatj/phpuseragentparser": "^1.9",
"shuchkin/simplexlsx": "^1.1",
"shuchkin/simplexlsxgen": "^1.4",
"enshrined/svg-sanitize": "^0.19.0"
},
"config": {
"vendor-dir": "assets/vendor",
"vendor/bin": "assets/bin",
"platform": {
"php": "7.4"
},
"allow-plugins": {
"dealerdirect/phpcodesniffer-composer-installer": true,
"composer/installers": true
}
},
"autoload": {
"psr-4": {
"geminorum\\gNetwork\\": "includes/"
}
},
"prefer-stable": true
}