-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
14 lines (14 loc) · 666 Bytes
/
composer.json
File metadata and controls
14 lines (14 loc) · 666 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
"description": "User feature.",
"license": "GPL-3.0-or-later",
"name": "mecha-cms/x.user",
"require": {
"mecha-cms/x.page": "^3.0.0"
},
"suggest": {
"mecha-cms/x.alert": "Install this extension to be able to display flash messages.",
"mecha-cms/x.asset": "Install this extension to be able to load asset files automatically. This extension should have been installed automatically when you first created the project.",
"mecha-cms/x.avatar": "Install this extension to enable user profile photo.",
"mecha-cms/x.gravatar": "Install this extension to enable user profile photo automatically based on the specified email address."
}
}