-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathcomposer.json
47 lines (47 loc) · 1.02 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
{
"name": "hokoo/wpcf7_telegram",
"description": "",
"license": "proprietary",
"authors": [
{
"name": "Igor Tron",
"email": "public@itron.pro"
}
],
"repositories": [
{
"type": "composer",
"url": "https://wpackagist.org"
}
],
"require": {
"johnpbloch/wordpress-core-installer": "*",
"composer/installers": "*",
"johnpbloch/wordpress": "5.6",
"wpackagist-plugin/contact-form-7": "5.1",
"mobiledetect/mobiledetectlib": "^2.8",
"wpackagist-plugin/classic-editor": "^1.5",
"wpackagist-plugin/wp-smtp": "^1.1",
"johnbillion/query-monitor": "^3.7",
"wpackagist-plugin/wp-data-logger": "^2.0"
},
"autoload": {
},
"extra": {
"installer-paths": {
"wordpress/wp-content/plugins/{$name}": [
"type:wordpress-plugin"
]
}
},
"scripts": {
"pre-install-cmd": [],
"post-install-cmd": []
},
"config": {
"allow-plugins": {
"composer/installers": true,
"johnpbloch/wordpress-core-installer": true
}
}
}