-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
44 lines (44 loc) · 1.06 KB
/
composer.json
File metadata and controls
44 lines (44 loc) · 1.06 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
{
"name": "wesyf/web-system-framework",
"description": "This is a metapackage of the WeSyF (Web System Framework) from RA7",
"type": "metapackage",
"keywords": [
"wesyf",
"web",
"system",
"framework",
"core",
"ra7-ofl",
"ra7",
"Ruslan_A7"
],
"homepage": "https://dev.iuid.cc/projects/wesyf",
"license": "proprietary",
"_comment": [
"License: RA7 Open Free License"
],
"authors": [
{
"name": "Ruslan_A7 (RA7)",
"homepage": "https://ra7.iuid.cc",
"role": "Developer"
}
],
"minimum-stability": "stable",
"prefer-stable": true,
"autoload": {
"psr-4": {
"WeSyF\\": "src/"
}
},
"require": {
"php": "^8.4",
"ra7/utils_normalizers": "*",
"ra7/utils_filesystem": "*",
"ra7/system_exception": "*",
"ra7/system_enums": "*",
"ra7/system_config": "*",
"ra7/structure_singleton": "*",
"ra7/additions_logger": "*"
}
}