-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathcomposer.json
More file actions
47 lines (47 loc) · 1.07 KB
/
composer.json
File metadata and controls
47 lines (47 loc) · 1.07 KB
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": "Contact Form 7 Telegram Bot Integration",
"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": "^6.6",
"wpackagist-plugin/contact-form-7": "^6.0",
"wpackagist-plugin/cf7-telegram": "^0.9.2",
"wpackagist-plugin/wp-smtp": "^1.1",
"wpackagist-plugin/wp-data-logger": "^2.0",
"wpackagist-plugin/wp-crontrol": "^1.19",
"wpackagist-plugin/plugin-check": "^1.8"
},
"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
}
}
}