-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathcomposer.json
More file actions
34 lines (34 loc) · 998 Bytes
/
composer.json
File metadata and controls
34 lines (34 loc) · 998 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
{
"name": "skeeks/yii2-schedule-input-widget",
"description": "Work schedule widget",
"keywords": ["yii", "yii2", "framework", "skeeks", "skeeks-cms", "skeekscms", "sx", "widget", "schedule"],
"homepage": "https://skeeks.com/",
"type": "yii2-extension",
"license": "BSD-3-Clause",
"support": {
"issues": "https://github.com/skeeks-semenov/yii2-schedule-input-widget/issues",
"source": "https://github.com/skeeks-semenov/yii2-schedule-input-widget",
"wiki": "https://cms.skeeks.com/",
"authors": "https://skeeks.com"
},
"authors": [
{
"name": "SkeekS",
"email": "[email protected]",
"homepage": "https://skeeks.com"
},
{
"name": "Semenov Alexander",
"email": "[email protected]"
}
],
"require": {
"yiisoft/yii2": "^2",
"skeeks/yii2-sx": "^1.4"
},
"autoload": {
"psr-4": {
"skeeks\\yii2\\scheduleInputWidget\\": "src/"
}
}
}