-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
37 lines (37 loc) · 799 Bytes
/
Copy pathcomposer.json
File metadata and controls
37 lines (37 loc) · 799 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
{
"name": "abtswath/psn-client",
"description": "PSN client",
"type": "library",
"version": "0.0.1",
"require": {
"guzzlehttp/guzzle": "^7.5",
"php": "^7.4",
"psr/container": "^2.0",
"ext-json": "*"
},
"keywords": [
"PSN",
"PlayStation",
"API",
"PlayStation API",
"PS4",
"PS5",
"PS API"
],
"license": "MIT",
"autoload": {
"psr-4": {
"Abtswath\\PSNClient\\": "src/"
}
},
"authors": [
{
"name": "abtswath",
"email": "zyapfine@gmail.com"
}
],
"support": {
"issues": "https://github.com/abtswath/psn-client/issues",
"source": "https://github.com/abtswath/psn-client"
}
}