forked from justintadlock/members
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
23 lines (23 loc) · 879 Bytes
/
composer.json
File metadata and controls
23 lines (23 loc) · 879 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
"name" : "justintadlock/members",
"description" : "A user and role management plugin that puts you in full control of your site's permissions. This plugin allows you to edit your roles and their capabilities, clone existing roles, assign multiple roles per user, block post content, or even make your site completely private.",
"keywords" : ["wordpress"],
"homepage" : "https://themehybrid.com/plugins/members",
"license" : "GPL-2.0+",
"type" : "wordpress-plugin",
"authors" : [
{
"name" : "Justin Tadlock",
"email" : "justintadlock@gmail.com",
"homepage" : "http://justintadlock.com"
}
],
"require" : {
"composer/installers" : "^1.0",
"php" : ">=5.3.0"
},
"support" : {
"issues": "https://github.com/justintadlock/members/issues",
"forum" : "https://themehybrid.com/board/topics"
}
}