-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathlibin.json
More file actions
47 lines (47 loc) · 1.54 KB
/
Copy pathlibin.json
File metadata and controls
47 lines (47 loc) · 1.54 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
{
"libraries": [
{
"name": "phpbcl",
"copyright": [
{
"company": "AlexSoft Software",
"homepage": "http://www.alexsoft.gr"
}
],
"authors": [
{
"name": "Christos Drogidis",
"homepage": "https://www.ascoos.com",
"role": "Developer"
}
],
"support": {
"issues": "https://github.com/ascoos/phpbcl/issues",
"source": "https://github.com/ascoos/phpbcl"
},
"auto": true,
"category": "Polyfill",
"created": "2013-12-31 23:59:59",
"last_updated": "2026-01-15 23:06:26",
"description": "Backwards Compatibility Library",
"license":"AGL-F",
"homepage": "https://www.ascoos.com",
"auto_update_url": "https://dl.ascoos.com/pub/phpbcl/phpbcl-latest.az",
"autoloads": [
{"0":"phpbcl/autoload.php"}
],
"require": [],
"dependencies": [],
"extras": [],
"versions": {
"version": 20200,
"human_version": "2.2.0",
"MinAscoosVersion": 10000,
"MaxAscoosVersion": -1,
"MinPHPVersion": 80300,
"MaxPHPVersion": -1
},
"notes": ""
}
]
}