forked from MyCademy/yii2-bootstrap-tour
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
34 lines (34 loc) · 829 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
{
"name": "mordekasg/yii2-bootstrap-tour",
"description": "Bootstrap Tour Extension for Yii 2",
"keywords": ["yii2", "bootstrap", "tour", "extension"],
"type": "yii2-extension",
"license": "Apache-2.0",
"support": {
"issues": "https://github.com/mordekasg/yii2-bootstrap-tour/issues",
"source": "https://github.com/mordekasg/yii2-bootstrap-tour"
},
"authors": [
{
"name": "mordek",
"email": "[email protected]"
}
],
"minimum-stability": "dev",
"prefer-stable": true,
"require": {
"yiisoft/yii2": "*",
"sorich87/bootstrap-tour": "<=0.11.0"
},
"autoload": {
"psr-4": {
"mordekasg\\BootstrapTour\\": ""
}
},
"extra": {
"asset-installer-paths": {
"npm-asset-library": "vendor/npm",
"bower-asset-library": "vendor/bower"
}
}
}