-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathcomposer.json
25 lines (25 loc) · 1.06 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
{
"name": "antaresproject/component-brands",
"description": "Gives a possibility of dividing the application into brands. By default, one main brand which is simultaneously the default brand is set during the system installation. Brands' functionalities provides the possibility of defining own color settings for the whole application, default composition of e-mail templates (header, style, footer), url, date and language settings. Dividing the application into areas is a superior function in relation to brands.",
"type": "antaresproject-component",
"homepage": "https://github.com/antaresproject/installation",
"version": "dev-master",
"authors": [
{
"name": "Łukasz Cirut",
"email": "contact@antaresproject.io"
}
],
"require": {
"antaresproject/component-installer-plugin": "*",
"php": "^7.0"
},
"autoload": {
"psr-4": {
"Antares\\Brands\\": "src/"
}
},
"extra": {
"friendly-name": "Antares Branding Module"
}
}