forked from glowlogix/wp-frontend-profile
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
24 lines (24 loc) · 790 Bytes
/
composer.json
File metadata and controls
24 lines (24 loc) · 790 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
{
"name": "glowlogix/wp-frontend-profile",
"type": "wordpress-plugin",
"description": "WP Frontend Profile WordPress plugin allows for editing of profile fields on the front end of your WordPress website.",
"keywords": [
"users",
"profile",
"plugin",
"WordPress"
],
"license": "GPL-2.0-or-later",
"require": {
"wp-coding-standards/wpcs": "~2.0.0",
"dealerdirect/phpcodesniffer-composer-installer": "~0.5.0"
},
"scripts": {
"check-cs": "@php ./vendor/bin/phpcs --extensions=php --ignore=/vendor/",
"fix-cs": "@php ./vendor/bin/phpcbf --extensions=php --ignore=/vendor/"
},
"support": {
"issues": "https://github.com/glowlogix/wp-frontend-profile/issues",
"source": "https://github.com/glowlogix/wp-frontend-profile"
}
}