-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
35 lines (35 loc) · 965 Bytes
/
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
{
"name": "kodicms/api",
"type": "kodicms-module",
"description": "The official KodiCMS Api module",
"homepage": "http://www.kodicms.ru/",
"license": "MIT",
"keywords": ["laravel", "framework", "kodicms", "cms", "module", "api"],
"module": {
"name": "API",
"priority": "-100"
},
"authors": [
{
"name": "Pavel Buchnev",
"email": "[email protected]",
"homepage": "http://www.kodicms.ru/"
}
],
"support": {
"issues": "https://github.com/KodiComponents/module-api/issues",
"forum": "http://www.kodicms.ru/forum",
"source": "https://github.com/KodiComponents/module-api"
},
"autoload": {
"psr-4": {
"KodiCMS\\API\\": "src/"
}
},
"require": {
"kodicms/module-loader": "3.*",
"kodicms/core": "0.*",
"ramsey/uuid": "^3.1",
"firebase/php-jwt": "~3.0"
}
}