-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathlibin.json
More file actions
61 lines (61 loc) · 2.03 KB
/
libin.json
File metadata and controls
61 lines (61 loc) · 2.03 KB
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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
{
"libraries": [
{
"name": "example",
"copyright": [
{
"company": "Company",
"homepage": "http://www.example.com"
}
],
"authors": [
{
"name": "Author Name",
"homepage": "https://www.example.com",
"role": "Developer"
}
],
"support": {
"issues": "https://issues.example.com",
"source": "https://sources.example.com"
},
"auto": false,
"category": "Library Catεgory",
"created": "2025-11-02 22:00:00",
"last_updated": "2025-11-02 22:30:00",
"description": "Example Library",
"license":"MIT",
"homepage": "https://www.example.com",
"auto_update_url": "https://downloads.example.com/latest.az",
"autoloads": [
{"0":"library/autoload.php"}
],
"require": [
{
"name": "dependency library",
"min_version": "1.0.0"
}
],
"dependencies": [
{
"name":"dependency library",
"description":"Library description",
"version":"1.0.0",
"url":"https://github.com/user/repository/releases/download/1.0.0/package-1.0.0.az",
"sha256": "abc123..."
}
],
"extras": [],
"versions": {
"version": 100000,
"human_version": "10.0.0",
"MinAscoosVersion": 260000,
"MaxAscoosVersion": -1,
"MinPHPVersion": 80200,
"MaxPHPVersion": -1
},
"changelog": "",
"notes": ""
}
]
}