-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
executable file
·41 lines (41 loc) · 1.34 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
{
"config": {
"lock": false,
"sort-packages": true,
"vendor-dir": "engine/vendor"
},
"funding": [
{
"type": "github",
"url": "https://github.com/sponsors/mecha-cms"
},
{
"type": "opencollective",
"url": "https://opencollective.com/mecha-cms"
},
{
"type": "paypal",
"url": "https://paypal.me/tatautaufik"
}
],
"description": "Control panel feature.",
"license": "GPL-3.0-or-later",
"name": "mecha-cms/x.panel",
"require": {
"mecha-cms/x.alert": "^3.0.0",
"mecha-cms/x.asset": "^2.0.0",
"mecha-cms/x.layout": "^2.0.0",
"mecha-cms/x.markdown": "^3.0.0",
"mecha-cms/x.page": "^3.0.0",
"mecha-cms/x.user": "^2.0.0",
"mecha-cms/x.y-a-m-l": "^3.0.0"
},
"suggest": {
"ext-zip": "Make sure this extension is available to work with ZIP files.",
"mecha-cms/x.avatar": "Install this extension to enable user profile photo.",
"mecha-cms/x.form": "Install this extension to retain form values when error occurs during submission.",
"mecha-cms/x.gravatar": "Install this extension to enable user profile photo automatically based on the specified email address.",
"mecha-cms/x.panel.skin": "Install this extension to enable panel skin feature.",
"mecha-cms/x.panel.skin.default": "At least install a default skin just to know the difference."
}
}