-
Notifications
You must be signed in to change notification settings - Fork 2
/
composer.json
26 lines (26 loc) · 961 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
{
"name": "kimipooh/wp-add-mime-types",
"description": "The plugin additionally allows the mime types and file extensions to WordPress. In other words, your WordPress site can upload various file extensions.",
"minimum-stability": "stable",
"type": "wordpress-plugin",
"license": "GPL-2.0-or-later",
"authors": [
{
"name": "Kimiya Kitani",
"email": "[email protected]"
}
],
"require": {
"php": ">=5.6"
},
"require-dev": {
"wp-coding-standards/wpcs": "^2.3",
"dealerdirect/phpcodesniffer-composer-installer": "^0.7",
"phpcompatibility/phpcompatibility-wp": "^2.1",
"yoast/phpunit-polyfills": "^1.0.1",
"phpunit/phpunit": "^5.7.21 || ^6.5 || ^7.5 || ^9.0"
},
"config": {
"allow-plugins": true
}
}