forked from asinfotrack/yii2-toolbox
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
38 lines (31 loc) · 840 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
34
35
36
37
38
{
"name": "asinfotrack/yii2-toolbox",
"type": "yii2-extension",
"description": "Yii2-Toolbox is a collection of useful helpers, widgets etc. extending the basic functionality of Yii2",
"keywords": ["yii2", "toolbox", "widgets", "helpers", "bundle"],
"license": "MIT",
"authors": [
{
"name": "Pascal Mueller",
"email": "[email protected]",
"homepage": "http://www.asinfotrack.ch"
}
],
"minimum-stability": "stable",
"support": {
"source": "https://github.com/asinfotrack/yii2-toolbox",
"issues": "https://github.com/asinfotrack/yii2-toolbox/issues"
},
"require": {
"php": ">=7.1.0",
"yiisoft/yii2": "~2.0.6",
"yiisoft/yii2-bootstrap5": "~2.0.2",
"yiisoft/yii2-gii": "~2.2.0",
"yurkinx/yii2-image": "~1.1"
},
"autoload": {
"psr-4": {
"asinfotrack\\yii2\\toolbox\\": ""
}
}
}