593851ec
Alexey Boroda
First commit
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
{
"name": "artweb/artbox-gentelella",
"description": "Artbox Gentelella support extension",
"license": "BSD-3-Clause",
"minimum-stability": "dev",
"type": "yii2-extension",
"require": {
"php": ">=7.0",
"yiisoft/yii2": "~2.0",
"yiisoft/yii2-bootstrap": "~2.0"
},
"autoload": {
"psr-4": {
"artbox\\gentelella\\": ""
}
}
}
|