forked from Tmeister/wp-api-jwt-auth
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
29 lines (29 loc) · 789 Bytes
/
Copy pathcomposer.json
File metadata and controls
29 lines (29 loc) · 789 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
{
"name": "tmeister/wp-api-jwt-auth",
"description": "A simple plugin to add JSON Web Token (JWT) Authentication to WP REST API.",
"homepage": "https://github.com/Tmeister/wp-api-jwt-auth/",
"type": "wordpress-plugin",
"license": "GPL-2.0+",
"authors": [
{
"name": "Enrique Chavez",
"homepage": "https://enriquechavez.co"
}
],
"support": {
"issues": "https://github.com/Tmeister/wp-api-jwt-auth/issues",
"source": "https://github.com/Tmeister/wp-api-jwt-auth/"
},
"config": {
"vendor-dir": "includes/vendor"
},
"require": {
"php": ">=5.3",
"composer/installers": "~1.0",
"firebase/php-jwt": "^5.0.0"
},
"require-dev": {
"phpunit/phpunit": "^5.2",
"guzzlehttp/guzzle": "^6.1"
}
}