-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
43 lines (43 loc) · 1000 Bytes
/
composer.json
File metadata and controls
43 lines (43 loc) · 1000 Bytes
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
{
"name": "quickapps-themes/backend-theme",
"description": "QuickAppsCMS’s default backend theme based on AdminLTE.",
"type": "cakephp-plugin",
"keywords": [
"framework",
"cms",
"cmf",
"quickapps",
"theme",
"backend",
"responsive layout",
"full width template",
"rtl language"
],
"homepage": "https://almsaeedstudio.com/",
"license": "GPL-3.0",
"require": {
"quickapps-plugins/cms": "*"
},
"authors": [
{
"name": "Almsaeed Studio"
},
{
"name": "Christopher Castro",
"email": "chris@quickapps.es"
}
],
"extra": {
"admin": true,
"regions": {
"main-menu": "Main Menu",
"dashboard-main": "Dashboard Main",
"dashboard-sidebar": "Dashboard Sidebar"
}
},
"autoload": {
"psr-4": {
"BackendTheme\\": "src"
}
}
}