-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
33 lines (33 loc) · 914 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": "rahulsprajapati/user-approval",
"description": "user-approval",
"authors": [
{
"name": "Rahul Prajapati",
"email": "rahul.prajapati@live.in",
"homepage": "https://github.com/rahulsprajapati",
"role": "Developer"
}
],
"type": "wordpress-plugin",
"prefer-stable": true,
"homepage": "https://github.com/rahulsprajapati/user-approval",
"support": {
"issues": "https://github.com/rahulsprajapati/user-approval/issues",
"source": "https://github.com/rahulsprajapati/user-approval/"
},
"minimum-stability": "dev",
"require-dev": {
"squizlabs/php_codesniffer": "~3.3",
"automattic/vipwpcs": "~0.4",
"phpcompatibility/php-compatibility": "~9.3",
"dealerdirect/phpcodesniffer-composer-installer": "^0.7"
},
"require": {
"php": ">7.0",
"phpunit/phpunit": "7.5.20"
},
"suggest": {
"composer/installers": "~1.6"
}
}