forked from kartik-v/yii2-date-range
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
24 lines (24 loc) · 764 Bytes
/
composer.json
File metadata and controls
24 lines (24 loc) · 764 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
{
"name": "kartik-v/yii2-date-range",
"description": "An advanced Yii 2 date range picker input for based on bootstrap-daterangepicker plugin.",
"keywords": ["yii2", "extension", "widget", "date-range", "time", "date", "range", "bootstrap", "bootstrap 3"],
"homepage": "https://github.com/kartik-v/yii2-date-range",
"type": "yii2-extension",
"license": "BSD 3-Clause",
"authors": [
{
"name": "Kartik Visweswaran",
"email": "kartikv2@gmail.com",
"homepage": "http://www.krajee.com/"
}
],
"minimum-stability": "stable",
"require": {
"kartik-v/yii2-krajee-base": "*"
},
"autoload": {
"psr-4": {
"kartik\\daterange\\": ""
}
}
}