-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
42 lines (42 loc) · 802 Bytes
/
Copy pathcomposer.json
File metadata and controls
42 lines (42 loc) · 802 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
31
32
33
34
35
36
37
38
39
40
41
42
{
"name": "adampatterson/wpoauth",
"description": "",
"keywords": [
"http",
"guzzle",
"request",
"auth",
"oauth",
"wordpress"
],
"license": "MIT",
"type": "library",
"authors": [
{
"name": "Adam Patterson",
"email": "hello@adampatterson.ca"
}
],
"support": {
"issues": "https://github.com/adampatterson/wpoauth/issues",
"source": "https://github.com/adampatterson/wpoauth"
},
"require-dev": {
"phpunit/phpunit": "^13.0",
"psy/psysh": "^0.12.22",
"symfony/var-dumper": "^8.0",
"spatie/ray": "^1.48"
},
"require": {
"adampatterson/request": "dev-main",
"adampatterson/http": "dev-main"
},
"autoload": {
"psr-4": {
"WpOAuth\\": "src/"
}
},
"scripts": {
"test": "phpunit"
}
}