-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathappInfos.json
More file actions
44 lines (36 loc) · 727 Bytes
/
appInfos.json
File metadata and controls
44 lines (36 loc) · 727 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
41
42
43
44
{
"appName":"KeyPHP WITH COMPOSER COMPATIBILITY",
"mainClass":"main",
"infos":"A RELEASE VERSION OF KeyPHP WITH COMPOSER COMPATIBILITY",
"authors":
[
"Louis Bertrand <adressepro111@pylott.yt>"
],
"License":"MIT",
"version":"1.1.0",
"packageName":"yt.pylott.keyPHP",
"CompilationTarget":
{
"MACOS":
[
"10.9.*",
"10.10.*",
"10.11.*",
"10.12.*",
"10.13.*",
"10.14.*"
],
"WINDOWS":
[
"7.*",
"8.*",
"10.*"
],
"LINUX":
[
"*"
]
},
"Lang":"EN-UK/US",
"useComposer":true
}