-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
51 lines (50 loc) · 1.57 KB
/
composer.json
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
{
"name": "ascoos/afw",
"description": "ASCOOS FRAMEWORK 24",
"version": "24.0.5",
"license":"AGL-F (Ascoos General License - Free)",
"homepage": "https://apps.ascoos.com/afw",
"authors": [
{
"name": "Drogidis Christos",
"homepage": "https://www.ascoos.com",
"role": "Developer"
}
],
"support": {
"issues": "https://issues.ascoos.com",
"source": "https://github.com/ascoos/afw"
},
"repositories": [
{
"type": "package",
"package": {
"name": "ascoos/afw",
"version": "24.0.5",
"type": "framework",
"distributors": [
{
"type": "zip",
"url": "https://dl.ascoos.com/pub/afw/afw-latest.zip"
},
{
"type": "zip",
"url": "https://github.com/ascoos/afw/releases/download/24.0.5/afw-24.0.5.zip"
},
{
"type": "zip",
"url": "https://sourceforge.net/projects/ascoos-fw/files/latest/download"
}
]
}
},
{
"type": "composer",
"url": "https:\/\/www.phpclasses.org\/"
}
],
"require": {
"php": ">=8.2",
"phpclasses/afw": ">=24.0.5"
}
}