-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
45 lines (45 loc) · 1.3 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
{
"name": "mythicalsystems/mythicalauth",
"description": "This is the project for MythicalID the main page where you use oauth2 and tickets",
"type": "project",
"license": "MIT",
"homepage": "https://github.com/mythicalltd/mythicalauth",
"keywords": [
"mythicalsystems",
"mythicaldash",
"mythicalclient",
"nayskutzu",
"mythicalauth",
"kosmapanel"
],
"authors": [
{
"name": "NaysKutzu",
"email": "[email protected]",
"homepage": "https://mythicalsystems.me",
"role": "Owner"
}
],
"support": {
"wiki": "https://docs.mythicalsystems.me",
"docs": "https://docs.mythicalsystems.me",
"issues": "https://github.com/mythicalltd/mythicalauth/issues",
"source": "https://github.com/mythicalltd/mythicalauth",
"chat": "https://discord.gg/fcrZcYvbnq"
},
"funding": [
{
"type": "GitHub",
"url": "https://github.com/sponsors/nayskutzu"
},
{
"type": "PayPal",
"url": "https://github.com/sponsors/nayskutzu"
}
],
"minimum-stability": "stable",
"require": {
"phpmailer/phpmailer": "dev-master",
"mythicalsystems/core": "dev-main"
}
}