-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
70 lines (70 loc) · 1.36 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
{
"name": "akeeba/panopticon_connector_wp",
"type": "wordpress-plugin",
"description": "Akeeba Panopticon Connector — Joomla connector application for Akeeba Panopticon",
"homepage": "https://github.com/akeeba/panopticon-connector-wordpress",
"support": {
"issues": "https://github.com/akeeba/panopticon-connector-wordpress/issues"
},
"license": "AGPL-3.0-or-later",
"authors": [
{
"name": "Nicholas K. Dionysopoulos",
"email": "[email protected]",
"homepage": "http://www.dionysopoulos.me",
"role": "Lead Developer"
}
],
"keywords": [
"wordpress",
"monitoring",
"backup",
"security",
"connector"
],
"require": {
"php": "^7.2.5|^8.0",
"ext-curl": "*",
"ext-mbstring": "*",
"ext-json": "*",
"ext-simplexml": "*",
"z4kn4fein/php-semver": "^1.2.0"
},
"require-dev": {
"composer/installers": "~1.0|~2.0"
},
"suggest": {
"ext-pdo": "*",
"ext-zend-opcache": "*"
},
"config": {
"optimize-autoloader": false,
"allow-plugins": {
"composer/installers": true,
"optimize-autoloader": true,
"sort-packages": true
},
"platform": {
"php": "7.2.5"
}
},
"autoload": {
"classmap": [
]
},
"extra": {
"instaler-name": "panopticon"
},
"archive": {
"exclude": [
".idea",
"assets",
"build",
".gitignore",
".gitattributes",
"build.xml",
"composer.lock",
"README.md"
]
}
}