generated from dynamikaweb/yii2-template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
33 lines (33 loc) · 875 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
{
"name": "dynamikaweb/yii2-theme-volt",
"description": "Open source dashboard powered by Bootstrap 5 for YII 2",
"type": "yii2-extension",
"keywords": ["dynamika", "yii2", "theme", "volt"],
"license": "BSD-3-Clause",
"authors": [
{
"name": "Rodrigo Dornelles",
"email": "[email protected]",
"role": "Developer"
}
],
"support": {
"issues": "http://github.com/dynamikaweb/yii2-theme-volt/issues",
"source": "http://github.com/dynamikaweb/yii2-theme-volt"
},
"require": {
"php": "^7.0 | ^8.0",
"yiisoft/yii2": "*"
},
"autoload": {
"psr-4": {
"dynamikaweb\\volt\\": "src"
}
},
"repositories": [
{
"type": "composer",
"url": "https://asset-packagist.org"
}
]
}