-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathcomposer.json
More file actions
109 lines (105 loc) · 3.39 KB
/
composer.json
File metadata and controls
109 lines (105 loc) · 3.39 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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
{
"name": "linkpanel/panel",
"description": "Link Panel is a comprehensive server management platform that offers robust server administration, including backup, multi-server control, transfer, and website publishing capabilities. ",
"type": "project",
"keywords": [
"Link Panel",
"Server Management",
"Cloud Management",
"Site Management",
"Laravel Site Management"
],
"license": "MIT",
"authors": [
{
"name": "Anjas Amar Pradana",
"email": "atsidev.io@gmail.com"
},
{
"name": "Anjas Amar Pradana",
"email": "atsidev.io@gmail.com",
"role": "Developer"
}
],
"require": {
"visiosoft/streams-platform": "dev-fatih2",
"anomaly/default_authenticator-extension": "2.2.x-dev",
"anomaly/private_storage_adapter-extension": "1.2.x-dev",
"anomaly/relationship-field_type": "2.3.x-dev",
"anomaly/polymorphic-field_type": "~2.1.0",
"anomaly/checkboxes-field_type": "2.5.x-dev",
"anomaly/datetime-field_type": "~3.0.0",
"anomaly/multiple-field_type": "2.4.x-dev",
"anomaly/textarea-field_type": "~2.1.0",
"anomaly/boolean-field_type": "~2.3.0",
"anomaly/integer-field_type": "~2.1.0",
"anomaly/select-field_type": "2.4.x-dev",
"anomaly/email-field_type": "~2.1.0",
"anomaly/tags-field_type": "2.5.x-dev",
"anomaly/slug-field_type": "~2.1.0",
"anomaly/text-field_type": "~2.2.0",
"anomaly/editor-field_type": "~3.1.0",
"anomaly/addon-field_type": "2.3.x-dev",
"anomaly/url-field_type": "~2.2.0",
"anomaly/wysiwyg-field_type": "3.2.x-dev",
"linkpanel/configuration-module": "3.0.x-dev",
"linkpanel/dashboard-module": "2.3.x-dev",
"linkpanel/settings-module": "3.0.x-dev",
"linkpanel/users-module": "dev-twig3",
"linkpanel/files-module": "2.7.x-dev",
"linkpanel/helper-plugin": "3.0.x-dev",
"composer/composer": "2.*",
"linkpanel/server-module":"^1.0",
"linkpanel/transfer-module": "^1.0",
"linkpanel/linkpaneldash-theme": "dev-fatih",
"linkpanel/linkpanel-theme": "^1.0",
"linkpanel/site-module": "^1.0",
"linkpanel/recipes-module": "^1.0",
"linkpanel/api-extension": "^1.0"
},
"replace": {
"anomaly/streams-platform": "*"
},
"require-dev": {},
"repositories": [
{
"type": "composer",
"url": "https://packages.pyrocms.com"
},
{
"type": "composer",
"url": "https://community.pyrocms.com"
}
],
"autoload": {
"classmap": [
"database"
],
"psr-4": {
"App\\": "app/",
"Database\\Factories\\": "database/factories/",
"Database\\Seeders\\": "database/seeders/"
}
},
"autoload-dev": {
"classmap": [
"tests/TestCase.php"
]
},
"extra": {
"laravel": {
"dont-discover": []
}
},
"config": {
"optimize-autoloader": true,
"preferred-install": "dist",
"sort-packages": true,
"allow-plugins": {
"pestphp/pest-plugin": true,
"php-http/discovery": true
}
},
"minimum-stability": "stable",
"prefer-stable": true
}