-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
40 lines (40 loc) · 976 Bytes
/
composer.json
File metadata and controls
40 lines (40 loc) · 976 Bytes
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
{
"name": "ra7/structure_singleton",
"description": "Singleton Interface and Trait",
"type": "library",
"keywords": [
"structure",
"singleton",
"objects",
"ra7-ofl",
"ra7",
"Ruslan_A7"
],
"homepage": "https://dev.iuid.cc/projects/structure/singleton",
"license": "proprietary",
"_comment": [
"License: RA7 Open Free License"
],
"authors": [
{
"name": "Ruslan_A7 (RA7)",
"homepage": "https://ra7.iuid.cc",
"role": "Founder, Developer"
}
],
"support": {
"source": "https://github.com/Ruslan-A7/structure_singleton"
},
"minimum-stability": "stable",
"prefer-stable": true,
"autoload": {
"psr-4": {
"RA7\\Framework\\Structure\\Singleton\\": "src/"
}
},
"require": {
"php": "^8",
"ra7/system_enums": "*",
"ra7/system_exception": "*"
}
}