-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathlibin.json
More file actions
43 lines (43 loc) · 1.48 KB
/
libin.json
File metadata and controls
43 lines (43 loc) · 1.48 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
{
"libraries": [
{
"name": "phpbcl8",
"version": "2.0.4",
"copyright": [
{
"company": "AlexSoft Software",
"homepage": "http://www.alexsoft.gr"
}
],
"authors": [
{
"name": "Drogidis Christos",
"homepage": "https://www.ascoos.com",
"role": "Developer"
}
],
"support": {
"issues": "https://issues.ascoos.com",
"source": "https://github.com/alexsoft-software/phpbcl8"
},
"date": "2024-12-08",
"description": "PHP Backwards Compatibility Library (phpBCL)",
"license":"AGL-F (Ascoos General License - Free)",
"homepage": "https://apps.ascoos.com/phpBCL",
"auto_update_url": "https://dl.ascoos.com/pub/phpbcl8/phpbcl8-latest.zip",
"php_version_min": "80000",
"php_version_max": "80500",
"autoloads": [
{"0":"autoload.php"}
],
"dependencies": [
{
"name":"afw",
"description":"Ascoos Framework",
"version":"25.0.0",
"url":"https://github.com/ascoos/afw/releases/download/25.0.0.12102/afw-25.0.0.12102.zip"
}
]
}
]
}