-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
34 lines (34 loc) · 1.07 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
{
"name": "kodicms/sleepingowl",
"type": "kodicms-module",
"description": "The official KodiCMS Sleeping Owl Admin module",
"homepage": "http://www.kodicms.ru/",
"license": "MIT",
"keywords": ["laravel", "framework", "kodicms", "cms", "module", "sleepingowl"],
"authors": [
{
"name": "Pavel Buchnev",
"email": "[email protected]",
"homepage": "http://www.kodicms.ru/"
},
{
"name": "Sleeping Owl",
"email": "[email protected]",
"homepage": "https://github.com/sleeping-owl"
}
],
"support": {
"issues": "https://github.com/KodiComponents/module-sleepingowl/issues",
"forum": "http://www.kodicms.ru/forum",
"source": "https://github.com/KodiComponents/module-sleepingowl"
},
"autoload": {
"psr-4": {
"KodiCMS\\SleepingOwlAdmin\\": "src/"
}
},
"require": {
"kodicms/module-loader": "3.*",
"kodicms/core": "0.*"
}
}