-
Notifications
You must be signed in to change notification settings - Fork 22
Expand file tree
/
Copy pathcomposer.json
More file actions
28 lines (28 loc) · 838 Bytes
/
composer.json
File metadata and controls
28 lines (28 loc) · 838 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
{
"name": "kartik-v/yii2-widget-colorinput",
"description": "An enhanced Yii 2 widget encapsulating the HTML 5 color input (sub repo split from yii2-widgets)",
"keywords": ["yii2", "extension", "widget", "form", "color", "input", "html5", "jquery", "plugin"],
"homepage": "https://github.com/kartik-v/yii2-widget-colorinput",
"type": "yii2-extension",
"license": "BSD-3-Clause",
"authors": [
{
"name": "Kartik Visweswaran",
"email": "kartikv2@gmail.com",
"homepage": "http://www.krajee.com/"
}
],
"require": {
"kartik-v/yii2-krajee-base": ">=1.9"
},
"autoload": {
"psr-4": {
"kartik\\color\\": "src"
}
},
"extra": {
"branch-alias": {
"dev-master": "1.0.x-dev"
}
}
}