-
Notifications
You must be signed in to change notification settings - Fork 27
Expand file tree
/
Copy pathcomposer.json
More file actions
30 lines (30 loc) · 884 Bytes
/
composer.json
File metadata and controls
30 lines (30 loc) · 884 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
25
26
27
28
29
30
{
"name": "uswerwp/userswp",
"type": "project",
"description": "Lightweight WordPress User Profile Plugin, provides a front end login form, registration form, edit account form, forgot password, searchable users directory and user profiles.",
"keywords": ["user-profile"],
"homepage": "https://userswp.io",
"license": "GPL-3.0-or-later",
"authors": [
{
"name": "AyeCode Ltd",
"email": "contact@ayecode.io",
"homepage": "https://ayecode.io/",
"role": "Developer"
}
],
"require": {
"php": ">=5.6.0",
"ayecode/wp-font-awesome-settings": "^1.0",
"ayecode/wp-ayecode-ui": "^0.2",
"ayecode/wp-super-duper": "^1.0",
"ayecode/ayecode-connect-helper": "^1.0",
"ayecode/wp-deactivation-survey": "^1.0"
},
"minimum-stability": "dev",
"config": {
"allow-plugins": {
"composer/installers": true
}
}
}