-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
28 lines (28 loc) · 787 Bytes
/
Copy pathcomposer.json
File metadata and controls
28 lines (28 loc) · 787 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": "armrck/yii2-tiles",
"description": "A Yii2 widget for the dashboard tiles.",
"type": "yii2-widget",
"keywords": ["yii2", "extension", "widget", "bootstrap", "tiles", "dashboard"],
"license": "BSD 3-Clause",
"minimum-stability": "stable",
"authors": [
{
"name": "Armando Ricardo",
"email": "armandoricky@gmail.com",
"homepage": "http://w3bsistemas.com/",
"role": "Creator"
}
],
"support": {
"source": "https://github.com/armandoricky/yii2-tiles"
},
"require": {
"yiisoft/yii2": "^2.0.0",
"yiisoft/yii2-bootstrap": "^2.0.0"
},
"autoload": {
"psr-4": {
"armrck\\tiles\\": ""
}
}
}