-
Notifications
You must be signed in to change notification settings - Fork 28
/
Copy pathcomposer.json
33 lines (33 loc) · 890 Bytes
/
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
{
"name": "wpdevelopers/disable-comments",
"type": "wordpress-plugin",
"license": "GPL-2.0-or-later",
"description": "Allows administrators to globally disable comments on their site. Comments can be disabled according to post type. Multisite friendly.",
"homepage": "https://wordpress.org/plugins/disable-comments",
"authors": [
{
"name": "WPDeveloper",
"email": "[email protected]",
"homepage": "https://github.com/WPDevelopers"
},
{
"name": "Samir Shah",
"email": "[email protected]",
"homepage": "https://github.com/solarissmoke"
}
],
"keywords": [
"wordpress",
"comments"
],
"support": {
"issues": "https://github.com/WPDevelopers/disable-comments/issues"
},
"require": {
"php": ">=5.2.4",
"composer/installers": "~1.0"
},
"require-dev": {
"brain/monkey": "2.4.0"
}
}