generated from rahulsprajapati/wp-plugin-template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
26 lines (26 loc) · 842 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": "rahulsprajapati/unpublish-media-endpoint",
"description": "unpublish-media-endpoint",
"authors": [
{
"name": "Rahul Prajapati",
"email": "[email protected]",
"homepage": "https://github.com/rahulsprajapati",
"role": "Developer"
}
],
"type": "wordpress-plugin",
"prefer-stable": true,
"homepage": "https://github.com/rahulsprajapati/unpublish-media-endpoint",
"support": {
"issues": "https://github.com/rahulsprajapati/unpublish-media-endpoint/issues",
"source": "https://github.com/rahulsprajapati/unpublish-media-endpoint/"
},
"minimum-stability": "dev",
"require-dev": {
"automattic/vipwpcs": "^2.3",
"dealerdirect/phpcodesniffer-composer-installer": "^0.7.1",
"phpcompatibility/php-compatibility": "^9.3",
"wp-phpunit/wp-phpunit": "^5.8"
}
}