-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
24 lines (24 loc) · 839 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
{
"name": "bangerkuwranger/wordpress-server-to-server-api-oauth-2",
"description": "Provides simple OAuth 2.0 authentication for server-to-server use of the WordPress JSON API",
"version": "1.0.0",
"type": "wordpress-plugin",
"keywords": ["api", "oauth", "authentication"],
"homepage": "http://github.com/bangerkuwranger/WordPress-Server-to-Server-API-OAuth-2.0",
"license": "MIT",
"authors": [
{
"name": "Chad A. Carino",
"email": "[email protected]",
"homepage": "http://www.chadacarino.com",
"role": "Developer"
}
],
"require": {
"php": "^5.6 || ~7.0",
"league/oauth2-server": "^5.1.0",
"phpseclib/phpseclib": "^2.0.0",
"ircmaxell/random-lib": "^1.2"
},
"minimum-stability": "stable"
}